Home
last modified time | relevance | path

Searched defs:timeStruct (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp49 std::tm timeStruct = {}; in getUniqueEntryID() local
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.cpp164 struct tm* timeStruct = localtime(&secs); in getTimeStamp() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djournal.cpp180 struct tm* timeStruct = gmtime(&secs); in getTimeStamp() local
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp291 struct tm* timeStruct = localtime(&secs); in getTimeStamp() local
/openbmc/openpower-occ-control/
H A Docc_ffdc.cpp373 struct tm* timeStruct = localtime(&secs); in getTimeStamp() local
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp968 std::tm timeStruct = {}; in ipmiStorageGetSELEntry() local
1036 std::tm timeStruct = {}; in ipmiStorageGetSELEntry() local
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp1019 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry() local
1099 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry() local
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp151 std::tm timeStruct = {}; in getUniqueEntryID() local