Home
last modified time | relevance | path

Searched refs:set_on_send (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/
Dtest_helpers.h35 output.set_on_send([&sem](ConstByteSpan, Status) { sem.release(); }); in WaitForPackets()
43 output.set_on_send(nullptr); in WaitForPackets()
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dfake_channel_output.h240 void set_on_send(Function<void(ConstByteSpan, Status)>&& on_send) in set_on_send() function
/external/pigweed/pw_rpc/nanopb/
Dsynchronous_call_test.cc84 output().set_on_send([this](span<const std::byte> buffer, Status status) { in set_response()
/external/pigweed/pw_rpc/pwpb/
Dsynchronous_call_test.cc87 output().set_on_send([this](span<const std::byte> buffer, Status status) { in set_response()