Home
last modified time | relevance | path

Searched refs:SetWindowFocusable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h64 int32_t SetWindowFocusable(bool focusable);
H A Dwindow_ffi.cpp238 int32_t res = instance->SetWindowFocusable(focusable); in FfiOHOSWindowSetWindowFocusable()
H A Dwindow_impl.cpp368 int32_t CJWindowImpl::SetWindowFocusable(bool focusable) in SetWindowFocusable() function in OHOS::Rosen::CJWindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h95 static napi_value SetWindowFocusable(napi_env env, napi_callback_info info);
H A Djs_window.cpp486 napi_value JsWindow::SetWindowFocusable(napi_env env, napi_callback_info info) in SetWindowFocusable() function in OHOS::Rosen::JsWindow
7016 BindNativeFunction(env, object, "setWindowFocusable", moduleName, JsWindow::SetWindowFocusable); in BindFunctions()