Home
last modified time | relevance | path

Searched refs:strMappingKey (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSubsystem.cpp223 const CInstanceConfigurableElement *pInstanceConfigurableElement, string &strMappingKey, in findSubsystemLevelMappingKeyValue() argument
233 strMappingKey = pSubsystemObjectCreator->getMappingKey(); in findSubsystemLevelMappingKeyValue()
237 if (pInstanceConfigurableElement->getMappingData(strMappingKey, pStrValue)) { in findSubsystemLevelMappingKeyValue()
261 string strMappingKey; in getFormattedSubsystemMappingData() local
263 findSubsystemLevelMappingKeyValue(pInstanceConfigurableElement, strMappingKey, strMappingValue); in getFormattedSubsystemMappingData()
266 return strMappingKey + ":" + pSubsystemObject->getFormattedMappingValue(); in getFormattedSubsystemMappingData()
306 void CSubsystem::addContextMappingKey(const string &strMappingKey) in addContextMappingKey() argument
308 _contextMappingKeyArray.push_back(strMappingKey); in addContextMappingKey()
DSubsystemObjectCreator.cpp34 CSubsystemObjectCreator::CSubsystemObjectCreator(const string &strMappingKey, in CSubsystemObjectCreator() argument
37 : _strMappingKey(strMappingKey), _uiAncestorIdMask(uiAncestorIdMask), in CSubsystemObjectCreator()
DSubsystemObjectFactory.h40 TSubsystemObjectFactory(const std::string &strMappingKey, uint32_t uiAncestorIdMask,
42 : CSubsystemObjectCreator(strMappingKey, uiAncestorIdMask, maxConfigurableElementSize) in CSubsystemObjectCreator() argument
DSubsystem.h105 void addContextMappingKey(const std::string &strMappingKey);
190 std::string &strMappingKey, std::string &strMappingValue) const;
DSubsystemObjectCreator.h41 CSubsystemObjectCreator(const std::string &strMappingKey, uint32_t uiAncestorIdMask,