Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp25 static constexpr char wd_intf[] = "xyz.openbmc_project.State.Watchdog"; variable
28 ipmi::ServiceCache WatchdogService::wd_service(wd_intf, wd_path);
35 auto request = wd_service.newMethodCall(bus, wd_intf, "ResetTimeRemaining"); in resetTimeRemaining()
60 request.append(wd_intf); in getProperties()
116 request.append(wd_intf, key); in getProperty()
148 request.append(wd_intf, key, std::variant<T>(val)); in setProperty()