Home
last modified time | relevance | path

Searched refs:COMMON_EVENT_SCREEN_ON (Results 1 - 25 of 44) sorted by relevance

12

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Dscreen_status_listener.cpp34 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
64 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Start()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp53 publishCommonEventVec.emplace_back(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in HWTEST_F()
80 want.SetAction(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in HWTEST_F()
84 changeEventVec.push_back(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in HWTEST_F()
H A DUTTest_dm_screen_common_event.cpp52 commonEventVec.emplace_back(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in HWTEST_F()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_subscriber.cpp33 OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON,
72 eventStrategy_[OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON] in Initialize()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_subscriber_test.cpp67 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
72 EXPECT_EQ(want.GetAction(), EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in HWTEST_F()
/foundation/multimodalinput/input/service/display_state_manager/src/
H A Ddisplay_event_monitor.cpp65 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in JudgeAction()
149 matchingSkills.AddEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in InitCommonEventSubscriber()
/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp61 } else if (action == CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
98 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SubscribeCommonEvent()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/
H A Dscreen_strategy.cpp39 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in handleEvent()
/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/
H A Dcommon_event_observer.cpp28 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON,
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp121 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Init()
127 commonEventNames_.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in Init()
231 if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in SaveAction()
232 commonEventWhitelist.insert(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SaveAction()
236 commonEventWhitelist.erase(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in SaveAction()
266 if (condition.name == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON || in CheckCondition()
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_subscriber.cpp29 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON,
/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp121 action != EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON && in OnReceiveEvent()
151 } else if (action == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
/foundation/resourceschedule/device_standby/plugins/test/fuzztest/statemanageradapter_fuzzer/
H A Dstatemanageradapter_fuzzer.cpp67 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON}; in PreciseCoverageHandleEvent()
81 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON}; in PreciseCoverageHandleEvent()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dsystem_event_observer.cpp86 if (action == OHOS::EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()
87 INTELL_VOICE_LOG_INFO("COMMON_EVENT_SCREEN_ON"); in OnReceiveEvent()
/foundation/multimodalinput/input/service/key_command/test/
H A Dability_manager_client_stub.cpp115 const std::string CommonEventSupport::COMMON_EVENT_SCREEN_ON = "usual.event.SCREEN_ON"; member in OHOS::EventFwk::CommonEventSupport
H A Dability_manager_client.h94 static const std::string COMMON_EVENT_SCREEN_ON; member in OHOS::EventFwk::CommonEventSupport
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Devent_hub.cpp31 { EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON, EVENT_SCREEN_ON },
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp103 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON || in HandleCommonEvent()
118 if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in HandleScreenStatus()
148 } else if (message.action_ == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in HandleScrOffHalfHour()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dcommon_event_listener.cpp43 {EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON, SCREEN_ON},
/foundation/arkui/ace_engine/adapter/ohos/capability/time/
H A Dtime_event_proxy_ohos.cpp52 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in TimeEventProxyOhos()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_subscriber_test.cpp72 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp64 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON,
70 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON,
609 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
641 message.action_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_subscriber.cpp95 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON,
106 {EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON, StatusEventType::SCREEN_ON},
/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp276 EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON, in AccountManager()
279 DISPLAY_MONITOR->SetScreenStatus(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in AccountManager()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp171 matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_SCREEN_ON); in OnAddSystemAbility()
217 if (action == CommonEventSupport::COMMON_EVENT_SCREEN_ON) { in OnReceiveEvent()

Completed in 11 milliseconds

12