Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/
H A Dhoststatemonitor.hpp51 std::unique_ptr<sdbusplus::bus::match_t> hostStateMatch; member in HostStateMonitor
68 bus(bus), powerStatusOn(false), hostStateMatch(nullptr) in HostStateMonitor()
75 if (hostStateMatch == nullptr) in startMonitoring()
79 hostStateMatch = std::make_unique<sdbusplus::bus::match_t>( in startMonitoring()
90 hostStateMatch.reset(); in stopMonitoring()