Searched refs:prettyJSON (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 56 std::string prettyJSON(uint16_t componentID, uint8_t subType, uint8_t version, in prettyJSON() function 136 return prettyJSON(componentID, subType, version, creatorID, json); in getCBORJSON() 189 return prettyJSON(componentID, subType, version, creatorID, json); in getTextJSON() 216 return prettyJSON(componentID, subType, version, creatorID, json); in getBuiltinFormatJSON() 345 return prettyJSON(componentID, subType, version, in getPythonJSON()
|
H A D | src.cpp | 62 std::string prettyJSON(const orderedJSON& json) in prettyJSON() function 211 return prettyJSON(json); in getPythonJSON()
|