Home
last modified time | relevance | path

Searched defs:newInterval (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-watchdog/test/
H A Dwatchdog.cpp223 const auto newInterval = 5s; in TEST_F() local
303 auto newInterval = primaryInterval - Quantum(1); in TEST_F() local
406 auto newInterval = fallbackInterval * 2; in TEST_F() local
523 auto newInterval = Quantum(1); in TEST_F() local
/openbmc/telemetry/src/
H A Dreport.cpp208 [this](std::string newReportingType, uint64_t newInterval) { in makeReportInterface()