Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_test.cpp76 CommonEventManagerService commonEventManagerService; in HWTEST_F() local
77 int result = commonEventManagerService.Init(); in HWTEST_F()
89 CommonEventManagerService commonEventManagerService; in HWTEST_F() local
90 int result = commonEventManagerService.Init(); in HWTEST_F()
102 CommonEventManagerService commonEventManagerService; in HWTEST_F() local
119 CommonEventManagerService commonEventManagerService; in HWTEST_F() local
138 CommonEventManagerService commonEventManagerService; in HWTEST_F() local
155 CommonEventManagerService commonEventManagerService; in HWTEST_F() local
171 CommonEventManagerService commonEventManagerService; in HWTEST_F() local
191 commonEventManagerService.Init(); in HWTEST_F()
[all …]
H A Dcommon_event_subscribe_unit_test.cpp1012 CommonEventManagerService commonEventManagerService; variable
1013 …bool result = commonEventManagerService.PublishCommonEvent(event, publishinfo, commonEventListener…
1030 CommonEventManagerService commonEventManagerService; variable
1031 bool result = commonEventManagerService.DumpState(dumpType, event, userId, state);
1046 CommonEventManagerService commonEventManagerService; variable
1047 bool result = commonEventManagerService.FinishReceiver(proxy, code, receiverData, false);
1061 CommonEventManagerService commonEventManagerService; variable
1062 int result = commonEventManagerService.Dump(fd, args);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp203 sptr<CommonEventManagerService> commonEventManagerService = weakThis.promote(); in PublishCommonEventDetailed() local
204 if (commonEventManagerService == nullptr) { in PublishCommonEventDetailed()
217 commonEventManagerService); in PublishCommonEventDetailed()