Searched refs:expireAction (Results 1 – 6 of 6) sorted by relevance
36 Action expireAction; member80 void setExpireAction(Action expireAction);
86 wd_prop.expireAction = Watchdog::convertActionFromString( in getProperties()188 void WatchdogService::setExpireAction(Action expireAction) in setExpireAction() argument190 setProperty("ExpireAction", convertForMessage(expireAction)); in setExpireAction()
417 wdActionToIpmiAction(wd_prop.expireAction)), in ipmiGetWatchdogTimer()
99 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()
111 Action action = expireAction(); in timeOutHandler()
2429 const std::string* expireAction = nullptr; in getHostWatchdogTimer() local2433 enabled, "ExpireAction", expireAction); in getHostWatchdogTimer()2446 if (expireAction != nullptr) in getHostWatchdogTimer()2448 std::string action = dbusToRfWatchdogAction(*expireAction); in getHostWatchdogTimer()