Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dtime_utils_test.cpp135 EXPECT_EQ(getDateTimeUintUs(uint64_t{1638312095123456}), in TEST()
138 EXPECT_EQ(getDateTimeUintUs(std::numeric_limits<uint64_t>::max()), in TEST()
140 EXPECT_EQ(getDateTimeUintUs(std::numeric_limits<uint64_t>::min()), in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dtime_utils.hpp50 std::string getDateTimeUintUs(uint64_t microSecondsSinceEpoch);
H A Djournal_utils.hpp77 entryTimestamp = redfish::time_utils::getDateTimeUintUs(timestamp); in getEntryTimestamp()
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp403 std::string getDateTimeUintUs(uint64_t microSecondsSinceEpoch) in getDateTimeUintUs() function
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp251 entryTimeStr = redfish::time_utils::getDateTimeUintUs(usecSinceEpoch); in fillPostCodeEntry()
H A Dlog_services.hpp441 redfish::time_utils::getDateTimeUintUs(timestampUs); in getDumpEntryCollection()
536 redfish::time_utils::getDateTimeUintUs(timestampUs); in getDumpEntryById()
H A Dsystems.hpp882 redfish::time_utils::getDateTimeUintUs(lastStateTime); in getBootProgressLastStateTime()