Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp79 initFilters(configuration.probeInterfaces); in EntityManager()
580 const std::unordered_set<std::string>& probeInterfaces) in iaContainsProbeInterface() argument
586 [&probeInterfaces](const auto& ifaceName) { in iaContainsProbeInterface()
587 return probeInterfaces.contains(ifaceName); in iaContainsProbeInterface()
594 const std::unordered_set<std::string>& probeInterfaces) in irContainsProbeInterface() argument
600 [&probeInterfaces](const auto& ifaceName) { in irContainsProbeInterface()
601 return probeInterfaces.contains(ifaceName); in irContainsProbeInterface()
671 const std::unordered_set<std::string>& probeInterfaces) in initFilters() argument
694 [this, probeInterfaces](sdbusplus::message_t& msg) { in initFilters()
695 if (iaContainsProbeInterface(msg, probeInterfaces)) in initFilters()
[all …]
H A Dconfiguration.hpp16 std::unordered_set<std::string> probeInterfaces; member in Configuration
H A Dentity_manager.hpp93 void initFilters(const std::unordered_set<std::string>& probeInterfaces);
H A Dconfiguration.cpp184 probeInterfaces.emplace(interface); in filterProbeInterfaces()
H A Dperform_scan.cpp107 for (const auto& [path, probeInterfaces] : scan->dbusProbeObjects) in findDbusObjects()
109 for (const auto& [interface, _] : probeInterfaces) in findDbusObjects()