Searched refs:accessParameterValue (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/test/test-fixed-point-parameter/ |
D | Main.py | 218 (success, _, errorMsg) = self._instance.accessParameterValue(parameter, str(value), True) 222 (success, value, errorMsg) = self._instance.accessParameterValue(parameter, "", False)
|
/external/parameter-framework/parameter/ |
D | ParameterMgrFullConnector.cpp | 198 bool CParameterMgrFullConnector::accessParameterValue(const string& strPath, string& strValue, in accessParameterValue() function in CParameterMgrFullConnector 201 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError); in accessParameterValue()
|
D | ParameterMgr.cpp | 1455 if (!accessParameterValue(remoteCommand.getArgument(0), strValue, false, strResult)) { in getParameterCommandProcess() 1470 …return accessParameterValue(remoteCommand.getArgument(0), strValue, true, strResult) ? CCommandHan… in setParameterCommandProcess() 1724 bool CParameterMgr::accessParameterValue(const string& strPath, string& strValue, bool bSet, string… in accessParameterValue() function in CParameterMgr
|
D | ParameterMgr.h | 232 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
|
/external/parameter-framework/parameter/include/ |
D | ParameterMgrFullConnector.h | 161 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
|
/external/parameter-framework/bindings/python/ |
D | pfw.i | 123 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
|