Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h96 bool PublishFreezeCommonEvent(const uid_t &uid);
104 bool PublishFreezeCommonEvent(std::set<int> pidList);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp470 controlPtr_->PublishFreezeCommonEvent(uid); in Unfreeze()
483 return controlPtr_->PublishFreezeCommonEvent(pidList); in SetFreezeStatus()
H A Dcommon_event_control_manager.cpp78 bool CommonEventControlManager::PublishFreezeCommonEvent(const uid_t &uid) in PublishFreezeCommonEvent() function in OHOS::EventFwk::CommonEventControlManager
91 bool CommonEventControlManager::PublishFreezeCommonEvent(std::set<int> pidList) in PublishFreezeCommonEvent() function in OHOS::EventFwk::CommonEventControlManager