Home
last modified time | relevance | path

Searched refs:DISPLAY_MONITOR (Results 1 - 13 of 13) sorted by relevance

/foundation/multimodalinput/input/service/display_state_manager/src/
H A Ddisplay_event_monitor.cpp67 DISPLAY_MONITOR->SetScreenStatus(action); in JudgeAction()
76 DISPLAY_MONITOR->UpdateShieldStatusOnScreenOn(); in JudgeAction()
79 DISPLAY_MONITOR->SetScreenStatus(action); in JudgeAction()
85 DISPLAY_MONITOR->UpdateShieldStatusOnScreenOff(); in JudgeAction()
88 DISPLAY_MONITOR->SetScreenLocked(true); in JudgeAction()
89 DISPLAY_MONITOR->SendCancelEventWhenLock(); in JudgeAction()
92 DISPLAY_MONITOR->SetScreenLocked(false); in JudgeAction()
/foundation/multimodalinput/input/service/key_command/test/
H A Ddisplay_event_monitor.h51 #define DISPLAY_MONITOR DisplayEventMonitor::GetInstance() macro
H A Dkey_command_handler_test.cpp451 DISPLAY_MONITOR->screenStatus_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F()
452 DISPLAY_MONITOR->isScreenLocked_ = true; in HWTEST_F()
456 DISPLAY_MONITOR->screenStatus_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
457 DISPLAY_MONITOR->isScreenLocked_ = true; in HWTEST_F()
460 DISPLAY_MONITOR->screenStatus_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F()
461 DISPLAY_MONITOR->isScreenLocked_ = false; in HWTEST_F()
464 DISPLAY_MONITOR->screenStatus_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
465 DISPLAY_MONITOR->isScreenLocked_ = false; in HWTEST_F()
4080 DISPLAY_MONITOR->isScreenLocked_ = false;
4082 DISPLAY_MONITOR
[all...]
/foundation/multimodalinput/input/service/display_state_manager/include/
H A Ddisplay_event_monitor.h76 #define DISPLAY_MONITOR ::OHOS::DelayedSingleton<DisplayEventMonitor>::GetInstance() macro
/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp279 DISPLAY_MONITOR->SetScreenStatus(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON); in AccountManager()
286 DISPLAY_MONITOR->SetScreenStatus(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF); in AccountManager()
293 DISPLAY_MONITOR->SetScreenLocked(true); in AccountManager()
300 DISPLAY_MONITOR->SetScreenLocked(false); in AccountManager()
345 DISPLAY_MONITOR->SetScreenLocked(screenLockPtr->IsScreenLocked()); in InitializeScreenLockStatus()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp377 DISPLAY_MONITOR->screenStatus_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F()
392 DISPLAY_MONITOR->screenStatus_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
393 DISPLAY_MONITOR->isScreenLocked_ = true; in HWTEST_F()
408 DISPLAY_MONITOR->screenStatus_ = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F()
409 DISPLAY_MONITOR->isScreenLocked_ = false; in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp378 if ((DISPLAY_MONITOR->GetScreenStatus() == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF)) { in IsWorking()
381 if (DISPLAY_MONITOR->GetScreenLocked()) { in IsWorking()
H A Dkey_subscriber_handler.cpp1263 std::string screenStatus = DISPLAY_MONITOR->GetScreenStatus(); in HandleCallEnded()
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp38 DISPLAY_MONITOR->SetDelegateProxy(shared_from_this()); in Init()
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp977 std::string screenStatus = DISPLAY_MONITOR->GetScreenStatus(); in CheckSpecialRepeatKey()
978 bool isScreenLocked = DISPLAY_MONITOR->GetScreenLocked(); in CheckSpecialRepeatKey()
1907 std::string screenStatus = DISPLAY_MONITOR->GetScreenStatus(); in HandleMatchedSequence()
1908 bool isScreenLocked = DISPLAY_MONITOR->GetScreenLocked(); in HandleMatchedSequence()
2485 std::string screenStatus = DISPLAY_MONITOR->GetScreenStatus(); in TouchPadKnuckleDoubleClickProcess()
2486 bool isScreenLocked = DISPLAY_MONITOR->GetScreenLocked(); in TouchPadKnuckleDoubleClickProcess()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp126 bool screenLocked = DISPLAY_MONITOR->GetScreenLocked(); in OnInjectKeyEvent()
212 bool screenLocked = DISPLAY_MONITOR->GetScreenLocked(); in OnInjectPointerEvent()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp880 DISPLAY_MONITOR->InitCommonEventSubscriber(); in OnStart()
2213 DISPLAY_MONITOR->InitCommonEventSubscriber(); in OnAddSystemAbility()
2558 if (isCesStart_ && !DISPLAY_MONITOR->IsCommonEventSubscriberInit()) { in OnThread()
2559 DISPLAY_MONITOR->InitCommonEventSubscriber(); in OnThread()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1100 if (DISPLAY_MONITOR->GetScreenStatus() != EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF) { in UpdateDisplayInfo()

Completed in 28 milliseconds