Searched refs:GetAllFrozenEvents (Results 1 - 4 of 4) sorted by relevance
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_unit_test.cpp | 164 std::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F() 184 std::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F() 214 std::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F() 235 std::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F() 499 std::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F() 515 std::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F() 547 std::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F() 558 std::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents(); in HWTEST_F()
|
/base/notification/common_event_service/services/include/ |
H A D | common_event_subscriber_manager.h | 165 std::map<uid_t, FrozenRecords> GetAllFrozenEvents();
|
/base/notification/common_event_service/services/src/ |
H A D | common_event_subscriber_manager.cpp | 606 std::map<uid_t, FrozenRecords> CommonEventSubscriberManager::GetAllFrozenEvents() in GetAllFrozenEvents() function in OHOS::EventFwk::CommonEventSubscriberManager
|
H A D | common_event_control_manager.cpp | 118 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetAllFrozenEvents(); in PublishAllFreezeCommonEvents()
|
Completed in 6 milliseconds