Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h181 FrozenRecords GetFrozenEventsMapByPid(const pid_t &pid);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp672 …bscriberRecord, std::vector<EventRecordPtr>> CommonEventSubscriberManager::GetFrozenEventsMapByPid( in GetFrozenEventsMapByPid() function in OHOS::EventFwk::CommonEventSubscriberManager
H A Dcommon_event_control_manager.cpp102 … DelayedSingleton<CommonEventSubscriberManager>::GetInstance()->GetFrozenEventsMapByPid(*it)); in PublishFreezeCommonEvent()