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

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

Completed in 67 milliseconds