-
-
Methods in org.robovm.libimobiledevice.binding with parameters of type InstproxyClientRef
| Modifier and Type |
Method |
Description |
protected static long |
InstproxyClientRef.getCPtr(InstproxyClientRef obj) |
|
static InstProxyError |
LibIMobileDevice.instproxy_archive(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static int |
LibIMobileDeviceJNI.instproxy_archive(long jarg1,
InstproxyClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
PlistRef jarg3_,
long jarg4,
int jarg5) |
|
static InstProxyError |
LibIMobileDevice.instproxy_browse(InstproxyClientRef client,
PlistRef client_options,
PlistRefOut result) |
|
static int |
LibIMobileDeviceJNI.instproxy_browse(long jarg1,
InstproxyClientRef jarg1_,
long jarg2,
PlistRef jarg2_,
long jarg3,
PlistRefOut jarg3_) |
|
static InstProxyError |
LibIMobileDevice.instproxy_browse_with_callback(InstproxyClientRef client,
PlistRef client_options,
long status_cb,
int user_data) |
|
static int |
LibIMobileDeviceJNI.instproxy_browse_with_callback(long jarg1,
InstproxyClientRef jarg1_,
long jarg2,
PlistRef jarg2_,
long jarg3,
int jarg4) |
|
static InstProxyError |
LibIMobileDevice.instproxy_check_capabilities_match(InstproxyClientRef client,
StringArray capabilities,
PlistRef client_options,
PlistRefOut result) |
|
static int |
LibIMobileDeviceJNI.instproxy_check_capabilities_match(long jarg1,
InstproxyClientRef jarg1_,
long jarg2,
StringArray jarg2_,
long jarg3,
PlistRef jarg3_,
long jarg4,
PlistRefOut jarg4_) |
|
static InstProxyError |
LibIMobileDevice.instproxy_client_free(InstproxyClientRef client) |
|
static int |
LibIMobileDeviceJNI.instproxy_client_free(long jarg1,
InstproxyClientRef jarg1_) |
|
static InstProxyError |
LibIMobileDevice.instproxy_client_get_path_for_bundle_identifier(InstproxyClientRef client,
java.lang.String bundle_id,
StringOut path) |
|
static int |
LibIMobileDeviceJNI.instproxy_client_get_path_for_bundle_identifier(long jarg1,
InstproxyClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
StringOut jarg3_) |
|
static InstProxyError |
LibIMobileDevice.instproxy_install(InstproxyClientRef client,
java.lang.String pkg_path,
PlistRef client_options,
long status_cb,
int user_data) |
|
static int |
LibIMobileDeviceJNI.instproxy_install(long jarg1,
InstproxyClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
PlistRef jarg3_,
long jarg4,
int jarg5) |
|
static InstProxyError |
LibIMobileDevice.instproxy_lookup(InstproxyClientRef client,
StringArray appids,
PlistRef client_options,
PlistRefOut result) |
|
static int |
LibIMobileDeviceJNI.instproxy_lookup(long jarg1,
InstproxyClientRef jarg1_,
long jarg2,
StringArray jarg2_,
long jarg3,
PlistRef jarg3_,
long jarg4,
PlistRefOut jarg4_) |
|
static InstProxyError |
LibIMobileDevice.instproxy_lookup_archives(InstproxyClientRef client,
PlistRef client_options,
PlistRefOut result) |
|
static int |
LibIMobileDeviceJNI.instproxy_lookup_archives(long jarg1,
InstproxyClientRef jarg1_,
long jarg2,
PlistRef jarg2_,
long jarg3,
PlistRefOut jarg3_) |
|
static InstProxyError |
LibIMobileDevice.instproxy_remove_archive(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static int |
LibIMobileDeviceJNI.instproxy_remove_archive(long jarg1,
InstproxyClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
PlistRef jarg3_,
long jarg4,
int jarg5) |
|
static InstProxyError |
LibIMobileDevice.instproxy_restore(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static int |
LibIMobileDeviceJNI.instproxy_restore(long jarg1,
InstproxyClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
PlistRef jarg3_,
long jarg4,
int jarg5) |
|
static InstProxyError |
LibIMobileDevice.instproxy_uninstall(InstproxyClientRef client,
java.lang.String appid,
PlistRef client_options,
long status_cb,
int user_data) |
|
static int |
LibIMobileDeviceJNI.instproxy_uninstall(long jarg1,
InstproxyClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
PlistRef jarg3_,
long jarg4,
int jarg5) |
|
static InstProxyError |
LibIMobileDevice.instproxy_upgrade(InstproxyClientRef client,
java.lang.String pkg_path,
PlistRef client_options,
long status_cb,
int user_data) |
|
static int |
LibIMobileDeviceJNI.instproxy_upgrade(long jarg1,
InstproxyClientRef jarg1_,
java.lang.String jarg2,
long jarg3,
PlistRef jarg3_,
long jarg4,
int jarg5) |
|