Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DSubsystem.cpp160 CMappingContext context(_contextMappingKeyArray.size()); in mapSubsystemElements()
308 _contextMappingKeyArray.push_back(strMappingKey); in addContextMappingKey()
348 for (size_t item = 0; item < _contextMappingKeyArray.size(); item++) { in handleMappingContext()
350 const string &strKey = _contextMappingKeyArray[item]; in handleMappingContext()
386 for (size_t uiAncestorKey = 0; uiAncestorKey < _contextMappingKeyArray.size(); in handleSubsystemObjectCreation()
397 getMappingError(strKey, _contextMappingKeyArray[uiAncestorKey] + " not set", in handleSubsystemObjectCreation()
DSubsystem.h234 std::vector<std::string> _contextMappingKeyArray; variable