mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 00:33:42 +08:00
bump: flutter_rust_bridge: 2.6.0 once_cell = "1.20"
This commit is contained in:
parent
9e4523c891
commit
cd788b6fe5
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// ignore_for_file: unused_import, unused_element, unnecessary_import, duplicate_ignore, invalid_use_of_internal_member, annotate_overrides, non_constant_identifier_names, curly_braces_in_flow_control_structures, prefer_const_literals_to_create_immutables, unused_field
|
// ignore_for_file: unused_import, unused_element, unnecessary_import, duplicate_ignore, invalid_use_of_internal_member, annotate_overrides, non_constant_identifier_names, curly_braces_in_flow_control_structures, prefer_const_literals_to_create_immutables, unused_field
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ class RustLib extends BaseEntrypoint<RustLibApi, RustLibApiImpl, RustLibWire> {
|
|||||||
kDefaultExternalLibraryLoaderConfig;
|
kDefaultExternalLibraryLoaderConfig;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String get codegenVersion => '2.5.1';
|
String get codegenVersion => '2.6.0';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
int get rustContentHash => 1832496273;
|
int get rustContentHash => 1832496273;
|
||||||
@ -81,12 +81,6 @@ class RustLib extends BaseEntrypoint<RustLibApi, RustLibApiImpl, RustLibWire> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
abstract class RustLibApi extends BaseApi {
|
abstract class RustLibApi extends BaseApi {
|
||||||
Future<RsiLauncherAsarData> crateApiAsarApiGetRsiLauncherAsarData(
|
|
||||||
{required String asarPath});
|
|
||||||
|
|
||||||
Future<void> crateApiAsarApiRsiLauncherAsarDataWriteMainJs(
|
|
||||||
{required RsiLauncherAsarData that, required List<int> content});
|
|
||||||
|
|
||||||
Future<List<String>> crateApiHttpApiDnsLookupIps({required String host});
|
Future<List<String>> crateApiHttpApiDnsLookupIps({required String host});
|
||||||
|
|
||||||
Future<List<String>> crateApiHttpApiDnsLookupTxt({required String host});
|
Future<List<String>> crateApiHttpApiDnsLookupTxt({required String host});
|
||||||
@ -99,9 +93,21 @@ abstract class RustLibApi extends BaseApi {
|
|||||||
String? withIpAddress,
|
String? withIpAddress,
|
||||||
bool? withCustomDns});
|
bool? withCustomDns});
|
||||||
|
|
||||||
|
Future<RsiLauncherAsarData> crateApiAsarApiGetRsiLauncherAsarData(
|
||||||
|
{required String asarPath});
|
||||||
|
|
||||||
|
Future<void> crateApiAsarApiRsiLauncherAsarDataWriteMainJs(
|
||||||
|
{required RsiLauncherAsarData that, required List<int> content});
|
||||||
|
|
||||||
|
Future<void> crateApiWin32ApiSendNotify(
|
||||||
|
{String? summary, String? body, String? appName, String? appId});
|
||||||
|
|
||||||
Future<void> crateApiHttpApiSetDefaultHeader(
|
Future<void> crateApiHttpApiSetDefaultHeader(
|
||||||
{required Map<String, String> headers});
|
{required Map<String, String> headers});
|
||||||
|
|
||||||
|
Future<bool> crateApiWin32ApiSetForegroundWindow(
|
||||||
|
{required String windowName});
|
||||||
|
|
||||||
Stream<RsProcessStreamData> crateApiRsProcessStart(
|
Stream<RsProcessStreamData> crateApiRsProcessStart(
|
||||||
{required String executable,
|
{required String executable,
|
||||||
required List<String> arguments,
|
required List<String> arguments,
|
||||||
@ -109,12 +115,6 @@ abstract class RustLibApi extends BaseApi {
|
|||||||
|
|
||||||
Future<void> crateApiRsProcessWrite(
|
Future<void> crateApiRsProcessWrite(
|
||||||
{required int rsPid, required String data});
|
{required int rsPid, required String data});
|
||||||
|
|
||||||
Future<void> crateApiWin32ApiSendNotify(
|
|
||||||
{String? summary, String? body, String? appName, String? appId});
|
|
||||||
|
|
||||||
Future<bool> crateApiWin32ApiSetForegroundWindow(
|
|
||||||
{required String windowName});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class RustLibApiImpl extends RustLibApiImplPlatform implements RustLibApi {
|
class RustLibApiImpl extends RustLibApiImplPlatform implements RustLibApi {
|
||||||
@ -125,58 +125,6 @@ class RustLibApiImpl extends RustLibApiImplPlatform implements RustLibApi {
|
|||||||
required super.portManager,
|
required super.portManager,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
|
||||||
Future<RsiLauncherAsarData> crateApiAsarApiGetRsiLauncherAsarData(
|
|
||||||
{required String asarPath}) {
|
|
||||||
return handler.executeNormal(NormalTask(
|
|
||||||
callFfi: (port_) {
|
|
||||||
var arg0 = cst_encode_String(asarPath);
|
|
||||||
return wire.wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
|
||||||
port_, arg0);
|
|
||||||
},
|
|
||||||
codec: DcoCodec(
|
|
||||||
decodeSuccessData: dco_decode_rsi_launcher_asar_data,
|
|
||||||
decodeErrorData: dco_decode_AnyhowException,
|
|
||||||
),
|
|
||||||
constMeta: kCrateApiAsarApiGetRsiLauncherAsarDataConstMeta,
|
|
||||||
argValues: [asarPath],
|
|
||||||
apiImpl: this,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
TaskConstMeta get kCrateApiAsarApiGetRsiLauncherAsarDataConstMeta =>
|
|
||||||
const TaskConstMeta(
|
|
||||||
debugName: "get_rsi_launcher_asar_data",
|
|
||||||
argNames: ["asarPath"],
|
|
||||||
);
|
|
||||||
|
|
||||||
@override
|
|
||||||
Future<void> crateApiAsarApiRsiLauncherAsarDataWriteMainJs(
|
|
||||||
{required RsiLauncherAsarData that, required List<int> content}) {
|
|
||||||
return handler.executeNormal(NormalTask(
|
|
||||||
callFfi: (port_) {
|
|
||||||
var arg0 = cst_encode_box_autoadd_rsi_launcher_asar_data(that);
|
|
||||||
var arg1 = cst_encode_list_prim_u_8_loose(content);
|
|
||||||
return wire
|
|
||||||
.wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
|
||||||
port_, arg0, arg1);
|
|
||||||
},
|
|
||||||
codec: DcoCodec(
|
|
||||||
decodeSuccessData: dco_decode_unit,
|
|
||||||
decodeErrorData: dco_decode_AnyhowException,
|
|
||||||
),
|
|
||||||
constMeta: kCrateApiAsarApiRsiLauncherAsarDataWriteMainJsConstMeta,
|
|
||||||
argValues: [that, content],
|
|
||||||
apiImpl: this,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
TaskConstMeta get kCrateApiAsarApiRsiLauncherAsarDataWriteMainJsConstMeta =>
|
|
||||||
const TaskConstMeta(
|
|
||||||
debugName: "rsi_launcher_asar_data_write_main_js",
|
|
||||||
argNames: ["that", "content"],
|
|
||||||
);
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<List<String>> crateApiHttpApiDnsLookupIps({required String host}) {
|
Future<List<String>> crateApiHttpApiDnsLookupIps({required String host}) {
|
||||||
return handler.executeNormal(NormalTask(
|
return handler.executeNormal(NormalTask(
|
||||||
@ -271,6 +219,85 @@ class RustLibApiImpl extends RustLibApiImplPlatform implements RustLibApi {
|
|||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<RsiLauncherAsarData> crateApiAsarApiGetRsiLauncherAsarData(
|
||||||
|
{required String asarPath}) {
|
||||||
|
return handler.executeNormal(NormalTask(
|
||||||
|
callFfi: (port_) {
|
||||||
|
var arg0 = cst_encode_String(asarPath);
|
||||||
|
return wire.wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
||||||
|
port_, arg0);
|
||||||
|
},
|
||||||
|
codec: DcoCodec(
|
||||||
|
decodeSuccessData: dco_decode_rsi_launcher_asar_data,
|
||||||
|
decodeErrorData: dco_decode_AnyhowException,
|
||||||
|
),
|
||||||
|
constMeta: kCrateApiAsarApiGetRsiLauncherAsarDataConstMeta,
|
||||||
|
argValues: [asarPath],
|
||||||
|
apiImpl: this,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
TaskConstMeta get kCrateApiAsarApiGetRsiLauncherAsarDataConstMeta =>
|
||||||
|
const TaskConstMeta(
|
||||||
|
debugName: "get_rsi_launcher_asar_data",
|
||||||
|
argNames: ["asarPath"],
|
||||||
|
);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> crateApiAsarApiRsiLauncherAsarDataWriteMainJs(
|
||||||
|
{required RsiLauncherAsarData that, required List<int> content}) {
|
||||||
|
return handler.executeNormal(NormalTask(
|
||||||
|
callFfi: (port_) {
|
||||||
|
var arg0 = cst_encode_box_autoadd_rsi_launcher_asar_data(that);
|
||||||
|
var arg1 = cst_encode_list_prim_u_8_loose(content);
|
||||||
|
return wire
|
||||||
|
.wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
||||||
|
port_, arg0, arg1);
|
||||||
|
},
|
||||||
|
codec: DcoCodec(
|
||||||
|
decodeSuccessData: dco_decode_unit,
|
||||||
|
decodeErrorData: dco_decode_AnyhowException,
|
||||||
|
),
|
||||||
|
constMeta: kCrateApiAsarApiRsiLauncherAsarDataWriteMainJsConstMeta,
|
||||||
|
argValues: [that, content],
|
||||||
|
apiImpl: this,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
TaskConstMeta get kCrateApiAsarApiRsiLauncherAsarDataWriteMainJsConstMeta =>
|
||||||
|
const TaskConstMeta(
|
||||||
|
debugName: "rsi_launcher_asar_data_write_main_js",
|
||||||
|
argNames: ["that", "content"],
|
||||||
|
);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<void> crateApiWin32ApiSendNotify(
|
||||||
|
{String? summary, String? body, String? appName, String? appId}) {
|
||||||
|
return handler.executeNormal(NormalTask(
|
||||||
|
callFfi: (port_) {
|
||||||
|
var arg0 = cst_encode_opt_String(summary);
|
||||||
|
var arg1 = cst_encode_opt_String(body);
|
||||||
|
var arg2 = cst_encode_opt_String(appName);
|
||||||
|
var arg3 = cst_encode_opt_String(appId);
|
||||||
|
return wire.wire__crate__api__win32_api__send_notify(
|
||||||
|
port_, arg0, arg1, arg2, arg3);
|
||||||
|
},
|
||||||
|
codec: DcoCodec(
|
||||||
|
decodeSuccessData: dco_decode_unit,
|
||||||
|
decodeErrorData: dco_decode_AnyhowException,
|
||||||
|
),
|
||||||
|
constMeta: kCrateApiWin32ApiSendNotifyConstMeta,
|
||||||
|
argValues: [summary, body, appName, appId],
|
||||||
|
apiImpl: this,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
TaskConstMeta get kCrateApiWin32ApiSendNotifyConstMeta => const TaskConstMeta(
|
||||||
|
debugName: "send_notify",
|
||||||
|
argNames: ["summary", "body", "appName", "appId"],
|
||||||
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<void> crateApiHttpApiSetDefaultHeader(
|
Future<void> crateApiHttpApiSetDefaultHeader(
|
||||||
{required Map<String, String> headers}) {
|
{required Map<String, String> headers}) {
|
||||||
@ -295,6 +322,31 @@ class RustLibApiImpl extends RustLibApiImplPlatform implements RustLibApi {
|
|||||||
argNames: ["headers"],
|
argNames: ["headers"],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<bool> crateApiWin32ApiSetForegroundWindow(
|
||||||
|
{required String windowName}) {
|
||||||
|
return handler.executeNormal(NormalTask(
|
||||||
|
callFfi: (port_) {
|
||||||
|
var arg0 = cst_encode_String(windowName);
|
||||||
|
return wire.wire__crate__api__win32_api__set_foreground_window(
|
||||||
|
port_, arg0);
|
||||||
|
},
|
||||||
|
codec: DcoCodec(
|
||||||
|
decodeSuccessData: dco_decode_bool,
|
||||||
|
decodeErrorData: dco_decode_AnyhowException,
|
||||||
|
),
|
||||||
|
constMeta: kCrateApiWin32ApiSetForegroundWindowConstMeta,
|
||||||
|
argValues: [windowName],
|
||||||
|
apiImpl: this,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
TaskConstMeta get kCrateApiWin32ApiSetForegroundWindowConstMeta =>
|
||||||
|
const TaskConstMeta(
|
||||||
|
debugName: "set_foreground_window",
|
||||||
|
argNames: ["windowName"],
|
||||||
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Stream<RsProcessStreamData> crateApiRsProcessStart(
|
Stream<RsProcessStreamData> crateApiRsProcessStart(
|
||||||
{required String executable,
|
{required String executable,
|
||||||
@ -350,58 +402,6 @@ class RustLibApiImpl extends RustLibApiImplPlatform implements RustLibApi {
|
|||||||
argNames: ["rsPid", "data"],
|
argNames: ["rsPid", "data"],
|
||||||
);
|
);
|
||||||
|
|
||||||
@override
|
|
||||||
Future<void> crateApiWin32ApiSendNotify(
|
|
||||||
{String? summary, String? body, String? appName, String? appId}) {
|
|
||||||
return handler.executeNormal(NormalTask(
|
|
||||||
callFfi: (port_) {
|
|
||||||
var arg0 = cst_encode_opt_String(summary);
|
|
||||||
var arg1 = cst_encode_opt_String(body);
|
|
||||||
var arg2 = cst_encode_opt_String(appName);
|
|
||||||
var arg3 = cst_encode_opt_String(appId);
|
|
||||||
return wire.wire__crate__api__win32_api__send_notify(
|
|
||||||
port_, arg0, arg1, arg2, arg3);
|
|
||||||
},
|
|
||||||
codec: DcoCodec(
|
|
||||||
decodeSuccessData: dco_decode_unit,
|
|
||||||
decodeErrorData: dco_decode_AnyhowException,
|
|
||||||
),
|
|
||||||
constMeta: kCrateApiWin32ApiSendNotifyConstMeta,
|
|
||||||
argValues: [summary, body, appName, appId],
|
|
||||||
apiImpl: this,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
TaskConstMeta get kCrateApiWin32ApiSendNotifyConstMeta => const TaskConstMeta(
|
|
||||||
debugName: "send_notify",
|
|
||||||
argNames: ["summary", "body", "appName", "appId"],
|
|
||||||
);
|
|
||||||
|
|
||||||
@override
|
|
||||||
Future<bool> crateApiWin32ApiSetForegroundWindow(
|
|
||||||
{required String windowName}) {
|
|
||||||
return handler.executeNormal(NormalTask(
|
|
||||||
callFfi: (port_) {
|
|
||||||
var arg0 = cst_encode_String(windowName);
|
|
||||||
return wire.wire__crate__api__win32_api__set_foreground_window(
|
|
||||||
port_, arg0);
|
|
||||||
},
|
|
||||||
codec: DcoCodec(
|
|
||||||
decodeSuccessData: dco_decode_bool,
|
|
||||||
decodeErrorData: dco_decode_AnyhowException,
|
|
||||||
),
|
|
||||||
constMeta: kCrateApiWin32ApiSetForegroundWindowConstMeta,
|
|
||||||
argValues: [windowName],
|
|
||||||
apiImpl: this,
|
|
||||||
));
|
|
||||||
}
|
|
||||||
|
|
||||||
TaskConstMeta get kCrateApiWin32ApiSetForegroundWindowConstMeta =>
|
|
||||||
const TaskConstMeta(
|
|
||||||
debugName: "set_foreground_window",
|
|
||||||
argNames: ["windowName"],
|
|
||||||
);
|
|
||||||
|
|
||||||
@protected
|
@protected
|
||||||
AnyhowException dco_decode_AnyhowException(dynamic raw) {
|
AnyhowException dco_decode_AnyhowException(dynamic raw) {
|
||||||
// Codec=Dco (DartCObject based), see doc to use other codecs
|
// Codec=Dco (DartCObject based), see doc to use other codecs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// ignore_for_file: unused_import, unused_element, unnecessary_import, duplicate_ignore, invalid_use_of_internal_member, annotate_overrides, non_constant_identifier_names, curly_braces_in_flow_control_structures, prefer_const_literals_to_create_immutables, unused_field
|
// ignore_for_file: unused_import, unused_element, unnecessary_import, duplicate_ignore, invalid_use_of_internal_member, annotate_overrides, non_constant_identifier_names, curly_braces_in_flow_control_structures, prefer_const_literals_to_create_immutables, unused_field
|
||||||
|
|
||||||
@ -562,51 +562,6 @@ class RustLibWire implements BaseWire {
|
|||||||
late final _store_dart_post_cobject = _store_dart_post_cobjectPtr
|
late final _store_dart_post_cobject = _store_dart_post_cobjectPtr
|
||||||
.asFunction<void Function(DartPostCObjectFnType)>();
|
.asFunction<void Function(DartPostCObjectFnType)>();
|
||||||
|
|
||||||
void wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
|
||||||
int port_,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> asar_path,
|
|
||||||
) {
|
|
||||||
return _wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
|
||||||
port_,
|
|
||||||
asar_path,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
late final _wire__crate__api__asar_api__get_rsi_launcher_asar_dataPtr = _lookup<
|
|
||||||
ffi.NativeFunction<
|
|
||||||
ffi.Void Function(
|
|
||||||
ffi.Int64, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>>(
|
|
||||||
'frbgen_starcitizen_doctor_wire__crate__api__asar_api__get_rsi_launcher_asar_data');
|
|
||||||
late final _wire__crate__api__asar_api__get_rsi_launcher_asar_data =
|
|
||||||
_wire__crate__api__asar_api__get_rsi_launcher_asar_dataPtr.asFunction<
|
|
||||||
void Function(int, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
|
||||||
|
|
||||||
void wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
|
||||||
int port_,
|
|
||||||
ffi.Pointer<wire_cst_rsi_launcher_asar_data> that,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_loose> content,
|
|
||||||
) {
|
|
||||||
return _wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
|
||||||
port_,
|
|
||||||
that,
|
|
||||||
content,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
late final _wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_jsPtr =
|
|
||||||
_lookup<
|
|
||||||
ffi.NativeFunction<
|
|
||||||
ffi.Void Function(
|
|
||||||
ffi.Int64,
|
|
||||||
ffi.Pointer<wire_cst_rsi_launcher_asar_data>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_loose>)>>(
|
|
||||||
'frbgen_starcitizen_doctor_wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js');
|
|
||||||
late final _wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js =
|
|
||||||
_wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_jsPtr
|
|
||||||
.asFunction<
|
|
||||||
void Function(int, ffi.Pointer<wire_cst_rsi_launcher_asar_data>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_loose>)>();
|
|
||||||
|
|
||||||
void wire__crate__api__http_api__dns_lookup_ips(
|
void wire__crate__api__http_api__dns_lookup_ips(
|
||||||
int port_,
|
int port_,
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> host,
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> host,
|
||||||
@ -687,6 +642,85 @@ class RustLibWire implements BaseWire {
|
|||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
||||||
ffi.Pointer<ffi.Bool>)>();
|
ffi.Pointer<ffi.Bool>)>();
|
||||||
|
|
||||||
|
void wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
||||||
|
int port_,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> asar_path,
|
||||||
|
) {
|
||||||
|
return _wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
||||||
|
port_,
|
||||||
|
asar_path,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
late final _wire__crate__api__asar_api__get_rsi_launcher_asar_dataPtr = _lookup<
|
||||||
|
ffi.NativeFunction<
|
||||||
|
ffi.Void Function(
|
||||||
|
ffi.Int64, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>>(
|
||||||
|
'frbgen_starcitizen_doctor_wire__crate__api__asar_api__get_rsi_launcher_asar_data');
|
||||||
|
late final _wire__crate__api__asar_api__get_rsi_launcher_asar_data =
|
||||||
|
_wire__crate__api__asar_api__get_rsi_launcher_asar_dataPtr.asFunction<
|
||||||
|
void Function(int, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
||||||
|
|
||||||
|
void wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
||||||
|
int port_,
|
||||||
|
ffi.Pointer<wire_cst_rsi_launcher_asar_data> that,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_loose> content,
|
||||||
|
) {
|
||||||
|
return _wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
||||||
|
port_,
|
||||||
|
that,
|
||||||
|
content,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
late final _wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_jsPtr =
|
||||||
|
_lookup<
|
||||||
|
ffi.NativeFunction<
|
||||||
|
ffi.Void Function(
|
||||||
|
ffi.Int64,
|
||||||
|
ffi.Pointer<wire_cst_rsi_launcher_asar_data>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_loose>)>>(
|
||||||
|
'frbgen_starcitizen_doctor_wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js');
|
||||||
|
late final _wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js =
|
||||||
|
_wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_jsPtr
|
||||||
|
.asFunction<
|
||||||
|
void Function(int, ffi.Pointer<wire_cst_rsi_launcher_asar_data>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_loose>)>();
|
||||||
|
|
||||||
|
void wire__crate__api__win32_api__send_notify(
|
||||||
|
int port_,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> summary,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> body,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> app_name,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> app_id,
|
||||||
|
) {
|
||||||
|
return _wire__crate__api__win32_api__send_notify(
|
||||||
|
port_,
|
||||||
|
summary,
|
||||||
|
body,
|
||||||
|
app_name,
|
||||||
|
app_id,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
late final _wire__crate__api__win32_api__send_notifyPtr = _lookup<
|
||||||
|
ffi.NativeFunction<
|
||||||
|
ffi.Void Function(
|
||||||
|
ffi.Int64,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>)>>(
|
||||||
|
'frbgen_starcitizen_doctor_wire__crate__api__win32_api__send_notify');
|
||||||
|
late final _wire__crate__api__win32_api__send_notify =
|
||||||
|
_wire__crate__api__win32_api__send_notifyPtr.asFunction<
|
||||||
|
void Function(
|
||||||
|
int,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
||||||
|
|
||||||
void wire__crate__api__http_api__set_default_header(
|
void wire__crate__api__http_api__set_default_header(
|
||||||
int port_,
|
int port_,
|
||||||
ffi.Pointer<wire_cst_list_record_string_string> headers,
|
ffi.Pointer<wire_cst_list_record_string_string> headers,
|
||||||
@ -707,6 +741,25 @@ class RustLibWire implements BaseWire {
|
|||||||
void Function(
|
void Function(
|
||||||
int, ffi.Pointer<wire_cst_list_record_string_string>)>();
|
int, ffi.Pointer<wire_cst_list_record_string_string>)>();
|
||||||
|
|
||||||
|
void wire__crate__api__win32_api__set_foreground_window(
|
||||||
|
int port_,
|
||||||
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> window_name,
|
||||||
|
) {
|
||||||
|
return _wire__crate__api__win32_api__set_foreground_window(
|
||||||
|
port_,
|
||||||
|
window_name,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
late final _wire__crate__api__win32_api__set_foreground_windowPtr = _lookup<
|
||||||
|
ffi.NativeFunction<
|
||||||
|
ffi.Void Function(
|
||||||
|
ffi.Int64, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>>(
|
||||||
|
'frbgen_starcitizen_doctor_wire__crate__api__win32_api__set_foreground_window');
|
||||||
|
late final _wire__crate__api__win32_api__set_foreground_window =
|
||||||
|
_wire__crate__api__win32_api__set_foreground_windowPtr.asFunction<
|
||||||
|
void Function(int, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
||||||
|
|
||||||
void wire__crate__api__rs_process__start(
|
void wire__crate__api__rs_process__start(
|
||||||
int port_,
|
int port_,
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> executable,
|
ffi.Pointer<wire_cst_list_prim_u_8_strict> executable,
|
||||||
@ -763,59 +816,6 @@ class RustLibWire implements BaseWire {
|
|||||||
void Function(
|
void Function(
|
||||||
int, int, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
int, int, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
||||||
|
|
||||||
void wire__crate__api__win32_api__send_notify(
|
|
||||||
int port_,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> summary,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> body,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> app_name,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> app_id,
|
|
||||||
) {
|
|
||||||
return _wire__crate__api__win32_api__send_notify(
|
|
||||||
port_,
|
|
||||||
summary,
|
|
||||||
body,
|
|
||||||
app_name,
|
|
||||||
app_id,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
late final _wire__crate__api__win32_api__send_notifyPtr = _lookup<
|
|
||||||
ffi.NativeFunction<
|
|
||||||
ffi.Void Function(
|
|
||||||
ffi.Int64,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>)>>(
|
|
||||||
'frbgen_starcitizen_doctor_wire__crate__api__win32_api__send_notify');
|
|
||||||
late final _wire__crate__api__win32_api__send_notify =
|
|
||||||
_wire__crate__api__win32_api__send_notifyPtr.asFunction<
|
|
||||||
void Function(
|
|
||||||
int,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
|
||||||
|
|
||||||
void wire__crate__api__win32_api__set_foreground_window(
|
|
||||||
int port_,
|
|
||||||
ffi.Pointer<wire_cst_list_prim_u_8_strict> window_name,
|
|
||||||
) {
|
|
||||||
return _wire__crate__api__win32_api__set_foreground_window(
|
|
||||||
port_,
|
|
||||||
window_name,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
late final _wire__crate__api__win32_api__set_foreground_windowPtr = _lookup<
|
|
||||||
ffi.NativeFunction<
|
|
||||||
ffi.Void Function(
|
|
||||||
ffi.Int64, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>>(
|
|
||||||
'frbgen_starcitizen_doctor_wire__crate__api__win32_api__set_foreground_window');
|
|
||||||
late final _wire__crate__api__win32_api__set_foreground_window =
|
|
||||||
_wire__crate__api__win32_api__set_foreground_windowPtr.asFunction<
|
|
||||||
void Function(int, ffi.Pointer<wire_cst_list_prim_u_8_strict>)>();
|
|
||||||
|
|
||||||
ffi.Pointer<ffi.Bool> cst_new_box_autoadd_bool(
|
ffi.Pointer<ffi.Bool> cst_new_box_autoadd_bool(
|
||||||
bool value,
|
bool value,
|
||||||
) {
|
) {
|
||||||
@ -947,6 +947,19 @@ final class wire_cst_list_prim_u_8_strict extends ffi.Struct {
|
|||||||
external int len;
|
external int len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final class wire_cst_record_string_string extends ffi.Struct {
|
||||||
|
external ffi.Pointer<wire_cst_list_prim_u_8_strict> field0;
|
||||||
|
|
||||||
|
external ffi.Pointer<wire_cst_list_prim_u_8_strict> field1;
|
||||||
|
}
|
||||||
|
|
||||||
|
final class wire_cst_list_record_string_string extends ffi.Struct {
|
||||||
|
external ffi.Pointer<wire_cst_record_string_string> ptr;
|
||||||
|
|
||||||
|
@ffi.Int32()
|
||||||
|
external int len;
|
||||||
|
}
|
||||||
|
|
||||||
final class wire_cst_rsi_launcher_asar_data extends ffi.Struct {
|
final class wire_cst_rsi_launcher_asar_data extends ffi.Struct {
|
||||||
external ffi.Pointer<wire_cst_list_prim_u_8_strict> asar_path;
|
external ffi.Pointer<wire_cst_list_prim_u_8_strict> asar_path;
|
||||||
|
|
||||||
@ -962,19 +975,6 @@ final class wire_cst_list_prim_u_8_loose extends ffi.Struct {
|
|||||||
external int len;
|
external int len;
|
||||||
}
|
}
|
||||||
|
|
||||||
final class wire_cst_record_string_string extends ffi.Struct {
|
|
||||||
external ffi.Pointer<wire_cst_list_prim_u_8_strict> field0;
|
|
||||||
|
|
||||||
external ffi.Pointer<wire_cst_list_prim_u_8_strict> field1;
|
|
||||||
}
|
|
||||||
|
|
||||||
final class wire_cst_list_record_string_string extends ffi.Struct {
|
|
||||||
external ffi.Pointer<wire_cst_record_string_string> ptr;
|
|
||||||
|
|
||||||
@ffi.Int32()
|
|
||||||
external int len;
|
|
||||||
}
|
|
||||||
|
|
||||||
final class wire_cst_list_String extends ffi.Struct {
|
final class wire_cst_list_String extends ffi.Struct {
|
||||||
external ffi.Pointer<ffi.Pointer<wire_cst_list_prim_u_8_strict>> ptr;
|
external ffi.Pointer<ffi.Pointer<wire_cst_list_prim_u_8_strict>> ptr;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
// ignore_for_file: invalid_use_of_internal_member, unused_import, unnecessary_import
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ part of 'input_method_dialog_ui_model.dart';
|
|||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
|
||||||
String _$inputMethodDialogUIModelHash() =>
|
String _$inputMethodDialogUIModelHash() =>
|
||||||
r'1c7193891c609715b2c7ee1b34f67aa26b18d303';
|
r'8c703de14c98fb6b2f26dbae04c2c9c06f50eb8c';
|
||||||
|
|
||||||
/// See also [InputMethodDialogUIModel].
|
/// See also [InputMethodDialogUIModel].
|
||||||
@ProviderFor(InputMethodDialogUIModel)
|
@ProviderFor(InputMethodDialogUIModel)
|
||||||
|
@ -6,7 +6,7 @@ part of 'server.dart';
|
|||||||
// RiverpodGenerator
|
// RiverpodGenerator
|
||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
|
||||||
String _$inputMethodServerHash() => r'227e0e32cd7b8895f3b108505cd524680afc4126';
|
String _$inputMethodServerHash() => r'58ff318c051f16c76f620258520aadedbdd5057c';
|
||||||
|
|
||||||
/// See also [InputMethodServer].
|
/// See also [InputMethodServer].
|
||||||
@ProviderFor(InputMethodServer)
|
@ProviderFor(InputMethodServer)
|
||||||
|
@ -7,7 +7,7 @@ part of 'advanced_localization_ui_model.dart';
|
|||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
|
||||||
String _$advancedLocalizationUIModelHash() =>
|
String _$advancedLocalizationUIModelHash() =>
|
||||||
r'6b65988e71733c01e9352765cf600c4781bdccb4';
|
r'52d4f40f20e9f4d2f34fae7d0378acb31cf681ac';
|
||||||
|
|
||||||
/// See also [AdvancedLocalizationUIModel].
|
/// See also [AdvancedLocalizationUIModel].
|
||||||
@ProviderFor(AdvancedLocalizationUIModel)
|
@ProviderFor(AdvancedLocalizationUIModel)
|
||||||
|
@ -7,7 +7,7 @@ part of 'localization_ui_model.dart';
|
|||||||
// **************************************************************************
|
// **************************************************************************
|
||||||
|
|
||||||
String _$localizationUIModelHash() =>
|
String _$localizationUIModelHash() =>
|
||||||
r'206512f457acdb0aaa2cd638fcdb31b6a88848a6';
|
r'4d77028b8fb92490a1ff3292c667e9a2923d32cc';
|
||||||
|
|
||||||
/// See also [LocalizationUIModel].
|
/// See also [LocalizationUIModel].
|
||||||
@ProviderFor(LocalizationUIModel)
|
@ProviderFor(LocalizationUIModel)
|
||||||
|
@ -42,7 +42,7 @@ dependencies:
|
|||||||
flutter_tilt: ^3.0.0
|
flutter_tilt: ^3.0.0
|
||||||
card_swiper: ^3.0.1
|
card_swiper: ^3.0.1
|
||||||
ffi: ^2.1.0
|
ffi: ^2.1.0
|
||||||
flutter_rust_bridge: ^2.5.1
|
flutter_rust_bridge: 2.6.0
|
||||||
freezed_annotation: ^2.4.1
|
freezed_annotation: ^2.4.1
|
||||||
meta: ^1.9.1
|
meta: ^1.9.1
|
||||||
hexcolor: ^3.0.1
|
hexcolor: ^3.0.1
|
||||||
|
@ -15,7 +15,7 @@ flutter_rust_bridge = "=2.6.0"
|
|||||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "process"] }
|
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "process"] }
|
||||||
futures = { version = "0.3", default-features = false, features = ["executor"] }
|
futures = { version = "0.3", default-features = false, features = ["executor"] }
|
||||||
url = "2.5"
|
url = "2.5"
|
||||||
once_cell = "1.19"
|
once_cell = "1.20"
|
||||||
reqwest = { version = "0.12", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] }
|
reqwest = { version = "0.12", features = ["rustls-tls-webpki-roots", "cookies", "gzip", "json", "stream"] }
|
||||||
hickory-resolver = { version = "0.24" }
|
hickory-resolver = { version = "0.24" }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
#![allow(
|
#![allow(
|
||||||
non_camel_case_types,
|
non_camel_case_types,
|
||||||
@ -36,7 +36,7 @@ flutter_rust_bridge::frb_generated_boilerplate!(
|
|||||||
default_rust_opaque = RustOpaqueNom,
|
default_rust_opaque = RustOpaqueNom,
|
||||||
default_rust_auto_opaque = RustAutoOpaqueNom,
|
default_rust_auto_opaque = RustAutoOpaqueNom,
|
||||||
);
|
);
|
||||||
pub(crate) const FLUTTER_RUST_BRIDGE_CODEGEN_VERSION: &str = "2.5.1";
|
pub(crate) const FLUTTER_RUST_BRIDGE_CODEGEN_VERSION: &str = "2.6.0";
|
||||||
pub(crate) const FLUTTER_RUST_BRIDGE_CODEGEN_CONTENT_HASH: i32 = 1832496273;
|
pub(crate) const FLUTTER_RUST_BRIDGE_CODEGEN_CONTENT_HASH: i32 = 1832496273;
|
||||||
|
|
||||||
// Section: executor
|
// Section: executor
|
||||||
@ -45,62 +45,6 @@ flutter_rust_bridge::frb_generated_default_handler!();
|
|||||||
|
|
||||||
// Section: wire_funcs
|
// Section: wire_funcs
|
||||||
|
|
||||||
fn wire__crate__api__asar_api__get_rsi_launcher_asar_data_impl(
|
|
||||||
port_: flutter_rust_bridge::for_generated::MessagePort,
|
|
||||||
asar_path: impl CstDecode<String>,
|
|
||||||
) {
|
|
||||||
FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
|
|
||||||
flutter_rust_bridge::for_generated::TaskInfo {
|
|
||||||
debug_name: "get_rsi_launcher_asar_data",
|
|
||||||
port: Some(port_),
|
|
||||||
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
|
||||||
},
|
|
||||||
move || {
|
|
||||||
let api_asar_path = asar_path.cst_decode();
|
|
||||||
move |context| async move {
|
|
||||||
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
|
||||||
(move || async move {
|
|
||||||
let output_ok =
|
|
||||||
crate::api::asar_api::get_rsi_launcher_asar_data(&api_asar_path)
|
|
||||||
.await?;
|
|
||||||
Ok(output_ok)
|
|
||||||
})()
|
|
||||||
.await,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
fn wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js_impl(
|
|
||||||
port_: flutter_rust_bridge::for_generated::MessagePort,
|
|
||||||
that: impl CstDecode<crate::api::asar_api::RsiLauncherAsarData>,
|
|
||||||
content: impl CstDecode<Vec<u8>>,
|
|
||||||
) {
|
|
||||||
FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
|
|
||||||
flutter_rust_bridge::for_generated::TaskInfo {
|
|
||||||
debug_name: "rsi_launcher_asar_data_write_main_js",
|
|
||||||
port: Some(port_),
|
|
||||||
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
|
||||||
},
|
|
||||||
move || {
|
|
||||||
let api_that = that.cst_decode();
|
|
||||||
let api_content = content.cst_decode();
|
|
||||||
move |context| async move {
|
|
||||||
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
|
||||||
(move || async move {
|
|
||||||
let output_ok = crate::api::asar_api::RsiLauncherAsarData::write_main_js(
|
|
||||||
&api_that,
|
|
||||||
api_content,
|
|
||||||
)
|
|
||||||
.await?;
|
|
||||||
Ok(output_ok)
|
|
||||||
})()
|
|
||||||
.await,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
fn wire__crate__api__http_api__dns_lookup_ips_impl(
|
fn wire__crate__api__http_api__dns_lookup_ips_impl(
|
||||||
port_: flutter_rust_bridge::for_generated::MessagePort,
|
port_: flutter_rust_bridge::for_generated::MessagePort,
|
||||||
host: impl CstDecode<String>,
|
host: impl CstDecode<String>,
|
||||||
@ -191,6 +135,96 @@ fn wire__crate__api__http_api__fetch_impl(
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
fn wire__crate__api__asar_api__get_rsi_launcher_asar_data_impl(
|
||||||
|
port_: flutter_rust_bridge::for_generated::MessagePort,
|
||||||
|
asar_path: impl CstDecode<String>,
|
||||||
|
) {
|
||||||
|
FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
|
||||||
|
flutter_rust_bridge::for_generated::TaskInfo {
|
||||||
|
debug_name: "get_rsi_launcher_asar_data",
|
||||||
|
port: Some(port_),
|
||||||
|
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
||||||
|
},
|
||||||
|
move || {
|
||||||
|
let api_asar_path = asar_path.cst_decode();
|
||||||
|
move |context| async move {
|
||||||
|
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
||||||
|
(move || async move {
|
||||||
|
let output_ok =
|
||||||
|
crate::api::asar_api::get_rsi_launcher_asar_data(&api_asar_path)
|
||||||
|
.await?;
|
||||||
|
Ok(output_ok)
|
||||||
|
})()
|
||||||
|
.await,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
fn wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js_impl(
|
||||||
|
port_: flutter_rust_bridge::for_generated::MessagePort,
|
||||||
|
that: impl CstDecode<crate::api::asar_api::RsiLauncherAsarData>,
|
||||||
|
content: impl CstDecode<Vec<u8>>,
|
||||||
|
) {
|
||||||
|
FLUTTER_RUST_BRIDGE_HANDLER.wrap_async::<flutter_rust_bridge::for_generated::DcoCodec, _, _, _>(
|
||||||
|
flutter_rust_bridge::for_generated::TaskInfo {
|
||||||
|
debug_name: "rsi_launcher_asar_data_write_main_js",
|
||||||
|
port: Some(port_),
|
||||||
|
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
||||||
|
},
|
||||||
|
move || {
|
||||||
|
let api_that = that.cst_decode();
|
||||||
|
let api_content = content.cst_decode();
|
||||||
|
move |context| async move {
|
||||||
|
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
||||||
|
(move || async move {
|
||||||
|
let output_ok = crate::api::asar_api::RsiLauncherAsarData::write_main_js(
|
||||||
|
&api_that,
|
||||||
|
api_content,
|
||||||
|
)
|
||||||
|
.await?;
|
||||||
|
Ok(output_ok)
|
||||||
|
})()
|
||||||
|
.await,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
|
fn wire__crate__api__win32_api__send_notify_impl(
|
||||||
|
port_: flutter_rust_bridge::for_generated::MessagePort,
|
||||||
|
summary: impl CstDecode<Option<String>>,
|
||||||
|
body: impl CstDecode<Option<String>>,
|
||||||
|
app_name: impl CstDecode<Option<String>>,
|
||||||
|
app_id: impl CstDecode<Option<String>>,
|
||||||
|
) {
|
||||||
|
FLUTTER_RUST_BRIDGE_HANDLER.wrap_normal::<flutter_rust_bridge::for_generated::DcoCodec, _, _>(
|
||||||
|
flutter_rust_bridge::for_generated::TaskInfo {
|
||||||
|
debug_name: "send_notify",
|
||||||
|
port: Some(port_),
|
||||||
|
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
||||||
|
},
|
||||||
|
move || {
|
||||||
|
let api_summary = summary.cst_decode();
|
||||||
|
let api_body = body.cst_decode();
|
||||||
|
let api_app_name = app_name.cst_decode();
|
||||||
|
let api_app_id = app_id.cst_decode();
|
||||||
|
move |context| {
|
||||||
|
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
||||||
|
(move || {
|
||||||
|
let output_ok = crate::api::win32_api::send_notify(
|
||||||
|
api_summary,
|
||||||
|
api_body,
|
||||||
|
api_app_name,
|
||||||
|
api_app_id,
|
||||||
|
)?;
|
||||||
|
Ok(output_ok)
|
||||||
|
})(),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
fn wire__crate__api__http_api__set_default_header_impl(
|
fn wire__crate__api__http_api__set_default_header_impl(
|
||||||
port_: flutter_rust_bridge::for_generated::MessagePort,
|
port_: flutter_rust_bridge::for_generated::MessagePort,
|
||||||
headers: impl CstDecode<std::collections::HashMap<String, String>>,
|
headers: impl CstDecode<std::collections::HashMap<String, String>>,
|
||||||
@ -214,6 +248,30 @@ fn wire__crate__api__http_api__set_default_header_impl(
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
fn wire__crate__api__win32_api__set_foreground_window_impl(
|
||||||
|
port_: flutter_rust_bridge::for_generated::MessagePort,
|
||||||
|
window_name: impl CstDecode<String>,
|
||||||
|
) {
|
||||||
|
FLUTTER_RUST_BRIDGE_HANDLER.wrap_normal::<flutter_rust_bridge::for_generated::DcoCodec, _, _>(
|
||||||
|
flutter_rust_bridge::for_generated::TaskInfo {
|
||||||
|
debug_name: "set_foreground_window",
|
||||||
|
port: Some(port_),
|
||||||
|
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
||||||
|
},
|
||||||
|
move || {
|
||||||
|
let api_window_name = window_name.cst_decode();
|
||||||
|
move |context| {
|
||||||
|
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
||||||
|
(move || {
|
||||||
|
let output_ok =
|
||||||
|
crate::api::win32_api::set_foreground_window(&api_window_name)?;
|
||||||
|
Ok(output_ok)
|
||||||
|
})(),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
)
|
||||||
|
}
|
||||||
fn wire__crate__api__rs_process__start_impl(
|
fn wire__crate__api__rs_process__start_impl(
|
||||||
port_: flutter_rust_bridge::for_generated::MessagePort,
|
port_: flutter_rust_bridge::for_generated::MessagePort,
|
||||||
executable: impl CstDecode<String>,
|
executable: impl CstDecode<String>,
|
||||||
@ -285,64 +343,6 @@ fn wire__crate__api__rs_process__write_impl(
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
fn wire__crate__api__win32_api__send_notify_impl(
|
|
||||||
port_: flutter_rust_bridge::for_generated::MessagePort,
|
|
||||||
summary: impl CstDecode<Option<String>>,
|
|
||||||
body: impl CstDecode<Option<String>>,
|
|
||||||
app_name: impl CstDecode<Option<String>>,
|
|
||||||
app_id: impl CstDecode<Option<String>>,
|
|
||||||
) {
|
|
||||||
FLUTTER_RUST_BRIDGE_HANDLER.wrap_normal::<flutter_rust_bridge::for_generated::DcoCodec, _, _>(
|
|
||||||
flutter_rust_bridge::for_generated::TaskInfo {
|
|
||||||
debug_name: "send_notify",
|
|
||||||
port: Some(port_),
|
|
||||||
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
|
||||||
},
|
|
||||||
move || {
|
|
||||||
let api_summary = summary.cst_decode();
|
|
||||||
let api_body = body.cst_decode();
|
|
||||||
let api_app_name = app_name.cst_decode();
|
|
||||||
let api_app_id = app_id.cst_decode();
|
|
||||||
move |context| {
|
|
||||||
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
|
||||||
(move || {
|
|
||||||
let output_ok = crate::api::win32_api::send_notify(
|
|
||||||
api_summary,
|
|
||||||
api_body,
|
|
||||||
api_app_name,
|
|
||||||
api_app_id,
|
|
||||||
)?;
|
|
||||||
Ok(output_ok)
|
|
||||||
})(),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
fn wire__crate__api__win32_api__set_foreground_window_impl(
|
|
||||||
port_: flutter_rust_bridge::for_generated::MessagePort,
|
|
||||||
window_name: impl CstDecode<String>,
|
|
||||||
) {
|
|
||||||
FLUTTER_RUST_BRIDGE_HANDLER.wrap_normal::<flutter_rust_bridge::for_generated::DcoCodec, _, _>(
|
|
||||||
flutter_rust_bridge::for_generated::TaskInfo {
|
|
||||||
debug_name: "set_foreground_window",
|
|
||||||
port: Some(port_),
|
|
||||||
mode: flutter_rust_bridge::for_generated::FfiCallMode::Normal,
|
|
||||||
},
|
|
||||||
move || {
|
|
||||||
let api_window_name = window_name.cst_decode();
|
|
||||||
move |context| {
|
|
||||||
transform_result_dco::<_, _, flutter_rust_bridge::for_generated::anyhow::Error>(
|
|
||||||
(move || {
|
|
||||||
let output_ok =
|
|
||||||
crate::api::win32_api::set_foreground_window(&api_window_name)?;
|
|
||||||
Ok(output_ok)
|
|
||||||
})(),
|
|
||||||
)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
// Section: dart2rust
|
// Section: dart2rust
|
||||||
|
|
||||||
@ -1144,7 +1144,7 @@ impl SseEncode for () {
|
|||||||
#[cfg(not(target_family = "wasm"))]
|
#[cfg(not(target_family = "wasm"))]
|
||||||
mod io {
|
mod io {
|
||||||
// This file is automatically generated, so please do not edit it.
|
// This file is automatically generated, so please do not edit it.
|
||||||
// @generated by `flutter_rust_bridge`@ 2.5.1.
|
// @generated by `flutter_rust_bridge`@ 2.6.0.
|
||||||
|
|
||||||
// Section: imports
|
// Section: imports
|
||||||
|
|
||||||
@ -1361,23 +1361,6 @@ mod io {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[no_mangle]
|
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
|
||||||
port_: i64,
|
|
||||||
asar_path: *mut wire_cst_list_prim_u_8_strict,
|
|
||||||
) {
|
|
||||||
wire__crate__api__asar_api__get_rsi_launcher_asar_data_impl(port_, asar_path)
|
|
||||||
}
|
|
||||||
|
|
||||||
#[no_mangle]
|
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
|
||||||
port_: i64,
|
|
||||||
that: *mut wire_cst_rsi_launcher_asar_data,
|
|
||||||
content: *mut wire_cst_list_prim_u_8_loose,
|
|
||||||
) {
|
|
||||||
wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js_impl(port_, that, content)
|
|
||||||
}
|
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__http_api__dns_lookup_ips(
|
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__http_api__dns_lookup_ips(
|
||||||
port_: i64,
|
port_: i64,
|
||||||
@ -1415,6 +1398,34 @@ mod io {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[no_mangle]
|
||||||
|
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__asar_api__get_rsi_launcher_asar_data(
|
||||||
|
port_: i64,
|
||||||
|
asar_path: *mut wire_cst_list_prim_u_8_strict,
|
||||||
|
) {
|
||||||
|
wire__crate__api__asar_api__get_rsi_launcher_asar_data_impl(port_, asar_path)
|
||||||
|
}
|
||||||
|
|
||||||
|
#[no_mangle]
|
||||||
|
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js(
|
||||||
|
port_: i64,
|
||||||
|
that: *mut wire_cst_rsi_launcher_asar_data,
|
||||||
|
content: *mut wire_cst_list_prim_u_8_loose,
|
||||||
|
) {
|
||||||
|
wire__crate__api__asar_api__rsi_launcher_asar_data_write_main_js_impl(port_, that, content)
|
||||||
|
}
|
||||||
|
|
||||||
|
#[no_mangle]
|
||||||
|
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__win32_api__send_notify(
|
||||||
|
port_: i64,
|
||||||
|
summary: *mut wire_cst_list_prim_u_8_strict,
|
||||||
|
body: *mut wire_cst_list_prim_u_8_strict,
|
||||||
|
app_name: *mut wire_cst_list_prim_u_8_strict,
|
||||||
|
app_id: *mut wire_cst_list_prim_u_8_strict,
|
||||||
|
) {
|
||||||
|
wire__crate__api__win32_api__send_notify_impl(port_, summary, body, app_name, app_id)
|
||||||
|
}
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__http_api__set_default_header(
|
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__http_api__set_default_header(
|
||||||
port_: i64,
|
port_: i64,
|
||||||
@ -1423,6 +1434,14 @@ mod io {
|
|||||||
wire__crate__api__http_api__set_default_header_impl(port_, headers)
|
wire__crate__api__http_api__set_default_header_impl(port_, headers)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[no_mangle]
|
||||||
|
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__win32_api__set_foreground_window(
|
||||||
|
port_: i64,
|
||||||
|
window_name: *mut wire_cst_list_prim_u_8_strict,
|
||||||
|
) {
|
||||||
|
wire__crate__api__win32_api__set_foreground_window_impl(port_, window_name)
|
||||||
|
}
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__rs_process__start(
|
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__rs_process__start(
|
||||||
port_: i64,
|
port_: i64,
|
||||||
@ -1449,25 +1468,6 @@ mod io {
|
|||||||
wire__crate__api__rs_process__write_impl(port_, rs_pid, data)
|
wire__crate__api__rs_process__write_impl(port_, rs_pid, data)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[no_mangle]
|
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__win32_api__send_notify(
|
|
||||||
port_: i64,
|
|
||||||
summary: *mut wire_cst_list_prim_u_8_strict,
|
|
||||||
body: *mut wire_cst_list_prim_u_8_strict,
|
|
||||||
app_name: *mut wire_cst_list_prim_u_8_strict,
|
|
||||||
app_id: *mut wire_cst_list_prim_u_8_strict,
|
|
||||||
) {
|
|
||||||
wire__crate__api__win32_api__send_notify_impl(port_, summary, body, app_name, app_id)
|
|
||||||
}
|
|
||||||
|
|
||||||
#[no_mangle]
|
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_wire__crate__api__win32_api__set_foreground_window(
|
|
||||||
port_: i64,
|
|
||||||
window_name: *mut wire_cst_list_prim_u_8_strict,
|
|
||||||
) {
|
|
||||||
wire__crate__api__win32_api__set_foreground_window_impl(port_, window_name)
|
|
||||||
}
|
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub extern "C" fn frbgen_starcitizen_doctor_cst_new_box_autoadd_bool(value: bool) -> *mut bool {
|
pub extern "C" fn frbgen_starcitizen_doctor_cst_new_box_autoadd_bool(value: bool) -> *mut bool {
|
||||||
flutter_rust_bridge::for_generated::new_leak_box_ptr(value)
|
flutter_rust_bridge::for_generated::new_leak_box_ptr(value)
|
||||||
|
Loading…
Reference in New Issue
Block a user