Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/lib/
H A Dlg2_commit.cpp145 void resolve(const sdbusplus::message::object_path& logPath) in resolve() argument
152 auto m = b.new_method_call(Entry::default_service, logPath.str.c_str(), in resolve()
182 const sdbusplus::message::object_path& logPath) in resolve() argument
189 std::string path = logPath.str; in resolve()
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dcommit.hpp27 void resolve(const sdbusplus::message::object_path& logPath);
46 const sdbusplus::message::object_path& logPath)
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp763 auto logPath = in getLogIDWithHwIsolation() local
765 if (!logPath.empty()) in getLogIDWithHwIsolation()
768 uint32_t id = stoi(logPath[0].substr( in getLogIDWithHwIsolation()
769 logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()
790 auto logPath = std::get<std::vector<std::string>>(value); in getLogIDWithHwIsolation() local
791 if (!logPath.empty()) in getLogIDWithHwIsolation()
795 logPath[0].substr(logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()
/openbmc/pldm/oem/ampere/event/
H A Dcper.hpp15 constexpr auto logPath = "/xyz/openbmc_project/Logging/IPMI"; variable
H A Dcper.cpp242 bus.new_method_call(logBusName, logPath, logIntf, "IpmiSelAddOem"); in addCperSELLog()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp46 std::filesystem::directory_iterator logPath(hostLoggerFilePath, ec); in getHostLoggerFiles() local
52 for (const std::filesystem::directory_entry& it : logPath) in getHostLoggerFiles()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp865 auto logPath = getPELRepoPath() / "logs"; in TEST_F() local
866 std::string cmd = "rm " + logPath.string() + "/*_*"; in TEST_F()
/openbmc/phosphor-logging/
H A DREADME.md79 lg2::resolve(logPath);