Searched refs:configurableElementPath (Results 1 – 7 of 7) sorted by relevance
209 const list<const CConfigurableElement*>& configurableElementPath) const in formatMappingDataList()215 for (it = configurableElementPath.rbegin(); it != configurableElementPath.rend(); ++it) { in formatMappingDataList()294 string CSubsystem::getMapping(list<const CConfigurableElement*>& configurableElementPath) const in getMapping()296 if (configurableElementPath.empty()) { in getMapping()303 static_cast<const CInstanceConfigurableElement*>(configurableElementPath.front()); in getMapping()304 configurableElementPath.pop_front(); in getMapping()308 string strValue = formatMappingDataList(configurableElementPath); in getMapping()
109 std::list<const CConfigurableElement*>& configurableElementPath) const in getListOfElementsWithMapping()115 configurableElementPath.push_back(this); in getListOfElementsWithMapping()118 base::getListOfElementsWithMapping(configurableElementPath); in getListOfElementsWithMapping()
90 …virtual std::string getMapping(std::list<const CConfigurableElement*>& configurableElementPath) co…159 const std::list<const CConfigurableElement*>& configurableElementPath) const;
104 configurableElementPath) const;
161 std::list<const CConfigurableElement*>& configurableElementPath) const in getListOfElementsWithMapping()170 pConfigurableElement->getListOfElementsWithMapping(configurableElementPath); in getListOfElementsWithMapping()
114 configurableElementPath) const;
1763 list<const CConfigurableElement*> configurableElementPath; in getParameterMapping() local1764 pConfigurableElement->getListOfElementsWithMapping(configurableElementPath); in getParameterMapping()1775 strResult = pSubsystem->getMapping(configurableElementPath); in getParameterMapping()