HomeSort by relevance Sort by last modified time
    Searched defs:getMappingData (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/parameter/
ComponentInstance.cpp 52 bool CComponentInstance::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
55 return base::getMappingData(strKey, pStrValue) || (_pComponentType && _pComponentType->getMappingData(strKey, pStrValue));
ComponentType.cpp 52 bool CComponentType::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
55 return base::getMappingData(strKey, pStrValue) || (_pExtendsComponentType && _pExtendsComponentType->getMappingData(strKey, pStrValue));
TypeElement.cpp 62 bool CTypeElement::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
115 if (!getMappingData()->fromXml(xmlElement, serializingContext)) {
133 CMappingData* CTypeElement::getMappingData()
InstanceConfigurableElement.cpp 57 bool CInstanceConfigurableElement::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
60 return getTypeElement()->getMappingData(strKey, pStrValue);
Subsystem.cpp 262 if (pInstanceConfigurableElement->getMappingData(strMappingKey, pStrValue)) {
366 bool CSubsystem::getMappingData(const std::string& strKey, const std::string*& pStrValue) const
389 if (pConfigurableElementWithMapping->getMappingData(strKey, pStrValue)) {
420 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) {

Completed in 430 milliseconds