Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DClientManager.ts36 const lockdownClient = new LockdowndClient(lockdownSocket); constant
37 await lockdownClient.doHandshake(pairRecord);
38 return new ClientManager(pairRecord, device, lockdownClient);
50 const lockdownClient = new LockdowndClient(lockdownSocket); constant
51 this.connections.push(lockdownClient.socket);
52 return lockdownClient;
56 const lockdownClient = await this.getLockdowndClient(); constant
57 await lockdownClient.doHandshake(this.pairRecord);
58 return lockdownClient;