Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_connection.hpp415 keepAlive = req->keepAlive(); in handle()
495 res.keepAlive(keepAlive); in completeRequest()
588 keepAlive = false; in handleContentLengthError()
614 keepAlive = false; in afterReadHeaders()
708 keepAlive = false; in afterRead()
814 if (!keepAlive) in afterDoWrite()
953 bool keepAlive = true; member in crow::Connection
H A Dhttp_client.hpp703 void sendNext(bool keepAlive, uint32_t connId) in sendNext() argument
721 if (keepAlive) in sendNext()
736 if (keepAlive) in sendNext()
820 bool keepAlive, uint32_t connId, Response& res) in afterSendData() argument
836 self->sendNext(keepAlive, connId); in afterSendData()
H A Dhttp_response.hpp178 void keepAlive(bool k) in keepAlive() function
183 bool keepAlive() const in keepAlive() function
H A Dhttp_request.hpp163 bool keepAlive() const in keepAlive() function
/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp26 res.keepAlive(true); in addHeaders()
32 EXPECT_EQ(res.keepAlive(), true); in verifyHeaders()
H A Dhttp_connection_test.cpp47 EXPECT_FALSE(req->keepAlive()); in handle()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.4.rst20 - bitbake: knotty: display active tasks when printing keepAlive() message
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py236 def keepAlive(self, t): member in TerminalFilter
680 termfilter.keepAlive(printinterval)