Searched refs:probeInterfaces (Results 1 – 5 of 5) sorted by relevance
79 initFilters(configuration.probeInterfaces); in EntityManager()580 const std::unordered_set<std::string>& probeInterfaces) in iaContainsProbeInterface() argument586 [&probeInterfaces](const auto& ifaceName) { in iaContainsProbeInterface()587 return probeInterfaces.contains(ifaceName); in iaContainsProbeInterface()594 const std::unordered_set<std::string>& probeInterfaces) in irContainsProbeInterface() argument600 [&probeInterfaces](const auto& ifaceName) { in irContainsProbeInterface()601 return probeInterfaces.contains(ifaceName); in irContainsProbeInterface()671 const std::unordered_set<std::string>& probeInterfaces) in initFilters() argument694 [this, probeInterfaces](sdbusplus::message_t& msg) { in initFilters()695 if (iaContainsProbeInterface(msg, probeInterfaces)) in initFilters()[all …]
16 std::unordered_set<std::string> probeInterfaces; member in Configuration
93 void initFilters(const std::unordered_set<std::string>& probeInterfaces);
184 probeInterfaces.emplace(interface); in filterProbeInterfaces()
107 for (const auto& [path, probeInterfaces] : scan->dbusProbeObjects) in findDbusObjects()109 for (const auto& [interface, _] : probeInterfaces) in findDbusObjects()