Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DSubsystem.cpp209 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()
DInstanceConfigurableElement.cpp109 std::list<const CConfigurableElement*>& configurableElementPath) const in getListOfElementsWithMapping()
115 configurableElementPath.push_back(this); in getListOfElementsWithMapping()
118 base::getListOfElementsWithMapping(configurableElementPath); in getListOfElementsWithMapping()
DSubsystem.h90 …virtual std::string getMapping(std::list<const CConfigurableElement*>& configurableElementPath) co…
159 const std::list<const CConfigurableElement*>& configurableElementPath) const;
DInstanceConfigurableElement.h104 configurableElementPath) const;
DConfigurableElement.cpp161 std::list<const CConfigurableElement*>& configurableElementPath) const in getListOfElementsWithMapping()
170 pConfigurableElement->getListOfElementsWithMapping(configurableElementPath); in getListOfElementsWithMapping()
DConfigurableElement.h114 configurableElementPath) const;
DParameterMgr.cpp1763 list<const CConfigurableElement*> configurableElementPath; in getParameterMapping() local
1764 pConfigurableElement->getListOfElementsWithMapping(configurableElementPath); in getParameterMapping()
1775 strResult = pSubsystem->getMapping(configurableElementPath); in getParameterMapping()