Home
last modified time | relevance | path

Searched refs:CheckExtraMessage (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dicollect_plugin.h50 virtual bool CheckExtraMessage(int64_t extraDataId, const OnDemandEvent& profileEvent) in CheckExtraMessage() function
H A Dcommon_event_collect.h51 bool CheckExtraMessage(int64_t extraDataId, const OnDemandEvent& profileEvent) override;
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp706 bool ret = commonEventCollect->CheckExtraMessage(2, profile);
731 bool ret = commonEventCollect->CheckExtraMessage(extraDataId, profile);
756 bool ret = commonEventCollect->CheckExtraMessage(extraDataId, profile);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp213 if (collectPluginMap_[ev1.eventId]->CheckExtraMessage(ev1.extraDataId, ev2)) { in CheckExtraMessages()
H A Dcommon_event_collect.cpp298 bool CommonEventCollect::CheckExtraMessage(int64_t extraDataId, const OnDemandEvent& profileEvent) in CheckExtraMessage() function in OHOS::CommonEventCollect