Searched refs:entryID (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-logging/lib/ |
H A D | elog.cpp | 38 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 D | callout.hpp | 72 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 D | callout.cpp | 88 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 D | log_services.hpp | 160 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 D | manager_logservices_journal.hpp | 578 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 D | event_log.cpp | 41 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 D | event_log_test.cpp | 23 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 D | Manager.interface.yaml | 22 - name: entryID 46 - name: entryID
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_log.hpp | 15 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID);
|