Searched refs:entryID (Results 1 – 8 of 8) 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 | 139 inline bool getUniqueEntryID(const std::string& logEntry, std::string& entryID, in getUniqueEntryID() argument 170 entryID = std::to_string(curTs); in getUniqueEntryID() 173 entryID += "_" + std::to_string(index); in getUniqueEntryID() 417 std::string entryID = object.first.filename(); in getDumpEntryCollection() local 418 if (entryID.empty()) in getDumpEntryCollection() 436 thisEntry["@odata.id"] = entriesPath + entryID; in getDumpEntryCollection() 437 thisEntry["Id"] = entryID; in getDumpEntryCollection() 453 entriesPath + entryID + "/attachment"; in getDumpEntryCollection() 461 entriesPath + entryID + "/attachment"; in getDumpEntryCollection() 474 const std::string& entryID, const std::string& dumpType) in getDumpEntryById() argument [all …]
|
H A D | manager_logservices_journal.hpp | 272 const std::string& managerId, const std::string& entryID) in handleManagersJournalEntriesLogEntryGet() argument 298 if (!crow::utility::base64Decode(entryID, cursor)) in handleManagersJournalEntriesLogEntryGet() 300 messages::resourceNotFound(asyncResp->res, "LogEntry", entryID); in handleManagersJournalEntriesLogEntryGet() 308 messages::resourceNotFound(asyncResp->res, "LogEntry", entryID); in handleManagersJournalEntriesLogEntryGet() 321 messages::resourceNotFound(asyncResp->res, "LogEntry", entryID); in handleManagersJournalEntriesLogEntryGet()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | event_log.cpp | 42 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID) in getUniqueEntryID() argument 65 entryID = std::to_string(curTs); in getUniqueEntryID() 68 entryID += "_" + std::to_string(index); in getUniqueEntryID()
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | event_log_test.cpp | 24 std::string entryID; in TEST() local 26 success = getUniqueEntryID(example, entryID); in TEST() 31 ASSERT_TRUE(entryID.starts_with("946")); in TEST()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | event_log.hpp | 17 bool getUniqueEntryID(const std::string& logEntry, std::string& entryID);
|