Home
last modified time | relevance | path

Searched refs:accessConfigurationValue (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp146 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/
DParameterMgrFullConnector.cpp119 bool CParameterMgrFullConnector::accessConfigurationValue(const string &strDomain, in accessConfigurationValue() function in CParameterMgrFullConnector
124 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue, in accessConfigurationValue()
DParameterMgr.cpp1787 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
DParameterMgr.h251 bool accessConfigurationValue(const std::string &strDomain, const std::string &stConfiguration,
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h107 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration,
/external/parameter-framework/upstream/bindings/python/
Dpfw.i126 …bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, c…
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md107 - `accessConfigurationValue`