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.hpp31 using DBusInterfaceList = std::vector<DBusInterface>; typedef
38 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.cpp114 const DBusInterfaceList hotplugInterfaces{interface::invFan,
276 DBusPathList DataInterface::getPaths(const DBusInterfaceList& interfaces) const in getPaths()
303 std::map<DBusService, DBusInterfaceList> response; in getService()
902 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 std::map<DBusService, DBusInterfaceList> response; in findService()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmocks.hpp73 const DBusInterfaceList&),