Searched refs:accessParameterValue (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | ParameterFramework.hpp | 130 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/ |
D | Main.py | 220 (success, _, errorMsg) = self._instance.accessParameterValue(parameter, str(value), True) 224 (success, value, errorMsg) = self._instance.accessParameterValue(parameter, "", False)
|
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue, in accessParameterValue() function in CParameterMgrFullConnector 116 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError); in accessParameterValue()
|
D | ParameterMgr.cpp | 1692 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
|
D | ParameterMgr.h | 240 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet,
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 105 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet,
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 125 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 93 ## `accessParameterValue`
|