Home
last modified time | relevance | path

Searched refs:pStrValue (Results 1 – 13 of 13) sorted by relevance

/external/parameter-framework/parameter/
DSubsystem.cpp261 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 …]
DComponentType.cpp52 bool CComponentType::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData()
55 …ase::getMappingData(strKey, pStrValue) || (_pExtendsComponentType && _pExtendsComponentType->getMa… in getMappingData()
DComponentInstance.cpp52 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()
DMappingData.cpp82 bool CMappingData::getValue(const std::string& strkey, const std::string*& pStrValue) const in getValue()
88 pStrValue = &it->second; in getValue()
DTypeElement.cpp62 bool CTypeElement::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData()
66 return _pMappingData->getValue(strKey, pStrValue); in getMappingData()
DInstanceConfigurableElement.cpp57 …ConfigurableElement::getMappingData(const std::string& strKey, const std::string*& pStrValue) const in getMappingData()
60 return getTypeElement()->getMappingData(strKey, pStrValue); in getMappingData()
DConfigurableElementWithMapping.h54 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const = 0;
DMappingData.h46 bool getValue(const std::string& strkey, const std::string*& pStrValue) const;
DComponentType.h47 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
DComponentInstance.h44 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
DTypeElement.h48 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
DInstanceConfigurableElement.h59 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;
DSubsystem.h74 virtual bool getMappingData(const std::string& strKey, const std::string*& pStrValue) const;