Searched defs:strMappingKey (Results 1 - 3 of 3) sorted by relevance

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

Completed in 765 milliseconds