Home
last modified time | relevance | path

Searched refs:expireAction (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.hpp36 Action expireAction; member
80 void setExpireAction(Action expireAction);
H A Dwatchdog_service.cpp86 wd_prop.expireAction = Watchdog::convertActionFromString( in getProperties()
188 void WatchdogService::setExpireAction(Action expireAction) in setExpireAction() argument
190 setProperty("ExpireAction", convertForMessage(expireAction)); in setExpireAction()
H A Dwatchdog.cpp417 wdActionToIpmiAction(wd_prop.expireAction)), in ipmiGetWatchdogTimer()
/openbmc/phosphor-watchdog/test/
H A Dwatchdog.cpp99 EXPECT_EQ(newAction, wdog->expireAction(newAction)); in TEST_F()
103 EXPECT_EQ(newAction, wdog->expireAction()); in TEST_F()
307 wdog->expireAction(Watchdog::Action::None)); in TEST_F()
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.cpp111 Action action = expireAction(); in timeOutHandler()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp2429 const std::string* expireAction = nullptr; in getHostWatchdogTimer() local
2433 enabled, "ExpireAction", expireAction); in getHostWatchdogTimer()
2446 if (expireAction != nullptr) in getHostWatchdogTimer()
2448 std::string action = dbusToRfWatchdogAction(*expireAction); in getHostWatchdogTimer()