Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp40 std::istringstream entryStream(logEntry); in getUniqueEntryID() local
41 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp1016 std::istringstream entryStream(entryTimestamp); in ipmiStorageGetSELEntry() local
1019 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
1096 std::istringstream entryStream(entryTimestamp); in ipmiStorageGetSELEntry() local
1099 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp969 std::istringstream entryStream(entryTimestamp); in ipmiStorageGetSELEntry() local
972 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
1037 std::istringstream entryStream(entryTimestamp); in ipmiStorageGetSELEntry() local
1040 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp197 std::istringstream entryStream(logEntry); in getUniqueEntryID() local
198 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()