Searched refs:DBUS_SERVICE_DBUS (Results 1 – 16 of 16) sorted by relevance
/external/dbus/dbus/ |
D | dbus-bus.c | 681 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_register() 865 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_get_unix_user() 946 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_get_id() 1113 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_request_name() 1198 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_release_name() 1280 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_name_has_owner() 1356 msg = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_start_service_by_name() 1522 msg = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in dbus_bus_add_match() 1572 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 | 273 strcmp (service_name, DBUS_SERVICE_DBUS) == 0) /* to bus driver */ in bus_dispatch() 282 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS); in bus_dispatch() 785 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_hello_message() 851 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS)) in check_hello_message() 1009 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_double_hello_message() 1053 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS)) in check_double_hello_message() 1101 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_get_connection_unix_user() 1238 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_get_connection_unix_process_id() 1404 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in check_add_match_all() 1466 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS)) in check_add_match_all() [all …]
|
D | driver.c | 75 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS)) in bus_driver_send_service_owner_changed() 417 const char *v_STRING = DBUS_SERVICE_DBUS; in bus_driver_handle_list_services() 510 const char *v_STRING = DBUS_SERVICE_DBUS; in bus_driver_handle_list_activatable_services() 707 if (strcmp (name, DBUS_SERVICE_DBUS) == 0) in bus_driver_handle_service_exists() 1098 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS)) in bus_driver_handle_get_service_owner() 1101 base_name = DBUS_SERVICE_DBUS; in bus_driver_handle_get_service_owner() 1166 char *dbus_service_name = DBUS_SERVICE_DBUS; in bus_driver_handle_list_queued_owners() 1184 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS)) in bus_driver_handle_list_queued_owners() 2024 DBUS_SERVICE_DBUS, name); in bus_driver_handle_message()
|
D | services.c | 421 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS)) in bus_registry_acquire_service() 429 DBUS_SERVICE_DBUS); in bus_registry_acquire_service() 636 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS)) in bus_registry_release_service() 641 DBUS_SERVICE_DBUS); in bus_registry_release_service() 644 DBUS_SERVICE_DBUS); in bus_registry_release_service()
|
D | bus.c | 1399 nonnull (dbus_message_get_destination (message), DBUS_SERVICE_DBUS), in complain_about_message() 1450 strcmp (dest, DBUS_SERVICE_DBUS) == 0); in bus_context_check_security_policy() 1482 dest ? dest : DBUS_SERVICE_DBUS, error)) in bus_context_check_security_policy()
|
D | connection.c | 1156 DBUS_SERVICE_DBUS)) in bus_connection_preallocate_oom_error() 2016 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS)) in bus_transaction_send_from_driver()
|
D | signals.c | 1735 DBUS_SERVICE_DBUS) != 0) in match_rule_matches() 1782 DBUS_SERVICE_DBUS) != 0) in match_rule_matches()
|
D | activation.c | 1931 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS) || in bus_activation_activate_service()
|
/external/dbus/test/name-test/ |
D | test-privserver-client.c | 17 "type='signal',sender='" DBUS_SERVICE_DBUS "'," \ 32 dbus_message_has_sender (message, DBUS_SERVICE_DBUS) && in filter_session_message()
|
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/libbrillo/brillo/glib/ |
D | dbus.cc | 222 DBUS_SERVICE_DBUS, in RegisterExclusiveService()
|
/external/avahi/avahi-client/ |
D | client.c | 548 "sender='" DBUS_SERVICE_DBUS "', " in avahi_client_new()
|
/external/libchrome/dbus/ |
D | bus.cc | 1109 signal->GetSender() != DBUS_SERVICE_DBUS) { in OnServiceOwnerChanged()
|
/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.
|