Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_server.hpp49 signals(getIoContext(), SIGINT, SIGTERM, SIGHUP), handler(handlerIn) in Server()
120 getIoContext().stop(); in startAsyncWaitForSignal()
137 boost::asio::steady_timer timer(getIoContext()); in afterAccept()
151 boost::asio::post(getIoContext(), in afterAccept()
159 SocketPtr socket = std::make_unique<Adaptor>(getIoContext()); in doAccept()
H A Dapp.hpp141 getIoContext(), boost::asio::ip::tcp::v6(), listenFd), in setupSocket()
153 tcp::acceptor acc(getIoContext(), end); in setupSocket()
H A Dserver_sent_event_impl.hpp44 adaptor(std::move(adaptorIn)), timer(getIoContext()), in ConnectionImpl()
/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/include/
H A Dio_context_singleton.hpp7 inline boost::asio::io_context& getIoContext() in getIoContext() function
H A Dvm_websocket.hpp209 peerSocket(getIoContext()), in NbdProxyServer()
210 acceptor(getIoContext(), stream_protocol::endpoint(socketId)), in NbdProxyServer()
589 handler = std::make_shared<Handler>(media, getIoContext()); in requestRoutes()
H A Dimage_upload.hpp51 static boost::asio::steady_timer timeout(getIoContext(), in uploadImageHandler()
H A Dkvm_websocket.hpp33 conn(connIn), hostSocket(getIoContext()) in KvmSession()
H A Dobmc_console.hpp290 std::make_shared<ConsoleHandler>(getIoContext(), conn); in onOpen()
/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.cpp101 std::shared_ptr<boost::asio::io_context> io = getIoContext(); in registerSignalHandler()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp127 std::make_shared<Subscription>(newSub, *url, getIoContext()); in initConfig()
283 filesystemLogMonitor.emplace(getIoContext()); in setEventServiceConfig()
380 filesystemLogMonitor.emplace(getIoContext()); in updateNoOfSubscribersCount()
H A Dredfish_aggregator.hpp861 client(getIoContext(), in RedfishAggregator()
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp52 boost::asio::io_context& io = getIoContext(); in run()
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp107 auto io = getIoContext(); in currentFirmwareCondition()
H A Dipmid-new.cpp769 *getIoContext(), in handleLegacyIpmiCommand()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp500 getIoContext()); in requestRoutesEventDestinationCollection()
H A Dcertificate_service.hpp851 static boost::asio::steady_timer timeout(getIoContext()); in handleGenerateCSRAction()
H A Dupdate_service.hpp463 std::make_unique<boost::asio::steady_timer>(getIoContext()); in monitorForSoftwareAvailable()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp848 auto io = getIoContext(); in ipmiOEMSetPayload()
H A Dstoragecommands.cpp363 boost::asio::spawn(*getIoContext(), in startMatch()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp349 (void)boost::asio::spawn(*getIoContext(), in startMatch()