Searched refs:object_path_ (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_service_provider.cc16 : object_path_(object_path),
18 VLOG(1) << "Creating Bluetooth Profile: " << object_path_.value();
27 VLOG(1) << "Cleaning up Bluetooth Profile: " << object_path_.value();
36 VLOG(1) << object_path_.value() << ": Release";
45 VLOG(1) << object_path_.value() << ": NewConnection for "
53 VLOG(1) << object_path_.value() << ": RequestDisconnection for "
59 VLOG(1) << object_path_.value() << ": Cancel";
H A Dfake_bluetooth_agent_service_provider.cc16 : object_path_(object_path),
18 VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value();
27 VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value();
36 VLOG(1) << object_path_.value() << ": Release";
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
51 VLOG(1) << object_path_.value() << ": DisplayPincode " << pincode << " for "
59 VLOG(1) << object_path_.value() << ": RequestPasskey for "
67 VLOG(1) << object_path_.value() << ": DisplayPasskey " << passkey
76 VLOG(1) << object_path_.value() << ": RequestConfirmation " << passkey
84 VLOG(1) << object_path_
[all...]
H A Dfake_bluetooth_gatt_service_service_provider.cc18 : object_path_(object_path),
21 VLOG(1) << "Creating Bluetooth GATT service: " << object_path_.value();
31 VLOG(1) << "Cleaning up Bluetooth GATT service: " << object_path_.value();
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc22 : object_path_(object_path),
26 VLOG(1) << "Creating Bluetooth GATT characteristic: " << object_path_.value();
28 DCHECK(object_path_.IsValid());
33 object_path_.value(), service_path_.value() + "/", true));
47 << object_path_.value();
58 VLOG(1) << "Sent characteristic value changed: " << object_path_.value()
65 VLOG(1) << "GATT characteristic value Get request: " << object_path_.value()
87 VLOG(1) << "GATT characteristic value Set request: " << object_path_.value()
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc22 : object_path_(object_path),
26 VLOG(1) << "Creating Bluetooth GATT descriptor: " << object_path_.value();
28 DCHECK(object_path_.IsValid());
33 object_path_.value(), characteristic_path_.value() + "/", true));
47 << object_path_.value();
58 VLOG(1) << "Sent descriptor value changed: " << object_path_.value()
65 VLOG(1) << "GATT descriptor value Get request: " << object_path_.value()
96 VLOG(1) << "GATT descriptor value Set request: " << object_path_.value()
H A Dfake_bluetooth_gatt_service_service_provider.h29 const dbus::ObjectPath& object_path() const { return object_path_; }
34 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothGattServiceServiceProvider
H A Dbluetooth_gatt_service_service_provider.cc39 object_path_(object_path),
41 VLOG(1) << "Creating Bluetooth GATT service: " << object_path_.value()
44 DCHECK(object_path_.IsValid());
47 exported_object_ = bus_->GetExportedObject(object_path_);
75 VLOG(1) << "Cleaning up Bluetooth GATT service: " << object_path_.value();
76 bus_->UnregisterExportedObject(object_path_);
90 << object_path_.value();
152 << object_path_.value();
169 << object_path_.value();
244 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothGattServiceServiceProviderImpl
[all...]
H A Dfake_bluetooth_profile_service_provider.h46 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothProfileServiceProvider
H A Dfake_bluetooth_agent_manager_client.cc35 } else if (service_provider_->object_path_ != agent_path) {
51 } else if (service_provider_->object_path_ != agent_path) {
H A Dfake_bluetooth_gatt_characteristic_service_provider.h44 const dbus::ObjectPath& object_path() const { return object_path_; }
50 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
H A Dfake_bluetooth_gatt_descriptor_service_provider.h43 const dbus::ObjectPath& object_path() const { return object_path_; }
51 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_connection_chromeos.cc22 object_path_(object_path) {
25 DCHECK(object_path_.IsValid());
50 GetProperties(object_path_);
78 if (object_path != object_path_)
87 if (object_path != object_path_)
95 GetProperties(object_path_);
H A Dbluetooth_gatt_notify_session_chromeos.cc28 object_path_(characteristic_path) {
33 DCHECK(object_path_.IsValid());
67 ->GetProperties(object_path_);
103 if (object_path != object_path_)
112 if (object_path != object_path_)
121 ->GetProperties(object_path_);
H A Dbluetooth_device_chromeos.cc129 object_path_(object_path),
166 GetProperties(object_path_);
175 GetProperties(object_path_);
184 GetProperties(object_path_);
193 ParseModalias(object_path_, &vendor_id_source, NULL, NULL, NULL);
199 ParseModalias(object_path_, NULL, &vendor_id, NULL, NULL);
205 ParseModalias(object_path_, NULL, NULL, &product_id, NULL);
211 ParseModalias(object_path_, NULL, NULL, NULL, &device_id);
218 object_path_);
233 object_path_);
[all...]
H A Dbluetooth_socket_chromeos.cc83 DCHECK(object_path_.value().empty());
99 DCHECK(object_path_.value().empty());
125 DCHECK(object_path_.value().empty());
222 DCHECK(object_path_.value().empty());
232 object_path_ = dbus::ObjectPath("/org/chromium/bluetooth_profile/" +
235 object_path_ = dbus::ObjectPath("/org/chromium/bluetooth_profile/" +
242 system_bus, object_path_, this));
249 VLOG(1) << object_path_.value() << ": Delaying profile registration.";
254 VLOG(1) << object_path_.value() << ": Registering profile.";
257 object_path_,
[all...]
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc34 : object_path_(object_path),
46 return object_path_.value();
52 GetProperties(object_path_);
86 object_path_,
105 object_path_,
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc39 : object_path_(object_path),
82 return object_path_.value();
89 GetProperties(object_path_);
112 GetProperties(object_path_);
156 ->GetProperties(object_path_);
201 object_path_,
219 object_path_,
255 object_path_));
271 object_path_,
308 object_path_,
[all...]
H A Dbluetooth_remote_gatt_descriptor_chromeos.h50 const dbus::ObjectPath& object_path() const { return object_path_; }
72 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothRemoteGattDescriptorChromeOS
H A Dbluetooth_adapter_chromeos.cc131 GetProperties(object_path_);
143 GetProperties(object_path_);
156 GetProperties(object_path_)->alias.Set(
169 return !object_path_.value().empty();
178 GetProperties(object_path_);
191 GetProperties(object_path_)->powered.Set(
205 GetProperties(object_path_);
218 GetProperties(object_path_)->discoverable.Set(
232 GetProperties(object_path_);
242 VLOG(1) << object_path_
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_tag_chromeos.cc53 : object_path_(object_path),
72 return object_path_.value();
76 DCHECK(object_path_.IsValid());
79 GetProperties(object_path_)->type.value());
83 DCHECK(object_path_.IsValid());
85 GetProperties(object_path_)->read_only.value();
89 DCHECK(object_path_.IsValid());
92 GetProperties(object_path_)->protocol.value());
135 if (object_path != object_path_)
139 DBusThreadManager::Get()->GetNfcTagClient()->GetProperties(object_path_);
[all...]
H A Dnfc_adapter_chromeos.cc55 return !object_path_.value().empty();
62 GetProperties(object_path_)->powered.value();
69 GetProperties(object_path_)->polling.value();
85 GetProperties(object_path_)->powered.Set(
97 StartPollLoop(object_path_,
110 StopPollLoop(object_path_,
126 if (object_path != object_path_)
152 if (object_path != object_path_)
156 GetProperties(object_path_);
175 GetDevicesForAdapter(object_path_);
[all...]
H A Dnfc_peer_chromeos.cc29 : object_path_(object_path),
34 GetRecordsForDevice(object_path_);
58 return object_path_.value();
90 object_path_,
137 GetRecordsForDevice(object_path_);
161 LOG(ERROR) << object_path_.value() << ": Failed to Push NDEF message: "
H A Dnfc_tag_chromeos.h44 const dbus::ObjectPath& object_path() const { return object_path_; }
53 dbus::ObjectPath object_path_; member in class:chromeos::NfcTagChromeOS
H A Dnfc_tag_technology_chromeos.cc25 object_path_(tag->object_path()),
31 GetRecordsForTag(object_path_);
89 object_path_,
127 GetRecordsForTag(object_path_);
152 LOG(ERROR) << object_path_.value() << ": Failed to Push NDEF message: "
/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler.cc71 dbus::ObjectPath object_path_; member in class:chromeos::NetworkSmsHandler::ModemManagerNetworkSmsDeviceHandler
86 object_path_(object_path),
91 service_name_, object_path_,
97 service_name_, object_path_,
105 service_name_, object_path_);
137 service_name_, object_path_, index,
151 service_name_, object_path_, index,
194 dbus::ObjectPath object_path_; member in class:chromeos::NetworkSmsHandler::ModemManager1NetworkSmsDeviceHandler
211 object_path_(object_path),
217 service_name_, object_path_,
[all...]

Completed in 293 milliseconds

12