Home
last modified time | relevance | path

Searched refs:getServiceClient (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DClientManager.ts62 return this.getServiceClient('com.apple.afc', AFCClient);
66 return this.getServiceClient('com.apple.mobile.installation_proxy', InstallationProxyClient);
70 return this.getServiceClient('com.apple.mobile.mobile_image_mounter', MobileImageMounterClient);
76 return await this.getServiceClient(
82 return this.getServiceClient('com.apple.debugserver', DebugserverClient, true);
86 private async getServiceClient<T extends ServiceClient<any>>( method in ClientManager