Lines Matching refs:componentID

56 std::string prettyJSON(uint16_t componentID, uint8_t subType, uint8_t version,  in prettyJSON()  argument
62 output[pv::createdBy] = getComponentName(componentID, creatorID); in prettyJSON()
112 std::string getCBORJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getCBORJSON() argument
136 return prettyJSON(componentID, subType, version, creatorID, json); in getCBORJSON()
154 std::string getTextJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getTextJSON() argument
189 return prettyJSON(componentID, subType, version, creatorID, json); in getTextJSON()
205 getBuiltinFormatJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getBuiltinFormatJSON() argument
216 return prettyJSON(componentID, subType, version, creatorID, json); in getBuiltinFormatJSON()
220 return getCBORJSON(componentID, subType, version, creatorID, data); in getBuiltinFormatJSON()
224 return getTextJSON(componentID, subType, version, creatorID, data); in getBuiltinFormatJSON()
257 getPythonJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getPythonJSON() argument
263 getNumberString("%04x", componentID); in getPythonJSON()
345 return prettyJSON(componentID, subType, version, in getPythonJSON()
396 getJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getJSON() argument
401 std::string component = getNumberString("%04x", componentID); in getJSON()
405 componentID == static_cast<uint16_t>(ComponentID::phosphorLogging)) in getJSON()
407 return getBuiltinFormatJSON(componentID, subType, version, data, in getJSON()
413 return getPythonJSON(componentID, subType, version, data, in getJSON()
422 "ERROR", e, "COMP_ID", componentID, "SUBTYPE", subType, in getJSON()