Home
last modified time | relevance | path

Searched refs:RetryIO (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dtypes.hpp14 using RetryIO = std::tuple<size_t, std::chrono::milliseconds>; typedef
H A Dsensor.hpp111 const RetryIO& retryIO, ObjectInfo& info, TimedoutMap& timedoutMap);
H A Dsensor.cpp121 const RetryIO& retryIO, ObjectInfo& info, TimedoutMap& timedoutMap) in addValue()
H A Dmainloop.cpp236 RetryIO retryIO(hwmonio::retries, hwmonio::delay); in getObject()