HomeSort by relevance Sort by last modified time
    Searched full:psubsystemobjectcreator (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/parameter/
Subsystem.cpp 231 const CSubsystemObjectCreator *pSubsystemObjectCreator = *it;
233 strMappingKey = pSubsystemObjectCreator->getMappingKey();
312 void CSubsystem::addSubsystemObjectFactory(CSubsystemObjectCreator *pSubsystemObjectCreator)
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->objectCreate
    [all...]
Subsystem.h 107 void addSubsystemObjectFactory(CSubsystemObjectCreator *pSubsystemObjectCreator);

Completed in 155 milliseconds