HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_SERVICE_DBUS (Results 1 - 12 of 12) sorted by null

  /external/dbus/dbus/
dbus-shared.h 76 #define DBUS_SERVICE_DBUS "org.freedesktop.DBus"
87 /** The interface exported by the object with #DBUS_SERVICE_DBUS and #DBUS_PATH_DBUS */
dbus-bus.c 45 * call messages to #DBUS_SERVICE_DBUS. These convenience functions
633 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
816 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
959 * #DBUS_SERVICE_DBUS and #DBUS_INTERFACE_DBUS (the signal's first
985 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
    [all...]
  /external/dbus/test/name-test/
test-pending-call-dispatch.c 35 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
test-threads-init.c 33 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
test-names.c 90 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
  /external/dbus/bus/
dispatch.c 229 strcmp (service_name, DBUS_SERVICE_DBUS) == 0) /* to bus driver */
238 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS);
754 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
820 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS))
978 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
1022 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS))
1070 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
    [all...]
driver.c 72 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS))
414 const char *v_STRING = DBUS_SERVICE_DBUS;
507 const char *v_STRING = DBUS_SERVICE_DBUS;
704 if (strcmp (name, DBUS_SERVICE_DBUS) == 0)
962 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS))
965 base_name = DBUS_SERVICE_DBUS;
1030 char *dbus_service_name = DBUS_SERVICE_DBUS;
1048 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS))
    [all...]
bus.c 1147 strcmp (dbus_message_get_destination (message), DBUS_SERVICE_DBUS) == 0);
1183 dest ? dest : DBUS_SERVICE_DBUS, error))
1204 dest ? dest : DBUS_SERVICE_DBUS);
    [all...]
services.c 420 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS))
428 DBUS_SERVICE_DBUS);
638 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS))
643 DBUS_SERVICE_DBUS);
646 DBUS_SERVICE_DBUS);
    [all...]
signals.c 1341 DBUS_SERVICE_DBUS) != 0)
    [all...]
connection.c 1092 DBUS_SERVICE_DBUS))
    [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 512 message = dbus_message_new_method_call(DBUS_SERVICE_DBUS,

Completed in 25 milliseconds