Searched refs:NanopbClientCall (Results 1 – 3 of 3) sorted by relevance
31 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() argument82 TEST(NanopbClientCall, Unary_InvokesCallbackOnValidResponse) { in TEST() argument97 TEST(NanopbClientCall, Unary_InvokesErrorCallbackOnInvalidResponse) { in TEST() argument112 TEST(NanopbClientCall, Unary_InvokesErrorCallbackOnServerError) { in TEST() argument125 TEST(NanopbClientCall, Unary_OnlyReceivesOneResponse) { in TEST() argument144 TEST(NanopbClientCall, ServerStreaming_SendsRequestPacket) { in TEST() argument[all …]
154 static NanopbClientCall<UnaryResponseHandler<RoomInfoResponse>>159 The ``NanopbClientCall`` object returned by the RPC invocation stores the active
101 class NanopbClientCall : public internal::BaseNanopbClientCall {103 constexpr NanopbClientCall(Channel* channel,130 static_cast<NanopbClientCall<Callback>&>(call).HandleResponse(packet);