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.cpp160 ordered_json jarray; in printPldmTypes() local
171 jarray["PLDM Type"] = it->first; in printPldmTypes()
172 jarray["PLDM Type Code"] = i; in printPldmTypes()
173 data.emplace_back(jarray); in printPldmTypes()
347 void printCommand(CommandMap& commandMap, int i, ordered_json& jarray) in printCommand() argument
354 jarray["PLDM Command Code"] = i; in printCommand()
355 jarray["PLDM Command"] = it->first; in printCommand()