Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_base_cmd.cpp124 ordered_json jarray; in printPldmTypes() local
135 jarray["PLDM Type"] = it->first; in printPldmTypes()
136 jarray["PLDM Type Code"] = i; in printPldmTypes()
137 data.emplace_back(jarray); in printPldmTypes()
292 void printCommand(CommandMap& commandMap, int i, ordered_json& jarray) in printCommand() argument
299 jarray["PLDM Command Code"] = i; in printCommand()
300 jarray["PLDM Command"] = it->first; in printCommand()