Home
last modified time | relevance | path

Searched refs:no_content (Results 1 – 13 of 13) sorted by relevance

/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp89 asyncResp->res.result(boost::beast::http::status::no_content); in afterSetProperty()
136 asyncResp->res.result(boost::beast::http::status::no_content); in afterSetPropertyAction()
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py11 no_content = 204 variable in RedfishHttpStatus
50 def delete(self, path, code=RedfishHttpStatus.no_content):
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Ddbus_utils.cpp32 EXPECT_EQ(asyncResp->res.result(), boost::beast::http::status::no_content); in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dnetwork_protocol.hpp254 asyncResp->res.result(boost::beast::http::status::no_content); in afterSetNTP()
505 asyncResp->res.result(boost::beast::http::status::no_content); in handleManagersNetworkProtocolPatch()
H A Dtask.hpp162 res.result(boost::beast::http::status::no_content); in populateResp()
H A Dmetric_report_definition.hpp1204 asyncResp->res.result(boost::beast::http::status::no_content); in handleReportDelete()
1332 asyncResp->res.result(boost::beast::http::status::no_content); in handleMetricReportDelete()
H A Devent_service.hpp186 asyncResp->res.result(boost::beast::http::status::no_content); in requestRoutesSubmitTestEvent()
H A Dtrigger.hpp1066 asyncResp->res.result(boost::beast::http::status::no_content); in requestRoutesTrigger()
H A Dcertificate_service.hpp393 asyncResp->res.result(boost::beast::http::status::no_content); in deleteCertificate()
H A Dmanagers.hpp1895 asyncResp->res.result(boost::beast::http::status::no_content); in afterSetDateTime()
H A Dsystems.hpp3208 asyncResp->res.result(boost::beast::http::status::no_content); in handleComputerSystemPatch()
H A Dlog_services.hpp3932 asyncResp->res.result(boost::beast::http::status::no_content); in requestRoutesDBusLogServiceActionsClear()
/openbmc/bmcweb/http/
H A Dhttp_response.hpp189 if (is1XXReturn || result() == status::no_content || in preparePayload()