/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/ |
H A D | screen_status_listener.cpp | 37 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in OnReceiveEvent() 65 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in Start()
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | account_status_listener.cpp | 60 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF && in OnReceiveEvent() 79 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in Start()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/ |
H A D | events_subscriber.cpp | 34 OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF, 74 eventStrategy_[OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF] in Initialize()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/ |
H A D | medialibrary_subscriber_test.cpp | 41 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F() 46 EXPECT_EQ(want.GetAction(), EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in HWTEST_F()
|
/foundation/multimodalinput/input/service/display_state_manager/src/ |
H A D | display_event_monitor.cpp | 77 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in JudgeAction() 150 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in InitCommonEventSubscriber()
|
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/ |
H A D | screen_listener.cpp | 51 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in OnReceiveEvent() 74 skill.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in CreateScreenEventSubscriber()
|
/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/ |
H A D | lnn_common_event_monitor.cpp | 59 if (action == CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in OnReceiveEvent() 97 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SubscribeCommonEvent()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/ |
H A D | screen_strategy.cpp | 41 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in handleEvent()
|
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/ |
H A D | common_event_observer.cpp | 29 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF,
|
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_subscriber.cpp | 28 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF,
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | common_event_collect.cpp | 128 commonEventNames_.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in Init() 233 commonEventWhitelist.erase(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SaveAction() 234 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in SaveAction() 235 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in SaveAction() 267 condition.name == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF || in CheckCondition()
|
/foundation/resourceschedule/device_standby/plugins/test/fuzztest/statemanageradapter_fuzzer/ |
H A D | statemanageradapter_fuzzer.cpp | 71 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF}; in PreciseCoverageHandleEvent() 79 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF}; in PreciseCoverageHandleEvent()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/ |
H A D | system_event_observer.cpp | 92 } else if (action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in OnReceiveEvent() 93 INTELL_VOICE_LOG_INFO("COMMON_EVENT_SCREEN_OFF"); in OnReceiveEvent()
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | ability_manager_client_stub.cpp | 114 const std::string CommonEventSupport::COMMON_EVENT_SCREEN_OFF = "usual.event.SCREEN_OFF"; member in OHOS::EventFwk::CommonEventSupport
|
H A D | ability_manager_client.h | 89 static const std::string COMMON_EVENT_SCREEN_OFF; member in OHOS::EventFwk::CommonEventSupport
|
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
H A D | event_hub.cpp | 32 { EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF, EVENT_SCREEN_OFF },
|
/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | state_manager_adapter.cpp | 120 } else if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in HandleScreenStatus() 130 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF || in CheckEnterDarkState() 143 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in HandleScrOffHalfHour()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | common_event_listener.cpp | 41 {EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF, SCREEN_OFF},
|
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/ |
H A D | ringtone_subscriber_test.cpp | 48 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F()
|
/foundation/resourceschedule/work_scheduler/services/test/src/conditions/ |
H A D | screen_listener_test.cpp | 96 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_subscriber.cpp | 94 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF, 105 {EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF, StatusEventType::SCREEN_OFF},
|
/foundation/multimodalinput/input/service/account_manager/src/ |
H A D | account_manager.cpp | 283 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF, in AccountManager() 286 DISPLAY_MONITOR->SetScreenStatus(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in AccountManager()
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/ |
H A D | event_controller.cpp | 172 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in OnAddSystemAbility() 221 if (action == CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in OnReceiveEvent()
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_event_handler.cpp | 99 } else if (action.compare(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) == 0) {
in OnReceiveEvent() 268 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF);
in SubscribeScreenChangedEvent()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | mem_mgr_event_center.cpp | 213 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in RegisterCommonEventObserver()
|