Searched refs:accessConfigurationValue (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/parameter/ |
D | ParameterMgrFullConnector.cpp | 204 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, in accessConfigurationValue() function in CParameterMgrFullConnector 209 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue, in accessConfigurationValue()
|
D | ParameterMgr.cpp | 1545 …if (!accessConfigurationValue(remoteCommand.getArgument(0), remoteCommand.getArgument(1), remoteCo… in getConfigurationParameterCommandProcess() 1561 bool bSuccess = accessConfigurationValue(remoteCommand.getArgument(0), in setConfigurationParameterCommandProcess() 1781 bool CParameterMgr::accessConfigurationValue(const string& strDomain, const string& strConfiguratio… in accessConfigurationValue() function in CParameterMgr
|
D | ParameterMgr.h | 242 …bool accessConfigurationValue(const std::string &strDomain, const std::string &stConfiguration, co…
|
/external/parameter-framework/parameter/include/ |
D | ParameterMgrFullConnector.h | 162 …bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, c…
|
/external/parameter-framework/bindings/python/ |
D | pfw.i | 124 …bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, c…
|
/external/parameter-framework/tools/xmlGenerator/ |
D | domainGenerator.py | 93 ok, _, error = self._pfw.accessConfigurationValue(
|