Home
last modified time | relevance | path

Searched refs:onDone (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/http/
H A Dwebsocket.hpp38 std::function<void()>&& onDone) = 0;
147 std::function<void()>&& onDone) override in sendEx() argument
153 onDone(); in sendEx()
159 [weak(weak_from_this()), onDone{std::move(onDone)}]( in sendEx()
170 onDone(); in sendEx()
/openbmc/bmcweb/include/
H A Dvm_websocket.hpp286 void send(std::string_view buffer, std::function<void()>&& onDone) in send()
292 doWrite(std::move(onDone)); in send()
338 std::function<void()>&& onDone, in afterWrite()
361 self->doWrite(std::move(onDone)); in afterWrite()
364 onDone(); in afterWrite()
367 void doWrite(std::function<void()>&& onDone) in doWrite()
385 std::move(onDone))); in doWrite()