Lines Matching +full:d +full:- +full:bus
43 * @param[in] bus - the D-Bus object
44 * @param[in] service - the D-Bus service name
45 * @param[in] objPath - the D-Bus object path
47 * @return ObjectValueTree - A map of object paths to their
50 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
59 * @param[in] bus - the D-Bus object
60 * @param[in] root - the point from which to provide results
61 * @param[in] depth - the number of path elements to descend
63 * @return DbusSubtree - A map of object paths to their
66 DbusSubtree getSubtree(sdbusplus::bus_t& bus, const std::string& root,
70 * Get the D-Bus service name for the object path and interface from
75 * @param[in] objPath - the D-Bus object path
76 * @param[in] interface - the D-Bus interface name
77 * @param[in] tree - the D-Bus GetSubTree response
79 * @return string - the service name
86 * particular D-Bus object.
90 * @param[in] bus - the D-Bus object
91 * @param[in] service - the D-Bus service name
92 * @param[in] objPath - the D-Bus object path
93 * @param[in] interface - the D-Bus interface name
95 * @return DbusPropertyMap - The map of property names to values
97 DbusPropertyMap getAllProperties(sdbusplus::bus_t& bus,