Searched refs:protocolClient (Results 1 – 8 of 8) sorted by relevance
13 const protocolClient = client['protocolClient']; constant14 protocolClient.sendMessage = jest.fn(async () => ({ MessageType: 'Result', Number: 0 }));24 expect(protocolClient.sendMessage).toHaveBeenCalledWith({35 const protocolClient = client['protocolClient']; constant36 protocolClient.sendMessage = jest.fn(async () => ({ MessageType: 'Fail' }));
46 return this.protocolClient.socket.write('\u0003');52 return this.protocolClient.sendMessage(msg, (resp: string, resolve: any) => {54 this.protocolClient.socket.write('+');78 const resp = await this.protocolClient.sendMessage(msg);80 this.protocolClient.socket.write('+');
106 const resp = await this.protocolClient.sendMessage({121 const resp = await this.protocolClient.sendMessage({129 this.protocolClient.socket = new tls.TLSSocket(this.protocolClient.socket, {151 const resp = await this.protocolClient.sendMessage({ Request: 'GetValue' });163 const resp = await this.protocolClient.sendMessage({178 const resp = await this.protocolClient.sendMessage({
52 const resp = await this.protocolClient.sendMessage({68 return this.protocolClient.sendMessage(78 imageStream.pipe(this.protocolClient.socket, { end: false });94 return this.protocolClient.sendMessage<MIMLookupResponse>({
126 const response = await this.protocolClient.sendMessage({136 return this.protocolClient.socket;148 const resp = await this.protocolClient.sendMessage({183 const resp = await this.protocolClient.sendMessage({
36 const response = await this.protocolClient.sendMessage({59 const response = await this.protocolClient.sendMessage({78 const response = await this.protocolClient.sendMessage({99 const response = await this.protocolClient.sendMessage({129 const response = await this.protocolClient.sendMessage({
16 protected protocolClient: T property in ServiceClient
137 let resp = await this.protocolClient.sendMessage({163 return this.protocolClient.sendMessage(