Home
last modified time | relevance | path

Searched refs:subscriberTest (Results 1 - 10 of 10) sorted by relevance

/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp423 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
426 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
541 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
544 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
660 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
663 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
772 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
775 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
886 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
889 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
1001 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); HWTEST_F() local
[all...]
/base/telephony/sms_mms/test/gtest/
H A Dcb_gtest.cpp846 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest = in HWTEST_F() local
848 ASSERT_NE(subscriberTest, nullptr); in HWTEST_F()
849 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in HWTEST_F()
882 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest = in HWTEST_F() local
884 ASSERT_NE(subscriberTest, nullptr); in HWTEST_F()
885 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in HWTEST_F()
918 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest = in HWTEST_F() local
920 ASSERT_NE(subscriberTest, nullptr); in HWTEST_F()
921 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in HWTEST_F()
954 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest in HWTEST_F() local
[all...]
H A Dmms_gtest.cpp427 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest = in HWTEST_F() local
429 ASSERT_NE(subscriberTest, nullptr); in HWTEST_F()
430 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in HWTEST_F()
462 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest = in HWTEST_F() local
464 ASSERT_NE(subscriberTest, nullptr); in HWTEST_F()
465 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in HWTEST_F()
H A Dsms_gtest.cpp1163 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest = in HWTEST_F() local
1165 ASSERT_NE(subscriberTest, nullptr); in HWTEST_F()
1166 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in HWTEST_F()
1198 std::shared_ptr<SmsBroadcastSubscriberGtest> subscriberTest = in HWTEST_F() local
1200 ASSERT_NE(subscriberTest, nullptr); in HWTEST_F()
1201 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in HWTEST_F()
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp440 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
443 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
558 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
561 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
674 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
677 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
786 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
789 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
899 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
902 bool subscribeResult = SubscribeCommonEventTest(subscriberTest); in HWTEST_F()
1013 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); HWTEST_F() local
[all...]
/base/telephony/sms_mms/test/unittest/
H A Dsms_mms_test.cpp67 std::shared_ptr<SmsBroadcastSubscriber> subscriberTest =
69 if (subscriberTest == nullptr) {
73 bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest);
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_unsubscribe_test.cpp291 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
292 OHOS::sptr<CommonEventListener> commonEventListener = new CommonEventListener(subscriberTest); in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp398 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
401 EXPECT_TRUE(SubscribeCommonEvent(subscriberTest, UID, commonEventListener)); in HWTEST_F()
460 std::shared_ptr<SubscriberTest> subscriberTest = std::make_shared<SubscriberTest>(subscribeInfo); in HWTEST_F() local
463 EXPECT_TRUE(SubscribeCommonEvent(subscriberTest, UID, commonEventListener)); in HWTEST_F()
H A Dcommon_event_dump_test.cpp1173 std::shared_ptr<SubscriberTest> subscriberTest = in HWTEST_F() local
1176 EXPECT_TRUE(SubscribeCommonEvent(subscriberTest, UID, commonEventListener)); in HWTEST_F()
1228 std::shared_ptr<SubscriberTest> subscriberTest = in HWTEST_F() local
1231 EXPECT_TRUE(SubscribeCommonEvent(subscriberTest, UID, commonEventListener)); in HWTEST_F()
/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp1136 std::shared_ptr<CommonEventSubscriberTest> subscriberTest = in SubscribeCommonEvent() local
1138 if (subscriberTest == nullptr) { in SubscribeCommonEvent()
1142 bool result = OHOS::EventFwk::CommonEventManager::SubscribeCommonEvent(subscriberTest); in SubscribeCommonEvent()

Completed in 17 milliseconds