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.cpp88 size_t entryStart = logEntry.find_first_not_of(' ', space); in getEventLogParams() local
89 if (entryStart == std::string::npos) in getEventLogParams()
96 entry.remove_prefix(entryStart); in getEventLogParams()
/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()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp979 size_t entryStart = targetEntry.find_first_not_of(" ", space); in ipmiStorageGetSELEntry() local
980 if (entryStart == std::string::npos) in ipmiStorageGetSELEntry()
985 entry.remove_prefix(entryStart); in ipmiStorageGetSELEntry()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1365 size_t entryStart = logEntry.find_first_not_of(' ', space); in fillEventLogEntryJson() local
1366 if (entryStart == std::string::npos) in fillEventLogEntryJson()
1371 entry.remove_prefix(entryStart); in fillEventLogEntryJson()