Searched refs:SetWindowFocusable (Results 1 – 5 of 5) sorted by relevance
64 int32_t SetWindowFocusable(bool focusable);
238 int32_t res = instance->SetWindowFocusable(focusable); in FfiOHOSWindowSetWindowFocusable()
368 int32_t CJWindowImpl::SetWindowFocusable(bool focusable) in SetWindowFocusable() function in OHOS::Rosen::CJWindowImpl
95 static napi_value SetWindowFocusable(napi_env env, napi_callback_info info);
486 napi_value JsWindow::SetWindowFocusable(napi_env env, napi_callback_info info) in SetWindowFocusable() function in OHOS::Rosen::JsWindow7016 BindNativeFunction(env, object, "setWindowFocusable", moduleName, JsWindow::SetWindowFocusable); in BindFunctions()