Home
last modified time | relevance | path

Searched refs:GetScreenLocked (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Ddisplay_event_monitor.h43 bool GetScreenLocked() const in GetScreenLocked() function
/ohos5.0/foundation/multimodalinput/input/service/display_state_manager/include/
H A Ddisplay_event_monitor.h60 bool GetScreenLocked() const in GetScreenLocked() function
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp344 if (DISPLAY_MONITOR->GetScreenLocked()) { in IsWorking()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h247 bool GetScreenLocked();
H A Davsession_service.cpp255 static_cast<int>(GetScreenOn()), static_cast<int>(GetScreenLocked())); in HandleScreenStatusChange()
262 if (GetScreenOn() && !GetScreenLocked()) { in HandleScreenStatusChange()
292 bool AVSessionService::GetScreenLocked() in GetScreenLocked() function in OHOS::AVSession::AVSessionService
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp1002 bool screenLocked = DISPLAY_MONITOR->GetScreenLocked(); in NativeInjectCheck()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1050 bool isScreenLocked = DISPLAY_MONITOR->GetScreenLocked(); in CheckSpecialRepeatKey()
2068 bool isScreenLocked = DISPLAY_MONITOR->GetScreenLocked(); in HandleMatchedSequence()