Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dobmc_console.hpp83 static void afterSendEx(const std::weak_ptr<ConsoleHandler>& weak) in afterSendEx() function in crow::obmc_console::ConsoleHandler
115 std::bind_front(afterSendEx, weak_from_this())); in doRead()
H A Dvm_websocket.hpp297 static void afterSendEx(const std::weak_ptr<NbdProxyServer>& weak) in afterSendEx() function
327 std::bind_front(&NbdProxyServer::afterSendEx, weak_from_this())); in afterRead()