Home
last modified time | relevance | path

Searched refs:SetWindowKeepScreenOn (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h65 int32_t SetWindowKeepScreenOn(bool keepScreenOn);
H A Dwindow_ffi.cpp245 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowKeepScreenOn start"); in FfiOHOSWindowSetWindowKeepScreenOn()
251 int32_t res = instance->SetWindowKeepScreenOn(keepScreenOn); in FfiOHOSWindowSetWindowKeepScreenOn()
252 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowKeepScreenOn success"); in FfiOHOSWindowSetWindowKeepScreenOn()
H A Dwindow_impl.cpp381 int32_t CJWindowImpl::SetWindowKeepScreenOn(bool keepScreenOn) in SetWindowKeepScreenOn() function in OHOS::Rosen::CJWindowImpl
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.h59 static napi_value SetWindowKeepScreenOn(napi_env env, napi_callback_info info);
H A Djs_extension_window.cpp109 BindNativeFunction(env, objValue, "setWindowKeepScreenOn", moduleName, JsExtensionWindow::SetWindowKeepScreenOn); in CreateJsExtensionWindowObject()
289 napi_value JsExtensionWindow::SetWindowKeepScreenOn(napi_env env, napi_callback_info info) in SetWindowKeepScreenOn() function in OHOS::Rosen::JsExtensionWindow
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h99 static napi_value SetWindowKeepScreenOn(napi_env env, napi_callback_info info);
H A Djs_window.cpp504 napi_value JsWindow::SetWindowKeepScreenOn(napi_env env, napi_callback_info info) in SetWindowKeepScreenOn() function in OHOS::Rosen::JsWindow
6979 BindNativeFunction(env, object, "setWindowKeepScreenOn", moduleName, JsWindow::SetWindowKeepScreenOn); in BindFunctions()

Completed in 20 milliseconds