Home
last modified time | relevance | path

Searched refs:kBidirectionalStreaming (Results 1 – 20 of 20) sorted by relevance

/external/pigweed/pw_rpc/
Dmethod_test.cc32 static_assert(HasServerStream(MethodType::kBidirectionalStreaming));
37 static_assert(HasClientStream(MethodType::kBidirectionalStreaming));
Dcall_test.cc66 MethodType::kBidirectionalStreaming, kClientCall, kRawProto); in TEST()
67 static_assert(props_1.method_type() == MethodType::kBidirectionalStreaming); in TEST()
Dserver_test.cc45 TestMethod(100, MethodType::kBidirectionalStreaming), in TestService()
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dtest_method.h92 case MethodType::kBidirectionalStreaming: in GetInvoker()
93 return InvokeForTest<MethodType::kBidirectionalStreaming>; in GetInvoker()
Dmethod_union.h93 } else if constexpr (kExpected == MethodType::kBidirectionalStreaming) { in InvalidMethod()
129 } else if constexpr (kType == MethodType::kBidirectionalStreaming) { in GetMethodFor()
Dmethod_impl_tester.h158 MethodType::kBidirectionalStreaming);
162 MethodType::kBidirectionalStreaming);
/external/pigweed/pw_rpc/public/pw_rpc/
Dmethod_type.h22 kBidirectionalStreaming = 0b11, enumerator
Dserver.h157 } else if constexpr (kExpected == MethodType::kBidirectionalStreaming) { in OpenCall()
Dpayloads_view.h181 case MethodType::kBidirectionalStreaming: in PacketTypesWithPayload()
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
Dserver_reader_writer.h64 MethodType::kBidirectionalStreaming>( in Open()
111 : RawServerReaderWriter(context, MethodType::kBidirectionalStreaming) {} in RawServerReaderWriter()
Dclient_reader_writer.h80 RawCallProps(MethodType::kBidirectionalStreaming)) {} in RawClientReaderWriter()
/external/pigweed/pw_rpc/pw_rpc_private/
Dfake_server_reader_writer.h45 MethodType type = MethodType::kBidirectionalStreaming)
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
Dserver_reader_writer.h211 MethodType::kBidirectionalStreaming>( in Open()
257 MethodType type = MethodType::kBidirectionalStreaming)
Dclient_reader_writer.h322 MethodType::kBidirectionalStreaming, in PwpbClientReaderWriter()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
Dserver_reader_writer.h162 MethodType::kBidirectionalStreaming>( in Open()
208 context, MethodType::kBidirectionalStreaming) {} in PW_EXCLUSIVE_LOCKS_REQUIRED()
Dclient_reader_writer.h267 MethodType::kBidirectionalStreaming, in NanopbClientReaderWriter()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/internal/
Dmethod.h136 static constexpr MethodType kType = MethodType::kBidirectionalStreaming;
400 context.ClaimLocked(), MethodType::kBidirectionalStreaming);
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
Dmethod.h354 context.ClaimLocked(), MethodType::kBidirectionalStreaming); in BidirectionalStreamingInvoker()
449 static constexpr MethodType kType = MethodType::kBidirectionalStreaming;
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/
Dmethod.h213 static constexpr MethodType kType = MethodType::kBidirectionalStreaming;
/external/pigweed/pw_rpc/raw/
Dclient_test.cc40 static constexpr MethodType kType = MethodType::kBidirectionalStreaming;