Home
last modified time | relevance | path

Searched defs:entryID (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-logging/lib/
H A Delog.cpp38 uint32_t entryID; in commit() local
50 uint32_t entryID; in commit() local
/openbmc/ibm-logging/
H A Dcallout.hpp146 size_t entryID; member in ibm::logging::Callout
/openbmc/bmcweb/redfish-core/include/utils/
H A Dlog_services_utils.hpp70 const std::string& entryID, const std::string& downloadEntryType, in downloadEntryCallback()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp346 std::string entryID = object.first.filename(); getDumpEntryCollection() local
403 getDumpEntryById(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) getDumpEntryById() argument
501 deleteDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) deleteDumpEntry() argument
530 downloadDumpEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & entryID,const std::string & dumpType) downloadDumpEntry() argument
558 downloadEventLogEntry(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & systemName,const std::string & entryID,const std::string & dumpType) downloadEventLogEntry() argument
1284 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
1312 dBusEventLogEntryGet(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryGet() argument
1344 dBusEventLogEntryDelete(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,std::string entryID) dBusEventLogEntryDelete() argument
1814 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 Dmanager_logservices_journal.hpp275 const std::string& managerId, const std::string& entryID) in handleManagersJournalEntriesLogEntryGet()
H A Dsystems_logservices_journal_eventlog.hpp83 inline bool getUniqueEntryID(const std::string& logEntry, std::string& entryID, in getUniqueEntryID()
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp30 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID()
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp24 std::string entryID; in TEST() local