Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h64 int32_t SetWindowFocusable(bool focusable);
H A Dwindow_ffi.cpp232 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowFocusable start"); in FfiOHOSWindowSetWindowFocusable()
238 int32_t res = instance->SetWindowFocusable(focusable); in FfiOHOSWindowSetWindowFocusable()
239 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowFocusable success"); in FfiOHOSWindowSetWindowFocusable()
H A Dwindow_impl.cpp368 int32_t CJWindowImpl::SetWindowFocusable(bool focusable) in SetWindowFocusable() function in OHOS::Rosen::CJWindowImpl
/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.cpp474 napi_value JsWindow::SetWindowFocusable(napi_env env, napi_callback_info info) in SetWindowFocusable() function in OHOS::Rosen::JsWindow
6977 BindNativeFunction(env, object, "setWindowFocusable", moduleName, JsWindow::SetWindowFocusable); in BindFunctions()

Completed in 21 milliseconds