Home
last modified time | relevance | path

Searched refs:isScreenLocked_ (Results 1 - 20 of 20) sorted by relevance

/foundation/multimodalinput/input/service/display_state_manager/include/
H A Ddisplay_event_monitor.h58 isScreenLocked_ = isLocked; in SetScreenLocked()
62 return isScreenLocked_; in GetScreenLocked()
73 bool isScreenLocked_ { true };
/foundation/multimodalinput/input/service/key_command/test/
H A Ddisplay_event_monitor.h45 return isScreenLocked_; in GetScreenLocked()
49 bool isScreenLocked_ { false };
H A Dkey_command_handler_test.cpp452 DISPLAY_MONITOR->isScreenLocked_ = true; in HWTEST_F()
457 DISPLAY_MONITOR->isScreenLocked_ = true; in HWTEST_F()
461 DISPLAY_MONITOR->isScreenLocked_ = false; in HWTEST_F()
465 DISPLAY_MONITOR->isScreenLocked_ = false; in HWTEST_F()
3664 displayEventMonitor.isScreenLocked_ = true;
3667 displayEventMonitor.isScreenLocked_ = false;
4080 DISPLAY_MONITOR->isScreenLocked_ = false;
4092 DISPLAY_MONITOR->isScreenLocked_ = true;
4096 DISPLAY_MONITOR->isScreenLocked_ = false;
4099 DISPLAY_MONITOR->isScreenLocked_
[all...]
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp289 isScreenLocked_ = true; in AddWindowNode()
440 isScreenLocked_ = false; in RemoveWindowNode()
560 if (isScreenLocked_ && in ResetMainFloatingWindowPriorityIfNeeded()
2241 if (isScreenLocked_) { in RaiseInputMethodWindowPriorityIfNeeded()
2327 !isScreenLocked_) { in ReZOrderShowWhenLockedWindowIfNeeded()
2345 !isScreenLocked_) { in RaiseShowWhenLockedWindowIfNeeded()
2475 if (WindowHelper::IsSplitWindowMode(dstMode) && isScreenLocked_ && in SetWindowMode()
2541 if (isScreenLocked_ && in ResetWindowZOrderPriorityWhenSetMode()
2650 return isScreenLocked_; in IsScreenLocked()
H A Dwindow_controller.cpp786 isScreenLocked_ = true; in NotifyDisplayStateChange()
792 isScreenLocked_ = false; in NotifyDisplayStateChange()
1355 if (isScreenLocked_) { in ToggleShownStateForAllAppWindows()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp393 DISPLAY_MONITOR->isScreenLocked_ = true; in HWTEST_F()
409 DISPLAY_MONITOR->isScreenLocked_ = false; in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h137 bool isScreenLocked_ { false };
H A Dwindow_node_container.h199 bool isScreenLocked_ = false; member in OHOS::Rosen::WindowNodeContainer
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h215 std::atomic<bool> isScreenLocked_ = true; member in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp716 isScreenLocked_ = isLocked; in SetScreenRotationLocked()
727 isScreenLocked_ = isLocked; in SetScreenRotationLockedFromJs()
732 return isScreenLocked_; in IsScreenRotationLocked()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h477 bool isScreenLocked_ = true; member in OHOS::AVSession::AVSessionService
H A Davsession_service.cpp311 isScreenLocked_ = isLocked; in SetScreenLocked()
317 return isScreenLocked_; in GetScreenLocked()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp767 container->isScreenLocked_ = false; in HWTEST_F()
789 container->isScreenLocked_ = true; in HWTEST_F()
H A Dremote_animation_test.cpp181 container->isScreenLocked_ = true; in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp1430 ssm_->isScreenLocked_ = true; in HWTEST_F()
1434 ssm_->isScreenLocked_ = false; in HWTEST_F()
H A Dscene_session_manager_test2.cpp2046 ssm_->isScreenLocked_ = true; in HWTEST_F()
H A Dscene_session_manager_test6.cpp1438 EXPECT_EQ(true, ssm_->isScreenLocked_); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h755 bool isScreenLocked_ {false};
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1638 ASSERT_EQ(res, session->isScreenLocked_); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2487 if (isScreenLocked_) { in isEnablePiPCreate()
5437 isScreenLocked_ = isScreenLocked; in SetScreenLocked()
5459 return isScreenLocked_; in IsScreenLocked()
5792 if (isScreenLocked_) { in ProcessWindowModeType()

Completed in 60 milliseconds