Home | History | Annotate | Download | only in bus

Lines Matching refs:foo

3990   DBusConnection *foo;
4002 foo = dbus_connection_open_private ("debug-pipe:name=test-server", &error);
4003 if (foo == NULL)
4006 if (!bus_setup_debug_client (foo))
4009 spin_connection_until_authenticated (context, foo);
4011 if (!check_hello_message (context, foo))
4014 if (!check_double_hello_message (context, foo))
4017 if (!check_add_match_all (context, foo))
4068 check2_try_iterations (context, foo, "nonexistent_service_no_auto_start",
4071 check2_try_iterations (context, foo, "segfault_service_no_auto_start",
4074 check2_try_iterations (context, foo, "existent_service_no_auto_start",
4077 check2_try_iterations (context, foo, "nonexistent_service_auto_start",
4080 check2_try_iterations (context, foo, "segfault_service_auto_start",
4083 check2_try_iterations (context, foo, "shell_fail_service_auto_start",
4091 check2_try_iterations (context, foo, "existent_service_auto_auto_start",
4095 if (!check_existent_service_auto_start (context, foo))
4098 if (!check_shell_service_success_auto_start (context, foo))
4101 _dbus_verbose ("Disconnecting foo, bar, and baz\n");
4103 kill_client_connection_unchecked (foo);
4116 DBusConnection *foo;
4129 foo = dbus_connection_open_private ("debug-pipe:name=test-server", &error);
4130 if (foo == NULL)
4133 if (!bus_setup_debug_client (foo))
4136 spin_connection_until_authenticated (context, foo);
4138 if (!check_hello_message (context, foo))
4141 if (!check_add_match_all (context, foo))
4153 kill_client_connection_unchecked (foo);