Home
last modified time | relevance | path

Searched refs:entryID (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-logging/lib/
H A Delog.cpp38 uint32_t entryID; in commit() local
39 reply.read(entryID); in commit()
40 return entryID; in commit()
50 uint32_t entryID; in commit() local
51 reply.read(entryID); in commit()
52 return entryID; in commit()
/openbmc/ibm-logging/
H A Dcallout.hpp72 return entryID; in id()
82 entryID = id; in id()
139 return baseDir / std::to_string(entryID); in getFilePath()
146 size_t entryID; member in ibm::logging::Callout
H A Dcallout.cpp88 entryID(id), timestamp(timestamp) in Callout()
95 entryID(id), timestamp(timestamp) in Callout()
154 auto originalID = entryID; in deserialize()
173 if ((entryID != originalID) || (timestamp != originalTS)) in deserialize()
177 entry("PATH=%s", path.c_str()), entry("PERSISTED_ID=%lu", entryID), in deserialize()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp160 entryID = std::to_string(curTs); in getUniqueEntryID()
163 entryID += "_" + std::to_string(index); in getUniqueEntryID()
408 if (entryID.empty()) in getDumpEntryCollection()
427 thisEntry["Id"] = entryID; in getDumpEntryCollection()
476 [asyncResp, entryID, dumpType, in getDumpEntryById()
577 entryID); in deleteDumpEntry()
693 [asyncResp, entryID, in downloadDumpEntry()
725 entryID; in downloadEventLogEntry()
728 [asyncResp, entryID, in downloadEventLogEntry()
1765 dbus::utility::escapePathForDbus(entryID); in dBusEventLogEntryGet()
[all …]
H A Dmanager_logservices_journal.hpp578 const std::string& managerId, const std::string& entryID) in handleManagersJournalEntriesLogEntryGet() argument
595 if (!getTimestampFromID(asyncResp, entryID, bootID, ts, index)) in handleManagersJournalEntriesLogEntryGet()
629 if (!fillBMCJournalLogEntryJson(entryID, journal.get(), bmcJournalLogEntry)) in handleManagersJournalEntriesLogEntryGet()
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp41 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID() argument
64 entryID = std::to_string(curTs); in getUniqueEntryID()
67 entryID += "_" + std::to_string(index); in getUniqueEntryID()
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp23 std::string entryID; in TEST() local
25 success = getUniqueEntryID(example, entryID); in TEST()
30 ASSERT_TRUE(entryID.starts_with("946")); in TEST()
/openbmc/phosphor-logging/yaml/xyz/openbmc_project/Logging/Internal/
H A DManager.interface.yaml22 - name: entryID
46 - name: entryID
/openbmc/bmcweb/redfish-core/include/
H A Devent_log.hpp15 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID);