Searched refs:bForceNoRemoteInterface (Results 1 - 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterMgrPlatformConnector.cpp111 void CParameterMgrPlatformConnector::setForceNoRemoteInterface(bool bForceNoRemoteInterface) argument
113 _pParameterMgr->setForceNoRemoteInterface(bForceNoRemoteInterface);
H A DParameterMgr.h154 * @param[in] bForceNoRemoteInterface disable the remote interface if true.
156 void setForceNoRemoteInterface(bool bForceNoRemoteInterface);
H A DParameterMgr.cpp2820 void CParameterMgr::setForceNoRemoteInterface(bool bForceNoRemoteInterface) argument
2822 _bForceNoRemoteInterface = bForceNoRemoteInterface;
/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrPlatformConnector.h119 * @param[in] bForceNoRemoteInterface disable the remote interface if true.
121 void setForceNoRemoteInterface(bool bForceNoRemoteInterface);
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i92 void setForceNoRemoteInterface(bool bForceNoRemoteInterface);

Completed in 168 milliseconds