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