• Home
  • Raw
  • Download

Lines Matching refs:timeout_msec

1913                                                     gint                 timeout_msec,  in g_dbus_connection_send_message_with_reply_unlocked()  argument
1927 if (timeout_msec == -1) in g_dbus_connection_send_message_with_reply_unlocked()
1928 timeout_msec = 25 * 1000; in g_dbus_connection_send_message_with_reply_unlocked()
1958 if (timeout_msec != G_MAXINT) in g_dbus_connection_send_message_with_reply_unlocked()
1960 data->timeout_source = g_timeout_source_new (timeout_msec); in g_dbus_connection_send_message_with_reply_unlocked()
2021 gint timeout_msec, in g_dbus_connection_send_message_with_reply() argument
2030 g_return_if_fail (timeout_msec >= 0 || timeout_msec == -1); in g_dbus_connection_send_message_with_reply()
2036 timeout_msec, in g_dbus_connection_send_message_with_reply()
2150 gint timeout_msec, in g_dbus_connection_send_message_with_reply_sync() argument
2161 g_return_val_if_fail (timeout_msec >= 0 || timeout_msec == -1, NULL); in g_dbus_connection_send_message_with_reply_sync()
2173 timeout_msec, in g_dbus_connection_send_message_with_reply_sync()
5805 gint timeout_msec, in g_dbus_connection_call_internal() argument
5819 g_return_if_fail (timeout_msec >= 0 || timeout_msec == -1); in g_dbus_connection_call_internal()
5866 timeout_msec, in g_dbus_connection_call_internal()
5943 gint timeout_msec, in g_dbus_connection_call_sync_internal() argument
5964 g_return_val_if_fail (timeout_msec >= 0 || timeout_msec == -1, NULL); in g_dbus_connection_call_sync_internal()
6018 timeout_msec, in g_dbus_connection_call_sync_internal()
6144 gint timeout_msec, in g_dbus_connection_call() argument
6149 …ect_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, NULL, cancella… in g_dbus_connection_call()
6241 gint timeout_msec, in g_dbus_connection_call_sync() argument
6245 …ect_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, NULL, NULL, ca… in g_dbus_connection_call_sync()
6300 gint timeout_msec, in g_dbus_connection_call_with_unix_fd_list() argument
6306 …ect_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, fd_list, cance… in g_dbus_connection_call_with_unix_fd_list()
6383 gint timeout_msec, in g_dbus_connection_call_with_unix_fd_list_sync() argument
6389 …ect_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, fd_list, out_f… in g_dbus_connection_call_with_unix_fd_list_sync()