Lines Matching refs:values
95 void MitigationDurationReporter::valueAssignmentHelper(std::vector<VendorAtomValue> *values, in valueAssignmentHelper() argument
99 (*values)[fieldNumber - kVendorAtomOffset] = tmp; in valueAssignmentHelper()
110 std::vector<VendorAtomValue> values(33); in logMitigationDuration() local
112 valueAssignmentHelper(&values, &greater_than_thresh.uvlo1_none, in logMitigationDuration()
114 valueAssignmentHelper(&values, &greater_than_thresh.uvlo1_mmwave, in logMitigationDuration()
116 valueAssignmentHelper(&values, &greater_than_thresh.uvlo1_rffe, in logMitigationDuration()
119 valueAssignmentHelper(&values, &greater_than_thresh.uvlo2_none, in logMitigationDuration()
121 valueAssignmentHelper(&values, &greater_than_thresh.uvlo2_mmwave, in logMitigationDuration()
123 valueAssignmentHelper(&values, &greater_than_thresh.uvlo2_rffe, in logMitigationDuration()
126 valueAssignmentHelper(&values, &greater_than_thresh.batoilo_none, in logMitigationDuration()
129 &values, &greater_than_thresh.batoilo_mmwave, in logMitigationDuration()
131 valueAssignmentHelper(&values, &greater_than_thresh.batoilo_rffe, in logMitigationDuration()
137 &values, &greater_than_thresh.main[i], in logMitigationDuration()
142 valueAssignmentHelper(&values, &greater_than_thresh.sub[i], in logMitigationDuration()
149 .values = std::move(values)}; in logMitigationDuration()