Searched refs:configurableElementPath (Results 1 – 6 of 6) sorted by relevance
184 const list<const CConfigurableElement *> &configurableElementPath) const in formatMappingDataList()190 for (it = configurableElementPath.rbegin(); it != configurableElementPath.rend(); ++it) { in formatMappingDataList()269 string CSubsystem::getMapping(list<const CConfigurableElement *> &configurableElementPath) const in getMapping()271 if (configurableElementPath.empty()) { in getMapping()278 static_cast<const CInstanceConfigurableElement *>(configurableElementPath.front()); in getMapping()281 string strValue = formatMappingDataList(configurableElementPath); in getMapping()
78 string configurableElementPath; in parseSettings() local79 xmlConfigurableElementSettingsElement.getAttribute("Path", configurableElementPath); in parseSettings()81 auto areaConfiguration = findAreaConfigurationByPath(configurableElementPath); in parseSettings()84 context.setError("Configurable Element " + configurableElementPath + in parseSettings()464 findAreaConfigurationByPath(const std::string &configurableElementPath) in findAreaConfigurationByPath() argument469 return conf->getConfigurableElement()->getPath() == configurableElementPath; in findAreaConfigurationByPath()
97 std::list<const CConfigurableElement *> &configurableElementPath) const;163 const std::list<const CConfigurableElement *> &configurableElementPath) const;
280 std::list<const CConfigurableElement *> configurableElementPath; in getConfigurableElementContext() local286 configurableElementPath.push_back(configurableElement); in getConfigurableElementContext()290 return configurableElementPath; in getConfigurableElementContext()
152 const std::string &configurableElementPath);
1992 auto configurableElementPath = pConfigurableElement->getConfigurableElementContext(); in getParameterMapping() local2003 strResult = pSubsystem->getMapping(configurableElementPath); in getParameterMapping()