Home | History | Annotate | Download | only in dbus

Lines Matching defs:path2

1502   const char *path2[] = { "foo", "bar", NULL };
1528 _dbus_assert (!find_subtree (tree, path2, NULL));
1538 _dbus_assert (find_handler (tree, path2, &exact_match) == tree->root && !exact_match);
1551 _dbus_assert (!find_subtree (tree, path2, NULL));
1561 _dbus_assert (find_handler (tree, path2, &exact_match) && !exact_match);
1569 if (!do_register (tree, path2, TRUE, 2, tree_test_data))
1573 _dbus_assert (find_subtree (tree, path2, NULL));
1586 _dbus_assert (find_subtree (tree, path2, NULL));
1599 _dbus_assert (find_subtree (tree, path2, NULL));
1612 _dbus_assert (find_subtree (tree, path2, NULL));
1622 _dbus_assert (find_handler (tree, path2, &exact_match) != tree->root && exact_match);
1635 _dbus_assert (find_subtree (tree, path2, NULL));
1648 _dbus_assert (find_subtree (tree, path2, NULL));
1661 _dbus_assert (find_subtree (tree, path2, NULL));
1671 _dbus_assert (find_handler (tree, path2, &exact_match) != tree->root && exact_match);
1694 _dbus_object_tree_list_registered_unlocked (tree, path2, &child_entries);
1739 if (!do_register (tree, path2, TRUE, 2, tree_test_data))
1759 _dbus_assert (find_subtree (tree, path2, NULL));
1772 _dbus_assert (find_subtree (tree, path2, NULL));
1780 _dbus_object_tree_unregister_and_unlock (tree, path2);
1781 _dbus_assert (_dbus_object_tree_get_user_data_unlocked (tree, path2) == NULL);
1785 _dbus_assert (!find_subtree (tree, path2, NULL));
1798 _dbus_assert (!find_subtree (tree, path2, NULL));
1811 _dbus_assert (!find_subtree (tree, path2, NULL));
1824 _dbus_assert (!find_subtree (tree, path2, NULL));
1837 _dbus_assert (!find_subtree (tree, path2, NULL));
1850 _dbus_assert (!find_subtree (tree, path2, NULL));
1863 _dbus_assert (!find_subtree (tree, path2, NULL));
1885 if (!do_register (tree, path2, TRUE, 2, tree_test_data))
1908 if (!do_test_dispatch (tree, path2, 2, tree_test_data, _DBUS_N_ELEMENTS (tree_test_data)))