Lines Matching refs:strConfigurableElementPath
2389 const string &strConfigurableElementPath,
2392 LOG_CONTEXT("Adding configurable element '" + strConfigurableElementPath + "' to domain '" +
2405 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) {
2431 const string &strConfigurableElementPath,
2434 LOG_CONTEXT("Removing configurable element '" + strConfigurableElementPath + "' from domain '" +
2448 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) {
2464 bool CParameterMgr::split(const string &strDomain, const string &strConfigurableElementPath,
2467 LOG_CONTEXT("Splitting configurable element '" + strConfigurableElementPath + "' domain '" +
2480 if (!elementLocator.locate(strConfigurableElementPath, &pLocatedElement, strError)) {