Home
last modified time | relevance | path

Searched refs:publishinfo (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H A Dcommon_event_manager_service_branch_test.cpp80 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 Dcommon_event_stub.cpp45 …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 Dcommon_event_manager_service.h45 …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 Dinner_common_event_manager.h55 bool PublishCommonEvent(const CommonEventData &data, const CommonEventPublishInfo &publishinfo,
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp108 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 Dicommon_event.h40 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
54 …al bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
H A Dcommon_event_stub.h53 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
67 bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
H A Dcommon_event_proxy.h59 bool PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_common_event_stub.h43 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo,
H A Dmock_common_event_stub.cpp38 …ntStub::PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_new_branch_test.cpp89 CommonEventPublishInfo publishinfo; in HWTEST_F() local
93 … EXPECT_EQ(false, comm->PublishCommonEvent(event, publishinfo, nullptr, uid, callerToken, userId)); in HWTEST_F()
H A Dcommon_event_subscribe_unit_test.cpp80 …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 Dcommon_event_unsubscribe_test.cpp74 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument
H A Dcommon_event_subscribe_test.cpp97 …int32_t PublishCommonEvent(const CommonEventData &event, const CommonEventPublishInfo &publishinfo, in PublishCommonEvent() argument