Home
last modified time | relevance | path

Searched refs:ioService (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_server.hpp34 ioService(std::move(io)), in Server()
36 signals(*ioService, SIGINT, SIGTERM, SIGHUP), handler(handlerIn), in Server()
123 ioService->stop(); in stop()
128 if (ioService == nullptr) in doAccept()
133 boost::asio::steady_timer timer(*ioService); in doAccept()
147 Adaptor(*ioService, *adaptorCtx)); in doAccept()
153 Adaptor(*ioService)); in doAccept()
160 boost::asio::post(*ioService, in doAccept()
168 std::shared_ptr<boost::asio::io_context> ioService; member in crow::Server
H A Dhttp_request.hpp28 boost::asio::io_context* ioService = nullptr; member
68 ioService = nullptr; in clear()
H A Dhttp2_connection.hpp247 thisReq.ioService = static_cast<decltype(thisReq.ioService)>( in onRequestRecv()
H A Dhttp_connection.hpp265 req->ioService = static_cast<decltype(req->ioService)>( in handle()
/openbmc/dbus-sensors/src/
H A DThresholds.hpp71 explicit ThresholdTimer(boost::asio::io_context& ioService) : io(ioService) in ThresholdTimer()
/openbmc/bmcweb/include/
H A Dimage_upload.hpp34 if (req.ioService == nullptr) in uploadImageHandler()
41 static boost::asio::steady_timer timeout(*req.ioService, in uploadImageHandler()
/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp771 if (req.ioService == nullptr) in handleGenerateCSRAction()
778 static boost::asio::steady_timer timeout(*req.ioService); in handleGenerateCSRAction()
H A Dupdate_service.hpp452 if (req.ioService == nullptr) in monitorForSoftwareAvailable()
459 std::make_unique<boost::asio::steady_timer>(*req.ioService); in monitorForSoftwareAvailable()