Home
last modified time | relevance | path

Searched refs:pSubsystem (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DSystemClass.cpp235 CSubsystem *pSubsystem = static_cast<CSubsystem *>(getChild(uiChild)); in checkForSubsystemsToResync() local
238 if (pSubsystem->needResync(true)) { in checkForSubsystemsToResync()
240 infos.push_back("Resynchronizing subsystem: " + pSubsystem->getName()); in checkForSubsystemsToResync()
242 pSubsystem->fillSyncerSet(syncerSet); in checkForSubsystemsToResync()
254 CSubsystem *pSubsystem = static_cast<CSubsystem *>(getChild(uiChild)); in cleanSubsystemsNeedToResync() local
257 pSubsystem->needResync(true); in cleanSubsystemsNeedToResync()
DSubsystemObject.cpp119 const CSubsystem *pSubsystem = _pInstanceConfigurableElement->getBelongingSubsystem(); in sync() local
122 bool bIsSubsystemAlive = pSubsystem->isAlive(); in sync()
DParameterMgr.cpp1995 const CSubsystem *pSubsystem = pConfigurableElement->getBelongingSubsystem(); in getParameterMapping() local
1996 if (!pSubsystem) { in getParameterMapping()
2003 strResult = pSubsystem->getMapping(configurableElementPath); in getParameterMapping()