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.cpp870 std::string lastSegment(char separator, std::string data) in lastSegment() function
896 json["BMCState"] = lastSegment('.', dataIface.getBMCState()); in addStatesToJSON()
897 json["ChassisState"] = lastSegment('.', dataIface.getChassisState()); in addStatesToJSON()
898 json["HostState"] = lastSegment('.', dataIface.getHostState()); in addStatesToJSON()
899 json["BootState"] = lastSegment('.', dataIface.getBootState()); in addStatesToJSON()