Searched defs:pollInterval (Results 1 – 6 of 6) sorted by relevance
| /openbmc/witherspoon-pfault-analysis/power-supply/ | ||
| H A D | main.cpp | 137 auto pollInterval = std::chrono::milliseconds(1000); in main() local |
| /openbmc/phosphor-buttons/inc/ | ||
| H A D | host_then_chassis_poweroff.hpp | 153 static constexpr std::chrono::milliseconds pollInterval{1000}; member in phosphor::button::HostThenChassisPowerOff |
| /openbmc/phosphor-power/power-supply/ | ||
| H A D | main.cpp | 137 auto pollInterval = std::chrono::milliseconds(1000); in main() local |
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ | ||
| H A D | power_control.hpp | 155 static constexpr std::chrono::milliseconds pollInterval{3000}; member in phosphor::power::sequencer::PowerControl |
| /openbmc/openpower-occ-control/ | ||
| H A D | occ_manager.hpp | 221 uint8_t pollInterval; member in open_power::occ::Manager |
| /openbmc/phosphor-modbus/rtu/device/ | ||
| H A D | base_device.cpp | 177 constexpr auto pollInterval = 3; in readSensorRegisters() local |