Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h67 int32_t SetWindowTouchable(bool touchable);
H A Dwindow_ffi.cpp271 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowTouchable start"); in FfiOHOSWindowSetWindowTouchable()
277 int32_t res = instance->SetWindowTouchable(touchable); in FfiOHOSWindowSetWindowTouchable()
278 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetWindowTouchable success"); in FfiOHOSWindowSetWindowTouchable()
H A Dwindow_impl.cpp438 int32_t CJWindowImpl::SetWindowTouchable(bool touchable) in SetWindowTouchable() function in OHOS::Rosen::CJWindowImpl
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h109 static napi_value SetWindowTouchable(napi_env env, napi_callback_info info);
H A Djs_window.cpp575 napi_value JsWindow::SetWindowTouchable(napi_env env, napi_callback_info info) in SetWindowTouchable() function in OHOS::Rosen::JsWindow
6986 BindNativeFunction(env, object, "setWindowTouchable", moduleName, JsWindow::SetWindowTouchable); in BindFunctions()

Completed in 17 milliseconds