Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp131 _sensorMatch.clear(); in subscribeSensorsToServices()
185 _sensorMatch.emplace_back(std::make_unique<sdbusplus::bus::match_t>( in subscribeSensorsToServices()
401 if (_sensorMatch.empty()) in powerStateChanged()
H A Dsystem.hpp202 std::vector<std::unique_ptr<sdbusplus::bus::match_t>> _sensorMatch; member in phosphor::fan::monitor::System