Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.cpp54 std::unique_ptr<sdbusplus::bus::match_t> ptrMatch = nullptr; in subscribe() local
58 ptrMatch = std::make_unique<sdbusplus::bus::match_t>( in subscribe()
63 signalData.emplace_back(std::move(pkgs), std::move(ptrMatch)); in subscribe()