Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DClientManager.ts15 import { LockdowndClient } from './client/LockdowndClient';
26 private lockdowndClient: LockdowndClient
36 const lockdownClient = new LockdowndClient(lockdownSocket);
50 const lockdownClient = new LockdowndClient(lockdownSocket);
H A DAppleDevice.ts7 import { LockdowndClient } from './client/LockdowndClient';
46 const deviceValues = await new LockdowndClient(socket).getAllValues();
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DLockdowndClient.ts98 export class LockdowndClient extends ServiceClient<LockdownProtocolClient> { class