Home
last modified time | relevance | path

Searched refs:DBUS_SERVICE_DBUS (Results 1 – 13 of 13) sorted by relevance

/external/dbus/dbus/
Ddbus-bus.c685 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()
Ddbus-shared.h76 #define DBUS_SERVICE_DBUS "org.freedesktop.DBus" macro
/external/dbus/bus/
Ddispatch.c280 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 …]
Dbus.c1346 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()
Ddriver.c74 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()
Dservices.c422 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()
Dconnection.c1175 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()
Dsignals.c1616 DBUS_SERVICE_DBUS) != 0) in match_rule_matches()
1639 DBUS_SERVICE_DBUS) != 0) in match_rule_matches()
Dactivation.c1936 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS) || in bus_activation_activate_service()
/external/dbus/test/name-test/
Dtest-pending-call-dispatch.c36 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in _run_iteration()
Dtest-threads-init.c34 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS, in _run_iteration()
/external/bluetooth/bluez/gdbus/
Dwatch.c622 message = dbus_message_new_method_call(DBUS_SERVICE_DBUS, in check_service()
/external/dbus/
DChangeLog.pre-1-04879 as DBUS_SERVICE_DBUS and DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT to
5814 Rename to DBUS_SERVICE_DBUS.