Home
last modified time | relevance | path

Searched refs:configurableElementPath (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSubsystem.cpp184 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()
DDomainConfiguration.cpp78 string configurableElementPath; in parseSettings() local
79 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() argument
469 return conf->getConfigurableElement()->getPath() == configurableElementPath; in findAreaConfigurationByPath()
DSubsystem.h97 std::list<const CConfigurableElement *> &configurableElementPath) const;
163 const std::list<const CConfigurableElement *> &configurableElementPath) const;
DConfigurableElement.cpp280 std::list<const CConfigurableElement *> configurableElementPath; in getConfigurableElementContext() local
286 configurableElementPath.push_back(configurableElement); in getConfigurableElementContext()
290 return configurableElementPath; in getConfigurableElementContext()
DDomainConfiguration.h152 const std::string &configurableElementPath);
DParameterMgr.cpp1992 auto configurableElementPath = pConfigurableElement->getConfigurableElementContext(); in getParameterMapping() local
2003 strResult = pSubsystem->getMapping(configurableElementPath); in getParameterMapping()