Lines Matching refs:output
354 ordered_json& output) in displayAttributeValueEntry() argument
364 output["AttributeHandle"] = attrHandle; in displayAttributeValueEntry()
367 output["AttributeType"] = attrTypeMap.at(attrType); in displayAttributeValueEntry()
387 output["NumberOfCurrentValues"] = (int)count; in displayAttributeValueEntry()
393 output["CurrentValueStringHandleIndex[" + in displayAttributeValueEntry()
400 output["CurrentValue"] = displayEnumValueByIndex( in displayAttributeValueEntry()
411 output["CurrentValue"] = cv; in displayAttributeValueEntry()
422 output["CurrentStringLength"] = currentString.length; in displayAttributeValueEntry()
423 output["CurrentString"] = std::string( in displayAttributeValueEntry()
429 output["CurrentValue"] = std::string( in displayAttributeValueEntry()
527 ordered_json output; in decodeAttributeTable() local
646 output.emplace_back(std::move(attrdata)); in decodeAttributeTable()
648 pldmtool::helper::DisplayInJson(output); in decodeAttributeTable()
659 ordered_json output; in decodeAttributeValueTable() local
666 output.emplace_back(attrValueData); in decodeAttributeValueTable()
668 pldmtool::helper::DisplayInJson(output); in decodeAttributeValueTable()