/aosp_15_r20/external/pigweed/pw_rpc/raw/ |
H A D | method_test.cc | 43 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 D | client_reader_writer_test.cc | 32 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 D | server_reader_writer_test.cc | 36 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 D | method_info_test.cc | 27 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 D | codegen_test.cc | 188 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 D | transfer_thread_test.cc | 107 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 D | synchronous_call.h | 161 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 D | callback_test.cc | 102 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 D | stream_test.cc | 52 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 D | static_router_test.cc | 64 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 D | client_call.h | 81 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 D | synchronous_call_impl.h | 51 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 D | method_lookup_test.cc | 26 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 D | method_union_test.cc | 77 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 D | method_lookup_test.cc | 30 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 D | method_union_test.cc | 78 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 D | spi_test.cc | 49 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 D | engine.cc | 453 [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 D | span.h | 25 using ConstByteSpan = span<const std::byte>; variable
|
/aosp_15_r20/external/pigweed/pw_router/public/pw_router/ |
H A D | egress_function.h | 26 Function<Status(ConstByteSpan, const PacketParser&)>&& function) in EgressFunction()
|
/aosp_15_r20/external/pigweed/pw_log_rpc/ |
H A D | log_service.cc | 26 void LogService::Listen(ConstByteSpan, rpc::RawServerWriter& writer) { in Listen() argument
|
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/ |
H A D | tls_client_boringssl.cc | 55 Status Session::DoWrite(ConstByteSpan) { in DoWrite() argument
|
/aosp_15_r20/external/pigweed/pw_crypto/ |
H A D | sha256_mock.cc | 33 Status DoUpdate(NativeSha256Context&, ConstByteSpan) { in DoUpdate() argument
|
/aosp_15_r20/external/pigweed/pw_log_rpc/public/pw_log_rpc/ |
H A D | log_filter_service.h | 44 void ListFilterIds(ConstByteSpan, rpc::RawUnaryResponder& responder) { in ListFilterIds() argument
|
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/ |
H A D | null_stream.h | 39 Status DoWrite(ConstByteSpan) final { return OkStatus(); } in DoWrite() argument
|