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 auto entryID = reply.unpack<uint32_t>(); in commit() local
50 auto entryID = reply.unpack<uint32_t>(); 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 Deventlog_utils.hpp191 inline bool getUniqueEntryID(const std::string& logEntry, std::string& entryID, in getUniqueEntryID()
710 const std::string& logEntryDescriptor, const std::string& entryID, in afterDBusEventLogEntryGet()
742 LogServiceParentCollection collection, std::string entryID) in dBusEventLogEntryGet()
788 const std::shared_ptr<bmcweb::AsyncResp>& asyncResp, std::string entryID) in dBusEventLogEntryDelete()
852 const std::string& entryID, const std::string& downloadEntryType) in downloadEventLogEntry()
H A Dlog_services_utils.hpp67 const std::string& entryID, const std::string& downloadEntryType, in downloadEntryCallback()
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp32 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp275 const std::string& managerId, const std::string& entryID) in handleManagersJournalEntriesLogEntryGet()
H A Dlog_services.hpp308 std::string entryID = object.first.filename(); in getDumpEntryCollection() local
365 const std::string& entryID, const std::string& dumpType) in getDumpEntryById()
463 const std::string& entryID, in deleteDumpEntry()
492 const std::string& entryID, const std::string& dumpType) in downloadDumpEntry()
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp24 std::string entryID; in TEST() local