Searched defs:accessParameterValue (Results 1 - 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterMgrFullConnector.cpp113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue, function in class:CParameterMgrFullConnector
116 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError);
H A DParameterMgr.cpp1692 if (!accessParameterValue(remoteCommand.getArgument(0), strValue, false, strResult)) {
1708 return accessParameterValue(remoteCommand.getArgument(0), strValue, true, strResult)
1959 bool CParameterMgr::accessParameterValue(const string &strPath, string &strValue, bool bSet, function in class:CParameterMgr

Completed in 596 milliseconds