Home
last modified time | relevance | path

Searched refs:getIoContext (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dapi.hpp34 std::shared_ptr<boost::asio::io_context> getIoContext();
51 boost::asio::post(*getIoContext(), std::forward<WorkFn>(work)); in post_work()
/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hpp18 EventServiceManager::getInstance(&conn.getIoContext()); in createSubscription()
45 redfish::EventServiceManager::getInstance(&conn.getIoContext()) in deleteSubscription()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dsystemintf-sdbus.cpp29 *getIoContext(), bus); in ipmid_get_sdbus_plus_handler()
H A Dsdbus-asio.cpp19 std::shared_ptr<boost::asio::io_context> getIoContext() in getIoContext() function
H A Dsignals.cpp103 std::shared_ptr<boost::asio::io_context> io = getIoContext(); in registerSignalHandler()
/openbmc/bmcweb/http/
H A Dserver_sent_event.hpp32 virtual boost::asio::io_context& getIoContext() = 0;
64 boost::asio::io_context& getIoContext() override in getIoContext() function in crow::sse_socket::ConnectionImpl
H A Dwebsocket.hpp42 virtual boost::asio::io_context& getIoContext() = 0;
79 boost::asio::io_context& getIoContext() override in getIoContext() function in crow::websocket::ConnectionImpl
/openbmc/bmcweb/include/
H A Dvm_websocket.hpp194 peerSocket(connIn.getIoContext()), in NbdProxyServer()
195 acceptor(connIn.getIoContext(), stream_protocol::endpoint(socketId)), in NbdProxyServer()
574 handler = std::make_shared<Handler>(media, conn.getIoContext()); in requestRoutes()
H A Dkvm_websocket.hpp21 conn(connIn), hostSocket(conn.getIoContext()) in KvmSession()
H A Dobmc_console.hpp276 std::make_shared<ConsoleHandler>(conn.getIoContext(), conn); in onOpen()
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp109 auto io = getIoContext(); in currentFirmwareCondition()
H A Dipmid-new.cpp765 boost::asio::spawn(*getIoContext(), in handleLegacyIpmiCommand()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp848 auto io = getIoContext(); in ipmiOEMSetPayload()
H A Dstoragecommands.cpp438 boost::asio::spawn(*getIoContext(), [](boost::asio::yield_context yield) { in startMatch()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp356 boost::asio::spawn(*getIoContext(), [](boost::asio::yield_context yield) { in startMatch()