Searched refs:sendErrorMessage (Results 1 – 7 of 7) sorted by relevance
57 const sendErrorMessage = jest.fn(); constant58 adbController.sendErrorMessage = sendErrorMessage;60 expect(sendErrorMessage).toBeCalledWith('Method not recognized: unknown');68 adbController.sendErrorMessage =99 expect(adbController.sendErrorMessage).toHaveBeenCalledTimes(0);
63 this.sendErrorMessage(`Method not recognized: ${method}`);72 this.sendErrorMessage('Invalid config.');79 this.sendErrorMessage(e.message);92 this.sendErrorMessage(response);154 this.sendErrorMessage(e.message);
38 sendErrorMessage(message: string) { method in RpcConsumerPort
75 this.sendErrorMessage(message.data.error);
88 this.sendErrorMessage(e.message);
241 this.sendErrorMessage(`Wire protocol error.`);
86 this.sendErrorMessage('Action not recognized');96 this.sendErrorMessage('Invalid trace config');161 this.sendErrorMessage('No tracing session to read from');216 this.sendErrorMessage(243 this.sendErrorMessage(267 this.sendErrorMessage(