Home
last modified time | relevance | path

Searched defs:turnScreenOn (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp109 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
H A Dwindow_impl.cpp523 WMError WindowImpl::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp129 bool turnScreenOn; in InitWindowOption2() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp192 void WindowOption::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
H A Dwindow_impl.cpp1890 WMError WindowImpl::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
H A Dwindow_scene_session_impl.cpp3299 WMError WindowSceneSessionImpl::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp378 bool turnScreenOn = true; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp96 void WindowNode::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp901 bool turnScreenOn = false; variable
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h82 virtual WMError SetTurnScreenOn(bool turnScreenOn) {return WMError::WM_OK;} in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp239 void WindowProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp432 void WindowSessionProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h989 virtual WMError SetTurnScreenOn(bool turnScreenOn) { return WMError::WM_OK; } in SetTurnScreenOn()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2821 WSError SceneSession::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()