Searched refs:sensorThresholdMap (Results 1 – 1 of 1) sorted by relevance
95 SensorThresholdMap sensorThresholdMap __attribute__((init_priority(101))); variable856 auto it = sensorThresholdMap.find(sensorNum); in ipmiSensorGetSensorThresholds()857 if (it == sensorThresholdMap.end()) in ipmiSensorGetSensorThresholds()864 sensorThresholdMap[sensorNum] = std::move(resp); in ipmiSensorGetSensorThresholds()867 const auto& resp = sensorThresholdMap[sensorNum]; in ipmiSensorGetSensorThresholds()1034 sensorThresholdMap.erase(sensorNum); in ipmiSenSetSensorThresholds()