Home
last modified time | relevance | path

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

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