HomeSort by relevance Sort by last modified time
    Searched refs:object_path (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/chromium_org/dbus/
mock_exported_object.cc 10 const ObjectPath& object_path)
11 : ExportedObject(bus, object_path) {
mock_object_manager.cc 11 const ObjectPath& object_path)
12 : ObjectManager(bus, service_name, object_path) {
mock_object_proxy.cc 11 const ObjectPath& object_path)
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
object_manager.h 12 #include "dbus/object_path.h"
87 // object_path));
91 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
93 // object_manager_->GetProperties(object_path, kInterface));
110 // object_proxy = object_manager_->GetObjectProxy(object_path);
145 // D-Bus object identified by |object_path| and accessibile through
154 const dbus::ObjectPath& object_path,
158 // object has been added with the path |object_path|. The D-Bus interface
166 virtual void ObjectAdded(const ObjectPath& object_path,
170 // object with the path |object_path| has been removed. Ths D-Bus interfac
    [all...]
object_manager.cc 25 const ObjectPath& object_path)
28 object_path_(object_path),
109 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) {
110 ObjectMap::iterator iter = object_map_.find(object_path);
118 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
120 ObjectMap::iterator iter = object_map_.find(object_path);
153 ObjectPath object_path; local
155 !dict_entry_reader.PopObjectPath(&object_path))
158 UpdateObject(object_path, &dict_entry_reader);
170 ObjectPath object_path; local
191 ObjectPath object_path; local
    [all...]
mock_bus.h 9 #include "dbus/object_path.h"
22 const ObjectPath& object_path));
25 const ObjectPath& object_path,
28 const ObjectPath& object_path));
58 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path,
62 MOCK_METHOD1(UnregisterObjectPath, void(const ObjectPath& object_path));
  /external/chromium_org/chromeos/dbus/
mock_gsm_sms_client.h 12 #include "dbus/object_path.h"
23 const dbus::ObjectPath& object_path,
27 const dbus::ObjectPath& object_path));
29 const dbus::ObjectPath& object_path,
33 const dbus::ObjectPath& object_path,
37 const dbus::ObjectPath& object_path,
40 const dbus::ObjectPath& object_path));
fake_bluetooth_input_client.cc 15 #include "dbus/object_path.h"
68 FakeBluetoothInputClient::GetProperties(const dbus::ObjectPath& object_path) {
69 PropertiesMap::iterator iter = properties_map_.find(object_path);
76 const dbus::ObjectPath& object_path) {
77 if (properties_map_.find(object_path) != properties_map_.end())
83 object_path));
87 if (object_path.value() == FakeBluetoothDeviceClient::kMotorolaKeyboardPath ||
88 object_path.value() == FakeBluetoothDeviceClient::kMicrosoftMousePath) {
96 properties_map_[object_path] = properties;
99 InputAdded(object_path));
    [all...]
bluetooth_input_client.h 15 #include "dbus/object_path.h"
44 // Called when the remote device with object path |object_path| implementing
47 virtual void InputAdded(const dbus::ObjectPath& object_path) {}
49 // Called when the remote device with object path |object_path| is removed
52 virtual void InputRemoved(const dbus::ObjectPath& object_path) {}
54 // Called when the device with object path |object_path| has a
57 virtual void InputPropertyChanged(const dbus::ObjectPath& object_path,
64 // devices. Check the |object_path| parameter of observer methods to
69 // Obtain the properties for the device with object path |object_path|,
71 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
fake_bluetooth_input_client.h 13 #include "dbus/object_path.h"
42 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
46 void AddInputDevice(const dbus::ObjectPath& object_path);
47 void RemoveInputDevice(const dbus::ObjectPath& object_path);
51 void OnPropertyChanged(const dbus::ObjectPath& object_path,
modem_messaging_client.h 44 const dbus::ObjectPath& object_path,
49 const dbus::ObjectPath& object_path) = 0;
53 const dbus::ObjectPath& object_path,
59 const dbus::ObjectPath& object_path,
fake_gsm_sms_client.h 13 #include "dbus/object_path.h"
25 const dbus::ObjectPath& object_path,
29 const dbus::ObjectPath& object_path)
32 const dbus::ObjectPath& object_path,
36 const dbus::ObjectPath& object_path,
40 const dbus::ObjectPath& object_path,
43 const dbus::ObjectPath& object_path) OVERRIDE;
gsm_sms_client.h 47 const dbus::ObjectPath& object_path,
52 const dbus::ObjectPath& object_path) = 0;
56 const dbus::ObjectPath& object_path,
62 const dbus::ObjectPath& object_path,
68 const dbus::ObjectPath& object_path,
74 const dbus::ObjectPath& object_path) = 0;
bluetooth_device_client.h 16 #include "dbus/object_path.h"
97 // Called when the remote device with object path |object_path| is added
99 virtual void DeviceAdded(const dbus::ObjectPath& object_path) {}
101 // Called when the remote device with object path |object_path| is removed
103 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {}
105 // Called when the device with object path |object_path| has a
107 virtual void DevicePropertyChanged(const dbus::ObjectPath& object_path,
114 // devices. Check the |object_path| parameter of observer methods to
124 // Obtain the properties for the device with object path |object_path|,
126 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
bluetooth_input_client.cc 15 #include "dbus/object_path.h"
71 const dbus::ObjectPath& object_path,
78 object_path));
83 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
87 object_path,
94 virtual void ObjectAdded(const dbus::ObjectPath& object_path,
97 InputAdded(object_path));
102 virtual void ObjectRemoved(const dbus::ObjectPath& object_path,
105 InputRemoved(object_path));
111 void OnPropertyChanged(const dbus::ObjectPath& object_path,
    [all...]
bluetooth_adapter_client.h 16 #include "dbus/object_path.h"
90 // Called when the adapter with object path |object_path| is added to the
92 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {}
94 // Called when the adapter with object path |object_path| is removed from
96 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) {}
98 // Called when the adapter with object path |object_path| has a
100 virtual void AdapterPropertyChanged(const dbus::ObjectPath& object_path,
107 // adapters. Check the |object_path| parameter of observer methods to
115 // Obtain the properties for the adapter with object path |object_path|,
117 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
fake_bluetooth_device_client.h 19 #include "dbus/object_path.h"
50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
52 virtual void Connect(const dbus::ObjectPath& object_path,
55 virtual void Disconnect(const dbus::ObjectPath& object_path,
58 virtual void ConnectProfile(const dbus::ObjectPath& object_path,
62 virtual void DisconnectProfile(const dbus::ObjectPath& object_path,
66 virtual void Pair(const dbus::ObjectPath& object_path,
69 virtual void CancelPairing(const dbus::ObjectPath& object_path,
142 void OnPropertyChanged(const dbus::ObjectPath& object_path,
148 const dbus::ObjectPath& object_path,
    [all...]
introspectable_client.cc 14 #include "dbus/object_path.h"
45 const dbus::ObjectPath& object_path,
50 object_path);
57 service_name, object_path, callback));
63 const dbus::ObjectPath& object_path,
80 callback.Run(service_name, object_path, xml_data, success);
100 const dbus::ObjectPath& object_path,
102 VLOG(1) << "Introspect: " << service_name << " " << object_path.value();
103 callback.Run(service_name, object_path, "", false);
modem_messaging_client.cc 33 const dbus::ObjectPath& object_path)
35 proxy_(bus->GetObjectProxy(service_name, object_path)),
146 const dbus::ObjectPath& object_path,
148 GetProxy(service_name, object_path)->SetSmsReceivedHandler(handler);
154 const dbus::ObjectPath& object_path) OVERRIDE {
155 GetProxy(service_name, object_path)->ResetSmsReceivedHandler();
160 const dbus::ObjectPath& object_path,
163 GetProxy(service_name, object_path)->Delete(sms_path, callback);
168 const dbus::ObjectPath& object_path,
170 GetProxy(service_name, object_path)->List(callback)
    [all...]
bluetooth_device_client.cc 14 #include "dbus/object_path.h"
89 const dbus::ObjectPath& object_path,
96 object_path));
116 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
120 object_path,
125 virtual void Connect(const dbus::ObjectPath& object_path,
133 object_manager_->GetObjectProxy(object_path);
150 virtual void Disconnect(const dbus::ObjectPath& object_path,
158 object_manager_->GetObjectProxy(object_path);
174 virtual void ConnectProfile(const dbus::ObjectPath& object_path,
    [all...]
fake_bluetooth_device_client.cc 33 #include "dbus/object_path.h"
243 FakeBluetoothDeviceClient::GetProperties(const dbus::ObjectPath& object_path) {
244 PropertiesMap::iterator iter = properties_map_.find(object_path);
251 const dbus::ObjectPath& object_path,
254 VLOG(1) << "Connect: " << object_path.value();
255 Properties* properties = GetProperties(object_path);
264 object_path != dbus::ObjectPath(kMicrosoftMousePath)) {
269 object_path == dbus::ObjectPath(kUnconnectableDevicePath)) {
280 AddInputDeviceIfNeeded(object_path, properties);
284 const dbus::ObjectPath& object_path,
    [all...]
bluetooth_adapter_client.cc 13 #include "dbus/object_path.h"
93 const dbus::ObjectPath& object_path,
100 object_path));
105 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
109 object_path,
114 virtual void StartDiscovery(const dbus::ObjectPath& object_path,
122 object_manager_->GetObjectProxy(object_path);
138 virtual void StopDiscovery(const dbus::ObjectPath& object_path,
146 object_manager_->GetObjectProxy(object_path);
162 virtual void RemoveDevice(const dbus::ObjectPath& object_path,
    [all...]
fake_bluetooth_adapter_client.h 16 #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,
gsm_sms_client.cc 41 const dbus::ObjectPath& object_path)
42 : proxy_(bus->GetObjectProxy(service_name, object_path)),
176 const dbus::ObjectPath& object_path,
178 GetProxy(service_name, object_path)->SetSmsReceivedHandler(handler);
184 const dbus::ObjectPath& object_path) OVERRIDE {
185 GetProxy(service_name, object_path)->ResetSmsReceivedHandler();
190 const dbus::ObjectPath& object_path,
193 GetProxy(service_name, object_path)->Delete(index, callback);
198 const dbus::ObjectPath& object_path,
201 GetProxy(service_name, object_path)->Get(index, callback)
    [all...]
  /external/chromium_org/device/bluetooth/
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...]

Completed in 352 milliseconds

1 2 3 4