Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h99 int32_t SetWindowSystemBarEnable(char** arr, uint32_t size);
H A Dwindow_ffi.cpp743 int32_t res = instance->SetWindowSystemBarEnable(arr.head, (uint32_t)arr.size); in FFiOHOSWindowSetWindowSystemBarEnable()
H A Dwindow_impl.cpp1059 int32_t CJWindowImpl::SetWindowSystemBarEnable(char** arr, uint32_t size) in SetWindowSystemBarEnable() function in OHOS::Rosen::CJWindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h81 static napi_value SetWindowSystemBarEnable(napi_env env, napi_callback_info info);
H A Djs_window.cpp353 napi_value JsWindow::SetWindowSystemBarEnable(napi_env env, napi_callback_info info) in SetWindowSystemBarEnable() function in OHOS::Rosen::JsWindow
6992 …eFunction(env, object, "setWindowSystemBarEnable", moduleName, JsWindow::SetWindowSystemBarEnable); in BindFunctions()