Home
last modified time | relevance | path

Searched defs:ConstByteSpan (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dmethod_test.cc43 void Unary(ConstByteSpan, RawUnaryResponder&) {} in Unary() argument
45 static void StaticUnary(ConstByteSpan, RawUnaryResponder&) {} in StaticUnary() argument
47 void AsyncUnary(ConstByteSpan, RawUnaryResponder&) {} in AsyncUnary() argument
49 static void StaticAsyncUnary(ConstByteSpan, RawUnaryResponder&) {} in StaticAsyncUnary() argument
51 void UnaryWrongArg(ConstByteSpan, ConstByteSpan) {} in UnaryWrongArg() argument
55 void ServerStreaming(ConstByteSpan, RawServerWriter&) {} in ServerStreaming() argument
57 static void StaticServerStreaming(ConstByteSpan, RawServerWriter&) {} in StaticServerStreaming() argument
59 static void StaticUnaryVoidReturn(ConstByteSpan, ByteSpan) {} in StaticUnaryVoidReturn() argument
61 Status ServerStreamingBadReturn(ConstByteSpan, RawServerWriter&) { in ServerStreamingBadReturn() argument
108 void DoNothing(ConstByteSpan, RawUnaryResponder& responder) { in DoNothing() argument
H A Dclient_reader_writer_test.cc32 void FailIfOnNextCalled(ConstByteSpan) { FAIL(); } in FailIfOnNextCalled() argument
33 void FailIfOnCompletedCalled(ConstByteSpan, Status) { FAIL(); } in FailIfOnCompletedCalled() argument
43 call.set_on_completed([](ConstByteSpan, Status) {}); in TEST() argument
57 call.set_on_completed([](ConstByteSpan, Status) {}); in TEST() argument
71 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
86 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
103 call.set_on_completed([](ConstByteSpan, Status) {}); in TEST() argument
124 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
146 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
168 call.set_on_completed([](ConstByteSpan, Status) {}); in TEST() argument
[all …]
H A Dserver_reader_writer_test.cc36 static void TestUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestUnaryRpc() argument
38 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument
40 void TestServerStreamRpc(ConstByteSpan, RawServerWriter&) {} in TestServerStreamRpc() argument
93 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
106 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
278 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
327 call.set_on_next([](ConstByteSpan) {}); in TEST() argument
H A Dmethod_info_test.cc27 static StatusWithSize TestUnaryRpc(ConstByteSpan, ByteSpan) { in TestUnaryRpc() argument
31 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument
33 void TestServerStreamRpc(ConstByteSpan, RawServerWriter&) {} in TestServerStreamRpc() argument
H A Dcodegen_test.cc188 static void TestUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestUnaryRpc() argument
190 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) {} in TestAnotherUnaryRpc() argument
192 void TestServerStreamRpc(ConstByteSpan, RawServerWriter&) {} in TestServerStreamRpc() argument
/aosp_15_r20/external/pigweed/pw_transfer/
H A Dtransfer_thread_test.cc107 transfer_thread_.SetServerReadStream(reader_writer, [](ConstByteSpan) {}); in TEST_F() argument
131 transfer_thread_.SetServerReadStream(reader_writer, [](ConstByteSpan) {}); in TEST_F() argument
162 transfer_thread_.SetServerReadStream(reader_writer, [](ConstByteSpan) {}); in TEST_F() argument
208 transfer_thread_.SetServerReadStream(reader_writer, [](ConstByteSpan) {}); in TEST_F() argument
273 transfer_thread_.SetClientReadStream(read_stream, [](ConstByteSpan) {}); in TEST_F() argument
323 transfer_thread_.SetServerReadStream(reader_writer, [](ConstByteSpan) {}); in TEST_F() argument
358 transfer_thread_.SetServerReadStream(reader_writer, [](ConstByteSpan) {}); in TEST_F() argument
392 transfer_thread_.SetServerReadStream(new_reader_writer, [](ConstByteSpan) {}); in TEST_F() argument
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/
H A Dsynchronous_call.h161 Function<void(ConstByteSpan, Status)>&& on_completed) { in SynchronousCall()
173 Function<void(ConstByteSpan, Status)>&& on_completed) { in SynchronousCall()
222 Function<void(ConstByteSpan, Status)>&& on_completed) { in SynchronousCallFor()
236 Function<void(ConstByteSpan, Status)>&& on_completed) { in SynchronousCallFor()
286 Function<void(ConstByteSpan, Status)>&& on_completed) { in SynchronousCallUntil()
300 Function<void(ConstByteSpan, Status)>&& on_completed) { in SynchronousCallUntil()
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dcallback_test.cc102 local_call.set_on_next([this](ConstByteSpan) { in TEST_F() argument
141 context_.client(), context_.channel().id(), [this](ConstByteSpan) { in TEST_F() argument
171 context_.client(), context_.channel().id(), [this](ConstByteSpan) { in TEST_F() argument
196 context_.client(), context_.channel().id(), [this](ConstByteSpan) { in TEST_F() argument
225 context_.client(), context_.channel().id(), [this](ConstByteSpan) { in TEST_F() argument
/aosp_15_r20/external/pigweed/pw_stream/
H A Dstream_test.cc52 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() argument
57 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() argument
63 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() argument
70 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() argument
76 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() argument
83 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() argument
/aosp_15_r20/external/pigweed/pw_router/
H A Dstatic_router_test.cc64 EgressFunction GoodEgress(+[](ConstByteSpan, const PacketParser&) { in __anone2f307ac0202() argument
67 EgressFunction BadEgress(+[](ConstByteSpan, const PacketParser&) { in __anone2f307ac0302() argument
86 [&parser_priority](ConstByteSpan, const PacketParser& parser) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dclient_call.h81 Function<void(ConstByteSpan, Status)>&& on_completed, in Start()
125 void set_on_completed(Function<void(ConstByteSpan, Status)>&& on_completed) in set_on_completed()
132 Function<void(ConstByteSpan, Status)>&& on_completed) in set_on_completed_locked()
H A Dsynchronous_call_impl.h51 RawSynchronousCallState(Function<void(ConstByteSpan, Status)> on_completed) in RawSynchronousCallState()
121 Status RawSynchronousCall(Function<void(ConstByteSpan, Status)>&& on_completed, in RawSynchronousCall()
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dmethod_lookup_test.cc26 void TestUnaryRpc(ConstByteSpan, RawUnaryResponder& responder) { in TestUnaryRpc() argument
65 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() argument
69 void TestServerStreamRpc(ConstByteSpan, RawServerWriter&) { in TestServerStreamRpc() argument
H A Dmethod_union_test.cc77 void DoNothing(ConstByteSpan, RawUnaryResponder& responder) { in DoNothing() argument
81 void RawStream(ConstByteSpan, RawServerWriter& writer) { in RawStream() argument
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dmethod_lookup_test.cc30 void TestUnaryRpc(ConstByteSpan, RawUnaryResponder& responder) { in TestUnaryRpc() argument
67 void TestAnotherUnaryRpc(ConstByteSpan, RawUnaryResponder&) { in TestAnotherUnaryRpc() argument
71 void TestServerStreamRpc(ConstByteSpan, RawServerWriter&) { in TestServerStreamRpc() argument
H A Dmethod_union_test.cc78 void DoNothing(ConstByteSpan, RawUnaryResponder& responder) { in DoNothing() argument
82 void RawStream(ConstByteSpan, RawServerWriter& writer) { in RawStream() argument
/aosp_15_r20/external/pigweed/pw_spi/
H A Dspi_test.cc49 Status DoWriteRead(ConstByteSpan /* write_buffer */, in DoWriteRead() argument
77 Status DoWriteReadAsync(ConstByteSpan /* tx_data */, in DoWriteReadAsync() argument
/aosp_15_r20/external/pigweed/pw_rpc/fuzz/
H A Dengine.cc453 [context = GetContext(action.target)](ConstByteSpan, Status) { in Perform() argument
469 [context = GetContext(action.target)](ConstByteSpan) { in Perform() argument
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dspan.h25 using ConstByteSpan = span<const std::byte>; variable
/aosp_15_r20/external/pigweed/pw_router/public/pw_router/
H A Degress_function.h26 Function<Status(ConstByteSpan, const PacketParser&)>&& function) in EgressFunction()
/aosp_15_r20/external/pigweed/pw_log_rpc/
H A Dlog_service.cc26 void LogService::Listen(ConstByteSpan, rpc::RawServerWriter& writer) { in Listen() argument
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/
H A Dtls_client_boringssl.cc55 Status Session::DoWrite(ConstByteSpan) { in DoWrite() argument
/aosp_15_r20/external/pigweed/pw_crypto/
H A Dsha256_mock.cc33 Status DoUpdate(NativeSha256Context&, ConstByteSpan) { in DoUpdate() argument
/aosp_15_r20/external/pigweed/pw_log_rpc/public/pw_log_rpc/
H A Dlog_filter_service.h44 void ListFilterIds(ConstByteSpan, rpc::RawUnaryResponder& responder) { in ListFilterIds() argument
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dnull_stream.h39 Status DoWrite(ConstByteSpan) final { return OkStatus(); } in DoWrite() argument

12