/openbmc/bmcweb/http/ |
H A D | http_server.hpp | 49 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 D | app.hpp | 141 getIoContext(), boost::asio::ip::tcp::v6(), listenFd), in setupSocket() 153 tcp::acceptor acc(getIoContext(), end); in setupSocket()
|
H A D | server_sent_event_impl.hpp | 44 adaptor(std::move(adaptorIn)), timer(getIoContext()), in ConnectionImpl()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | api.hpp | 34 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 D | io_context_singleton.hpp | 7 inline boost::asio::io_context& getIoContext() in getIoContext() function
|
H A D | vm_websocket.hpp | 209 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 D | image_upload.hpp | 51 static boost::asio::steady_timer timeout(getIoContext(), in uploadImageHandler()
|
H A D | kvm_websocket.hpp | 33 conn(connIn), hostSocket(getIoContext()) in KvmSession()
|
H A D | obmc_console.hpp | 290 std::make_shared<ConsoleHandler>(getIoContext(), conn); in onOpen()
|
/openbmc/phosphor-host-ipmid/libipmid/ |
H A D | systemintf-sdbus.cpp | 29 *getIoContext(), bus); in ipmid_get_sdbus_plus_handler()
|
H A D | sdbus-asio.cpp | 19 std::shared_ptr<boost::asio::io_context> getIoContext() in getIoContext() function
|
H A D | signals.cpp | 101 std::shared_ptr<boost::asio::io_context> io = getIoContext(); in registerSignalHandler()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | 127 std::make_shared<Subscription>(newSub, *url, getIoContext()); in initConfig() 283 filesystemLogMonitor.emplace(getIoContext()); in setEventServiceConfig() 380 filesystemLogMonitor.emplace(getIoContext()); in updateNoOfSubscribersCount()
|
H A D | redfish_aggregator.hpp | 861 client(getIoContext(), in RedfishAggregator()
|
/openbmc/bmcweb/src/ |
H A D | webserver_run.cpp | 52 boost::asio::io_context& io = getIoContext(); in run()
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-interface.cpp | 107 auto io = getIoContext(); in currentFirmwareCondition()
|
H A D | ipmid-new.cpp | 769 *getIoContext(), in handleLegacyIpmiCommand()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | event_service.hpp | 500 getIoContext()); in requestRoutesEventDestinationCollection()
|
H A D | certificate_service.hpp | 851 static boost::asio::steady_timer timeout(getIoContext()); in handleGenerateCSRAction()
|
H A D | update_service.hpp | 463 std::make_unique<boost::asio::steady_timer>(getIoContext()); in monitorForSoftwareAvailable()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | biosconfigcommands.cpp | 848 auto io = getIoContext(); in ipmiOEMSetPayload()
|
H A D | storagecommands.cpp | 363 boost::asio::spawn(*getIoContext(), in startMatch()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | storagecommands.cpp | 349 (void)boost::asio::spawn(*getIoContext(), in startMatch()
|