Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp221 std::array<char, SD_ID128_STRING_MAX> bootIDStr{}; in getUniqueEntryID() local
222 sd_id128_to_string(curBootID, bootIDStr.data()); in getUniqueEntryID()
223 entryID = std::format("{}_{}", bootIDStr.data(), curTs); in getUniqueEntryID()
290 std::string bootIDStr(entryIDStrView.substr(0, underscore1Pos)); in getTimestampFromID() local
291 if (sd_id128_from_string(bootIDStr.c_str(), &bootID) < 0) in getTimestampFromID()