Searched refs:GetAllFrozenEvents (Results 1 – 4 of 4) sorted by relevance
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_freeze_unit_test.cpp | 164 …td::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); 184 …d::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents(); 214 …td::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); 235 …d::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents(); 499 …td::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); 515 …d::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents(); 547 …td::map<uid_t, FrozenRecords> allFrozenRecords = commonEventSubscriberManager.GetAllFrozenEvents(); 558 …d::map<uid_t, FrozenRecords> allFrozenRecords1 = commonEventSubscriberManager.GetAllFrozenEvents();
|
/base/notification/common_event_service/services/include/ |
D | common_event_subscriber_manager.h | 163 std::map<uid_t, FrozenRecords> GetAllFrozenEvents();
|
/base/notification/common_event_service/services/src/ |
D | common_event_subscriber_manager.cpp | 508 std::map<uid_t, FrozenRecords> CommonEventSubscriberManager::GetAllFrozenEvents() in GetAllFrozenEvents() function in OHOS::EventFwk::CommonEventSubscriberManager
|
D | common_event_control_manager.cpp | 101 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetAllFrozenEvents(); in PublishAllFreezeCommonEvents()
|