Searched refs:accessConfigurationValue (Results 1 – 7 of 7) sorted by relevance
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | ParameterFramework.hpp | 146 mayFailCall(&PF::accessConfigurationValue, domain, configuration, path, value, true); in setConfigurationParameter() 155 mayFailCall(&PF::accessConfigurationValue, domain, configuration, path, value, false); in getConfigurationParameter()
|
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 119 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, in accessConfigurationValue() function in CParameterMgrFullConnector 124 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue, in accessConfigurationValue()
|
D | ParameterMgr.cpp | 1787 if (!accessConfigurationValue(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in getConfigurationParameterCommandProcess() 1806 accessConfigurationValue(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in setConfigurationParameterCommandProcess() 2009 bool CParameterMgr::accessConfigurationValue(const string &strDomain, in accessConfigurationValue() function in CParameterMgr
|
D | ParameterMgr.h | 251 bool accessConfigurationValue(const std::string &strDomain, const std::string &stConfiguration,
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 107 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration,
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 126 …bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, c…
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 107 - `accessConfigurationValue`
|