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

/external/parameter-framework/upstream/parameter/
H A DSubsystem.cpp231 const CSubsystemObjectCreator *pSubsystemObjectCreator = *it; local
233 strMappingKey = pSubsystemObjectCreator->getMappingKey();
312 void CSubsystem::addSubsystemObjectFactory(CSubsystemObjectCreator *pSubsystemObjectCreator) argument
314 _subsystemObjectCreatorArray.push_back(pSubsystemObjectCreator);
373 for (const auto *pSubsystemObjectCreator : _subsystemObjectCreatorArray) {
376 string strKey = pSubsystemObjectCreator->getMappingKey();
384 uint32_t uiAncestorMask = pSubsystemObjectCreator->getAncestorMask();
406 pSubsystemObjectCreator->getMaxConfigurableElementSize()) {
410 std::to_string(pSubsystemObjectCreator->getMaxConfigurableElementSize());
418 _subsystemObjectList.push_back(pSubsystemObjectCreator
[all...]

Completed in 122 milliseconds