Searched refs:set_on_send (Results 1 – 4 of 4) sorted by relevance
35 output.set_on_send([&sem](ConstByteSpan, Status) { sem.release(); }); in WaitForPackets()43 output.set_on_send(nullptr); in WaitForPackets()
240 void set_on_send(Function<void(ConstByteSpan, Status)>&& on_send) in set_on_send() function
84 output().set_on_send([this](span<const std::byte> buffer, Status status) { in set_response()
87 output().set_on_send([this](span<const std::byte> buffer, Status status) { in set_response()