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.cpp49 std::istringstream entryStream(logEntry); in getUniqueEntryID() local
50 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp1020 std::istringstream entryStream(entryTimestamp); in ipmiStorageGetSELEntry() local
1023 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in ipmiStorageGetSELEntry()
1100 std::istringstream entryStream(entryTimestamp); in ipmiStorageGetSELEntry() local
1103 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/lib/
H A Dlog_services.hpp130 std::istringstream entryStream(logEntry); in getUniqueEntryID() local
131 if (entryStream >> std::get_time(&timeStruct, "%Y-%m-%dT%H:%M:%S")) in getUniqueEntryID()