Searched full:powermatch (Results 1 – 6 of 6) sorted by relevance
120 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable125 if (!powerMatch) in isPowerOn()137 if (powerMatch) in setupPowerMatch()142 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatch()
21 sdbusplus::bus::match_t powerMatch; member in power::PowerStatusMonitor
23 powerMatch(static_cast<sdbusplus::bus_t&>(conn), in PowerStatusMonitor()
64 static std::unique_ptr<sdbusplus::bus::match_t> powerMatch = nullptr; variable309 if (!powerMatch) in isPowerOn()463 if (powerMatch) in setupPowerMatchCallback()468 powerMatch = std::make_unique<sdbusplus::bus::match_t>( in setupPowerMatchCallback()
1425 sdbusplus::bus::match_t powerMatch = sdbusplus::bus::match_t( in main() local