HomeSort by relevance Sort by last modified time
    Searched full:dbus (Results 251 - 275 of 833) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/power/
session_state_controller_delegate_chromeos.cc 10 #include "chromeos/dbus/dbus_thread_manager.h"
11 #include "chromeos/dbus/power_manager_client.h"
12 #include "chromeos/dbus/session_manager_client.h"
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_manager_client.cc 5 #include "chromeos/dbus/fake_bluetooth_gatt_manager_client.h"
8 #include "chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h"
9 #include "chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h"
10 #include "chromeos/dbus/fake_bluetooth_gatt_service_service_provider.h"
11 #include "third_party/cros_system_api/dbus/service_constants.h"
22 void FakeBluetoothGattManagerClient::Init(dbus::Bus* bus) {
27 const dbus::ObjectPath& service_path,
56 const dbus::ObjectPath& service_path,
141 const dbus::ObjectPath& object_path) const {
150 const dbus::ObjectPath& object_path) const
    [all...]
sms_client.h 13 #include "chromeos/dbus/dbus_client.h"
19 namespace dbus { namespace
41 const dbus::ObjectPath& object_path,
bluetooth_agent_manager_client.h 14 #include "chromeos/dbus/dbus_client.h"
15 #include "dbus/object_path.h"
36 virtual void RegisterAgent(const dbus::ObjectPath& agent_path,
43 virtual void UnregisterAgent(const dbus::ObjectPath& agent_path,
49 virtual void RequestDefaultAgent(const dbus::ObjectPath& agent_path,
fake_bluetooth_gatt_characteristic_service_provider.cc 5 #include "chromeos/dbus/fake_bluetooth_gatt_characteristic_service_provider.h"
9 #include "chromeos/dbus/dbus_thread_manager.h"
10 #include "chromeos/dbus/fake_bluetooth_gatt_manager_client.h"
16 const dbus::ObjectPath& object_path,
21 const dbus::ObjectPath& service_path)
cras_audio_client.h 11 #include "chromeos/dbus/audio_node.h"
12 #include "chromeos/dbus/dbus_client.h"
13 #include "chromeos/dbus/volume_state.h"
17 // CrasAudioClient is used to communicate with the cras audio dbus interface.
65 // ErrorCallback is used for cras dbus method error response. It receives 2
66 // arguments, |error_name| indicates the dbus error name, and |error_message|
67 // contains the detailed dbus error message.
  /external/chromium_org/dbus/
string_util.cc 5 #include "dbus/string_util.h"
9 namespace dbus { namespace
48 } // namespace dbus
file_descriptor.h 9 #include "dbus/dbus_export.h"
11 namespace dbus { namespace
26 // writer.AppendFileDescriptor(dbus::FileDescriptor(1));
37 // dbus::MessageReader::PopFileDescriptor to fill in and from int values.
73 } // namespace dbus
end_to_end_sync_unittest.cc 7 #include "dbus/bus.h"
8 #include "dbus/message.h"
9 #include "dbus/object_path.h"
10 #include "dbus/object_proxy.h"
11 #include "dbus/test_service.h"
14 namespace dbus { namespace
142 } // namespace dbus
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider_unittest.cc 13 #include "chromeos/dbus/fake_bluetooth_adapter_client.h"
14 #include "chromeos/dbus/fake_bluetooth_agent_manager_client.h"
15 #include "chromeos/dbus/fake_bluetooth_device_client.h"
16 #include "chromeos/dbus/fake_bluetooth_gatt_characteristic_client.h"
17 #include "chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h"
18 #include "chromeos/dbus/fake_bluetooth_gatt_service_client.h"
19 #include "chromeos/dbus/fake_bluetooth_input_client.h"
20 #include "chromeos/dbus/fake_dbus_thread_manager.h"
21 #include "chromeos/dbus/power_manager_client.h"
174 dbus::ObjectPath(FakeBluetoothAdapterClient::kAdapterPath))
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 15 #include "chromeos/dbus/bluetooth_device_client.h"
16 #include "chromeos/dbus/bluetooth_gatt_service_client.h"
17 #include "dbus/object_path.h"
95 const dbus::ObjectPath& object_path() const { return object_path_; }
106 const dbus::ObjectPath& object_path,
112 virtual void GattServiceAdded(const dbus::ObjectPath& object_path) OVERRIDE;
113 virtual void GattServiceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
116 // by dbus:: on completion of the D-Bus method call.
128 // Called by dbus:: on completion of the D-Bus method call to pair the device.
135 // Called by dbus:: on failure of the D-Bus method call to cancel pairing
    [all...]
bluetooth_remote_gatt_service_chromeos.h 15 #include "chromeos/dbus/bluetooth_gatt_characteristic_client.h"
16 #include "chromeos/dbus/bluetooth_gatt_service_client.h"
17 #include "dbus/object_path.h"
68 const dbus::ObjectPath& object_path() const { return object_path_; }
110 const dbus::ObjectPath& object_path);
115 const dbus::ObjectPath& object_path,
120 const dbus::ObjectPath& object_path) OVERRIDE;
122 const dbus::ObjectPath& object_path) OVERRIDE;
124 const dbus::ObjectPath& object_path,
128 dbus::ObjectPath object_path_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
dbus_unittest.cc 30 #include "talk/base/dbus.h"
42 // DBusSigFilterTest listens on DBus service itself for "NameAcquired" signal.
43 // This signal should be received when the application connects to DBus
45 // http://dbus.freedesktop.org/doc/dbus-specification.html
93 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
97 // DBusMonitorTest listens on DBus service itself for "NameAcquired" signal.
98 // This signal should be received when the application connects to DBus
114 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
142 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test."
    [all...]
libdbusglibsymboltable.h 33 #include <dbus/dbus-glib.h>
34 #include <dbus/dbus-glib-lowlevel.h>
43 // dbus.cc.
dbus.cc 30 #include "talk/base/dbus.h"
43 // Releases DBus-Glib symbols.
51 // Loads DBus-Glib symbols.
57 // Loads dbus-glib
59 LOG(LS_WARNING) << "Failed to load dbus-glib symbol table.";
84 // Builds a DBus filter string from given DBus path, interface and member.
140 // It creates a worker-thread to listen signals on DBus. The worker-thread will
169 // Setup DBus connection and start monitoring.
172 LOG(LS_ERROR) << "DBus monitoring setup failed."
    [all...]
  /external/chromium_org/third_party/webrtc/base/
dbus_unittest.cc 13 #include "webrtc/base/dbus.h"
25 // DBusSigFilterTest listens on DBus service itself for "NameAcquired" signal.
26 // This signal should be received when the application connects to DBus
28 // http://dbus.freedesktop.org/doc/dbus-specification.html
76 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
80 // DBusMonitorTest listens on DBus service itself for "NameAcquired" signal.
81 // This signal should be received when the application connects to DBus
97 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test.";
125 LOG(LS_WARNING) << "DBus Monitor not started. Skipping test."
    [all...]
  /external/chromium_org/chromeos/network/
network_activation_handler.cc 9 #include "chromeos/dbus/dbus_thread_manager.h"
10 #include "chromeos/dbus/shill_service_client.h"
13 #include "dbus/object_proxy.h"
47 dbus::ObjectPath(service_path),
61 dbus::ObjectPath(service_path),
network_sms_handler.cc 14 #include "chromeos/dbus/dbus_thread_manager.h"
15 #include "chromeos/dbus/shill_device_client.h"
16 #include "chromeos/dbus/shill_manager_client.h"
17 #include "chromeos/dbus/gsm_sms_client.h"
18 #include "chromeos/dbus/modem_messaging_client.h"
19 #include "chromeos/dbus/sms_client.h"
20 #include "dbus/object_path.h"
21 #include "third_party/cros_system_api/dbus/service_constants.h"
58 const dbus::ObjectPath& object_path);
71 dbus::ObjectPath object_path_
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 2 * WPA Supplicant / dbus-based control interface
38 * @message: Pointer to incoming dbus message this error refers to
40 * Returns: a dbus error message
55 wpa_printf(MSG_INFO, "dbus: wpas_dbus_error_unknown_error "
68 * @message: Pointer to incoming dbus message this error refers to
69 * Returns: A dbus error message
83 * @message: Pointer to incoming dbus message this error refers to
84 * Returns: a dbus error message
98 * @message: Pointer to incoming dbus message this error refers to
99 * Returns: a dbus error messag
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 21 #include "dbus/message.h"
22 #include "dbus/mock_bus.h"
23 #include "dbus/mock_object_proxy.h"
24 #include "dbus/object_path.h"
25 #include "dbus/object_proxy.h"
50 // NOTE: The method names here are the same as the corresponding DBus
270 scoped_refptr<dbus::MockBus> mock_session_bus_;
271 scoped_refptr<dbus::MockObjectProxy> mock_klauncher_proxy_;
272 scoped_refptr<dbus::MockObjectProxy> mock_kwallet_proxy_;
285 dbus::Response* KLauncherMethodCall
    [all...]
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 11 #include "chromeos/dbus/dbus_thread_manager.h"
14 #include "third_party/cros_system_api/dbus/service_constants.h"
20 typedef std::vector<dbus::ObjectPath> ObjectPathVector;
119 void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) {
125 void NfcAdapterChromeOS::AdapterRemoved(const dbus::ObjectPath& object_path) {
150 const dbus::ObjectPath& object_path,
163 void NfcAdapterChromeOS::DeviceAdded(const dbus::ObjectPath& object_path) {
196 void NfcAdapterChromeOS::DeviceRemoved(const dbus::ObjectPath& object_path) {
207 void NfcAdapterChromeOS::TagAdded(const dbus::ObjectPath& object_path) {
217 const std::vector<dbus::ObjectPath>& tags
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 16 #include "dbus/dbus_common.h"
17 #include "dbus/dbus_old.h"
18 #include "dbus/dbus_new.h"
30 global->dbus = wpas_dbus_init(global);
31 if (global->dbus == NULL)
43 if (global->dbus)
44 wpas_dbus_deinit(global->dbus);
63 /* unregister interface in old DBus ctrl iface */
66 /* unregister interface in new DBus ctrl iface */
75 /* notify the old DBus API *
    [all...]
  /external/dnsmasq/dbus/
DBus-interface 0 DBus support must be enabled at compile-time and run-time. Ensure
8 enable-dbus
10 Because dnsmasq can operate stand-alone from the DBus, and may need to provide
11 service before the dbus daemon is available, it will continue to run
12 if the DBus connection is not available at startup. The DBus will be polled
15 connection to the dbus, it sends the signal "Up". Anything controlling
21 Dnsmasq provides one service on the DBus: uk.org.thekelleys.dnsmasq
94 specified by via the DBus, but it leaves any servers specified via the
100 If dnsmasq's DHCP server is active, it will send signals over DBUS wheneve
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 7 import dbus namespace
13 from dbus.mainloop.glib import DBusGMainLoop
23 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
46 # Dbus Paths
76 self.bus = dbus.SystemBus()
80 self.wpas = dbus.Interface(self.wpas_object,
88 except dbus.DBusException, exc:
97 self.p2p_interface = dbus.Interface(self.interface_object,
110 P2PFindDict = dbus.Dictionary(
156 # Dbus interfac
    [all...]
p2p_invite.py 5 import dbus namespace
11 from dbus.mainloop.glib import DBusGMainLoop
22 print " -w = wpas dbus interface = fi.w1.wpa_supplicant1"
52 # Dbus Paths
87 self.bus = dbus.SystemBus()
91 self.wpas = dbus.Interface(self.wpas_object,
99 except dbus.DBusException, exc:
108 self.p2p_interface = dbus.Interface(self.interface_object,
119 {'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
171 # Dbus interfac
    [all...]

Completed in 433 milliseconds

<<11121314151617181920>>