Home
last modified time | relevance | path

Searched defs:eventMatch (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp148 auto eventMatch = std::make_unique<sdbusplus::bus::match_t>( in ColdRedundancy() local
/openbmc/dbus-sensors/src/
H A DPSUSensorMain.cpp160 static EventPathList eventMatch; variable
169 void checkEvent(const std::string& directory, const EventPathList& eventMatch, in checkEvent()