Home
last modified time | relevance | path

Searched refs:commonEventSubscriberManager (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_subscriber_manager_test.cpp97 commonEventSubscriberManager.death_ = nullptr; in HWTEST_F()
112 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
131 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
151 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
174 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
208 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
380 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
398 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
421 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
445 ASSERT_NE(nullptr, commonEventSubscriberManager); in HWTEST_F()
[all …]
H A Dcommon_event_freeze_unit_test.cpp95 CommonEventSubscriberManager commonEventSubscriberManager; variable
96 auto result = commonEventSubscriberManager.InsertSubscriber(
127 CommonEventSubscriberManager commonEventSubscriberManager; variable
128 auto result = commonEventSubscriberManager.InsertSubscriber(
159 CommonEventSubscriberManager commonEventSubscriberManager; variable
160 auto result = commonEventSubscriberManager.InsertSubscriber(
209 CommonEventSubscriberManager commonEventSubscriberManager; variable
432 CommonEventSubscriberManager commonEventSubscriberManager; variable
437 commonEventSubscriberManager.UpdateAllFreezeInfos(true);
462 CommonEventSubscriberManager commonEventSubscriberManager; variable
[all …]
H A Dcommon_event_unsubscribe_unit_test.cpp142 CommonEventSubscriberManager commonEventSubscriberManager; variable
143 int result = commonEventSubscriberManager.RemoveSubscriber(commonEventListenerPtr);
155 CommonEventSubscriberManager commonEventSubscriberManager; variable
156 EXPECT_EQ(OHOS::ERR_INVALID_VALUE, commonEventSubscriberManager.RemoveSubscriber(nullptr));
185 CommonEventSubscriberManager commonEventSubscriberManager; variable
186 commonEventSubscriberManager.death_ = nullptr;
187 EXPECT_EQ(OHOS::ERR_OK, commonEventSubscriberManager.RemoveSubscriber(commonEventListener));
209 CommonEventSubscriberManager commonEventSubscriberManager; variable
210 …EXPECT_EQ(OHOS::ERR_OK, commonEventSubscriberManager.RemoveSubscriberRecordLocked(commonEventListe…
232 CommonEventSubscriberManager commonEventSubscriberManager; variable
[all …]
H A Dcommon_event_subscribe_unit_test.cpp728 CommonEventSubscriberManager commonEventSubscriberManager; variable
729 auto result = commonEventSubscriberManager.InsertSubscriber(
761 CommonEventSubscriberManager commonEventSubscriberManager; variable
792 CommonEventSubscriberManager commonEventSubscriberManager; variable
827 CommonEventSubscriberManager commonEventSubscriberManager; variable
828 auto result = commonEventSubscriberManager.InsertSubscriber(
867 CommonEventSubscriberManager commonEventSubscriberManager; variable
868 EXPECT_TRUE(commonEventSubscriberManager.InsertSubscriberRecordLocked(events, record));
903 CommonEventSubscriberManager commonEventSubscriberManager; variable
904 EXPECT_FALSE(commonEventSubscriberManager.InsertSubscriberRecordLocked(events, record));
[all …]
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp1268 CommonEventSubscriberManager commonEventSubscriberManager; variable
1269 commonEventSubscriberManager.UpdateAllFreezeInfos(true);