Searched refs:object_path (Results 1 - 25 of 136) sorted by relevance

123456

/external/chromium_org/dbus/
H A Dmock_exported_object.cc10 const ObjectPath& object_path)
11 : ExportedObject(bus, object_path) {
9 MockExportedObject(Bus* bus, const ObjectPath& object_path) argument
H A Dmock_object_manager.cc11 const ObjectPath& object_path)
12 : ObjectManager(bus, service_name, object_path) {
9 MockObjectManager(Bus* bus, const std::string& service_name, const ObjectPath& object_path) argument
H A Dmock_object_proxy.cc11 const ObjectPath& object_path)
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
9 MockObjectProxy(Bus* bus, const std::string& service_name, const ObjectPath& object_path) argument
/external/chromium_org/chromeos/dbus/
H A Dfake_introspectable_client.cc9 #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);
19 Introspect(const std::string& service_name, const dbus::ObjectPath& object_path, const IntrospectCallback& callback) argument
H A Dnfc_client_helpers.cc52 const dbus::ObjectPath& object_path = iter->first; local
54 delegate_->ObjectRemoved(object_path);
60 const dbus::ObjectPath& object_path) {
61 return GetObjectPropertyPair(object_path).first;
65 const dbus::ObjectPath& object_path) {
66 return GetObjectPropertyPair(object_path).second;
80 const dbus::ObjectPath &object_path = *iter; local
81 AddObject(object_path);
85 object_path_set.insert(object_path_set_iter, object_path);
93 const dbus::ObjectPath &object_path local
59 GetObjectProxy( const dbus::ObjectPath& object_path) argument
64 GetObjectProperties( const dbus::ObjectPath& object_path) argument
100 AddObject(const dbus::ObjectPath& object_path) argument
122 RemoveObject(const dbus::ObjectPath& object_path) argument
141 RefreshProperties(const dbus::ObjectPath& object_path) argument
150 const dbus::ObjectPath& object_path = iter->first; local
159 const dbus::ObjectPath& object_path = iter->first; local
165 GetObjectPropertyPair( const dbus::ObjectPath& object_path) argument
193 CreateObjectMap(const dbus::ObjectPath& object_path, const std::string& service_name, DBusObjectMap::Delegate* delegate, dbus::Bus* bus) argument
207 RemoveObjectMap(const dbus::ObjectPath& object_path) argument
217 GetObjectMap( const dbus::ObjectPath& object_path) argument
[all...]
H A Dnfc_record_client.cc90 const dbus::ObjectPath& object_path) OVERRIDE {
92 devices_and_tags_to_object_maps_.FindObjectProperties(object_path));
109 virtual void DeviceAdded(const dbus::ObjectPath& object_path) OVERRIDE {
111 << "device: " << object_path.value();
113 object_path, nfc_record::kNfcRecordServiceName, this, bus_);
117 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE {
124 << "device: " << object_path.value();
125 devices_and_tags_to_object_maps_.RemoveObjectMap(object_path);
130 const dbus::ObjectPath& object_path,
135 device_client_->GetProperties(object_path);
229 OnPropertyChanged(const dbus::ObjectPath& object_path, const std::string& property_name) argument
239 OnPropertiesReceived(const dbus::ObjectPath& object_path) argument
[all...]
H A Dfake_bluetooth_input_client.cc15 #include "dbus/object_path.h"
71 FakeBluetoothInputClient::GetProperties(const dbus::ObjectPath& object_path) { argument
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));
93 if (object_path.value() == FakeBluetoothDeviceClient::kDisplayPasskeyPath ||
94 object_path.value() ==
103 properties_map_[object_path] = properties;
106 InputAdded(object_path));
78 AddInputDevice( const dbus::ObjectPath& object_path) argument
109 RemoveInputDevice( const dbus::ObjectPath& object_path) argument
123 OnPropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
[all...]
H A Dfake_bluetooth_gatt_manager_client.cc86 ServiceMap::iterator iter = service_map_.find(provider->object_path());
89 << "object path: " << provider->object_path().value();
92 service_map_[provider->object_path()] = std::make_pair(false, provider);
99 characteristic_map_.find(provider->object_path());
102 << "object path: " << provider->object_path().value();
105 characteristic_map_[provider->object_path()] = provider;
112 descriptor_map_.find(provider->object_path());
115 << "object path: " << provider->object_path().value();
118 descriptor_map_[provider->object_path()] = provider;
124 service_map_.find(provider->object_path());
[all...]
H A Dbluetooth_gatt_service_client.cc69 const dbus::ObjectPath& object_path) OVERRIDE {
73 object_path,
80 const dbus::ObjectPath& object_path,
87 object_path));
92 virtual void ObjectAdded(const dbus::ObjectPath& object_path,
94 VLOG(2) << "Remote GATT service added: " << object_path.value();
96 GattServiceAdded(object_path));
100 virtual void ObjectRemoved(const dbus::ObjectPath& object_path,
102 VLOG(2) << "Remote GATT service removed: " << object_path.value();
104 GattServiceRemoved(object_path));
122 OnPropertyChanged(const dbus::ObjectPath& object_path, const std::string& property_name) argument
[all...]
H A Dnfc_tag_client.cc78 const dbus::ObjectPath& object_path) OVERRIDE {
80 adapters_to_object_maps_.FindObjectProperties(object_path));
85 const dbus::ObjectPath& object_path,
90 adapters_to_object_maps_.FindObjectProxy(object_path);
94 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
210 OnPropertyChanged(const dbus::ObjectPath& object_path, const std::string& property_name) argument
220 OnPropertiesReceived(const dbus::ObjectPath& object_path) argument
[all...]
H A Dbluetooth_input_client.h15 #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) {} argument
45 // Called when the remote device with object path |object_path| is removed
48 virtual void InputRemoved(const dbus::ObjectPath& object_path) {} argument
50 // Called when the device with object path |object_path| has a
53 virtual void InputPropertyChanged(const dbus::ObjectPath& object_path, argument
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)
[all...]
H A Dfake_modem_messaging_client.h22 const dbus::ObjectPath& object_path,
26 const dbus::ObjectPath& object_path)
29 const dbus::ObjectPath& object_path,
33 const dbus::ObjectPath& object_path,
H A Dnfc_client_helpers.h19 #include "dbus/object_path.h"
71 // |object_path|.
72 virtual void ObjectAdded(const dbus::ObjectPath& object_path) {} argument
75 // |object_path|. The object proxy will still be valid before this method
79 virtual void ObjectRemoved(const dbus::ObjectPath& object_path) {} argument
94 // Returns the object proxy for object path |object_path|. If no object proxy
95 // exists for |object_path|, returns NULL.
96 dbus::ObjectProxy* GetObjectProxy(const dbus::ObjectPath& object_path);
99 // |object_path|. If no properties structure exists for |object_path|,
[all...]
H A Dfake_bluetooth_device_client.h18 #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,
73 const dbus::ObjectPath& object_path,
77 const dbus::ObjectPath& object_path,
[all...]
H A Dfake_gsm_sms_client.h13 #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;
H A Dgsm_sms_client.h45 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;
H A Dnfc_tag_client.h18 #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) {} argument
61 // Called when a remote NFC tag with the object path |object_path| is
63 virtual void TagRemoved(const dbus::ObjectPath& object_path) {} argument
66 // object path |object_path| has acquired a new value.
67 virtual void TagPropertyChanged(const dbus::ObjectPath& object_path, argument
70 // Called when all properties for the tag with object path |object_path|
77 virtual void TagPropertiesReceived(const dbus::ObjectPath& object_path) {} argument
83 // |object_path| paramete
[all...]
H A Dbluetooth_input_client.cc14 #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, argument
[all...]
H A Dnfc_device_client.cc75 const dbus::ObjectPath& object_path) OVERRIDE {
77 adapters_to_object_maps_.FindObjectProperties(object_path));
82 const dbus::ObjectPath& object_path,
87 adapters_to_object_maps_.FindObjectProxy(object_path);
92 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
198 OnPropertyChanged(const dbus::ObjectPath& object_path, const std::string& property_name) argument
[all...]
H A Dfake_bluetooth_gatt_descriptor_client.cc87 const dbus::ObjectPath& object_path) {
88 PropertiesMap::const_iterator iter = properties_.find(object_path);
95 const dbus::ObjectPath& object_path,
98 PropertiesMap::iterator iter = properties_.find(object_path);
108 const dbus::ObjectPath& object_path,
112 if (properties_.find(object_path) == properties_.end()) {
134 dbus::ObjectPath object_path(
137 DCHECK(object_path.IsValid());
138 PropertiesMap::const_iterator iter = properties_.find(object_path);
140 VLOG(1) << "Descriptor already exposed: " << object_path
86 GetProperties( const dbus::ObjectPath& object_path) argument
94 ReadValue( const dbus::ObjectPath& object_path, const ValueCallback& callback, const ErrorCallback& error_callback) argument
107 WriteValue( const dbus::ObjectPath& object_path, const std::vector<uint8>& value, const base::Closure& callback, const ErrorCallback& error_callback) argument
178 OnPropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
188 NotifyDescriptorAdded( const dbus::ObjectPath& object_path) argument
194 NotifyDescriptorRemoved( const dbus::ObjectPath& object_path) argument
[all...]
H A Dbluetooth_gatt_characteristic_client.h14 #include "dbus/object_path.h"
56 // Called when the GATT characteristic with object path |object_path| is
58 virtual void GattCharacteristicAdded(const dbus::ObjectPath& object_path) {} argument
60 // Called when the GATT characteristic with object path |object_path| is
63 const dbus::ObjectPath& object_path) {}
65 // Called when the GATT characteristic with object path |object_path| has a
68 const dbus::ObjectPath& object_path,
72 // characteristic with object path |object_path| with characteristic value
75 const dbus::ObjectPath& object_path,
87 // Check the |object_path| paramete
62 GattCharacteristicRemoved( const dbus::ObjectPath& object_path) argument
67 GattCharacteristicPropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
74 GattCharacteristicValueUpdated( const dbus::ObjectPath& object_path, const std::vector<uint8>& value) argument
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_peer_chromeos.cc28 NfcPeerChromeOS::NfcPeerChromeOS(const dbus::ObjectPath& object_path) argument
29 : object_path_(object_path),
109 void NfcPeerChromeOS::RecordAdded(const dbus::ObjectPath& object_path) { argument
113 VLOG(1) << "Record added: " << object_path.value() << ". Waiting until "
117 void NfcPeerChromeOS::RecordRemoved(const dbus::ObjectPath& object_path) { argument
118 NdefRecordMap::iterator iter = records_.find(object_path);
121 VLOG(1) << "Lost remote NDEF record object: " << object_path.value()
130 const dbus::ObjectPath& object_path) {
131 VLOG(1) << "Record properties received for: " << object_path.value();
140 if (*iter == object_path) {
129 RecordPropertiesReceived( const dbus::ObjectPath& object_path) argument
166 AddRecord(const dbus::ObjectPath& object_path) argument
[all...]
H A Dnfc_tag_technology_chromeos.cc25 object_path_(tag->object_path()),
98 const dbus::ObjectPath& object_path) {
102 VLOG(1) << "Record added: " << object_path.value() << ". Waiting until "
107 const dbus::ObjectPath& object_path) {
108 NdefRecordMap::iterator iter = records_.find(object_path);
111 VLOG(1) << "Lost remote NDEF record object: " << object_path.value()
120 const dbus::ObjectPath& object_path) {
121 VLOG(1) << "Record properties received for: " << object_path.value();
130 if (*iter == object_path) {
136 VLOG(1) << "Record \"" << object_path
97 RecordAdded( const dbus::ObjectPath& object_path) argument
106 RecordRemoved( const dbus::ObjectPath& object_path) argument
119 RecordPropertiesReceived( const dbus::ObjectPath& object_path) argument
157 AddRecord( const dbus::ObjectPath& object_path) argument
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_connection_chromeos.cc18 const dbus::ObjectPath& object_path)
22 object_path_(object_path) {
77 const dbus::ObjectPath& object_path) {
78 if (object_path != object_path_)
85 const dbus::ObjectPath& object_path,
87 if (object_path != object_path_)
15 BluetoothGattConnectionChromeOS( scoped_refptr<device::BluetoothAdapter> adapter, const std::string& device_address, const dbus::ObjectPath& object_path) argument
76 DeviceRemoved( const dbus::ObjectPath& object_path) argument
84 DevicePropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
H A Dbluetooth_remote_gatt_service_chromeos.cc21 const dbus::ObjectPath& object_path)
22 : object_path_(object_path),
28 << object_path.value() << ", UUID: " << GetUUID().canonical_value();
195 const dbus::ObjectPath& object_path,
197 if (object_path != object_path_)
201 << object_path.value();
204 object_path);
216 << object_path.value();
223 const dbus::ObjectPath& object_path) {
224 if (characteristics_.find(object_path) !
18 BluetoothRemoteGattServiceChromeOS( BluetoothAdapterChromeOS* adapter, BluetoothDeviceChromeOS* device, const dbus::ObjectPath& object_path) argument
194 GattServicePropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
222 GattCharacteristicAdded( const dbus::ObjectPath& object_path) argument
252 GattCharacteristicRemoved( const dbus::ObjectPath& object_path) argument
273 GattCharacteristicPropertyChanged( const dbus::ObjectPath& object_path, const std::string& property_name) argument
[all...]

Completed in 3893 milliseconds

123456