Home | History | Annotate | Download | only in dbus

Lines Matching refs:root

60   DBusObjectSubtree  *root;       /**< Root of the tree ("/" node) */
105 tree->root = _dbus_object_subtree_new ("/", NULL, NULL);
106 if (tree->root == NULL)
108 tree->root->invoke_as_fallback = TRUE;
331 subtree = find_subtree_recurse (tree->root, path, FALSE, index_in_parent, NULL);
346 return find_subtree_recurse (tree->root, path, FALSE, NULL, NULL);
361 return find_subtree_recurse (tree->root, path, FALSE, NULL, exact_match);
371 return find_subtree_recurse (tree->root, path, TRUE, NULL, NULL);
549 if (tree->root)
551 tree->root);
552 tree->root = NULL;
1271 spew_subtree_recurse (tree->root, 0);
1519 _dbus_assert (find_handler (tree, path1, &exact_match) == tree->root && !exact_match);
1520 _dbus_assert (find_handler (tree, path2, &exact_match) == tree->root && !exact_match);
1521 _dbus_assert (find_handler (tree, path3, &exact_match) == tree->root && !exact_match);
1522 _dbus_assert (find_handler (tree, path4, &exact_match) == tree->root && !exact_match);
1523 _dbus_assert (find_handler (tree, path5, &exact_match) == tree->root && !exact_match);
1524 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1525 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match);
1526 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1546 _dbus_assert (find_handler (tree, path5, &exact_match) == tree->root && !exact_match);
1547 _dbus_assert (find_handler (tree, path6, &exact_match) == tree->root && !exact_match);
1548 _dbus_assert (find_handler (tree, path7, &exact_match) == tree->root && !exact_match);
1549 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1602 _dbus_assert (find_handler (tree, path0, &exact_match) == tree->root && exact_match);
1603 _dbus_assert (find_handler (tree, path1, &exact_match) != tree->root && exact_match);
1604 _dbus_assert (find_handler (tree, path2, &exact_match) != tree->root && exact_match);
1605 _dbus_assert (find_handler (tree, path3, &exact_match) != tree->root && exact_match);
1606 _dbus_assert (find_handler (tree, path4, &exact_match) != tree->root && exact_match);
1607 _dbus_assert (find_handler (tree, path5, &exact_match) != tree->root && exact_match);
1608 _dbus_assert (find_handler (tree, path6, &exact_match) != tree->root && !exact_match);
1609 _dbus_assert (find_handler (tree, path7, &exact_match) != tree->root && !exact_match);
1610 _dbus_assert (find_handler (tree, path8, &exact_match) == tree->root && !exact_match);
1651 _dbus_assert (find_handler (tree, path0, &exact_match) == tree->root && exact_match);
1652 _dbus_assert (find_handler (tree, path1, &exact_match) != tree->root && exact_match);
1653 _dbus_assert (find_handler (tree, path2, &exact_match) != tree->root && exact_match);
1654 _dbus_assert (find_handler (tree, path3, &exact_match) != tree->root && exact_match);
1655 _dbus_assert (find_handler (tree, path4, &exact_match) != tree->root && exact_match);
1656 _dbus_assert (find_handler (tree, path5, &exact_match) != tree->root && exact_match);
1657 _dbus_assert (find_handler (tree, path6, &exact_match) != tree->root && exact_match);
1658 _dbus_assert (find_handler (tree, path7, &exact_match) != tree->root && exact_match);
1659 _dbus_assert (find_handler (tree, path8, &exact_match) != tree->root && exact_match);
1664 const char *root[] = { NULL };
1692 _dbus_object_tree_list_registered_unlocked (tree, root, &child_entries);