• Home
  • Raw
  • Download

Lines Matching refs:interface_name

3260   gchar *interface_name;  member
3274 g_free (signal_data->interface_name); in signal_data_free()
3320 const gchar *interface_name, in args_to_rule() argument
3333 if (interface_name != NULL) in args_to_rule()
3334 g_string_append_printf (rule, ",interface='%s'", interface_name); in args_to_rule()
3430 g_strcmp0 (signal_data->interface_name, "org.freedesktop.DBus") == 0 && in is_signal_data_for_name_lost_or_acquired()
3515 const gchar *interface_name, in g_dbus_connection_signal_subscribe() argument
3542 g_return_val_if_fail (interface_name == NULL || g_dbus_is_interface_name (interface_name), 0); in g_dbus_connection_signal_subscribe()
3560 rule = args_to_rule (sender, interface_name, member, object_path, arg0, flags); in g_dbus_connection_signal_subscribe()
3588 signal_data->interface_name = g_strdup (interface_name); in g_dbus_connection_signal_subscribe()
3905 …if (signal_data->interface_name != NULL && g_strcmp0 (signal_data->interface_name, interface) != 0) in schedule_callbacks()
4086 gchar *interface_name; member
4108 g_free (ei->interface_name); in exported_interface_free()
4294 const char *interface_name; in validate_and_maybe_schedule_property_getset() local
4306 &interface_name, in validate_and_maybe_schedule_property_getset()
4311 &interface_name, in validate_and_maybe_schedule_property_getset()
4450 const char *interface_name; in handle_getset_property() local
4458 &interface_name, in handle_getset_property()
4463 &interface_name, in handle_getset_property()
4470 ei = g_hash_table_lookup (eo->map_if_name_to_ei, interface_name); in handle_getset_property()
4477 interface_name); in handle_getset_property()
4667 const char *interface_name; in handle_get_all_properties() local
4673 &interface_name); in handle_get_all_properties()
4678 ei = g_hash_table_lookup (eo->map_if_name_to_ei, interface_name); in handle_get_all_properties()
4685 interface_name); in handle_get_all_properties()
5063 const gchar *interface_name; in obj_message_func() local
5070 interface_name = g_dbus_message_get_interface (message); in obj_message_func()
5075 if (interface_name != NULL) in obj_message_func()
5078 ei = g_hash_table_lookup (eo->map_if_name_to_ei, interface_name); in obj_message_func()
5099 if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Introspectable") == 0 && in obj_message_func()
5106 else if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Properties") == 0 && in obj_message_func()
5113 else if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Properties") == 0 && in obj_message_func()
5120 else if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Properties") == 0 && in obj_message_func()
5243 ei->interface_name = g_strdup (interface_info->name); in g_dbus_connection_register_object()
5247 (gpointer) ei->interface_name, in g_dbus_connection_register_object()
5296 g_warn_if_fail (g_hash_table_remove (eo->map_if_name_to_ei, ei->interface_name)); in g_dbus_connection_unregister_object()
5368 const gchar *interface_name, in register_with_closures_on_method_call() argument
5387 g_value_set_string (&params[3], interface_name); in register_with_closures_on_method_call()
5413 const gchar *interface_name, in register_with_closures_on_get_property() argument
5433 g_value_set_string (&params[3], interface_name); in register_with_closures_on_get_property()
5456 interface_name, property_name); in register_with_closures_on_get_property()
5465 const gchar *interface_name, in register_with_closures_on_set_property() argument
5486 g_value_set_string (&params[3], interface_name); in register_with_closures_on_set_property()
5512 interface_name, property_name); in register_with_closures_on_set_property()
5594 const gchar *interface_name, in g_dbus_connection_emit_signal() argument
5608 g_return_val_if_fail (interface_name != NULL && g_dbus_is_interface_name (interface_name), FALSE); in g_dbus_connection_emit_signal()
5621 interface_name, signal_name, in g_dbus_connection_emit_signal()
5628 interface_name, in g_dbus_connection_emit_signal()
5800 const gchar *interface_name, in g_dbus_connection_call_internal() argument
5817 g_return_if_fail (interface_name != NULL && g_dbus_is_interface_name (interface_name)); in g_dbus_connection_call_internal()
5830 interface_name, in g_dbus_connection_call_internal()
5852 state->method_name = g_strjoin (".", interface_name, method_name, NULL); in g_dbus_connection_call_internal()
5894 interface_name, in g_dbus_connection_call_internal()
5938 const gchar *interface_name, in g_dbus_connection_call_sync_internal() argument
5962 g_return_val_if_fail (interface_name != NULL && g_dbus_is_interface_name (interface_name), NULL); in g_dbus_connection_call_sync_internal()
5981 interface_name, in g_dbus_connection_call_sync_internal()
6000 interface_name, in g_dbus_connection_call_sync_internal()
6030 interface_name, in g_dbus_connection_call_sync_internal()
6139 const gchar *interface_name, in g_dbus_connection_call() argument
6149 …g_dbus_connection_call_internal (connection, bus_name, object_path, interface_name, method_name, p… in g_dbus_connection_call()
6236 const gchar *interface_name, in g_dbus_connection_call_sync() argument
6245 …return g_dbus_connection_call_sync_internal (connection, bus_name, object_path, interface_name, me… in g_dbus_connection_call_sync()
6295 const gchar *interface_name, in g_dbus_connection_call_with_unix_fd_list() argument
6306 …g_dbus_connection_call_internal (connection, bus_name, object_path, interface_name, method_name, p… in g_dbus_connection_call_with_unix_fd_list()
6378 const gchar *interface_name, in g_dbus_connection_call_with_unix_fd_list_sync() argument
6389 …return g_dbus_connection_call_sync_internal (connection, bus_name, object_path, interface_name, me… in g_dbus_connection_call_with_unix_fd_list_sync()
6544 const gchar *interface_name; in handle_subtree_method_invocation() local
6564 interface_name = g_dbus_message_get_interface (message); in handle_subtree_method_invocation()
6572 if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Properties") == 0) in handle_subtree_method_invocation()
6624 if (g_strcmp0 (interfaces[n]->name, interface_name) == 0) in handle_subtree_method_invocation()
6636 interface_name, in handle_subtree_method_invocation()
6658 g_variant_get (g_dbus_message_get_body (message), "(&s&s)", &interface_name, NULL); in handle_subtree_method_invocation()
6660 g_variant_get (g_dbus_message_get_body (message), "(&s&sv)", &interface_name, NULL, NULL); in handle_subtree_method_invocation()
6662 g_variant_get (g_dbus_message_get_body (message), "(&s)", &interface_name, NULL, NULL); in handle_subtree_method_invocation()
6669 if (g_strcmp0 (interfaces[n]->name, interface_name) == 0) in handle_subtree_method_invocation()
6682 interface_name); in handle_subtree_method_invocation()
6694 interface_name, in handle_subtree_method_invocation()
6702 "function on that interface gave us NULL", interface_name); in handle_subtree_method_invocation()
7067 const gchar *interface_name; in handle_generic_unlocked() local
7076 interface_name = g_dbus_message_get_interface (message); in handle_generic_unlocked()
7081 if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Introspectable") == 0 && in handle_generic_unlocked()
7088 else if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Peer") == 0 && in handle_generic_unlocked()
7095 else if (g_strcmp0 (interface_name, "org.freedesktop.DBus.Peer") == 0 && in handle_generic_unlocked()
7117 const gchar *interface_name; in distribute_method_call() local
7125 interface_name = g_dbus_message_get_interface (message); in distribute_method_call()
7150 interface_name, member, in distribute_method_call()
7191 interface_name, in distribute_method_call()