Lines Matching refs:pConfigurableElement
330 const CConfigurableElement *pConfigurableElement = *it; in listAssociatedElements() local
334 pConfigurableElement->listAssociatedDomains(strAssociatedDomainList, false); in listAssociatedElements()
336 strResult += pConfigurableElement->getPath() + " [" + strAssociatedDomainList + "]\n"; in listAssociatedElements()
352 const CConfigurableElement *pConfigurableElement = *it; in listConflictingElements() local
354 if (pConfigurableElement->getBelongingDomainCount() > 1) { in listConflictingElements()
358 pConfigurableElement->listBelongingDomains(strBelongingDomainList, false); in listConflictingElements()
360 strResult += pConfigurableElement->getPath() + " contained in multiple domains: " + in listConflictingElements()
554 const string &strDomain, CConfigurableElement *pConfigurableElement, string &strError) in removeConfigurableElementFromDomain() argument
564 return pConfigurableDomain->removeConfigurableElement(pConfigurableElement, strError); in removeConfigurableElementFromDomain()
569 const CConfigurableElement *pConfigurableElement, size_t &baseOffset, bool &bIsLastApplied, in findConfigurationBlackboard() argument
581 if (!pConfigurableElement->belongsTo(pConfigurableDomain)) { in findConfigurationBlackboard()
583 strError = "Element \"" + pConfigurableElement->getPath() + in findConfigurationBlackboard()
590 return pConfigurableDomain->findConfigurationBlackboard(strConfiguration, pConfigurableElement, in findConfigurationBlackboard()