Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/
H A Dmain.cpp342 int argVal = -1; in main() local
345 argVal = std::stoi(optarg); in main()
350 if (argVal < 1) in main()
357 rateLimit = static_cast<unsigned int>(argVal); in main()
359 argVal); in main()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.cpp190 auto argVal = ConfigBase::getJsonValue(valueEntry.at("arg_value")); in LessThanOperator() local
192 if (std::holds_alternative<bool>(argVal)) in LessThanOperator()
206 rangeValues.emplace_back(argVal, paramVal); in LessThanOperator()