Searched refs:strMappingKey (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | Subsystem.cpp | 223 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()
|
D | SubsystemObjectCreator.cpp | 34 CSubsystemObjectCreator::CSubsystemObjectCreator(const string &strMappingKey, in CSubsystemObjectCreator() argument 37 : _strMappingKey(strMappingKey), _uiAncestorIdMask(uiAncestorIdMask), in CSubsystemObjectCreator()
|
D | SubsystemObjectFactory.h | 40 TSubsystemObjectFactory(const std::string &strMappingKey, uint32_t uiAncestorIdMask, 42 : CSubsystemObjectCreator(strMappingKey, uiAncestorIdMask, maxConfigurableElementSize) in CSubsystemObjectCreator() argument
|
D | Subsystem.h | 105 void addContextMappingKey(const std::string &strMappingKey); 190 std::string &strMappingKey, std::string &strMappingValue) const;
|
D | SubsystemObjectCreator.h | 41 CSubsystemObjectCreator(const std::string &strMappingKey, uint32_t uiAncestorIdMask,
|