Home
last modified time | relevance | path

Searched refs:argVal (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-postd/
H A Dmain.cpp343 int argVal = -1; in main() local
346 argVal = std::stoi(optarg); in main()
351 if (argVal < 1) in main()
358 rateLimit = static_cast<unsigned int>(argVal); in main()
360 argVal); in main()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp182 auto argVal = ConfigBase::getJsonValue(valueEntry.at("arg_value")); in LessThanOperator() local
184 if (std::holds_alternative<bool>(argVal)) in LessThanOperator()
196 rangeValues.emplace_back(argVal, paramVal); in LessThanOperator()