Searched refs:pStrValue (Results 1 – 13 of 13) sorted by relevance
/external/parameter-framework/parameter/ |
D | Subsystem.cpp | 261 const string* pStrValue; in findSubsystemLevelMappingKeyValue() local 262 if (pInstanceConfigurableElement->getMappingData(strMappingKey, pStrValue)) { in findSubsystemLevelMappingKeyValue() 264 strMappingValue = *pStrValue; in findSubsystemLevelMappingKeyValue() 366 bool CSubsystem::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData() 370 return _pMappingData->getValue(strKey, pStrValue); in getMappingData() 387 const string* pStrValue; in handleMappingContext() local 389 if (pConfigurableElementWithMapping->getMappingData(strKey, pStrValue)) { in handleMappingContext() 391 if (!context.setItem(uiItem, &strKey, pStrValue)) { in handleMappingContext() 418 const string* pStrValue; in handleSubsystemObjectCreation() local 420 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) { in handleSubsystemObjectCreation() [all …]
|
D | ComponentType.cpp | 52 bool CComponentType::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData() 55 …ase::getMappingData(strKey, pStrValue) || (_pExtendsComponentType && _pExtendsComponentType->getMa… in getMappingData()
|
D | ComponentInstance.cpp | 52 bool CComponentInstance::getMappingData(const std::string& strKey, const std::string*& pStrValue) c… in getMappingData() 55 …eturn base::getMappingData(strKey, pStrValue) || (_pComponentType && _pComponentType->getMappingDa… in getMappingData()
|
D | MappingData.cpp | 82 bool CMappingData::getValue(const std::string& strkey, const std::string*& pStrValue) const in getValue() 88 pStrValue = &it->second; in getValue()
|
D | TypeElement.cpp | 62 bool CTypeElement::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData() 66 return _pMappingData->getValue(strKey, pStrValue); in getMappingData()
|
D | InstanceConfigurableElement.cpp | 57 …ConfigurableElement::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData() 60 return getTypeElement()->getMappingData(strKey, pStrValue); in getMappingData()
|
D | ConfigurableElementWithMapping.h | 54 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const = 0;
|
D | MappingData.h | 46 bool getValue(const std::string& strkey, const std::string*& pStrValue) const;
|
D | ComponentType.h | 47 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
|
D | ComponentInstance.h | 44 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
|
D | TypeElement.h | 48 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
|
D | InstanceConfigurableElement.h | 59 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
|
D | Subsystem.h | 74 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
|