Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp67 _inventoryMatch = std::make_unique<sdbusplus::bus::match_t>( in start()
77 _inventoryMatch.reset(); in start()
224 _inventoryMatch.reset(); in inventoryOnlineCb()
H A Dsystem.hpp160 std::unique_ptr<sdbusplus::bus::match_t> _inventoryMatch; member in phosphor::fan::monitor::System