Searched refs:DBusInterfaceList (Results 1 – 6 of 6) sorted by relevance
30 using DBusInterfaceList = std::vector<DBusInterface>; typedef37 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
558 const DBusInterfaceList& interfaces) const = 0;936 const DBusInterfaceList& interfaces) const override;965 DBusPathList getPaths(const DBusInterfaceList& interfaces) const;974 DBusSubTree getSubTree(const DBusInterfaceList& interfaces) const;
99 const DBusInterfaceList hotplugInterfaces{interface::invFan,261 DBusPathList DataInterface::getPaths(const DBusInterfaceList& interfaces) const in getPaths() 276 DBusSubTree DataInterface::getSubTree(const DBusInterfaceList& interfaces) const in getService() 298 auto response = reply.unpack<std::map<DBusService, DBusInterfaceList>>(); in readBMCFWVersion() 899 const DBusInterfaceList& interfaces) const in getAssociatedPaths()
21 using DBusInterfaceList = std::vector<DBusInterface>; typedef23 std::map<DBusPath, std::map<DBusService, DBusInterfaceList>>;
85 reply.unpack<std::map<DBusService, DBusInterfaceList>>(); in findService()
73 const DBusInterfaceList&),