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

  /external/parameter-framework/parameter/
ConfigurableElementWithMapping.h 39 * declares getMappingData as pure virtual fonction.
54 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const = 0;
TypeElement.h 48 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
92 CMappingData* getMappingData();
ComponentInstance.h 44 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
ComponentType.h 47 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
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);
InstanceConfigurableElement.h 59 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
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)) {
Subsystem.h 74 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;

Completed in 193 milliseconds