/openbmc/bmcweb/http/ |
H A D | http2_connection.hpp | 149 BMCWEB_LOG_CRITICAL("Failed to get buffer"); in fileReadCallback() 162 BMCWEB_LOG_CRITICAL( in fileReadCallback() 274 BMCWEB_LOG_CRITICAL("Failed to finalize payload"); in onRequestRecv() 348 BMCWEB_LOG_CRITICAL("Failed to write payload"); in onDataChunkRecvCallback() 361 BMCWEB_LOG_CRITICAL("user data was null?"); in onDataChunkRecvStatic() 394 BMCWEB_LOG_CRITICAL("user data was null?"); in onFrameRecvCallbackStatic() 399 BMCWEB_LOG_CRITICAL("frame was null?"); in onFrameRecvCallbackStatic() 420 BMCWEB_LOG_CRITICAL("user data was null?"); in onStreamCloseCallbackStatic() 494 BMCWEB_LOG_CRITICAL("user data was null?"); in onHeaderCallbackStatic() 499 BMCWEB_LOG_CRITICAL("frame was null?"); in onHeaderCallbackStatic() [all …]
|
H A D | logging.hpp | 159 struct BMCWEB_LOG_CRITICAL in BMCWEB_LOG_CRITICAL() argument 162 BMCWEB_LOG_CRITICAL(std::format_string<Args...> format, Args&&... args, in BMCWEB_LOG_CRITICAL() 224 BMCWEB_LOG_CRITICAL(std::format_string<Args...>, Args&&...) 225 -> BMCWEB_LOG_CRITICAL<Args...>; 156 struct BMCWEB_LOG_CRITICAL global() struct
|
H A D | server_sent_event_impl.hpp | 103 BMCWEB_LOG_CRITICAL("No open handler???"); in sendSSEHeaderCallback() 238 BMCWEB_LOG_CRITICAL("{} Failed to capture connection", in onTimeoutCallback() 251 BMCWEB_LOG_CRITICAL("{} timer failed {}", logPtr(self.get()), ec); in onTimeoutCallback()
|
H A D | http_connection.hpp | 213 BMCWEB_LOG_CRITICAL("{} Max connection count exceeded.", in start() 545 BMCWEB_LOG_CRITICAL("Parser was null"); in handleContentLengthError() 671 BMCWEB_LOG_CRITICAL("Parser was not initialized."); in doReadHeaders() 706 BMCWEB_LOG_CRITICAL("Body length limit reached, " in afterRead() 868 BMCWEB_LOG_CRITICAL("{} Failed to capture connection", in afterTimerWait() 883 BMCWEB_LOG_CRITICAL("{} Timer failed {}", logPtr(self.get()), ec); in afterTimerWait()
|
H A D | app.hpp | 115 BMCWEB_LOG_CRITICAL("Failed to read socket files"); in setupSocket()
|
H A D | routing.hpp | 274 BMCWEB_LOG_CRITICAL("Can't find tag for {}", urlIn); in add() 289 BMCWEB_LOG_CRITICAL("handler already exists for \"{}\"", urlIn); in add()
|
H A D | http_response.hpp | 210 BMCWEB_LOG_CRITICAL("{} Response content provided but code was " in preparePayload()
|
H A D | http_body.hpp | 210 BMCWEB_LOG_CRITICAL("Failed to read from file {}", in getWithMaxSize()
|
H A D | websocket_impl.hpp | 141 BMCWEB_LOG_CRITICAL( in sendEx()
|
H A D | http_client.hpp | 818 BMCWEB_LOG_CRITICAL("{} Failed to capture connection", in afterSendData()
|
/openbmc/bmcweb/src/ |
H A D | boost_asio.cpp | 14 BMCWEB_LOG_CRITICAL("Boost exception thrown {}", e.what()); in throw_exception() 20 BMCWEB_LOG_CRITICAL("Boost exception thrown {} from {}:{}", e.what(), in throw_exception()
|
H A D | ssl_key_handler.cpp | 514 BMCWEB_LOG_CRITICAL("Failed to open ssl pkey"); in getSslContext() 542 BMCWEB_LOG_CRITICAL("Couldn't get server context"); in getSslServerContext()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_message_utils.cpp | 28 BMCWEB_LOG_CRITICAL( in addMessageToErrorJson() 36 BMCWEB_LOG_CRITICAL("Attempt to add error message without Message"); in addMessageToErrorJson()
|
H A D | subscription.cpp | 164 BMCWEB_LOG_CRITICAL("heartbeat timer async_wait failed: {}", ec); in onHbTimeout() 171 BMCWEB_LOG_CRITICAL("onHbTimeout failed on Subscription"); in onHbTimeout()
|
H A D | error_messages.cpp | 1246 BMCWEB_LOG_CRITICAL("Internal Error {}({}:{}) `{}`: ", location.file_name(), in internalError()
|
/openbmc/bmcweb/include/ |
H A D | persistent_data.hpp | 230 BMCWEB_LOG_CRITICAL("Can't create persistent folders {}", in writeData() 240 BMCWEB_LOG_CRITICAL("Unable to store persistent data to file {}", in writeData() 253 BMCWEB_LOG_CRITICAL("Failed to set filesystem permissions {}", in writeData()
|
H A D | credential_pipe.hpp | 32 BMCWEB_LOG_CRITICAL("Failed to connect pipe {}", ec.what()); in CredentialsPipe()
|
H A D | obmc_console.hpp | 185 BMCWEB_LOG_CRITICAL("Unable to find connection {}", logPtr(&conn)); in onClose() 331 BMCWEB_LOG_CRITICAL("Unable to find connection {}", logPtr(&conn)); in onMessage()
|
H A D | dbus_monitor.hpp | 125 BMCWEB_LOG_CRITICAL("message {} was unexpected", message.get_member()); in onPropertyUpdate()
|
H A D | openbmc_dbus_rest.hpp | 246 BMCWEB_LOG_CRITICAL( in ~InProgressEnumerateData()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | privileges.hpp | 89 BMCWEB_LOG_CRITICAL("Unable to set privilege {} in constructor", in Privileges()
|
H A D | redfish_aggregator.hpp | 345 BMCWEB_LOG_CRITICAL("Field wasn't a string????"); in addPrefixToHeadersInResp() 1178 BMCWEB_LOG_CRITICAL("Field wasn't a string????"); in processContainsSubordinateResponse()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | manager_diagnostic_data.hpp | 210 BMCWEB_LOG_CRITICAL("Uptime was negative????"); in afterGetManagerStartTime()
|
/openbmc/bmcweb/ |
H A D | .clang-tidy | 397 - { key: readability-identifier-naming.FunctionIgnoredRegexp, value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) } 398 - { key: readability-identifier-naming.StructIgnoredRegexp, value: (BMCWEB_LOG_DEBUG|BMCWEB_LOG_INFO|BMCWEB_LOG_WARNING|BMCWEB_LOG_ERROR|BMCWEB_LOG_CRITICAL) }
|
/openbmc/bmcweb/redfish-core/lib/openbmc/ |
H A D | openbmc_managers.hpp | 1460 BMCWEB_LOG_CRITICAL("pidSetDone threw exception"); in ~SetPIDValues()
|