Home
last modified time | relevance | path

Searched refs:commonEventWhitelist (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp56 commonEventWhitelist.erase(EventFwk::CommonEventSupport::COMMON_EVENT_USER_UNLOCKED); in RemoveWhiteCommonEvent()
57 HILOGI("rm USER_UNLOCKED,size=%{public}zu", commonEventWhitelist.size()); in RemoveWhiteCommonEvent()
135 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Init()
136 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_DISCHARGING); in Init()
252 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SaveAction()
253 commonEventWhitelist.erase(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SaveAction()
255 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SaveAction()
256 commonEventWhitelist.erase(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SaveAction()
258 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_CHARGING); in SaveAction()
262 commonEventWhitelist.erase(EventFwk::CommonEventSupport::COMMON_EVENT_CHARGING); in SaveAction()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h74 std::set<std::string> commonEventWhitelist; variable