Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp115 BMCWEB_LOG_CRITICAL("Failed to get buffer"); in fileReadCallback()
128 BMCWEB_LOG_CRITICAL( in fileReadCallback()
330 BMCWEB_LOG_CRITICAL("user data was null?"); in onDataChunkRecvStatic()
363 BMCWEB_LOG_CRITICAL("user data was null?"); in onFrameRecvCallbackStatic()
368 BMCWEB_LOG_CRITICAL("frame was null?"); in onFrameRecvCallbackStatic()
389 BMCWEB_LOG_CRITICAL("user data was null?"); in onStreamCloseCallbackStatic()
463 BMCWEB_LOG_CRITICAL("user data was null?"); in onHeaderCallbackStatic()
468 BMCWEB_LOG_CRITICAL("frame was null?"); in onHeaderCallbackStatic()
473 BMCWEB_LOG_CRITICAL("name was null?"); in onHeaderCallbackStatic()
478 BMCWEB_LOG_CRITICAL("value was null?"); in onHeaderCallbackStatic()
[all …]
H A Dlogging.hpp126 struct BMCWEB_LOG_CRITICAL struct
129 BMCWEB_LOG_CRITICAL(std::format_string<Args...> format, Args&&... args, in BMCWEB_LOG_CRITICAL() function
191 BMCWEB_LOG_CRITICAL(std::format_string<Args...>,
192 Args&&...) -> BMCWEB_LOG_CRITICAL<Args...>;
H A Dserver_sent_event.hpp76 BMCWEB_LOG_CRITICAL("No open handler???"); in start()
252 BMCWEB_LOG_CRITICAL("{} Failed to capture connection", in onTimeoutCallback()
265 BMCWEB_LOG_CRITICAL("{} timer failed {}", logPtr(self.get()), ec); in onTimeoutCallback()
H A Dhttp_connection.hpp159 BMCWEB_LOG_CRITICAL("{} Max connection count exceeded.", in start()
437 BMCWEB_LOG_CRITICAL("Parser was null"); in handleContentLengthError()
488 BMCWEB_LOG_CRITICAL("Parser was not initialized."); in doReadHeaders()
590 BMCWEB_LOG_CRITICAL( in doRead()
717 BMCWEB_LOG_CRITICAL("{} Failed to capture connection", in startDeadline()
731 BMCWEB_LOG_CRITICAL("{} Timer failed {}", logPtr(self.get()), in startDeadline()
H A Dapp.hpp100 BMCWEB_LOG_CRITICAL("IO was nullptr?"); in setupSocket()
133 BMCWEB_LOG_CRITICAL("Couldn't start server"); in run()
H A Dhttp_server.hpp139 BMCWEB_LOG_CRITICAL( in afterAccept()
163 BMCWEB_LOG_CRITICAL("IoService was null"); in doAccept()
H A Drouting.hpp275 BMCWEB_LOG_CRITICAL("Can't find tag for {}", urlIn); in add()
290 BMCWEB_LOG_CRITICAL("handler already exists for \"{}\"", urlIn); in add()
H A Dhttp_body.hpp197 BMCWEB_LOG_CRITICAL("Failed to read from file {}", in getWithMaxSize()
H A Dhttp_response.hpp199 BMCWEB_LOG_CRITICAL("{} Response content provided but code was " in preparePayload()
H A Dwebsocket.hpp151 BMCWEB_LOG_CRITICAL( in sendEx()
H A Dhttp_client.hpp809 BMCWEB_LOG_CRITICAL("{} Failed to capture connection", in afterSendData()
/openbmc/bmcweb/src/
H A Dboost_asio.cpp12 BMCWEB_LOG_CRITICAL("Boost exception thrown {}", e.what()); in throw_exception()
18 BMCWEB_LOG_CRITICAL("Boost exception thrown {} from {}:{}", e.what(), in throw_exception()
H A Dssl_key_handler.cpp514 BMCWEB_LOG_CRITICAL("Failed to open ssl pkey"); in getSslContext()
542 BMCWEB_LOG_CRITICAL("Couldn't get server context"); in getSslServerContext()
/openbmc/bmcweb/include/
H A Dcredential_pipe.hpp25 BMCWEB_LOG_CRITICAL("Failed to connect pipe {}", ec.what()); in CredentialsPipe()
H A Dobmc_console.hpp170 BMCWEB_LOG_CRITICAL("Unable to find connection {}", logPtr(&conn)); in onClose()
317 BMCWEB_LOG_CRITICAL("Unable to find connection {}", logPtr(&conn)); in onMessage()
H A Ddbus_monitor.hpp114 BMCWEB_LOG_CRITICAL("message {} was unexpected", message.get_member()); in onPropertyUpdate()
H A Dopenbmc_dbus_rest.hpp275 BMCWEB_LOG_CRITICAL( in ~InProgressEnumerateData()
/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp102 BMCWEB_LOG_CRITICAL("Unable to set privilege {} in constructor", in Privileges()
H A Dredfish_aggregator.hpp311 BMCWEB_LOG_CRITICAL("Field wasn't a string????"); in addPrefixToHeadersInResp()
1115 BMCWEB_LOG_CRITICAL("Field wasn't a string????"); in processContainsSubordinateResponse()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp201 BMCWEB_LOG_CRITICAL("Uptime was negative????"); in afterGetManagerStartTime()
H A Dmanagers.hpp1733 BMCWEB_LOG_CRITICAL("pidSetDone threw exception"); in ~SetPIDValues()
/openbmc/bmcweb/
H A D.clang-tidy384 …value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) }
385 …value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) }
/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp55 BMCWEB_LOG_CRITICAL( in addMessageToErrorJson()
63 BMCWEB_LOG_CRITICAL("Attempt to add error message without Message"); in addMessageToErrorJson()
283 BMCWEB_LOG_CRITICAL("Internal Error {}({}:{}) `{}`: ", location.file_name(), in internalError()