Home
last modified time | relevance | path

Searched refs:getConfigurableElement (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DAreaConfiguration.cpp132 const CConfigurableElement *CAreaConfiguration::getConfigurableElement() const in getConfigurableElement() function in CAreaConfiguration
139 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()
DDomainConfiguration.cpp116 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()
DAreaConfiguration.h70 const CConfigurableElement *getConfigurableElement() const;
DSubsystemObject.h59 const CInstanceConfigurableElement *getConfigurableElement() const;
DSubsystemObject.cpp189 const CInstanceConfigurableElement *CSubsystemObject::getConfigurableElement() const in getConfigurableElement() function in CSubsystemObject
DParameterMgr.cpp697 const CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, in getConfigurableElement() function in CParameterMgr
725 CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, string &strError) in getConfigurableElement() function in CParameterMgr
730 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()
DParameterMgr.h119 const CConfigurableElement *getConfigurableElement(const std::string &strPath,
130 CConfigurableElement *getConfigurableElement(const std::string &strPath, std::string &strError);
DSubsystem.cpp213 if (pSubsystemObject->getConfigurableElement() == pInstanceConfigurableElement) { in findSubsystemObjectFromConfigurableElement()