Searched refs:getConfigurableElement (Results 1 – 8 of 8) sorted by relevance
132 const CConfigurableElement *CAreaConfiguration::getConfigurableElement() const in getConfigurableElement() function in CAreaConfiguration139 assert(_pConfigurableElement->isDescendantOf(pToAreaConfiguration->getConfigurableElement())); in copyToOuter()143 pToAreaConfiguration->getConfigurableElement()->getOffset()); in copyToOuter()148 assert(_pConfigurableElement->isDescendantOf(pFromAreaConfiguration->getConfigurableElement())); in copyFromOuter()152 pFromAreaConfiguration->getConfigurableElement()->getOffset()); in copyFromOuter()
116 areaConfiguration->getConfigurableElement(); in composeSettings()138 const CConfigurableElement *destination = areaConfiguration->getConfigurableElement(); in importOneConfigurableElementSettings()193 const CConfigurableElement *source = areaConfiguration->getConfigurableElement(); in exportOneConfigurableElementSettings()265 return a + conf->getConfigurableElement()->getPath() + "\n"; in getElementSequence()318 conf->getConfigurableElement() == pConfigurableElement; in getBlackboard()400 auto configurableElement = configurationToValidateAgainst->getConfigurableElement(); in validateAgainst()455 return conf->getConfigurableElement() == pConfigurableElement; in getAreaConfiguration()469 return conf->getConfigurableElement()->getPath() == configurableElementPath; in findAreaConfigurationByPath()
70 const CConfigurableElement *getConfigurableElement() const;
59 const CInstanceConfigurableElement *getConfigurableElement() const;
189 const CInstanceConfigurableElement *CSubsystemObject::getConfigurableElement() const in getConfigurableElement() function in CSubsystemObject
697 const CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, in getConfigurableElement() function in CParameterMgr725 CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, string &strError) in getConfigurableElement() function in CParameterMgr730 return const_cast<CConfigurableElement *>(constThis->getConfigurableElement(strPath, strError)); in getConfigurableElement()736 CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle()766 pConfigurableElement = getConfigurableElement(path, error); in createElementHandle()1985 const CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strResult); in getParameterMapping()
213 if (pSubsystemObject->getConfigurableElement() == pInstanceConfigurableElement) { in findSubsystemObjectFromConfigurableElement()
119 const CConfigurableElement *getConfigurableElement(const std::string &strPath,130 CConfigurableElement *getConfigurableElement(const std::string &strPath, std::string &strError);