Lines Matching full:subtreepath
107 * @param[in] subtreePath - subtree from where the search should start.
112 const std::string& subtreePath = ROOT, int32_t depth = 0);
118 * @param[in] subtreePath - subtree from where the search should start.
124 const std::string& subtreePath = ROOT, const std::string& match = {});
208 * @param[in] subtreePath - subtree from where the search should start.
215 const std::string& subtreePath, int32_t depth, ObjectTree& objectTree);
221 * @param[in][optional] subtreePath - subtree from where the search starts.
228 const std::string& subtreePath, const std::string& match,
231 // default for ROOT for subtreePath and std::string{} for match
241 const std::string& subtreePath, DbusObjectInfo& dbusObject) in getDbusObject() argument
243 return getDbusObject(ctx, interface, subtreePath, {}, dbusObject); in getDbusObject()