Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dtime_utils_test.cpp132 EXPECT_EQ(getDateTimeUintUs(uint64_t{1638312095123456}), in TEST()
135 EXPECT_EQ(getDateTimeUintUs(std::numeric_limits<uint64_t>::max()), in TEST()
137 EXPECT_EQ(getDateTimeUintUs(std::numeric_limits<uint64_t>::min()), in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtime_utils.hpp337 inline std::string getDateTimeUintUs(uint64_t microSecondsSinceEpoch) in getDateTimeUintUs() function
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp155 entryTimestamp = redfish::time_utils::getDateTimeUintUs(timestamp); in getEntryTimestamp()
H A Dsystems_logservices_postcodes.hpp216 entryTimeStr = redfish::time_utils::getDateTimeUintUs(usecSinceEpoch); in fillPostCodeEntry()
H A Dlog_services.hpp431 redfish::time_utils::getDateTimeUintUs(timestampUs); in getDumpEntryCollection()
526 redfish::time_utils::getDateTimeUintUs(timestampUs); in getDumpEntryById()
H A Dsystems.hpp886 redfish::time_utils::getDateTimeUintUs(lastStateTime); in getBootProgressLastStateTime()