Searched refs:accessValue (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | BaseParameter.h | 92 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
|
D | ArrayParameter.h | 57 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
|
D | BaseParameter.cpp | 185 bool CBaseParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue() function in CBaseParameter
|
D | ConfigurableElement.cpp | 203 bool CConfigurableElement::accessValue(CPathNavigator &pathNavigator, std::string &strValue, in accessValue() function in CConfigurableElement 228 return pChild->accessValue(pathNavigator, strValue, bSet, parameterAccessContext); in accessValue()
|
D | ConfigurableElement.h | 112 virtual bool accessValue(CPathNavigator &pathNavigator, std::string &strValue, bool bSet,
|
D | ArrayParameter.cpp | 72 bool CArrayParameter::accessValue(CPathNavigator &pathNavigator, string &strValue, bool bSet, in accessValue() function in CArrayParameter
|
D | ParameterMgr.cpp | 1978 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError); in accessParameterValue() 2063 if (!accessValue(parameterAccessContext, strPath, strValue, bSet, strError)) { in accessConfigurationValue() 2082 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError); in accessConfigurationValue() 2089 bool CParameterMgr::accessValue(CParameterAccessContext ¶meterAccessContext, in accessValue() function in CParameterMgr 2107 return getConstSystemClass()->accessValue(pathNavigator, strValue, bSet, in accessValue()
|
D | ParameterMgr.h | 639 bool accessValue(CParameterAccessContext ¶meterAccessContext, const std::string &strPath,
|