Home
last modified time | relevance | path

Searched refs:subtree_registration_id (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dgdbusconnection.c507 guint subtree_registration_id,
4124 guint subtree_registration_id) in has_object_been_unregistered() argument
4138 else if (subtree_registration_id != 0 && g_hash_table_lookup (connection->map_id_to_es, in has_object_been_unregistered()
4139 … GUINT_TO_POINTER (subtree_registration_id)) == NULL) in has_object_been_unregistered()
4160 guint subtree_registration_id; member
4182 data->subtree_registration_id)) in invoke_get_property_in_idle_cb()
4286 guint subtree_registration_id, in validate_and_maybe_schedule_property_getset() argument
4391 schedule_method_call (connection, message, registration_id, subtree_registration_id, in validate_and_maybe_schedule_property_getset()
4402 schedule_method_call (connection, message, registration_id, subtree_registration_id, in validate_and_maybe_schedule_property_getset()
4420 property_data->subtree_registration_id = subtree_registration_id; in validate_and_maybe_schedule_property_getset()
[all …]
/third_party/glib/gio/tests/
Dgdbus-export.c1007 guint subtree_registration_id; in test_object_registration() local
1168 subtree_registration_id = g_dbus_connection_register_subtree (c, in test_object_registration()
1176 g_assert (subtree_registration_id > 0); in test_object_registration()
1193 g_assert (g_dbus_connection_unregister_subtree (c, subtree_registration_id)); in test_object_registration()
1196 subtree_registration_id = g_dbus_connection_register_subtree (c, in test_object_registration()
1204 g_assert (subtree_registration_id > 0); in test_object_registration()
1392 g_assert (g_dbus_connection_unregister_subtree (c, subtree_registration_id)); in test_object_registration()