/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/ |
H A D | common_event_manager_service_branch_test.cpp | 80 CommonEventPublishInfo publishinfo; in HWTEST_F() local 166 CommonEventPublishInfo publishinfo; in HWTEST_F() local 172 comm->PublishCommonEvent(event, publishinfo, commonEventListener, userId)); in HWTEST_F() 197 CommonEventPublishInfo publishinfo; in HWTEST_F() local 201 comm->PublishCommonEvent(event, publishinfo, commonEventListener, userId)); in HWTEST_F() 224 CommonEventPublishInfo publishinfo; in HWTEST_F() local 228 comm->PublishCommonEvent(event, publishinfo, commonEventListener, userId)); in HWTEST_F() 251 CommonEventPublishInfo publishinfo; in HWTEST_F() local 278 CommonEventPublishInfo publishinfo; in HWTEST_F() local 304 CommonEventPublishInfo publishinfo; in HWTEST_F() local [all …]
|
/ohos5.0/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_stub.cpp | 45 …std::unique_ptr<CommonEventPublishInfo> publishinfo(data.ReadParcelable<CommonEventPublishInfo>()); in OnRemoteRequest() local 56 if (!publishinfo) { in OnRemoteRequest() 60 int32_t ret = PublishCommonEvent(*event, *publishinfo, commonEventListener, userId); in OnRemoteRequest() 69 …std::unique_ptr<CommonEventPublishInfo> publishinfo(data.ReadParcelable<CommonEventPublishInfo>()); in OnRemoteRequest() local 82 if (!publishinfo) { in OnRemoteRequest() 86 …bool ret = PublishCommonEvent(*event, *publishinfo, commonEventListener, uid, callerToken, userId); in OnRemoteRequest() 271 …ntStub::PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument 279 …ntStub::PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | common_event_manager_service.h | 45 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, 59 bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, 179 …PublishCommonEventDetailed(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
H A D | inner_common_event_manager.h | 55 bool PublishCommonEvent(const CommonEventData &data, const CommonEventPublishInfo &publishinfo,
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_manager_service.cpp | 108 const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, in PublishCommonEvent() argument 127 publishinfo, in PublishCommonEvent() 136 …const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, const u… in PublishCommonEvent() argument 153 …event, publishinfo, commonEventListener, UNDEFINED_PID, uid, callerToken, userId) == ERR_OK ? true… in PublishCommonEvent() 157 …const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, const p… in PublishCommonEventDetailed() argument 186 publishinfo, in PublishCommonEventDetailed() 209 publishinfo, in PublishCommonEventDetailed()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/include/ |
H A D | icommon_event.h | 40 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, 54 …al bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
H A D | common_event_stub.h | 53 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, 67 bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
H A D | common_event_proxy.h | 59 bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
/ohos5.0/base/notification/common_event_service/tools/test/mock/ |
H A D | mock_common_event_stub.h | 43 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
H A D | mock_common_event_stub.cpp | 38 …ntStub::PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_manager_service_new_branch_test.cpp | 89 CommonEventPublishInfo publishinfo; in HWTEST_F() local 93 … EXPECT_EQ(false, comm->PublishCommonEvent(event, publishinfo, nullptr, uid, callerToken, userId)); in HWTEST_F()
|
H A D | common_event_subscribe_unit_test.cpp | 80 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument 1007 CommonEventPublishInfo publishinfo; variable 1013 …bool result = commonEventManagerService.PublishCommonEvent(event, publishinfo, commonEventListener…
|
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | common_event_unsubscribe_test.cpp | 74 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|
H A D | common_event_subscribe_test.cpp | 97 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|