Home
last modified time | relevance | path

Searched refs:GetAllFrozenEventsMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h188 std::map<pid_t, FrozenRecords> GetAllFrozenEventsMap();
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp689 std::map<pid_t, FrozenRecords> CommonEventSubscriberManager::GetAllFrozenEventsMap() in GetAllFrozenEventsMap() function in OHOS::EventFwk::CommonEventSubscriberManager
H A Dcommon_event_control_manager.cpp124 DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetAllFrozenEventsMap(); in PublishAllFreezeCommonEvents()