Home
last modified time | relevance | path

Searched defs:commonEventCollect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp68 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
81 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
95 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
109 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
144 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(collect); variable
170 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(collect); variable
192 sptr<CommonEventCollect> commonEventCollect = nullptr; variable
214 sptr<CommonEventCollect> commonEventCollect = nullptr; variable
236 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
269 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
[all …]
H A Ddevice_status_collect_manager_test.cpp204 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
237 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
411 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
441 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
751 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
767 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(nullptr); variable
H A Dsystem_ability_mgr_new_test.cpp424 sptr<CommonEventCollect> commonEventCollect = new CommonEventCollect(collectManager); variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp228 CommonEventListener::CommonEventListener(const sptr<CommonEventCollect>& commonEventCollect) in CommonEventListener()