Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp78 size_t entryStart = logEntry.find_first_not_of(' ', space); in getEventLogParams() local
79 if (entryStart == std::string::npos) in getEventLogParams()
86 entry.remove_prefix(entryStart); in getEventLogParams()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp244 size_t entryStart = logEntry.find_first_not_of(' ', space); in fillEventLogEntryJson() local
245 if (entryStart == std::string::npos) in fillEventLogEntryJson()
250 entry.remove_prefix(entryStart); in fillEventLogEntryJson()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp975 size_t entryStart = targetEntry.find_first_not_of(" ", space); in ipmiStorageGetSELEntry() local
976 if (entryStart == std::string::npos) in ipmiStorageGetSELEntry()
981 entry.remove_prefix(entryStart); in ipmiStorageGetSELEntry()
/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp928 size_t entryStart = targetEntry.find_first_not_of(" ", space); in ipmiStorageGetSELEntry() local
929 if (entryStart == std::string::npos) in ipmiStorageGetSELEntry()
934 entry.remove_prefix(entryStart); in ipmiStorageGetSELEntry()