Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp803 std::string lastSegment(char separator, std::string data) in lastSegment() function
829 json["BMCState"] = lastSegment('.', dataIface.getBMCState()); in addStatesToJSON()
830 json["ChassisState"] = lastSegment('.', dataIface.getChassisState()); in addStatesToJSON()
831 json["HostState"] = lastSegment('.', dataIface.getHostState()); in addStatesToJSON()
832 json["BootState"] = lastSegment('.', dataIface.getBootState()); in addStatesToJSON()