| /openbmc/bmcweb/http/ |
| H A D | logging.hpp | 101 std::source_location loc; 104 FormatString(const char* stringIn, const std::source_location& locIn = in FormatString() 105 std::source_location::current()) : in FormatString() 120 const std::source_location& loc) noexcept in vlog() 163 const std::source_location& loc = in BMCWEB_LOG_CRITICAL() 164 std::source_location::current()) noexcept in BMCWEB_LOG_CRITICAL() 176 const std::source_location& loc = in BMCWEB_LOG_ERROR() 177 std::source_location::current()) noexcept in BMCWEB_LOG_ERROR() 189 const std::source_location& loc = in BMCWEB_LOG_WARNING() 190 std::source_location::current()) noexcept in BMCWEB_LOG_WARNING() [all …]
|
| /openbmc/phosphor-logging/lib/include/phosphor-logging/ |
| H A D | lg2.hpp | 18 template <level S = level::debug, details::any_but<std::source_location>... Ts> 27 explicit log(const std::source_location& s, const char* msg, in log() 43 const std::source_location& s = std::source_location::current()) : in log() 66 explicit levelval(const std::source_location&, const char*, Ts&&...) \
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | event.hpp.mako | 4 ${event.CamelCase}(const nlohmann::json&, const std::source_location&); 7 const std::source_location& source = std::source_location::current()) : 17 const std::source_location& source = std::source_location::current()) :
|
| H A D | events.hpp.mako | 12 #include <source_location>
|
| H A D | event.cpp.mako | 47 const nlohmann::json& j, const std::source_location& s)
|
| /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
| H A D | source_location.hpp | 7 using source_location = std::source_location; typedef
|
| H A D | logger.hpp | 23 void do_log(level, const std::source_location&, const char*, ...);
|
| H A D | conversion.hpp | 339 static void done(level l, const std::source_location& s, const char* m, in done() 451 static void start(level l, const std::source_location& s, const char* msg, in start()
|
| /openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/ |
| H A D | event.hpp | 12 const std::source_location&); 25 const std::source_location& location) in throw_event()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | logger.hpp | 308 const std::source_location& i_location = 309 std::source_location::current()) noexcept; 373 void logMessage(std::string_view message, const std::source_location& location = 374 std::source_location::current());
|
| /openbmc/bmcweb/src/ |
| H A D | boost_asio.cpp | 18 void throw_exception(const std::exception& e, const source_location& loc) in throw_exception()
|
| /openbmc/phosphor-logging/lib/ |
| H A D | lg2_logger.cpp | 133 static void noop_extra_output(level, const std::source_location&, in noop_extra_output() argument 138 static void cerr_extra_output(level l, const std::source_location& s, in cerr_extra_output() 247 void do_log(level l, const std::source_location& s, const char* m, ...) in do_log()
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | exception.hpp | 209 const std::source_location& source = std::source_location::current());
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_diagnostic_data.hpp | 43 const std::source_location src = std::source_location::current()) in checkErrors()
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | logger.cpp | 15 const std::source_location& i_location) noexcept in logMessage() 365 void logMessage(std::string_view message, const std::source_location& location) in logMessage()
|
| /openbmc/sdbusplus/src/ |
| H A D | exception.cpp | 217 void throw_via_json(const nlohmann::json& j, const std::source_location& source) in throw_via_json()
|
| /openbmc/phosphor-logging/test/ |
| H A D | log_manager_dbus_tests.cpp | 221 EXPECT_EQ(source_file, std::source_location::current().file_name()); in TEST_F()
|
| /openbmc/phosphor-logging/docs/ |
| H A D | structured-logging.md | 196 openbmc/openbmc#2297). `lg2` uses C++20's `source_location` to, by default, 198 non-defaulted `source_location` for rare but appropriate cases. 213 Solving issue openbmc/openbmc#2297 requires C++20's `source_location` feature. 215 `#ifdef` detection of the `source_location` feature so that C++20 applications
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | error_messages.hpp | 779 void internalError(crow::Response& res, std::source_location location = 780 std::source_location::current());
|
| /openbmc/bmcweb/redfish-core/src/ |
| H A D | error_messages.cpp | 1249 void internalError(crow::Response& res, const std::source_location location) in internalError()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist2.txt | 2103 -rw-r--r-- root root 2699 ./usr/include/c++/10.1.0/experimental/source_location
|
| H A D | buildhistory_filelist1.txt | 2102 -rw-r--r-- root root 2699 ./usr/include/c++/10.1.0/experimental/source_location
|