Home
last modified time | relevance | path

Searched defs:NanopbMethod (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_test.cc122 TEST(MethodImplTester, NanopbMethod) { in TEST() argument
164 TEST(NanopbMethod, UnaryRpc_SendsResponse) { in TEST() argument
187 TEST(NanopbMethod, UnaryRpc_InvalidPayload_SendsError) { in TEST() argument
202 TEST(NanopbMethod, UnaryRpc_BufferTooSmallForResponse_SendsInternalError) { in TEST() argument
225 TEST(NanopbMethod, ServerStreamingRpc_SendsNothingWhenInitiallyCalled) { in TEST() argument
239 TEST(NanopbMethod, ServerWriter_SendsResponse) { in TEST() argument
260 TEST(NanopbMethod, ServerWriter_WriteWhenClosed_ReturnsFailedPrecondition) { in TEST() argument
271 TEST(NanopbMethod, ServerWriter_WriteAfterMoved_ReturnsFailedPrecondition) { in TEST() argument
287 TEST(NanopbMethod, in TEST() argument
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/internal/
Dnanopb_method.h57 class NanopbMethod; variable