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 46 * call messages to #DBUS_SERVICE_DBUS. These convenience functions
685 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
868 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
949 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
    [all...]
  /external/dbus/test/name-test/
test-pending-call-dispatch.c 36 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
test-threads-init.c 34 method = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
  /external/dbus/bus/
dispatch.c 280 strcmp (service_name, DBUS_SERVICE_DBUS) == 0) /* to bus driver */
289 _dbus_verbose ("Giving message to %s\n", DBUS_SERVICE_DBUS);
792 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
858 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS))
1016 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
1060 if (!dbus_message_has_sender (message, DBUS_SERVICE_DBUS))
1108 message = dbus_message_new_method_call (DBUS_SERVICE_DBUS,
    [all...]
bus.c     [all...]
driver.c 74 if (!dbus_message_set_sender (message, DBUS_SERVICE_DBUS))
416 const char *v_STRING = DBUS_SERVICE_DBUS;
509 const char *v_STRING = DBUS_SERVICE_DBUS;
706 if (strcmp (name, DBUS_SERVICE_DBUS) == 0)
1094 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS))
1097 base_name = DBUS_SERVICE_DBUS;
1162 char *dbus_service_name = DBUS_SERVICE_DBUS;
1180 _dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS))
    [all...]
services.c 422 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS))
430 DBUS_SERVICE_DBUS);
640 if (_dbus_string_equal_c_str (service_name, DBUS_SERVICE_DBUS))
645 DBUS_SERVICE_DBUS);
648 DBUS_SERVICE_DBUS);
    [all...]
connection.c     [all...]
signals.c     [all...]
activation.c     [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 622 message = dbus_message_new_method_call(DBUS_SERVICE_DBUS,

Completed in 470 milliseconds