Searched refs:getServiceClient (Results 1 – 1 of 1) sorted by relevance
62 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