Searched refs:SetWindowSystemBarEnable (Results 1 – 5 of 5) sorted by relevance
99 int32_t SetWindowSystemBarEnable(char** arr, uint32_t size);
743 int32_t res = instance->SetWindowSystemBarEnable(arr.head, (uint32_t)arr.size); in FFiOHOSWindowSetWindowSystemBarEnable()
1059 int32_t CJWindowImpl::SetWindowSystemBarEnable(char** arr, uint32_t size) in SetWindowSystemBarEnable() function in OHOS::Rosen::CJWindowImpl
81 static napi_value SetWindowSystemBarEnable(napi_env env, napi_callback_info info);
353 napi_value JsWindow::SetWindowSystemBarEnable(napi_env env, napi_callback_info info) in SetWindowSystemBarEnable() function in OHOS::Rosen::JsWindow6992 …eFunction(env, object, "setWindowSystemBarEnable", moduleName, JsWindow::SetWindowSystemBarEnable); in BindFunctions()