Home
last modified time | relevance | path

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

/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/lib/
H A Dlg2_commit.cpp155 void resolve(const sdbusplus::message::object_path& logPath) in resolve() argument
162 auto m = b.new_method_call(Entry::default_service, logPath.str.c_str(), in resolve()
192 const sdbusplus::message::object_path& logPath) in resolve() argument
199 std::string path = logPath.str; in resolve()
/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/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp745 auto logPath = in getLogIDWithHwIsolation() local
747 if (!logPath.empty()) in getLogIDWithHwIsolation()
750 uint32_t id = stoi(logPath[0].substr( in getLogIDWithHwIsolation()
751 logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()
772 auto logPath = std::get<std::vector<std::string>>(value); in getLogIDWithHwIsolation() local
773 if (!logPath.empty()) in getLogIDWithHwIsolation()
777 logPath[0].substr(logPath[0].find_last_of('/') + 1)); in getLogIDWithHwIsolation()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp47 std::filesystem::directory_iterator logPath(hostLoggerFilePath, ec); in getHostLoggerFiles()
53 for (const std::filesystem::directory_entry& it : logPath) in getHostLoggerFiles()
46 std::filesystem::directory_iterator logPath(hostLoggerFilePath, ec); getHostLoggerFiles() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp829 auto logPath = getPELRepoPath() / "logs"; in TEST_F() local
830 std::string cmd = "rm " + logPath.string() + "/*_*"; in TEST_F()
/openbmc/phosphor-logging/
H A DREADME.md79 lg2::resolve(logPath);