Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_manager.hpp73 sdbusplus::async::match configIntfRemovedMatch; member in phosphor::software::manager::SoftwareManager
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp33 configIntfRemovedMatch(ctx, RulesIntf::interfacesRemoved() + matchRulePath), in SoftwareManager()
231 auto nextResult = co_await configIntfRemovedMatch.next< in interfaceRemovedMatch()