• Home
  • Raw
  • Download

Lines Matching refs:strPath

697 const CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath,  in getConfigurableElement()  argument
700 CPathNavigator pathNavigator(strPath); in getConfigurableElement()
713 strError = "Path not found: " + strPath; in getConfigurableElement()
725 CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, string &strError) in getConfigurableElement() argument
730 return const_cast<CConfigurableElement *>(constThis->getConfigurableElement(strPath, strError)); in getConfigurableElement()
734 CParameterHandle *CParameterMgr::createParameterHandle(const string &strPath, string &strError) in createParameterHandle() argument
736 CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle()
741 strError = "Element not found: " + strPath; in createParameterHandle()
748 strError = "Not a parameter: " + strPath; in createParameterHandle()
1959 bool CParameterMgr::accessParameterValue(const string &strPath, string &strValue, bool bSet, in accessParameterValue() argument
1978 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError); in accessParameterValue()
1982 bool CParameterMgr::getParameterMapping(const string &strPath, string &strResult) const in getParameterMapping() argument
1985 const CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strResult); in getParameterMapping()
2010 const string &strConfiguration, const string &strPath, in accessConfigurationValue() argument
2017 if (!elementLocator.locate(strPath, &pLocatedElement, strError)) { in accessConfigurationValue()
2044 info() << "Element " << strPath << " in Domain " << strDomain in accessConfigurationValue()
2063 if (!accessValue(parameterAccessContext, strPath, strValue, bSet, strError)) { in accessConfigurationValue()
2082 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError); in accessConfigurationValue()
2090 const string &strPath, string &strValue, bool bSet, in accessValue() argument
2096 CPathNavigator pathNavigator(strPath); in accessValue()