Searched defs:PwpbMethod (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/ |
H A D | method_test.cc | 216 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 D | method.h | 246 constexpr PwpbMethod(uint32_t id, in PwpbMethod() function
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/ |
H A D | server_reader_writer.h | 40 class PwpbMethod; variable
|