Home
last modified time | relevance | path

Searched refs:accessParameterValue (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp130 mayFailCall(&PF::accessParameterValue, path, value, true); in setParameter()
137 mayFailCall(&PF::accessParameterValue, path, value, false); in getParameter()
/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py220 (success, _, errorMsg) = self._instance.accessParameterValue(parameter, str(value), True)
224 (success, value, errorMsg) = self._instance.accessParameterValue(parameter, "", False)
/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue, in accessParameterValue() function in CParameterMgrFullConnector
116 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError); in accessParameterValue()
DParameterMgr.cpp1692 if (!accessParameterValue(remoteCommand.getArgument(0), strValue, false, strResult)) { in getParameterCommandProcess()
1708 return accessParameterValue(remoteCommand.getArgument(0), strValue, true, strResult) in setParameterCommandProcess()
1959 bool CParameterMgr::accessParameterValue(const string &strPath, string &strValue, bool bSet, in accessParameterValue() function in CParameterMgr
DParameterMgr.h240 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet,
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h105 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet,
/external/parameter-framework/upstream/bindings/python/
Dpfw.i125 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md93 ## `accessParameterValue`