Home
last modified time | relevance | path

Searched refs:retryIO (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dsensor.cpp121 const RetryIO& retryIO, ObjectInfo& info, TimedoutMap& timedoutMap) in addValue() argument
155 hwmon::entry::cinput, std::get<size_t>(retryIO), in addValue()
156 std::get<std::chrono::milliseconds>(retryIO)); in addValue()
164 std::get<size_t>(retryIO), in addValue()
165 std::get<std::chrono::milliseconds>(retryIO)); in addValue()
H A Dsensor.hpp111 const RetryIO& retryIO, ObjectInfo& info, TimedoutMap& timedoutMap);
H A Dmainloop.cpp236 RetryIO retryIO(hwmonio::retries, hwmonio::delay); in getObject() local
241 std::get<size_t>(retryIO) = 0; in getObject()
274 valueInterface = sensorObj->addValue(retryIO, info, _timedoutMap); in getObject()