Home
last modified time | relevance | path

Searched defs:getMappingData (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/parameter/
DTypeElement.cpp64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() function in CTypeElement
137 CMappingData *CTypeElement::getMappingData() in getMappingData() function in CTypeElement
DComponentType.cpp52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() function in CComponentType
DComponentInstance.cpp60 bool CComponentInstance::getMappingData(const std::string &strKey, in getMappingData() function in CComponentInstance
DInstanceConfigurableElement.cpp65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey, in getMappingData() function in CInstanceConfigurableElement
DSystemClass.cpp82 bool CSystemClass::getMappingData(const std::string & /*strKey*/, in getMappingData() function in CSystemClass
DSubsystem.cpp325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() function in CSubsystem
DElementHandle.cpp129 bool ElementHandle::getMappingData(const string &strKey, string &strValue) const in getMappingData() function in ElementHandle
/external/parameter-framework/upstream/test/functional-tests/include/
DElementHandle.hpp65 std::string getMappingData(const std::string &key) in getMappingData() function in parameterFramework::ElementHandle
68 if (not EH::getMappingData(key, value)) { in getMappingData() member in parameterFramework::ElementHandle::getMappingData::EH