Home
last modified time | relevance | path

Searched defs:logID (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Drepository_test.cpp650 Repository::LogID logID{Repository::LogID::Pel{i}}; in TEST_F() local
668 Repository::LogID logID{Repository::LogID::Pel{i}}; in TEST_F() local
701 Repository::LogID logID{Repository::LogID::Pel{i}}; in TEST_F() local
719 Repository::LogID logID{Repository::LogID::Pel{i}}; in TEST_F() local
970 auto logID = repo.getLogID(idWithPelId); in TEST_F() local
998 auto logID = repo.getLogID(idWithPelId); in TEST_F() local
/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp123 logID = { variable
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1723 logCrashdumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & logID,nlohmann::json & logEntryJson) logCrashdumpEntry() argument
1858 std::string logID = objPath.filename(); requestRoutesCrashdumpEntryCollection() local
1897 const std::string& logID = param; requestRoutesCrashdumpEntry() local
1912 __anon5ac0615c1402(const crow::Request& req, const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, const std::string& systemName, const std::string& logID, const std::string& fileName) requestRoutesCrashdumpFile() argument
[all...]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp442 if (auto logID = findPEL(id); logID != _pelAttributes.end()) in getLogID() local