• Home
  • Raw
  • Download

Lines Matching refs:_dbus_verbose

219     _dbus_verbose ("DISPATCH: %s %s %s to %s\n",  in bus_dispatch()
285 _dbus_verbose ("Security policy rejected message\n"); in bus_dispatch()
289 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS); in bus_dispatch()
295 _dbus_verbose ("Received message from non-registered client. Disconnecting.\n"); in bus_dispatch()
325 _dbus_verbose ("bus_activation_activate_service() failed: %s\n", error.name); in bus_dispatch()
361 _dbus_verbose ("Not sending error to connection we disconnected\n"); in bus_dispatch()
459 _dbus_verbose ("expecting: %s\n", what_is_expected); in block_connection_until_message_from_bus()
474 _dbus_verbose ("Spinning to auth connection %p\n", connection); in spin_connection_until_authenticated()
481 _dbus_verbose (" ... done spinning to auth connection %p\n", connection); in spin_connection_until_authenticated()
535 _dbus_verbose ("Received message interface \"%s\" member \"%s\" error name \"%s\" on %p\n", in verbose_message_received()
664 _dbus_verbose ("killing connection %p\n", connection); in kill_client_connection()
713 _dbus_verbose ("Unchecked kill of connection %p\n", connection); in kill_client_connection_unchecked()
761 _dbus_verbose ("leftover message found\n"); in check_no_leftovers()
790 _dbus_verbose ("check_hello_message for %p\n", connection); in check_hello_message()
816 _dbus_verbose ("connection was disconnected (presumably auth failed)\n"); in check_hello_message()
828 _dbus_verbose ("connection was disconnected (presumably auth failed)\n"); in check_hello_message()
839 _dbus_verbose ("connection was disconnected (presumably auth failed)\n"); in check_hello_message()
902 _dbus_verbose ("no memory to get service name arg from hello\n"); in check_hello_message()
915 _dbus_verbose ("Got hello name: %s\n", name); in check_hello_message()
955 _dbus_verbose ("no memory to get service name arg from acquired\n"); in check_hello_message()
968 _dbus_verbose ("Got acquired name: %s\n", acquired); in check_hello_message()
985 _dbus_verbose ("ending - retval = %d\n", retval); in check_hello_message()
1014 _dbus_verbose ("check_double_hello_message for %p\n", connection); in check_double_hello_message()
1041 _dbus_verbose ("connection was disconnected\n"); in check_double_hello_message()
1106 _dbus_verbose ("check_get_connection_unix_user for %p\n", connection); in check_get_connection_unix_user()
1143 _dbus_verbose ("connection was disconnected\n"); in check_get_connection_unix_user()
1197 _dbus_verbose ("no memory to get uid by GetConnectionUnixUser\n"); in check_get_connection_unix_user()
1243 _dbus_verbose ("check_get_connection_unix_process_id for %p\n", connection); in check_get_connection_unix_process_id()
1280 _dbus_verbose ("connection was disconnected\n"); in check_get_connection_unix_process_id()
1311 _dbus_verbose ("Windows correctly does not support GetConnectionUnixProcessID\n"); in check_get_connection_unix_process_id()
1347 _dbus_verbose ("no memory to get pid by GetConnectionUnixProcessID\n"); in check_get_connection_unix_process_id()
1409 _dbus_verbose ("check_add_match_all for %p\n", connection); in check_add_match_all()
1443 _dbus_verbose ("connection was disconnected\n"); in check_add_match_all()
1454 _dbus_verbose ("connection was disconnected\n"); in check_add_match_all()
1623 _dbus_verbose ("connection was disconnected\n"); in check_nonexistent_service_no_auto_start()
1715 _dbus_verbose ("connection was disconnected\n"); in check_nonexistent_service_auto_start()
2175 _dbus_verbose ("Sending exit message to the test service\n"); in check_send_exit_to_service()
2254 _dbus_verbose ("Got error %s when asking test service to exit\n", in check_send_exit_to_service()
2295 _dbus_verbose ("Got error %s after test service exited\n", in check_send_exit_to_service()
2495 _dbus_verbose ("connection was disconnected\n"); in check_existent_service_no_auto_start()
2510 _dbus_verbose (" (after sending %s)\n", "StartServiceByName"); in check_existent_service_no_auto_start()
2717 _dbus_verbose ("connection was disconnected\n"); in check_segfault_service_no_auto_start()
2818 _dbus_verbose ("connection was disconnected\n"); in check_segfault_service_auto_start()
3137 _dbus_verbose ("connection was disconnected\n"); in check_existent_service_auto_start()
3152 _dbus_verbose (" (after sending %s)\n", "auto start"); in check_existent_service_auto_start()
3322 _dbus_verbose ("connection was disconnected\n"); in check_launch_service_file_missing()
3356 _dbus_verbose("got service unknown\n"); in check_launch_service_file_missing()
3452 _dbus_verbose("got service file invalid\n"); in check_launch_service_user_missing()
3548 _dbus_verbose("could not activate as invalid service file was not added\n"); in check_launch_service_exec_missing()
3555 _dbus_verbose("got service file invalid\n"); in check_launch_service_exec_missing()
3652 _dbus_verbose("could not activate as invalid service file was not added\n"); in check_launch_service_service_missing()
3659 _dbus_verbose("got service file invalid\n"); in check_launch_service_service_missing()
3721 _dbus_verbose ("connection was disconnected\n"); in check_shell_fail_service_auto_start()
3755 _dbus_verbose("got invalid args\n"); in check_shell_fail_service_auto_start()
3825 _dbus_verbose ("connection was disconnected\n"); in check_shell_service_success_auto_start()
3840 _dbus_verbose (" (after sending %s)\n", "auto start"); in check_shell_service_success_auto_start()
4105 _dbus_verbose ("connection was disconnected\n"); in check_get_services()
4161 _dbus_verbose ("no memory to list services by %s\n", method); in check_get_services()
4209 _dbus_verbose ("check_list_services for %p\n", connection); in check_list_services()
4267 _dbus_verbose ("connection was disconnected\n"); in check_list_services()
4282 _dbus_verbose (" (after sending %s)\n", "StartServiceByName"); in check_list_services()
4473 _dbus_verbose ("Setting TEST_LAUNCH_HELPER_CONFIG to '%s'\n", in setenv_TEST_LAUNCH_HELPER_CONFIG()
4624 _dbus_verbose ("Disconnecting foo, bar, and baz\n"); in bus_dispatch_test_conf()
4683 _dbus_verbose ("Disconnecting foo\n"); in bus_dispatch_test_conf_fail()
4696 _dbus_verbose ("Normal activation tests\n"); in bus_dispatch_test()
4705 _dbus_verbose ("Launch helper activation tests\n"); in bus_dispatch_test()
4729 _dbus_verbose ("Testing SHA1 context\n"); in bus_dispatch_sha1_test()
4906 _dbus_verbose ("Disconnecting foo\n"); in bus_unix_fds_passing_test()
4909 _dbus_verbose ("Disconnecting bar\n"); in bus_unix_fds_passing_test()