Home
last modified time | relevance | path

Searched defs:PwpbMethod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dmethod_test.cc216 TEST(PwpbMethod, AsyncUnaryRpc_SendsResponse) { in TEST() argument
240 TEST(PwpbMethod, SyncUnaryRpc_InvalidPayload_SendsError) { in TEST() argument
254 TEST(PwpbMethod, AsyncUnaryRpc_ResponseEncodingFails_SendsInternalError) { in TEST() argument
276 TEST(PwpbMethod, ServerStreamingRpc_SendsNothingWhenInitiallyCalled) { in TEST() argument
291 TEST(PwpbMethod, ServerWriter_SendsResponse) { in TEST() argument
308 TEST(PwpbMethod, ServerWriter_WriteWhenClosed_ReturnsFailedPrecondition) { in TEST() argument
320 TEST(PwpbMethod, ServerWriter_WriteAfterMoved_ReturnsFailedPrecondition) { in TEST() argument
338 TEST(PwpbMethod, ServerStreamingRpc_ResponseEncodingFails_InternalError) { in TEST() argument
354 TEST(PwpbMethod, ServerReader_HandlesRequests) { in TEST() argument
379 TEST(PwpbMethod, ServerReaderWriter_WritesResponses) { in TEST() argument
[all …]
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
H A Dmethod.h246 constexpr PwpbMethod(uint32_t id, in PwpbMethod() function
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
H A Dserver_reader_writer.h40 class PwpbMethod; variable