Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp96 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
148 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
242 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
321 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
337 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
383 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
401 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
418 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
436 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
457 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
[all …]
H A Ddevice_status_collect_manager_test.cpp204 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
208 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;
238 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;
417 commonEventCollect->extraDatas_[1] = extraData;
425 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;
447 commonEventCollect->extraDatas_[1] = extraData;
455 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;
753 collect->collectPluginMap_[COMMON_EVENT] = commonEventCollect;
768 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
770 commonEventCollect->SaveOnDemandReasonExtraData(eventData);
[all …]
H A Dsystem_ability_mgr_new_test.cpp424 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(collectManager); variable
425 commonEventCollect->workHandler_ = std::make_shared<CommonHandler>(commonEventCollect);
427 collectManager->collectPluginMap_[COMMON_EVENT] = commonEventCollect;
429 commonEventCollect->SaveOnDemandReasonExtraData(eventData);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h87 CommonEventListener(const sptr<CommonEventCollect>& commonEventCollect);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp228 CommonEventListener::CommonEventListener(const sptr<CommonEventCollect>& commonEventCollect) in CommonEventListener() argument
229 : commonEventCollect_(commonEventCollect) {} in CommonEventListener()