Searched defs:minValue (Results 1 – 2 of 2) sorted by relevance
89 #define CHECK_VALID_RANGE_RETURN(value, minValue, maxValue, ret) \ argument
399 …32_t ThermalDfx::GetIntParameter(const std::string& key, const int32_t def, const int32_t minValue) in GetIntParameter()