Lines Matching refs:pConfigurableElement
719 const CConfigurableElement *pConfigurableElement = in getConfigurableElement() local
722 return pConfigurableElement; in getConfigurableElement()
736 CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle() local
738 if (!pConfigurableElement) { in createParameterHandle()
745 if (!pConfigurableElement->isParameter()) { in createParameterHandle()
754 return new CParameterHandle(static_cast<CBaseParameter &>(*pConfigurableElement), *this); in createParameterHandle()
760 CConfigurableElement *pConfigurableElement; in createElementHandle() local
764 pConfigurableElement = getSystemClass(); in createElementHandle()
766 pConfigurableElement = getConfigurableElement(path, error); in createElementHandle()
769 if (!pConfigurableElement) { in createElementHandle()
781 return new ElementHandle(*pConfigurableElement, *this); in createElementHandle()
1442 const CConfigurableElement *pConfigurableElement = in getElementBytesCommandProcess() local
1447 getSettingsAsBytes(*pConfigurableElement, bytes); in getElementBytesCommandProcess()
1489 const CConfigurableElement *pConfigurableElement = in setElementBytesCommandProcess() local
1515 if (!setSettingsAsBytes(*pConfigurableElement, bytes, strResult)) { in setElementBytesCommandProcess()
1656 const CConfigurableElement *pConfigurableElement = in getElementSizeCommandProcess() local
1660 strResult = pConfigurableElement->getFootprintAsString(); in getElementSizeCommandProcess()
1678 const CConfigurableElement *pConfigurableElement = in showPropertiesCommandProcess() local
1682 pConfigurableElement->showProperties(strResult); in showPropertiesCommandProcess()
1726 const CConfigurableElement *pConfigurableElement = in listBelongingDomainsCommandProcess() local
1730 pConfigurableElement->listBelongingDomains(strResult); in listBelongingDomainsCommandProcess()
1748 const CConfigurableElement *pConfigurableElement = in listAssociatedDomainsCommandProcess() local
1752 pConfigurableElement->listAssociatedDomains(strResult); in listAssociatedDomainsCommandProcess()
1985 const CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strResult); in getParameterMapping() local
1986 if (!pConfigurableElement) { in getParameterMapping()
1992 auto configurableElementPath = pConfigurableElement->getConfigurableElementContext(); in getParameterMapping()
1995 const CSubsystem *pSubsystem = pConfigurableElement->getBelongingSubsystem(); in getParameterMapping()
2023 const CConfigurableElement *pConfigurableElement = in accessConfigurationValue() local
2035 strDomain, strConfiguration, pConfigurableElement, baseOffset, bIsLastApplied, in accessConfigurationValue()
2045 << ", offset: " << pConfigurableElement->getOffset() << ", base offset: " << baseOffset; in accessConfigurationValue()
2412 CConfigurableElement *pConfigurableElement = in addConfigurableElementToDomain() local
2418 strDomain, pConfigurableElement, _pMainParameterBlackboard, infos); in addConfigurableElementToDomain()
2455 CConfigurableElement *pConfigurableElement = in removeConfigurableElementFromDomain() local
2460 strDomain, pConfigurableElement, strError), in removeConfigurableElementFromDomain()
2487 CConfigurableElement *pConfigurableElement = in split() local
2492 bool isSuccess = getConfigurableDomains()->split(strDomain, pConfigurableElement, infos); in split()