Searched refs:DBUS_SERVICE_DBUS (Results 1 – 13 of 13) sorted by relevance
/external/dbus/dbus/ |
D | dbus-bus.c | 685 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_register() 868 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_get_unix_user() 949 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_get_id() 1116 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_request_name() 1201 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_release_name() 1283 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_name_has_owner() 1359 msg = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_start_service_by_name() 1519 msg = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_add_match() 1569 msg = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_remove_match()
|
D | dbus-shared.h | 76 #define DBUS_SERVICE_DBUS "org.freedesktop.DBus" macro
|
/external/dbus/bus/ |
D | dispatch.c | 280 strcmp (service_name, DBUS_SERVICE_DBUS) == 0) /* to bus driver */ in bus_dispatch() 289 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS); in bus_dispatch() 792 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_hello_message() 858 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS)) in check_hello_message() 1016 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_double_hello_message() 1060 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS)) in check_double_hello_message() 1108 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_get_connection_unix_user() 1245 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_get_connection_unix_process_id() 1411 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_add_match_all() 1473 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS)) in check_add_match_all() [all …]
|
D | bus.c | 1346 strcmp (dest, DBUS_SERVICE_DBUS) == 0); in bus_context_check_security_policy() 1395 dest ? dest : DBUS_SERVICE_DBUS, error)) in bus_context_check_security_policy() 1411 dest ? dest : DBUS_SERVICE_DBUS); in bus_context_check_security_policy() 1540 dest ? dest : DBUS_SERVICE_DBUS, in bus_context_check_security_policy() 1556 dest ? dest : DBUS_SERVICE_DBUS, in bus_context_check_security_policy() 1577 dest ? dest : DBUS_SERVICE_DBUS, in bus_context_check_security_policy() 1604 dest ? dest : DBUS_SERVICE_DBUS, in bus_context_check_security_policy() 1621 dest ? dest : DBUS_SERVICE_DBUS, in bus_context_check_security_policy() 1636 DBUS_SERVICE_DBUS)); in bus_context_check_security_policy()
|
D | driver.c | 74 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS)) in bus_driver_send_service_owner_changed() 416 const char *v_STRING = DBUS_SERVICE_DBUS; in bus_driver_handle_list_services() 509 const char *v_STRING = DBUS_SERVICE_DBUS; in bus_driver_handle_list_activatable_services() 706 if (strcmp (name, DBUS_SERVICE_DBUS) == 0) in bus_driver_handle_service_exists() 1094 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS)) in bus_driver_handle_get_service_owner() 1097 base_name = DBUS_SERVICE_DBUS; in bus_driver_handle_get_service_owner() 1162 char *dbus_service_name = DBUS_SERVICE_DBUS; in bus_driver_handle_list_queued_owners() 1180 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS)) in bus_driver_handle_list_queued_owners() 2020 DBUS_SERVICE_DBUS, name); in bus_driver_handle_message()
|
D | services.c | 422 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS)) in bus_registry_acquire_service() 430 DBUS_SERVICE_DBUS); in bus_registry_acquire_service() 640 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS)) in bus_registry_release_service() 645 DBUS_SERVICE_DBUS); in bus_registry_release_service() 648 DBUS_SERVICE_DBUS); in bus_registry_release_service()
|
D | connection.c | 1175 DBUS_SERVICE_DBUS)) in bus_connection_preallocate_oom_error() 2004 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS)) in bus_transaction_send_from_driver()
|
D | signals.c | 1616 DBUS_SERVICE_DBUS) != 0) in match_rule_matches() 1639 DBUS_SERVICE_DBUS) != 0) in match_rule_matches()
|
D | activation.c | 1936 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS) || in bus_activation_activate_service()
|
/external/dbus/test/name-test/ |
D | test-pending-call-dispatch.c | 36 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in _run_iteration()
|
D | test-threads-init.c | 34 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in _run_iteration()
|
/external/bluetooth/bluez/gdbus/ |
D | watch.c | 622 message = dbus_message_new_method_call(DBUS_SERVICE_DBUS, in check_service()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 4879 as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to 5814 Rename to DBUS_SERVICE_DBUS.
|