Searched refs:AFCClient (Results 1 – 3 of 3) sorted by relevance
3 import { AFCClient } from '../AFCClient';14 const client = new AFCClient(socket);34 const client = new AFCClient(socket);56 const client = new AFCClient(socket);83 const client = new AFCClient(socket);103 const client = new AFCClient(socket);126 const client = new AFCClient(socket);
12 import { AFCClient } from './client/AFCClient';62 return this.getServiceClient('com.apple.afc', AFCClient);
28 export class AFCClient extends ServiceClient<AFCProtocolClient> { class