Home
last modified time | relevance | path

Searched refs:iterStop (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp135 for (auto iterStop = profile.stopOnDemand.onDemandEvents.begin(); in GetSaControlListByEvent() local
136 iterStop != profile.stopOnDemand.onDemandEvents.end(); iterStop++) { in GetSaControlListByEvent()
137 if (IsSameEvent(event, *iterStop) && CheckConditions(*iterStop) && in GetSaControlListByEvent()
138 CheckExtraMessages(event, *iterStop)) { in GetSaControlListByEvent()
140 SaControlInfo control = { STOP_ON_DEMAND, profile.saId, iterStop->enableOnce, in GetSaControlListByEvent()
141 iterStop->loadPriority, profile.cacheCommonEvent }; in GetSaControlListByEvent()
463 for (auto iterStop = profile.stopOnDemand.onDemandEvents.begin(); in CheckEventUsedLocked() local
464 iterStop != profile.stopOnDemand.onDemandEvents.end(); iterStop++) { in CheckEventUsedLocked()
465 if (IsSameEventName(event, *iterStop)) { in CheckEventUsedLocked()
H A Dcommon_event_collect.cpp155 for (auto iterStop = profile.stopOnDemand.onDemandEvents.begin(); in Init() local
156 iterStop != profile.stopOnDemand.onDemandEvents.end(); iterStop++) { in Init()
157 InitCommonEventState(*iterStop); in Init()