Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp102 const std::vector<std::string>& configurationInterfaces) in initDevices() argument
104 ctx.spawn(interfaceAddedMatch(configurationInterfaces)); in initDevices()
105 ctx.spawn(interfaceRemovedMatch(configurationInterfaces)); in initDevices()
112 configurationInterfaces); in initDevices()
114 for (auto& iface : configurationInterfaces) in initDevices()
127 for (auto& iface : configurationInterfaces) in initDevices()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_manager.hpp34 const std::vector<std::string>& configurationInterfaces);