Home
last modified time | relevance | path

Searched refs:SetWindowLayoutFullScreen (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h61 int32_t SetWindowLayoutFullScreen(bool isLayoutFullScreen);
H A Dwindow_ffi.cpp193 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowLayoutFullScreen start"); in FfiOHOSWindowSetWindowLayoutFullScreen()
199 int32_t res = instance->SetWindowLayoutFullScreen(isLayoutFullScreen); in FfiOHOSWindowSetWindowLayoutFullScreen()
200 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowLayoutFullScreen success"); in FfiOHOSWindowSetWindowLayoutFullScreen()
H A Dwindow_impl.cpp282 int32_t CJWindowImpl::SetWindowLayoutFullScreen(bool isLayoutFullScreen) in SetWindowLayoutFullScreen() function in OHOS::Rosen::CJWindowImpl
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h78 static napi_value SetWindowLayoutFullScreen(napi_env env, napi_callback_info info);
H A Djs_window.cpp327 napi_value JsWindow::SetWindowLayoutFullScreen(napi_env env, napi_callback_info info) in SetWindowLayoutFullScreen() function in OHOS::Rosen::JsWindow
329 TLOGD(WmsLogTag::WMS_IMMS, "SetWindowLayoutFullScreen"); in SetWindowLayoutFullScreen()
2593 TLOGE(WmsLogTag::WMS_IMMS, "SetWindowLayoutFullScreen failed, ret = %{public}d", ret); in OnSetWindowLayoutFullScreen()
6951 BindNativeFunction(env, object, "setWindowLayoutFullScreen", moduleName, JsWindow::SetWindowLayoutFullScreen); in BindFunctions()

Completed in 17 milliseconds