Home
last modified time | relevance | path

Searched refs:NanopbClientCall (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/nanopb/
Dnanopb_client_call_test.cc31 static NanopbClientCall<UnaryResponseHandler<pw_rpc_test_TestResponse>>
35 auto call = NanopbClientCall(&channel, in TestRpc()
45 static NanopbClientCall<
51 auto call = NanopbClientCall(&channel, in TestStreamRpc()
65 TEST(NanopbClientCall, Unary_SendsRequestPacket) { in TEST() argument
82 TEST(NanopbClientCall, Unary_InvokesCallbackOnValidResponse) { in TEST() argument
97 TEST(NanopbClientCall, Unary_InvokesErrorCallbackOnInvalidResponse) { in TEST() argument
112 TEST(NanopbClientCall, Unary_InvokesErrorCallbackOnServerError) { in TEST() argument
125 TEST(NanopbClientCall, Unary_OnlyReceivesOneResponse) { in TEST() argument
144 TEST(NanopbClientCall, ServerStreaming_SendsRequestPacket) { in TEST() argument
[all …]
Ddocs.rst154 static NanopbClientCall<UnaryResponseHandler<RoomInfoResponse>>
159 The ``NanopbClientCall`` object returned by the RPC invocation stores the active
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_client_call.h101 class NanopbClientCall : public internal::BaseNanopbClientCall {
103 constexpr NanopbClientCall(Channel* channel,
130 static_cast<NanopbClientCall<Callback>&>(call).HandleResponse(packet);