Searched refs:commonEventListener3 (Results 1 - 3 of 3) sorted by relevance
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_test.cpp | 60 OHOS::sptr<OHOS::IRemoteObject> commonEventListener3; member 236 std::bind(&SubscriberTestLast::AsyncProcess, this, commonEventListener3); in ProcessSubscriberTestLastCase1() 442 EXPECT_TRUE(PublishCommonEvent(data, publishInfo, subscriber, commonEventListener3)); in HWTEST_F() 502 EXPECT_TRUE(PublishCommonEvent(data, publishInfo, subscriber, commonEventListener3)); in HWTEST_F()
|
H A D | common_event_dump_test.cpp | 91 OHOS::sptr<OHOS::IRemoteObject> commonEventListener3; member 276 std::bind(&SubscriberTestLast::AsyncProcess, this, commonEventListener3); in ProcessSubscriberTestLastCase1() 1198 EXPECT_TRUE(PublishCommonEvent(data, publishInfo, subscriber, commonEventListener3)); in HWTEST_F() 1255 EXPECT_TRUE(PublishCommonEvent(data, publishInfo, subscriber, commonEventListener3)); in HWTEST_F() 1260 EXPECT_TRUE(PublishCommonEvent(data, publishInfo, subscriber, commonEventListener3)); in HWTEST_F()
|
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/ |
H A D | common_event_services_module_test.cpp | 202 sptr<CommonEventListener> commonEventListener3 = new CommonEventListener(subscriberPtr3); in HWTEST_F() local 204 subscribeInfo3, commonEventListener3), ERR_OK); in HWTEST_F() 421 sptr<CommonEventListener> commonEventListener3 = new CommonEventListener(subscriberPtr3); in HWTEST_F() local 422 EXPECT_EQ(commonEventManagerService_->SubscribeCommonEvent(subscribeInfo3, commonEventListener3), ERR_OK); in HWTEST_F() 423 EXPECT_EQ(commonEventManagerService_->UnsubscribeCommonEvent(commonEventListener3), ERR_OK); in HWTEST_F()
|
Completed in 7 milliseconds