Searched refs:OnSetWindowSystemBarProperties (Results 1 – 2 of 2) sorted by relevance
228 napi_value OnSetWindowSystemBarProperties(napi_env env, napi_callback_info info);
399 return (me != nullptr) ? me->OnSetWindowSystemBarProperties(env, info) : nullptr; in SetWindowSystemBarProperties()2902 napi_value JsWindow::OnSetWindowSystemBarProperties(napi_env env, napi_callback_info info) in OnSetWindowSystemBarProperties() function in OHOS::Rosen::JsWindow