Searched refs:probeInterfaces (Results 1 – 2 of 2) sorted by relevance
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 1201 sdbusplus::message_t& msg, const std::set<std::string>& probeInterfaces) in iaContainsProbeInterface() argument 1216 probeInterfaces.begin(), probeInterfaces.end(), in iaContainsProbeInterface() 1223 sdbusplus::message_t& msg, const std::set<std::string>& probeInterfaces) in irContainsProbeInterface() argument 1232 probeInterfaces.begin(), probeInterfaces.end(), in irContainsProbeInterface() 1262 std::set<std::string> probeInterfaces = getProbeInterfaces(); in main() local 1290 if (iaContainsProbeInterface(msg, probeInterfaces)) in main() 1299 if (irContainsProbeInterface(msg, probeInterfaces)) in main()
|
H A D | perform_scan.cpp | 146 for (const auto& [path, probeInterfaces] : scan->dbusProbeObjects) in findDbusObjects() 148 for (const auto& [interface, _] : probeInterfaces) in findDbusObjects()
|