Searched refs:retryIO (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-hwmon/ |
H A D | sensor.cpp | 121 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 D | sensor.hpp | 111 const RetryIO& retryIO, ObjectInfo& info, TimedoutMap& timedoutMap);
|
H A D | mainloop.cpp | 236 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()
|