Home
last modified time | relevance | path

Searched refs:sendText (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/http/
H A Dwebsocket.hpp34 virtual void sendText(std::string_view msg) = 0;
H A Dwebsocket_impl.hpp171 void sendText(std::string_view msg) override in sendText() function in crow::websocket::ConnectionImpl
/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp129 connection->sendText( in onPropertyUpdate()