Home
last modified time | relevance | path

Searched refs:DBusInterfaceList (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_types.hpp30 using DBusInterfaceList = std::vector<DBusInterface>; typedef
37 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
H A Ddata_interface.hpp558 const DBusInterfaceList& interfaces) const = 0;
936 const DBusInterfaceList& interfaces) const override;
965 DBusPathList getPaths(const DBusInterfaceList& interfaces) const;
H A Ddata_interface.cpp99 const DBusInterfaceList hotplugInterfaces{interface::invFan,
261 DBusPathList DataInterface::getPaths(const DBusInterfaceList& interfaces) const in getPaths()
287 auto response = reply.unpack<std::map<DBusService, DBusInterfaceList>>(); in getService()
885 const DBusInterfaceList& interfaces) const in getAssociatedPaths()
/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp21 using DBusInterfaceList = std::vector<DBusInterface>; typedef
23 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
H A Ddbus.cpp85 reply.unpack<std::map<DBusService, DBusInterfaceList>>(); in findService()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp73 const DBusInterfaceList&),