Searched refs:typeElement (Results 1 – 2 of 2) sorted by relevance
739 const json& typeElement = getRequiredProperty(element, "type"); in parseLogPhaseFault() local740 PhaseFaultType type = parsePhaseFaultType(typeElement); in parseLogPhaseFault()831 const json& typeElement = getRequiredProperty(element, "type"); in parsePMBusReadSensor() local832 SensorType type = parseSensorType(typeElement); in parsePMBusReadSensor()
333 const json& typeElement = getRequiredProperty(element, "type"); in parsePowerSequencer() local334 std::string type = parseString(typeElement, false, variables); in parsePowerSequencer()