Home
last modified time | relevance | path

Searched defs:keepScreenOn (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h154 virtual void SetKeepScreenOn(bool keepScreenOn) {}; in SetKeepScreenOn()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp239 void RosenWindow::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp119 void WindowOption::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
H A Dwindow_impl.cpp513 WMError WindowImpl::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowscene_fuzzer/
H A Dwindowscene_fuzzer.cpp126 bool keepScreenOn; in InitWindowOption2() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp182 void WindowOption::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
H A Dwindow_impl.cpp1870 WMError WindowImpl::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
H A Dwindow_scene_session_impl.cpp3313 WMError WindowSceneSessionImpl::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp392 bool keepScreenOn = true; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp101 void WindowNode::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp918 bool keepScreenOn = false; variable
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h80 virtual WMError SetKeepScreenOn(bool keepScreenOn) {return WMError::WM_OK;} in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp244 void WindowProperty::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp381 int32_t CJWindowImpl::SetWindowKeepScreenOn(bool keepScreenOn) in SetWindowKeepScreenOn()
H A Dwindow_ffi.cpp243 int32_t FfiOHOSWindowSetWindowKeepScreenOn(int64_t id, bool keepScreenOn) in FfiOHOSWindowSetWindowKeepScreenOn()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp442 void WindowSessionProperty::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h976 virtual WMError SetKeepScreenOn(bool keepScreenOn) { return WMError::WM_OK; } in SetKeepScreenOn()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp3782 bool keepScreenOn = true; in OnSetKeepScreenOn() local
3835 bool keepScreenOn = true; in OnSetWindowKeepScreenOn() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2858 WSError SceneSession::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()