Home
last modified time | relevance | path

Searched refs:CallServerStreaming (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method.h105 static_cast<const RawMethod&>(method).CallServerStreaming(call, request); in ServerStreamingInvoker()
109 void CallServerStreaming(ServerCall& call, const Packet& request) const;
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method.h243 void CallServerStreaming(ServerCall& call,
278 static_cast<const NanopbMethod&>(method).CallServerStreaming(
/external/pigweed/pw_rpc/raw/
Draw_method.cc70 void RawMethod::CallServerStreaming(ServerCall& call, in CallServerStreaming() function in pw::rpc::internal::RawMethod
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method.cc38 void NanopbMethod::CallServerStreaming(ServerCall& call, in CallServerStreaming() function in pw::rpc::internal::NanopbMethod