Searched refs:OnGetWindowPropertiesSync (Results 1 – 4 of 4) sorted by relevance
77 napi_value OnGetWindowPropertiesSync(napi_env env, napi_callback_info info);
244 return (me != nullptr) ? me->OnGetWindowPropertiesSync(env, info) : nullptr; in GetWindowPropertiesSync()456 napi_value JsExtensionWindow::OnGetWindowPropertiesSync(napi_env env, napi_callback_info info) in OnGetWindowPropertiesSync() function in OHOS::Rosen::JsExtensionWindow
215 napi_value OnGetWindowPropertiesSync(napi_env env, napi_callback_info info);
260 return (me != nullptr) ? me->OnGetWindowPropertiesSync(env, info) : nullptr; in GetWindowPropertiesSync()2070 napi_value JsWindow::OnGetWindowPropertiesSync(napi_env env, napi_callback_info info) in OnGetWindowPropertiesSync() function in OHOS::Rosen::JsWindow