Home
last modified time | relevance | path

Searched refs:_contextMappingKeyArray (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DSubsystem.cpp176 CMappingContext context(_contextMappingKeyArray.size()); in mapSubsystemElements()
344 _contextMappingKeyArray.push_back(strMappingKey); in addContextMappingKey()
384 for (uiItem = 0; uiItem < _contextMappingKeyArray.size(); uiItem++) { in handleMappingContext()
386 const string& strKey = _contextMappingKeyArray[uiItem]; in handleMappingContext()
427 … for (uiAncestorKey = 0; uiAncestorKey < _contextMappingKeyArray.size(); uiAncestorKey++) { in handleSubsystemObjectCreation()
436 strError = getMappingError(strKey, _contextMappingKeyArray[uiAncestorKey] + in handleSubsystemObjectCreation()
DSubsystem.h233 std::vector<std::string> _contextMappingKeyArray; variable