Home
last modified time | relevance | path

Searched defs:eventSubscribeInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp90 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
122 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
148 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
178 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
204 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
254 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
281 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
1046 …std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo = std::make_shared<CommonEventSubscri… in HWTEST_F() local
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h33 std::shared_ptr<CommonEventSubscribeInfo> eventSubscribeInfo; member
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp48 const SubscribeInfoPtr &eventSubscribeInfo, const sptr<IRemoteObject> &commonEventListener, in InsertSubscriber()