Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/ts/
Dcall.ts282 protected sendClientStream(request: Message) {
287 this.rpcs.sendClientStream(this.rpc, request, this.callId);
292 this.sendClientStream(request);
318 this.sendClientStream(request);
342 this.sendClientStream(request);
Drpc_classes.ts124 sendClientStream(rpc: Rpc, message: Message, callId: number) { method in PendingCalls