Searched refs:pSubsystem (Results 1 – 3 of 3) sorted by relevance
235 CSubsystem *pSubsystem = static_cast<CSubsystem *>(getChild(uiChild)); in checkForSubsystemsToResync() local238 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() local257 pSubsystem->needResync(true); in cleanSubsystemsNeedToResync()
119 const CSubsystem *pSubsystem = _pInstanceConfigurableElement->getBelongingSubsystem(); in sync() local122 bool bIsSubsystemAlive = pSubsystem->isAlive(); in sync()
1995 const CSubsystem *pSubsystem = pConfigurableElement->getBelongingSubsystem(); in getParameterMapping() local1996 if (!pSubsystem) { in getParameterMapping()2003 strResult = pSubsystem->getMapping(configurableElementPath); in getParameterMapping()