Home
last modified time | relevance | path

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

/openbmc/ibm-logging/
H A Dmanager.hpp266 sdbusplus::bus::match_t removeMatch; member in ibm::logging::Manager
H A Dmanager.cpp40 removeMatch(bus, in Manager()
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp82 removeMatch = std::make_unique<sdbusplus::bus::match_t>( in finaliseEndpoint()
130 removeMatch.reset(); in endpointRemoved()
H A DMCTPEndpoint.hpp282 std::unique_ptr<sdbusplus::bus::match_t> removeMatch; member in MCTPDDevice