Searched refs:prettyJSON (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | user_data_json.cpp | 43 std::string prettyJSON(uint16_t componentID, uint8_t subType, uint8_t version, in prettyJSON() function 123 return prettyJSON(componentID, subType, version, creatorID, json); in getCBORJSON() 176 return prettyJSON(componentID, subType, version, creatorID, json); in getTextJSON() 203 return prettyJSON(componentID, subType, version, creatorID, json); in getBuiltinFormatJSON() 339 return prettyJSON(componentID, subType, version, in getPythonJSON()
|
| H A D | src.cpp | 49 std::string prettyJSON(const orderedJSON& json) in prettyJSON() function 204 return prettyJSON(json); in getPythonJSON()
|