diff options
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/afc.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/diagnostics_relay.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/file_relay.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/house_arrest.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/installation_proxy.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/misagent.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/mobile_image_mounter.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/mobilebackup.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/mobilebackup2.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/mobilesync.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/notification_proxy.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/sbservices.h | 2 | ||||
| -rw-r--r-- | include/libimobiledevice/screenshotr.h | 2 |
13 files changed, 26 insertions, 0 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h index faf1b10..8cddcf0 100644 --- a/include/libimobiledevice/afc.h +++ b/include/libimobiledevice/afc.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define AFC_SERVICE_NAME "com.apple.afc" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define AFC_E_SUCCESS 0 | 37 | #define AFC_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/diagnostics_relay.h b/include/libimobiledevice/diagnostics_relay.h index ec87732..a0455cb 100644 --- a/include/libimobiledevice/diagnostics_relay.h +++ b/include/libimobiledevice/diagnostics_relay.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define DIAGNOSTICS_RELAY_SERVICE_NAME "com.apple.mobile.diagnostics_relay" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define DIAGNOSTICS_RELAY_E_SUCCESS 0 | 37 | #define DIAGNOSTICS_RELAY_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/file_relay.h b/include/libimobiledevice/file_relay.h index 85f9213..ca18770 100644 --- a/include/libimobiledevice/file_relay.h +++ b/include/libimobiledevice/file_relay.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define FILE_RELAY_SERVICE_NAME "com.apple.mobile.file_relay" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define FILE_RELAY_E_SUCCESS 0 | 37 | #define FILE_RELAY_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h index f12be26..c33c23b 100644 --- a/include/libimobiledevice/house_arrest.h +++ b/include/libimobiledevice/house_arrest.h | |||
| @@ -31,6 +31,8 @@ extern "C" { | |||
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | #include <libimobiledevice/afc.h> | 32 | #include <libimobiledevice/afc.h> |
| 33 | 33 | ||
| 34 | #define HOUSE_ARREST_SERVICE_NAME "com.apple.mobile.house_arrest" | ||
| 35 | |||
| 34 | /** @name Error Codes */ | 36 | /** @name Error Codes */ |
| 35 | /*@{*/ | 37 | /*@{*/ |
| 36 | #define HOUSE_ARREST_E_SUCCESS 0 | 38 | #define HOUSE_ARREST_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h index 428d1af..3e373e3 100644 --- a/include/libimobiledevice/installation_proxy.h +++ b/include/libimobiledevice/installation_proxy.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define INSTPROXY_SERVICE_NAME "com.apple.mobile.installation_proxy" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define INSTPROXY_E_SUCCESS 0 | 37 | #define INSTPROXY_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/misagent.h b/include/libimobiledevice/misagent.h index bf6985f..4a198c7 100644 --- a/include/libimobiledevice/misagent.h +++ b/include/libimobiledevice/misagent.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define MISAGENT_SERVICE_NAME "com.apple.misagent" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define MISAGENT_E_SUCCESS 0 | 37 | #define MISAGENT_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/mobile_image_mounter.h b/include/libimobiledevice/mobile_image_mounter.h index 6aee1e7..2b44f2e 100644 --- a/include/libimobiledevice/mobile_image_mounter.h +++ b/include/libimobiledevice/mobile_image_mounter.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define MOBILE_IMAGE_MOUNTER_SERVICE_NAME "com.apple.mobile.mobile_image_mounter" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define MOBILE_IMAGE_MOUNTER_E_SUCCESS 0 | 37 | #define MOBILE_IMAGE_MOUNTER_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/mobilebackup.h b/include/libimobiledevice/mobilebackup.h index 358103d..2e2c38e 100644 --- a/include/libimobiledevice/mobilebackup.h +++ b/include/libimobiledevice/mobilebackup.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define MOBILEBACKUP_SERVICE_NAME "com.apple.mobilebackup" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define MOBILEBACKUP_E_SUCCESS 0 | 37 | #define MOBILEBACKUP_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/mobilebackup2.h b/include/libimobiledevice/mobilebackup2.h index 215c339..42d41a8 100644 --- a/include/libimobiledevice/mobilebackup2.h +++ b/include/libimobiledevice/mobilebackup2.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define MOBILEBACKUP2_SERVICE_NAME "com.apple.mobilebackup2" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define MOBILEBACKUP2_E_SUCCESS 0 | 37 | #define MOBILEBACKUP2_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index ef1f4df..8fa4c58 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h | |||
| @@ -31,6 +31,8 @@ extern "C" { | |||
| 31 | #include <libimobiledevice/libimobiledevice.h> | 31 | #include <libimobiledevice/libimobiledevice.h> |
| 32 | #include <libimobiledevice/lockdown.h> | 32 | #include <libimobiledevice/lockdown.h> |
| 33 | 33 | ||
| 34 | #define MOBILESYNC_SERVICE_NAME "com.apple.mobilesync" | ||
| 35 | |||
| 34 | /** @name Error Codes */ | 36 | /** @name Error Codes */ |
| 35 | /*@{*/ | 37 | /*@{*/ |
| 36 | #define MOBILESYNC_E_SUCCESS 0 | 38 | #define MOBILESYNC_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h index c683564..00b0f8f 100644 --- a/include/libimobiledevice/notification_proxy.h +++ b/include/libimobiledevice/notification_proxy.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define NP_SERVICE_NAME "com.apple.mobile.notification_proxy" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define NP_E_SUCCESS 0 | 37 | #define NP_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h index 93bb496..ab3e966 100644 --- a/include/libimobiledevice/sbservices.h +++ b/include/libimobiledevice/sbservices.h | |||
| @@ -30,6 +30,8 @@ extern "C" { | |||
| 30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define SBSERVICES_SERVICE_NAME "com.apple.springboardservices" | ||
| 34 | |||
| 33 | /** @name Error Codes */ | 35 | /** @name Error Codes */ |
| 34 | /*@{*/ | 36 | /*@{*/ |
| 35 | #define SBSERVICES_E_SUCCESS 0 | 37 | #define SBSERVICES_E_SUCCESS 0 |
diff --git a/include/libimobiledevice/screenshotr.h b/include/libimobiledevice/screenshotr.h index b9497d0..41b7ffa 100644 --- a/include/libimobiledevice/screenshotr.h +++ b/include/libimobiledevice/screenshotr.h | |||
| @@ -31,6 +31,8 @@ extern "C" { | |||
| 31 | #include <libimobiledevice/libimobiledevice.h> | 31 | #include <libimobiledevice/libimobiledevice.h> |
| 32 | #include <libimobiledevice/lockdown.h> | 32 | #include <libimobiledevice/lockdown.h> |
| 33 | 33 | ||
| 34 | #define SCREENSHOTR_SERVICE_NAME "com.apple.mobile.screenshotr" | ||
| 35 | |||
| 34 | /** @name Error Codes */ | 36 | /** @name Error Codes */ |
| 35 | /*@{*/ | 37 | /*@{*/ |
| 36 | #define SCREENSHOTR_E_SUCCESS 0 | 38 | #define SCREENSHOTR_E_SUCCESS 0 |
