Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_status_collect_manager.h71 int32_t RemoveUnusedEventsLocked(const std::vector<OnDemandEvent>& events);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp819 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);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp425 int32_t DeviceStatusCollectManager::RemoveUnusedEventsLocked(const std::vector<OnDemandEvent>& even… in RemoveUnusedEventsLocked() function in OHOS::DeviceStatusCollectManager
570 if (RemoveUnusedEventsLocked(oldEvents) != ERR_OK) { in UpdateOnDemandEvents()