Lines Matching refs:strPath

793 const CConfigurableElement* CParameterMgr::getConfigurableElement(const string& strPath,  in getConfigurableElement()  argument
796 CPathNavigator pathNavigator(strPath); in getConfigurableElement()
809 strError = "Path not found: " + strPath; in getConfigurableElement()
821 CParameterHandle* CParameterMgr::createParameterHandle(const string& strPath, string& strError) in createParameterHandle() argument
823 const CConfigurableElement* pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle()
828 strError = "Element not found: " + strPath; in createParameterHandle()
835 strError = "Not a parameter: " + strPath; in createParameterHandle()
1724 bool CParameterMgr::accessParameterValue(const string& strPath, string& strValue, bool bSet, string… in accessParameterValue() argument
1741 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError); in accessParameterValue()
1745 bool CParameterMgr::getParameterMapping(const string& strPath, string& strResult) const in getParameterMapping() argument
1747 CPathNavigator pathNavigator(strPath); in getParameterMapping()
1756 const CConfigurableElement* pConfigurableElement = getConfigurableElement(strPath, strResult); in getParameterMapping()
1781 …e(const string& strDomain, const string& strConfiguration, const string& strPath, string& strValue… in accessConfigurationValue() argument
1787 if (!elementLocator.locate(strPath, &pLocatedElement, strError)) { in accessConfigurationValue()
1806 …log_info("Element %s in Domain %s, offset: %d, base offset: %d", strPath.c_str(), strDomain.c_str(… in accessConfigurationValue()
1823 if (!accessValue(parameterAccessContext, strPath, strValue, bSet, strError)) { in accessConfigurationValue()
1842 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError); in accessConfigurationValue()
1849 …cessValue(CParameterAccessContext& parameterAccessContext, const string& strPath, string& strValue… in accessValue() argument
1854 CPathNavigator pathNavigator(strPath); in accessValue()