Searched refs:SetWindowLayoutFullScreen (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 61 int32_t SetWindowLayoutFullScreen(bool isLayoutFullScreen);
|
H A D | window_ffi.cpp | 193 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 D | window_impl.cpp | 282 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 D | js_window.h | 78 static napi_value SetWindowLayoutFullScreen(napi_env env, napi_callback_info info);
|
H A D | js_window.cpp | 327 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