• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/

Lines Matching refs:foo

4482   DBusConnection *foo;
4497 foo = dbus_connection_open_private (TEST_DEBUG_PIPE, &error);
4498 if (foo == NULL)
4501 if (!bus_setup_debug_client (foo))
4504 spin_connection_until_authenticated (context, foo);
4506 if (!check_hello_message (context, foo))
4509 if (!check_double_hello_message (context, foo))
4512 if (!check_add_match_all (context, foo))
4568 check2_try_iterations (context, foo, "nonexistent_service_no_auto_start",
4574 check2_try_iterations (context, foo, "segfault_service_no_auto_start",
4578 check2_try_iterations (context, foo, "existent_service_no_auto_start",
4581 check2_try_iterations (context, foo, "nonexistent_service_auto_start",
4589 check2_try_iterations (context, foo, "segfault_service_auto_start",
4594 check2_try_iterations (context, foo, "shell_fail_service_auto_start",
4599 if (!check_launch_service_file_missing (context, foo))
4607 check2_try_iterations (context, foo, "existent_service_auto_auto_start",
4611 if (!check_existent_service_auto_start (context, foo))
4614 if (!check_shell_service_success_auto_start (context, foo))
4617 _dbus_verbose ("Disconnecting foo, bar, and baz\n");
4619 kill_client_connection_unchecked (foo);
4633 DBusConnection *foo;
4646 foo = dbus_connection_open_private (TEST_DEBUG_PIPE, &error);
4647 if (foo == NULL)
4650 if (!bus_setup_debug_client (foo))
4653 spin_connection_until_authenticated (context, foo);
4655 if (!check_hello_message (context, foo))
4658 if (!check_double_hello_message (context, foo))
4661 if (!check_add_match_all (context, foo))
4665 if (!check_launch_service_user_missing (context, foo))
4669 if (!check_launch_service_exec_missing (context, foo))
4673 if (!check_launch_service_service_missing (context, foo))
4676 _dbus_verbose ("Disconnecting foo\n");
4678 kill_client_connection_unchecked (foo);
4716 DBusConnection *foo;
4729 foo = dbus_connection_open_private (TEST_DEBUG_PIPE, &error);
4730 if (foo == NULL)
4733 if (!bus_setup_debug_client (foo))
4736 spin_connection_until_authenticated (context, foo);
4738 if (!check_hello_message (context, foo))
4741 if (!check_add_match_all (context, foo))
4753 kill_client_connection_unchecked (foo);
4766 DBusConnection *foo, *bar;
4778 foo = dbus_connection_open_private (TEST_DEBUG_PIPE, &error);
4779 if (foo == NULL)
4782 if (!bus_setup_debug_client (foo))
4785 spin_connection_until_authenticated (context, foo);
4787 if (!check_hello_message (context, foo))
4790 if (!check_add_match_all (context, foo))
4829 if (!(dbus_connection_can_send_type(foo, DBUS_TYPE_UNIX_FD)))
4835 if (!dbus_connection_send (foo, m, NULL))
4840 bus_test_run_clients_loop (SEND_PENDING (foo));
4844 block_connection_until_message_from_bus (context, foo, "unix fd reception on foo");
4846 if (!(m = pop_message_waiting_for_memory (foo)))
4898 _dbus_verbose ("Disconnecting foo\n");
4899 kill_client_connection_unchecked (foo);