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

/external/parameter-framework/upstream/parameter/
H A DComponentType.cpp52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const function in class:CComponentType
55 return base::getMappingData(strKey, pStrValue) ||
56 (_pExtendsComponentType && _pExtendsComponentType->getMappingData(strKey, pStrValue));
H A DComponentInstance.cpp60 bool CComponentInstance::getMappingData(const std::string &strKey, function in class:CComponentInstance
64 return base::getMappingData(strKey, pStrValue) ||
65 (_pComponentType && _pComponentType->getMappingData(strKey, pStrValue));
H A DInstanceConfigurableElement.cpp65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey, function in class:CInstanceConfigurableElement
69 return getTypeElement()->getMappingData(strKey, pStrValue);
H A DSystemClass.cpp82 bool CSystemClass::getMappingData(const std::string & /*strKey*/, function in class:CSystemClass
H A DTypeElement.cpp64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const function in class:CTypeElement
117 if (!getMappingData()->init(rawMapping, error)) {
137 CMappingData *CTypeElement::getMappingData() function in class:CTypeElement
H A DSubsystem.cpp237 if (pInstanceConfigurableElement->getMappingData(strMappingKey, pStrValue)) {
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const function in class:CSubsystem
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) {
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) {
H A DElementHandle.cpp129 bool ElementHandle::getMappingData(const string &strKey, string &strValue) const function in class:ElementHandle
137 if (element->getMappingData(strKey, pStrValue)) {
/external/parameter-framework/upstream/test/functional-tests/include/
H A DElementHandle.hpp65 std::string getMappingData(const std::string &key) function in class:parameterFramework::ElementHandle
68 if (not EH::getMappingData(key, value)) {

Completed in 563 milliseconds