HomeSort by relevance Sort by last modified time
    Searched full:object_path (Results 26 - 50 of 164) sorted by null

12 3 4 5 6 7

  /external/chromium_org/chromeos/dbus/
fake_modem_messaging_client.cc 12 #include "dbus/object_path.h"
23 const dbus::ObjectPath& object_path,
31 const dbus::ObjectPath& object_path) {
36 const dbus::ObjectPath& object_path,
47 const dbus::ObjectPath& object_path,
nfc_adapter_client.h 16 #include "dbus/object_path.h"
66 // Called when a new adapter with object path |object_path| is added to the
68 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {}
70 // Called when an adapter with object path |object_path| is removed from the
72 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) {}
75 // with object path |object_path| has acquired a new value.
76 virtual void AdapterPropertyChanged(const dbus::ObjectPath& object_path,
83 // Check the |object_path| parameter of the observer methods to determine
91 // Obtains the properties for the adapter with object path |object_path|, any
94 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
modem_messaging_client.cc 33 const dbus::ObjectPath& object_path)
35 proxy_(bus->GetObjectProxy(service_name, object_path)),
145 const dbus::ObjectPath& object_path,
147 GetProxy(service_name, object_path)->SetSmsReceivedHandler(handler);
152 const dbus::ObjectPath& object_path) OVERRIDE {
153 GetProxy(service_name, object_path)->ResetSmsReceivedHandler();
157 const dbus::ObjectPath& object_path,
160 GetProxy(service_name, object_path)->Delete(sms_path, callback);
164 const dbus::ObjectPath& object_path,
166 GetProxy(service_name, object_path)->List(callback)
    [all...]
gsm_sms_client.h 45 const dbus::ObjectPath& object_path,
50 const dbus::ObjectPath& object_path) = 0;
54 const dbus::ObjectPath& object_path,
60 const dbus::ObjectPath& object_path,
66 const dbus::ObjectPath& object_path,
72 const dbus::ObjectPath& object_path) = 0;
bluetooth_adapter_client.cc 12 #include "dbus/object_path.h"
83 const dbus::ObjectPath& object_path,
90 object_path));
95 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
99 object_path,
104 virtual void StartDiscovery(const dbus::ObjectPath& object_path,
112 object_manager_->GetObjectProxy(object_path);
128 virtual void StopDiscovery(const dbus::ObjectPath& object_path,
136 object_manager_->GetObjectProxy(object_path);
152 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
    [all...]
gsm_sms_client.cc 38 const dbus::ObjectPath& object_path)
39 : proxy_(bus->GetObjectProxy(service_name, object_path)),
170 const dbus::ObjectPath& object_path,
172 GetProxy(service_name, object_path)->SetSmsReceivedHandler(handler);
178 const dbus::ObjectPath& object_path) OVERRIDE {
179 GetProxy(service_name, object_path)->ResetSmsReceivedHandler();
184 const dbus::ObjectPath& object_path,
187 GetProxy(service_name, object_path)->Delete(index, callback);
192 const dbus::ObjectPath& object_path,
195 GetProxy(service_name, object_path)->Get(index, callback)
    [all...]
fake_bluetooth_adapter_client.cc 13 #include "dbus/object_path.h"
111 FakeBluetoothAdapterClient::GetProperties(const dbus::ObjectPath& object_path) {
112 if (object_path == dbus::ObjectPath(kAdapterPath))
114 else if (object_path == dbus::ObjectPath(kSecondAdapterPath))
121 const dbus::ObjectPath& object_path,
124 if (object_path != dbus::ObjectPath(kAdapterPath)) {
130 VLOG(1) << "StartDiscovery: " << object_path.value() << ", "
145 const dbus::ObjectPath& object_path,
148 if (object_path != dbus::ObjectPath(kAdapterPath)) {
160 VLOG(1) << "StopDiscovery: " << object_path.value() << ",
    [all...]
bluetooth_device_client.cc 13 #include "dbus/object_path.h"
79 const dbus::ObjectPath& object_path,
86 object_path));
106 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
110 object_path,
115 virtual void Connect(const dbus::ObjectPath& object_path,
123 object_manager_->GetObjectProxy(object_path);
140 virtual void Disconnect(const dbus::ObjectPath& object_path,
148 object_manager_->GetObjectProxy(object_path);
164 virtual void ConnectProfile(const dbus::ObjectPath& object_path,
    [all...]
introspectable_client.h 14 #include "dbus/object_path.h"
25 // four arguments, the first two are the |service_name| and |object_path|
34 // |service_name| with object path |object_path|, calling |callback| with
37 const dbus::ObjectPath& object_path,
mock_shill_manager_client.cc 7 #include "dbus/object_path.h"
modem_messaging_client.h 42 const dbus::ObjectPath& object_path,
47 const dbus::ObjectPath& object_path) = 0;
51 const dbus::ObjectPath& object_path,
57 const dbus::ObjectPath& object_path,
fake_bluetooth_profile_service_provider.cc 9 #include "dbus/object_path.h"
14 const dbus::ObjectPath& object_path,
16 : object_path_(object_path),
fake_sms_client.cc 16 #include "dbus/object_path.h"
27 const dbus::ObjectPath& object_path,
36 sms->SetString("Text", "FakeSMSClient: Test Message: " + object_path.value());
nfc_record_client.h 13 #include "dbus/object_path.h"
82 // Called when a remote NFC record with the object path |object_path| is
84 virtual void RecordAdded(const dbus::ObjectPath& object_path) {}
86 // Called when a remote NFC record with the object path |object_path| is
88 virtual void RecordRemoved(const dbus::ObjectPath& object_path) {}
91 // with object path |object_path| has acquired a new value.
92 virtual void RecordPropertyChanged(const dbus::ObjectPath& object_path,
95 // Called when all properties for the record with object path |object_path|
102 const dbus::ObjectPath& object_path) {}
108 // |object_path| parameter of observer methods to determine which record i
    [all...]
fake_bluetooth_adapter_client.h 15 #include "dbus/object_path.h"
46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
48 virtual void StartDiscovery(const dbus::ObjectPath& object_path,
51 virtual void StopDiscovery(const dbus::ObjectPath& object_path,
54 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
nfc_manager_client.h 13 #include "dbus/object_path.h"
41 // Called when a new adapter with object path |object_path| is added to the
43 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {}
45 // Called when an adapter with object path |object_path| is removed from the
47 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) {}
fake_nfc_adapter_client.cc 9 #include "dbus/object_path.h"
116 FakeNfcAdapterClient::GetProperties(const dbus::ObjectPath& object_path) {
117 if (object_path == dbus::ObjectPath(kAdapterPath0))
119 if (object_path == dbus::ObjectPath(kAdapterPath1))
125 const dbus::ObjectPath& object_path,
130 if (object_path != dbus::ObjectPath(kAdapterPath0)) {
148 const dbus::ObjectPath& object_path,
152 if (object_path != dbus::ObjectPath(kAdapterPath0)) {
191 const dbus::ObjectPath& object_path,
194 AdapterPropertyChanged(object_path, property_name))
    [all...]
fake_gsm_sms_client.cc 33 const dbus::ObjectPath& object_path,
40 const dbus::ObjectPath& object_path) {
45 const dbus::ObjectPath& object_path,
53 const dbus::ObjectPath& object_path,
66 const dbus::ObjectPath& object_path,
72 const dbus::ObjectPath& object_path) {
introspectable_client.cc 14 #include "dbus/object_path.h"
42 const dbus::ObjectPath& object_path,
47 object_path);
54 service_name, object_path, callback));
63 const dbus::ObjectPath& object_path,
80 callback.Run(service_name, object_path, xml_data, success);
fake_nfc_device_client.cc 8 #include "dbus/object_path.h"
59 FakeNfcDeviceClient::GetProperties(const dbus::ObjectPath& object_path) {
64 const dbus::ObjectPath& object_path,
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 164 const dbus::ObjectPath& object_path) {
167 SetAdapter(object_path);
171 const dbus::ObjectPath& object_path) {
172 if (object_path == object_path_)
177 const dbus::ObjectPath& object_path,
179 if (object_path != object_path_)
193 const dbus::ObjectPath& object_path) {
196 GetProperties(object_path);
201 new BluetoothDeviceChromeOS(this, object_path);
211 const dbus::ObjectPath& object_path) {
    [all...]
bluetooth_adapter_chromeos.h 14 #include "dbus/object_path.h"
73 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
74 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
76 const dbus::ObjectPath& object_path,
80 virtual void DeviceAdded(const dbus::ObjectPath& object_path) OVERRIDE;
81 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
82 virtual void DevicePropertyChanged(const dbus::ObjectPath& object_path,
86 virtual void InputPropertyChanged(const dbus::ObjectPath& object_path,
92 const dbus::ObjectPath& object_path);
94 // Set the tracked adapter to the one in |object_path|, this object wil
    [all...]
  /external/chromium_org/dbus/
mock_exported_object.h 11 #include "dbus/object_path.h"
20 const ObjectPath& object_path);
mock_object_manager.h 12 #include "dbus/object_path.h"
23 const ObjectPath& object_path);
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 113 void NfcAdapterChromeOS::AdapterAdded(const dbus::ObjectPath& object_path) {
116 SetAdapter(object_path);
119 void NfcAdapterChromeOS::AdapterRemoved(const dbus::ObjectPath& object_path) {
120 if (object_path != object_path_)
137 if (*iter == object_path)
144 const dbus::ObjectPath& object_path,
146 if (object_path != object_path_)
157 void NfcAdapterChromeOS::DeviceAdded(const dbus::ObjectPath& object_path) {
158 VLOG(1) << "NFC device found: " << object_path.value();
162 void NfcAdapterChromeOS::DeviceRemoved(const dbus::ObjectPath& object_path) {
    [all...]

Completed in 528 milliseconds

12 3 4 5 6 7