/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 85 EXPECT_EQ(false, comm->PublishCommonEvent(event, publishinfo, commonEventListener, uid, callerToken, userId));
in HWTEST_F() 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 255 comm->PublishCommonEvent(event, publishinfo, commonEventListene in HWTEST_F() 278 CommonEventPublishInfo publishinfo; HWTEST_F() local 304 CommonEventPublishInfo publishinfo; HWTEST_F() local 330 CommonEventPublishInfo publishinfo; HWTEST_F() local [all...] |
/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() 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() 82 if (!publishinfo) { in OnRemoteRequest() 86 bool ret = PublishCommonEvent(*event, *publishinfo, commonEventListener, uid, callerToken, userId); in OnRemoteRequest() 271 int32_t CommonEventStub::PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument 279 bool CommonEventStub::PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|
/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 int32_t PublishCommonEventDetailed(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
H A D | inner_common_event_manager.h | 55 bool PublishCommonEvent(const CommonEventData &data, const CommonEventPublishInfo &publishinfo,
|
/base/notification/common_event_service/frameworks/core/include/ |
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 | icommon_event.h | 40 virtual int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, 54 virtual bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
H A D | common_event_proxy.h | 59 bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
|
/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() 127 publishinfo, in PublishCommonEvent() 136 const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, const uid_t &uid, in PublishCommonEvent() 153 event, publishinfo, commonEventListener, UNDEFINED_PID, uid, callerToken, userId) == ERR_OK ? true : false; in PublishCommonEvent() 157 const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, const pid_t &pid, in PublishCommonEventDetailed() 186 publishinfo, in PublishCommonEventDetailed() 209 publishinfo, in PublishCommonEventDetailed() 107 PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, const int32_t &userId) PublishCommonEvent() argument 135 PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, const uid_t &uid, const int32_t &callerToken, const int32_t &userId) PublishCommonEvent() argument 156 PublishCommonEventDetailed(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, const sptr<IRemoteObject> &commonEventListener, const pid_t &pid, const uid_t &uid, const int32_t &clientToken, const int32_t &userId) PublishCommonEventDetailed() argument
|
/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 int32_t MockCommonEventStub::PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|
/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 virtual int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument 1007 CommonEventPublishInfo publishinfo; in HWTEST_F() local 1013 bool result = commonEventManagerService.PublishCommonEvent(event, publishinfo, commonEventListener, uid, in HWTEST_F()
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | common_event_unsubscribe_test.cpp | 74 virtual int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|
H A D | common_event_subscribe_test.cpp | 97 virtual int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
|