Home
last modified time | relevance | path

Searched refs:RemoveUnusedEvent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_timed_collect_test.cpp504 int32_t ret = deviceTimedCollect->RemoveUnusedEvent(event);
521 int32_t ret = deviceTimedCollect->RemoveUnusedEvent(event);
538 int32_t ret = deviceTimedCollect->RemoveUnusedEvent(event);
555 int32_t ret = deviceTimedCollect->RemoveUnusedEvent(event);
572 int32_t ret = deviceTimedCollect->RemoveUnusedEvent(event);
576 ret = deviceTimedCollect->RemoveUnusedEvent(event2);
H A Ddevice_param_collect_test.cpp200 int32_t ret = deviceParamCollect->RemoveUnusedEvent(event);
217 deviceParamCollect->RemoveUnusedEvent(event);
236 deviceParamCollect->RemoveUnusedEvent(event);
H A Dcommon_event_collect_test.cpp292 int32_t ret = commonEventCollect->RemoveUnusedEvent(event);
307 commonEventCollect->RemoveUnusedEvent(event);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_param_collect.h33 int32_t RemoveUnusedEvent(const OnDemandEvent& event) override;
H A Dicollect_plugin.h65 virtual int32_t RemoveUnusedEvent(const OnDemandEvent& event) in RemoveUnusedEvent() function
H A Ddevice_timed_collect.h41 int32_t RemoveUnusedEvent(const OnDemandEvent& event) override;
H A Dcommon_event_collect.h41 int32_t RemoveUnusedEvent(const OnDemandEvent& event) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_param_collect.cpp116 int32_t DeviceParamCollect::RemoveUnusedEvent(const OnDemandEvent& event) in RemoveUnusedEvent() function in OHOS::DeviceParamCollect
H A Ddevice_timed_collect.cpp372 int32_t DeviceTimedCollect::RemoveUnusedEvent(const OnDemandEvent& event) in RemoveUnusedEvent() function in OHOS::DeviceTimedCollect
H A Ddevice_status_collect_manager.cpp443 int32_t ret = collectPluginMap_[event.eventId]->RemoveUnusedEvent(event); in RemoveUnusedEventsLocked()
H A Dcommon_event_collect.cpp522 int32_t CommonEventCollect::RemoveUnusedEvent(const OnDemandEvent& event) in RemoveUnusedEvent() function in OHOS::CommonEventCollect