| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // This code was generated by a tool. |
| | | // |
| | | // Changes to this file may cause incorrect behavior and will be lost if |
| | | // the code is regenerated. |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | #nullable restore |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using Android.Runtime; |
| | |
| | | static Delegate GetBuildHandler () |
| | | { |
| | | if (cb_build == null) |
| | | cb_build = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_Build); |
| | | cb_build = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_Build)); |
| | | return cb_build; |
| | | } |
| | | |
| | |
| | | static Delegate GetListener_Lcom_tencent_tinker_lib_listener_PatchListener_Handler () |
| | | { |
| | | if (cb_listener_Lcom_tencent_tinker_lib_listener_PatchListener_ == null) |
| | | cb_listener_Lcom_tencent_tinker_lib_listener_PatchListener_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_L) n_Listener_Lcom_tencent_tinker_lib_listener_PatchListener_); |
| | | cb_listener_Lcom_tencent_tinker_lib_listener_PatchListener_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_L (n_Listener_Lcom_tencent_tinker_lib_listener_PatchListener_)); |
| | | return cb_listener_Lcom_tencent_tinker_lib_listener_PatchListener_; |
| | | } |
| | | |
| | |
| | | static Delegate GetLoadReport_Lcom_tencent_tinker_lib_reporter_LoadReporter_Handler () |
| | | { |
| | | if (cb_loadReport_Lcom_tencent_tinker_lib_reporter_LoadReporter_ == null) |
| | | cb_loadReport_Lcom_tencent_tinker_lib_reporter_LoadReporter_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_L) n_LoadReport_Lcom_tencent_tinker_lib_reporter_LoadReporter_); |
| | | cb_loadReport_Lcom_tencent_tinker_lib_reporter_LoadReporter_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_L (n_LoadReport_Lcom_tencent_tinker_lib_reporter_LoadReporter_)); |
| | | return cb_loadReport_Lcom_tencent_tinker_lib_reporter_LoadReporter_; |
| | | } |
| | | |
| | |
| | | static Delegate GetPatchReporter_Lcom_tencent_tinker_lib_reporter_PatchReporter_Handler () |
| | | { |
| | | if (cb_patchReporter_Lcom_tencent_tinker_lib_reporter_PatchReporter_ == null) |
| | | cb_patchReporter_Lcom_tencent_tinker_lib_reporter_PatchReporter_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_L) n_PatchReporter_Lcom_tencent_tinker_lib_reporter_PatchReporter_); |
| | | cb_patchReporter_Lcom_tencent_tinker_lib_reporter_PatchReporter_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_L (n_PatchReporter_Lcom_tencent_tinker_lib_reporter_PatchReporter_)); |
| | | return cb_patchReporter_Lcom_tencent_tinker_lib_reporter_PatchReporter_; |
| | | } |
| | | |
| | |
| | | static Delegate GetTinkerFlags_IHandler () |
| | | { |
| | | if (cb_tinkerFlags_I == null) |
| | | cb_tinkerFlags_I = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPI_L) n_TinkerFlags_I); |
| | | cb_tinkerFlags_I = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPI_L (n_TinkerFlags_I)); |
| | | return cb_tinkerFlags_I; |
| | | } |
| | | |
| | |
| | | static Delegate GetTinkerLoadVerifyFlag_Ljava_lang_Boolean_Handler () |
| | | { |
| | | if (cb_tinkerLoadVerifyFlag_Ljava_lang_Boolean_ == null) |
| | | cb_tinkerLoadVerifyFlag_Ljava_lang_Boolean_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_L) n_TinkerLoadVerifyFlag_Ljava_lang_Boolean_); |
| | | cb_tinkerLoadVerifyFlag_Ljava_lang_Boolean_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_L (n_TinkerLoadVerifyFlag_Ljava_lang_Boolean_)); |
| | | return cb_tinkerLoadVerifyFlag_Ljava_lang_Boolean_; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetContextHandler () |
| | | { |
| | | if (cb_getContext == null) |
| | | cb_getContext = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetContext); |
| | | cb_getContext = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetContext)); |
| | | return cb_getContext; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsEnabledForDexHandler () |
| | | { |
| | | if (cb_isEnabledForDex == null) |
| | | cb_isEnabledForDex = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsEnabledForDex); |
| | | cb_isEnabledForDex = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsEnabledForDex)); |
| | | return cb_isEnabledForDex; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsEnabledForNativeLibHandler () |
| | | { |
| | | if (cb_isEnabledForNativeLib == null) |
| | | cb_isEnabledForNativeLib = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsEnabledForNativeLib); |
| | | cb_isEnabledForNativeLib = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsEnabledForNativeLib)); |
| | | return cb_isEnabledForNativeLib; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsEnabledForResourceHandler () |
| | | { |
| | | if (cb_isEnabledForResource == null) |
| | | cb_isEnabledForResource = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsEnabledForResource); |
| | | cb_isEnabledForResource = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsEnabledForResource)); |
| | | return cb_isEnabledForResource; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsMainProcessHandler () |
| | | { |
| | | if (cb_isMainProcess == null) |
| | | cb_isMainProcess = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsMainProcess); |
| | | cb_isMainProcess = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsMainProcess)); |
| | | return cb_isMainProcess; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsPatchProcessHandler () |
| | | { |
| | | if (cb_isPatchProcess == null) |
| | | cb_isPatchProcess = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsPatchProcess); |
| | | cb_isPatchProcess = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsPatchProcess)); |
| | | return cb_isPatchProcess; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsTinkerEnabledHandler () |
| | | { |
| | | if (cb_isTinkerEnabled == null) |
| | | cb_isTinkerEnabled = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsTinkerEnabled); |
| | | cb_isTinkerEnabled = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsTinkerEnabled)); |
| | | return cb_isTinkerEnabled; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsTinkerLoadVerifyHandler () |
| | | { |
| | | if (cb_isTinkerLoadVerify == null) |
| | | cb_isTinkerLoadVerify = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsTinkerLoadVerify); |
| | | cb_isTinkerLoadVerify = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsTinkerLoadVerify)); |
| | | return cb_isTinkerLoadVerify; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetLoadReporterHandler () |
| | | { |
| | | if (cb_getLoadReporter == null) |
| | | cb_getLoadReporter = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetLoadReporter); |
| | | cb_getLoadReporter = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetLoadReporter)); |
| | | return cb_getLoadReporter; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetPatchDirectoryHandler () |
| | | { |
| | | if (cb_getPatchDirectory == null) |
| | | cb_getPatchDirectory = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetPatchDirectory); |
| | | cb_getPatchDirectory = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetPatchDirectory)); |
| | | return cb_getPatchDirectory; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetPatchInfoFileHandler () |
| | | { |
| | | if (cb_getPatchInfoFile == null) |
| | | cb_getPatchInfoFile = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetPatchInfoFile); |
| | | cb_getPatchInfoFile = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetPatchInfoFile)); |
| | | return cb_getPatchInfoFile; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetPatchInfoLockFileHandler () |
| | | { |
| | | if (cb_getPatchInfoLockFile == null) |
| | | cb_getPatchInfoLockFile = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetPatchInfoLockFile); |
| | | cb_getPatchInfoLockFile = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetPatchInfoLockFile)); |
| | | return cb_getPatchInfoLockFile; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetPatchListenerHandler () |
| | | { |
| | | if (cb_getPatchListener == null) |
| | | cb_getPatchListener = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetPatchListener); |
| | | cb_getPatchListener = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetPatchListener)); |
| | | return cb_getPatchListener; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetPatchReporterHandler () |
| | | { |
| | | if (cb_getPatchReporter == null) |
| | | cb_getPatchReporter = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetPatchReporter); |
| | | cb_getPatchReporter = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetPatchReporter)); |
| | | return cb_getPatchReporter; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetTinkerFlagsHandler () |
| | | { |
| | | if (cb_getTinkerFlags == null) |
| | | cb_getTinkerFlags = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_I) n_GetTinkerFlags); |
| | | cb_getTinkerFlags = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_I (n_GetTinkerFlags)); |
| | | return cb_getTinkerFlags; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetTinkerLoadResultIfPresentHandler () |
| | | { |
| | | if (cb_getTinkerLoadResultIfPresent == null) |
| | | cb_getTinkerLoadResultIfPresent = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetTinkerLoadResultIfPresent); |
| | | cb_getTinkerLoadResultIfPresent = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetTinkerLoadResultIfPresent)); |
| | | return cb_getTinkerLoadResultIfPresent; |
| | | } |
| | | |
| | |
| | | static Delegate GetIsTinkerLoadedHandler () |
| | | { |
| | | if (cb_isTinkerLoaded == null) |
| | | cb_isTinkerLoaded = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_Z) n_IsTinkerLoaded); |
| | | cb_isTinkerLoaded = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_Z (n_IsTinkerLoaded)); |
| | | return cb_isTinkerLoaded; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetTinkerLoaded_ZHandler () |
| | | { |
| | | if (cb_setTinkerLoaded_Z == null) |
| | | cb_setTinkerLoaded_Z = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPZ_V) n_SetTinkerLoaded_Z); |
| | | cb_setTinkerLoaded_Z = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPZ_V (n_SetTinkerLoaded_Z)); |
| | | return cb_setTinkerLoaded_Z; |
| | | } |
| | | |
| | |
| | | static Delegate GetGetTinkerRomSpaceHandler () |
| | | { |
| | | if (cb_getTinkerRomSpace == null) |
| | | cb_getTinkerRomSpace = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_J) n_GetTinkerRomSpace); |
| | | cb_getTinkerRomSpace = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_J (n_GetTinkerRomSpace)); |
| | | return cb_getTinkerRomSpace; |
| | | } |
| | | |
| | |
| | | static Delegate GetCleanPatchHandler () |
| | | { |
| | | if (cb_cleanPatch == null) |
| | | cb_cleanPatch = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_CleanPatch); |
| | | cb_cleanPatch = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_CleanPatch)); |
| | | return cb_cleanPatch; |
| | | } |
| | | |
| | |
| | | static Delegate GetCleanPatchByVersion_Ljava_io_File_Handler () |
| | | { |
| | | if (cb_cleanPatchByVersion_Ljava_io_File_ == null) |
| | | cb_cleanPatchByVersion_Ljava_io_File_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_CleanPatchByVersion_Ljava_io_File_); |
| | | cb_cleanPatchByVersion_Ljava_io_File_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_CleanPatchByVersion_Ljava_io_File_)); |
| | | return cb_cleanPatchByVersion_Ljava_io_File_; |
| | | } |
| | | |
| | |
| | | static Delegate GetCleanPatchByVersion_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_cleanPatchByVersion_Ljava_lang_String_ == null) |
| | | cb_cleanPatchByVersion_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_CleanPatchByVersion_Ljava_lang_String_); |
| | | cb_cleanPatchByVersion_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_CleanPatchByVersion_Ljava_lang_String_)); |
| | | return cb_cleanPatchByVersion_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | public virtual unsafe void CleanPatchByVersion (string versionName) |
| | | { |
| | | const string __id = "cleanPatchByVersion.(Ljava/lang/String;)V"; |
| | | IntPtr native_versionName = JNIEnv.NewString (versionName); |
| | | IntPtr native_versionName = JNIEnv.NewString ((string)versionName); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [1]; |
| | | __args [0] = new JniArgumentValue (native_versionName); |
| | |
| | | static Delegate GetInstall_Landroid_content_Intent_Handler () |
| | | { |
| | | if (cb_install_Landroid_content_Intent_ == null) |
| | | cb_install_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_Install_Landroid_content_Intent_); |
| | | cb_install_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_Install_Landroid_content_Intent_)); |
| | | return cb_install_Landroid_content_Intent_; |
| | | } |
| | | |
| | |
| | | static Delegate GetInstall_Landroid_content_Intent_Ljava_lang_Class_Lcom_tencent_tinker_lib_patch_AbstractPatch_Handler () |
| | | { |
| | | if (cb_install_Landroid_content_Intent_Ljava_lang_Class_Lcom_tencent_tinker_lib_patch_AbstractPatch_ == null) |
| | | cb_install_Landroid_content_Intent_Ljava_lang_Class_Lcom_tencent_tinker_lib_patch_AbstractPatch_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPLLL_V) n_Install_Landroid_content_Intent_Ljava_lang_Class_Lcom_tencent_tinker_lib_patch_AbstractPatch_); |
| | | cb_install_Landroid_content_Intent_Ljava_lang_Class_Lcom_tencent_tinker_lib_patch_AbstractPatch_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPLLL_V (n_Install_Landroid_content_Intent_Ljava_lang_Class_Lcom_tencent_tinker_lib_patch_AbstractPatch_)); |
| | | return cb_install_Landroid_content_Intent_Ljava_lang_Class_Lcom_tencent_tinker_lib_patch_AbstractPatch_; |
| | | } |
| | | |
| | |
| | | static Delegate GetRollbackPatchHandler () |
| | | { |
| | | if (cb_rollbackPatch == null) |
| | | cb_rollbackPatch = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_RollbackPatch); |
| | | cb_rollbackPatch = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_RollbackPatch)); |
| | | return cb_rollbackPatch; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetPatchServiceNotificationId_IHandler () |
| | | { |
| | | if (cb_setPatchServiceNotificationId_I == null) |
| | | cb_setPatchServiceNotificationId_I = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPI_V) n_SetPatchServiceNotificationId_I); |
| | | cb_setPatchServiceNotificationId_I = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPI_V (n_SetPatchServiceNotificationId_I)); |
| | | return cb_setPatchServiceNotificationId_I; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetTinkerDisableHandler () |
| | | { |
| | | if (cb_setTinkerDisable == null) |
| | | cb_setTinkerDisable = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_V) n_SetTinkerDisable); |
| | | cb_setTinkerDisable = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_V (n_SetTinkerDisable)); |
| | | return cb_setTinkerDisable; |
| | | } |
| | | |