Searched refs:RemoveUnusedEventsLocked (Results 1 – 3 of 3) sorted by relevance
71 int32_t RemoveUnusedEventsLocked(const std::vector<OnDemandEvent>& events);
819 int32_t ret = collect->RemoveUnusedEventsLocked(events);833 int32_t ret = collect->RemoveUnusedEventsLocked(events);848 int32_t ret = collect->RemoveUnusedEventsLocked(events);865 int32_t ret = collect->RemoveUnusedEventsLocked(events);
425 int32_t DeviceStatusCollectManager::RemoveUnusedEventsLocked(const std::vector<OnDemandEvent>& even… in RemoveUnusedEventsLocked() function in OHOS::DeviceStatusCollectManager570 if (RemoveUnusedEventsLocked(oldEvents) != ERR_OK) { in UpdateOnDemandEvents()