Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dwebsocket.hpp37 std::function<void()>&& onDone) = 0;
146 std::function<void()>&& onDone) override in sendEx() argument
152 onDone(); in sendEx()
158 [weak(weak_from_this()), onDone{std::move(onDone)}]( in sendEx()
169 onDone(); in sendEx()
/openbmc/bmcweb/include/
H A Dvm_websocket.hpp287 void send(std::string_view buffer, std::function<void()>&& onDone) in send()
293 doWrite(std::move(onDone)); in send()
339 std::function<void()>&& onDone, in afterWrite()
362 self->doWrite(std::move(onDone)); in afterWrite()
365 onDone(); in afterWrite()
368 void doWrite(std::function<void()>&& onDone) in doWrite()
386 std::move(onDone))); in doWrite()