Searched refs:TempStuckInfo (Results 1 – 4 of 4) sorted by relevance
105 struct TempStuckInfo { struct117 TempStuckInfo temp_stuck_info; argument122 std::optional<TempStuckInfo> default_temp_stuck_info;
124 std::unordered_map<std::string, std::shared_ptr<TempStuckInfo>> temp_stuck_info_map_;
232 std::make_shared<TempStuckInfo>(sensors_temp_stuck_info.temp_stuck_info); in initializeSensorAbnormalityStats()244 ? std::make_shared<TempStuckInfo>( in initializeSensorAbnormalityStats()
160 bool getTempStuckInfoFromJsonValue(const Json::Value &values, TempStuckInfo *temp_stuck_info) { in getTempStuckInfoFromJsonValue()1743 std::optional<TempStuckInfo> default_temp_stuck_info; in ParseSensorAbnormalStatsConfig()