Searched defs:entryID (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-logging/lib/ |
H A D | elog.cpp | 38 uint32_t entryID; in commit() local 50 uint32_t entryID; in commit() local
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | log_services.hpp | 139 inline bool getUniqueEntryID(const std::string& logEntry, std::string& entryID, in getUniqueEntryID() argument 417 std::string entryID = object.first.filename(); in getDumpEntryCollection() local 474 const std::string& entryID, cons in getDumpEntryById() argument 572 deleteDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) deleteDumpEntry() argument 629 downloadEntryCallback(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & downloadEntryType,const boost::system::error_code & ec,const sdbusplus::message::unix_fd & unixfd) downloadEntryCallback() argument 690 downloadDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) downloadDumpEntry() argument 717 downloadEventLogEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & entryID,const std::string & dumpType) downloadEventLogEntry() argument 1775 afterDBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const boost::system::error_code & ec,const dbus::utility::DBusPropertiesMap & resp) afterDBusEventLogEntryGet() argument 1803 dBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryGet() argument 1835 dBusEventLogEntryDelete(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryDelete() argument 2302 handleDBusEventLogEntryDownloadGet(crow::App & app,const std::string & dumpType,const crow::Request & req,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & entryID) handleDBusEventLogEntryDownloadGet() argument [all...] |
H A D | manager_logservices_journal.hpp | 272 const std::string& managerId, const std::string& entryID) in handleManagersJournalEntriesLogEntryGet()
|
/openbmc/ibm-logging/ |
H A D | callout.hpp | 146 size_t entryID; member in ibm::logging::Callout
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | event_log.cpp | 30 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID()
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 24 std::string entryID; in TEST() local
|