Home
last modified time | relevance | path

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

/external/parameter-framework/test/test-fixed-point-parameter/
DMain.py218 (success, _, errorMsg) = self._instance.accessParameterValue(parameter, str(value), True)
222 (success, value, errorMsg) = self._instance.accessParameterValue(parameter, "", False)
/external/parameter-framework/parameter/
DParameterMgrFullConnector.cpp198 bool CParameterMgrFullConnector::accessParameterValue(const string& strPath, string& strValue, in accessParameterValue() function in CParameterMgrFullConnector
201 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError); in accessParameterValue()
DParameterMgr.cpp1455 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
DParameterMgr.h232 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
/external/parameter-framework/parameter/include/
DParameterMgrFullConnector.h161 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
/external/parameter-framework/bindings/python/
Dpfw.i123 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…