Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/serial/
H A Dobmc_console.hpp97 static void afterSendEx(const std::weak_ptr<ConsoleHandler>& weak) in afterSendEx() function in crow::obmc_console::ConsoleHandler
130 std::bind_front(afterSendEx, weak_from_this())); in doRead()
/openbmc/bmcweb/features/virtual_media/
H A Dvm_websocket.hpp311 static void afterSendEx(const std::weak_ptr<NbdProxyServer>& weak) in afterSendEx() function
341 std::bind_front(&NbdProxyServer::afterSendEx, weak_from_this())); in afterRead()