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

1 2 3 4 5 6 7

  /external/chromium_org/chromeos/dbus/
fake_introspectable_client.cc 9 #include "dbus/object_path.h"
20 const dbus::ObjectPath& object_path,
22 VLOG(1) << "Introspect: " << service_name << " " << object_path.value();
23 callback.Run(service_name, object_path, "", false);
nfc_record_client.cc 76 const dbus::ObjectPath& object_path) OVERRIDE {
78 devices_and_tags_to_object_maps_.FindObjectProperties(object_path));
95 virtual void DeviceAdded(const dbus::ObjectPath& object_path) OVERRIDE {
97 << "device: " << object_path.value();
99 object_path, nfc_record::kNfcRecordServiceName, this, bus_);
103 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE {
110 << "device: " << object_path.value();
111 devices_and_tags_to_object_maps_.RemoveObjectMap(object_path);
116 const dbus::ObjectPath& object_path,
121 device_client_->GetProperties(object_path);
    [all...]
fake_bluetooth_input_client.cc 15 #include "dbus/object_path.h"
71 FakeBluetoothInputClient::GetProperties(const dbus::ObjectPath& object_path) {
72 PropertiesMap::iterator iter = properties_map_.find(object_path);
79 const dbus::ObjectPath& object_path) {
80 if (properties_map_.find(object_path) != properties_map_.end())
86 object_path));
90 if (object_path.value() == FakeBluetoothDeviceClient::kMotorolaKeyboardPath ||
91 object_path.value() == FakeBluetoothDeviceClient::kMicrosoftMousePath) {
99 properties_map_[object_path] = properties;
102 InputAdded(object_path));
    [all...]
bluetooth_input_client.h 15 #include "dbus/object_path.h"
40 // Called when the remote device with object path |object_path| implementing
43 virtual void InputAdded(const dbus::ObjectPath& object_path) {}
45 // Called when the remote device with object path |object_path| is removed
48 virtual void InputRemoved(const dbus::ObjectPath& object_path) {}
50 // Called when the device with object path |object_path| has a
53 virtual void InputPropertyChanged(const dbus::ObjectPath& object_path,
60 // devices. Check the |object_path| parameter of observer methods to
65 // Obtain the properties for the device with object path |object_path|,
67 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
nfc_client_helpers.cc 101 const dbus::ObjectPath& object_path = iter->first; local
103 delegate_->ObjectRemoved(object_path);
109 const dbus::ObjectPath& object_path) {
110 return GetObjectPropertyPair(object_path).first;
114 const dbus::ObjectPath& object_path) {
115 return GetObjectPropertyPair(object_path).second;
129 const dbus::ObjectPath &object_path = *iter; local
130 AddObject(object_path);
134 object_path_set.insert(object_path_set_iter, object_path);
142 const dbus::ObjectPath &object_path = iter->first local
199 const dbus::ObjectPath& object_path = iter->first; local
208 const dbus::ObjectPath& object_path = iter->first; local
    [all...]
fake_gsm_sms_client.h 13 #include "dbus/object_path.h"
26 const dbus::ObjectPath& object_path,
30 const dbus::ObjectPath& object_path)
33 const dbus::ObjectPath& object_path,
37 const dbus::ObjectPath& object_path,
41 const dbus::ObjectPath& object_path,
44 const dbus::ObjectPath& object_path) OVERRIDE;
fake_bluetooth_device_client.h 18 #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...]
nfc_device_client.h 18 #include "dbus/object_path.h"
46 // Called when a remote NFC device with the object |object_path| is added
48 virtual void DeviceAdded(const dbus::ObjectPath& object_path) {}
50 // Called when a remote NFC device with the object path |object_path| is
52 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {}
55 // with object path |object_path| has acquired a new value.
56 virtual void DevicePropertyChanged(const dbus::ObjectPath& object_path,
63 // |object_path| parameter of observer methods to determine which device is
68 // Obtain the properties for the NFC device with object path |object_path|;
70 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
nfc_tag_client.h 18 #include "dbus/object_path.h"
57 // Called when a remote NFC tag with the object path |object_path| is added
59 virtual void TagAdded(const dbus::ObjectPath& object_path) {}
61 // Called when a remote NFC tag with the object path |object_path| is
63 virtual void TagRemoved(const dbus::ObjectPath& object_path) {}
66 // object path |object_path| has acquired a new value.
67 virtual void TagPropertyChanged(const dbus::ObjectPath& object_path,
74 // |object_path| parameter of observer methods to determine which tag is
79 // Obtain the properties for the NFC tag with object path |object_path|; any
81 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
nfc_tag_client.cc 67 const dbus::ObjectPath& object_path) OVERRIDE {
69 adapters_to_object_maps_.FindObjectProperties(object_path));
74 const dbus::ObjectPath& object_path,
79 adapters_to_object_maps_.FindObjectProxy(object_path);
83 object_path.value().c_str());
134 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE {
136 << "adapter: " << object_path.value();
138 object_path, nfc_tag::kNfcTagServiceName, this, bus_);
142 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) OVERRIDE {
149 << "adapter: " << object_path.value()
    [all...]
bluetooth_input_client.cc 14 #include "dbus/object_path.h"
61 const dbus::ObjectPath& object_path,
68 object_path));
73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
77 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"
86 // Called when the adapter with object path |object_path| is added to the
88 virtual void AdapterAdded(const dbus::ObjectPath& object_path) {}
90 // Called when the adapter with object path |object_path| is removed from
92 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) {}
94 // Called when the adapter with object path |object_path| has a
96 virtual void AdapterPropertyChanged(const dbus::ObjectPath& object_path,
103 // adapters. Check the |object_path| parameter of observer methods to
111 // Obtain the properties for the adapter with object path |object_path|,
113 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
bluetooth_device_client.h 16 #include "dbus/object_path.h"
93 // Called when the remote device with object path |object_path| is added
95 virtual void DeviceAdded(const dbus::ObjectPath& object_path) {}
97 // Called when the remote device with object path |object_path| is removed
99 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {}
101 // Called when the device with object path |object_path| has a
103 virtual void DevicePropertyChanged(const dbus::ObjectPath& object_path,
110 // devices. Check the |object_path| parameter of observer methods to
120 // Obtain the properties for the device with object path |object_path|,
122 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0
    [all...]
fake_bluetooth_device_client.cc 33 #include "dbus/object_path.h"
245 FakeBluetoothDeviceClient::GetProperties(const dbus::ObjectPath& object_path) {
246 PropertiesMap::iterator iter = properties_map_.find(object_path);
253 const dbus::ObjectPath& object_path,
256 VLOG(1) << "Connect: " << object_path.value();
257 Properties* properties = GetProperties(object_path);
266 object_path != dbus::ObjectPath(kMicrosoftMousePath)) {
271 object_path == dbus::ObjectPath(kUnconnectableDevicePath)) {
282 AddInputDeviceIfNeeded(object_path, properties);
286 const dbus::ObjectPath& object_path,
    [all...]
nfc_device_client.cc 64 const dbus::ObjectPath& object_path) OVERRIDE {
66 adapters_to_object_maps_.FindObjectProperties(object_path));
71 const dbus::ObjectPath& object_path,
76 adapters_to_object_maps_.FindObjectProxy(object_path);
81 object_path.value().c_str());
133 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE {
135 << "adapter: " << object_path.value();
137 object_path, nfc_device::kNfcDeviceServiceName, this, bus_);
141 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) OVERRIDE {
148 << "adapter: " << object_path.value()
    [all...]
fake_modem_messaging_client.h 22 const dbus::ObjectPath& object_path,
26 const dbus::ObjectPath& object_path)
29 const dbus::ObjectPath& object_path,
33 const dbus::ObjectPath& object_path,
nfc_adapter_client.cc 73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
76 object_map_->GetObjectProperties(object_path));
81 const dbus::ObjectPath& object_path,
85 dbus::ObjectProxy* object_proxy = object_map_->GetObjectProxy(object_path);
89 "exist.", object_path.value().c_str());
108 const dbus::ObjectPath& object_path,
111 dbus::ObjectProxy* object_proxy = object_map_->GetObjectProxy(object_path);
115 "exist.", object_path.value().c_str());
169 object_proxy->object_path()));
173 virtual void ObjectAdded(const dbus::ObjectPath& object_path) OVERRIDE
    [all...]
nfc_client_helpers.h 19 #include "dbus/object_path.h"
77 // |object_path|.
78 virtual void ObjectAdded(const dbus::ObjectPath& object_path) {}
81 // |object_path|. The object proxy will still be valid before this method
85 virtual void ObjectRemoved(const dbus::ObjectPath& object_path) {}
100 // Returns the object proxy for object path |object_path|. If no object proxy
101 // exists for |object_path|, returns NULL.
102 dbus::ObjectProxy* GetObjectProxy(const dbus::ObjectPath& object_path);
105 // |object_path|. If no properties structure exists for |object_path|,
    [all...]
fake_bluetooth_input_client.h 12 #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,
  /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.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/device/nfc/
nfc_adapter_chromeos.h 13 #include "dbus/object_path.h"
54 virtual void AdapterAdded(const dbus::ObjectPath& object_path) OVERRIDE;
55 virtual void AdapterRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
57 const dbus::ObjectPath& object_path,
61 virtual void DeviceAdded(const dbus::ObjectPath& object_path) OVERRIDE;
62 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
63 virtual void DevicePropertyChanged(const dbus::ObjectPath& object_path,
67 virtual void TagAdded(const dbus::ObjectPath& object_path) OVERRIDE;
68 virtual void TagRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
69 virtual void TagPropertyChanged(const dbus::ObjectPath& object_path,
    [all...]

Completed in 891 milliseconds

1 2 3 4 5 6 7