Searched defs:object_path_ (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.h58 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothAgentServiceProvider
H A Dfake_bluetooth_profile_service_provider.h46 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothProfileServiceProvider
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 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
H A Dshill_client_unittest_base.h218 const dbus::ObjectPath object_path_; member in class:chromeos::ShillClientUnittestBase
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 Dbluetooth_profile_service_provider.cc33 object_path_(object_path),
35 VLOG(1) << "Creating Bluetooth Profile: " << object_path_.value();
37 exported_object_ = bus_->GetExportedObject(object_path_);
73 VLOG(1) << "Cleaning up Bluetooth Profile: " << object_path_.value();
76 bus_->UnregisterExportedObject(object_path_);
230 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothProfileServiceProviderImpl
H A Dbluetooth_agent_service_provider.cc33 object_path_(object_path),
35 VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value();
37 exported_object_ = bus_->GetExportedObject(object_path_);
113 VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value();
116 bus_->UnregisterExportedObject(object_path_);
447 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothAgentServiceProviderImpl
H A Dbluetooth_gatt_characteristic_service_provider.cc45 object_path_(object_path),
53 DCHECK(object_path_.IsValid());
56 object_path_.value(), service_path_.value() + "/", true));
58 exported_object_ = bus_->GetExportedObject(object_path_);
87 << object_path_.value();
88 bus_->UnregisterExportedObject(object_path_);
135 << object_path_.value();
206 << object_path_.value();
285 << object_path_.value();
430 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothGattCharacteristicServiceProviderImpl
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_connection_chromeos.h59 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothGattConnectionChromeOS
H A Dbluetooth_device_chromeos.h103 const dbus::ObjectPath& object_path() const { return object_path_; }
181 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothDeviceChromeOS
H A Dbluetooth_gatt_notify_session_chromeos.h71 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothGattNotifySessionChromeOS
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_remote_gatt_service_chromeos.h64 const dbus::ObjectPath& object_path() const { return object_path_; }
124 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothRemoteGattServiceChromeOS
H A Dbluetooth_adapter_chromeos.h110 const dbus::ObjectPath& object_path() const { return object_path_; }
259 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothAdapterChromeOS
H A Dbluetooth_remote_gatt_characteristic_chromeos.h74 const dbus::ObjectPath& object_path() const { return object_path_; }
130 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
H A Dbluetooth_socket_chromeos.h79 const dbus::ObjectPath& object_path() const { return object_path_; }
176 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothSocketChromeOS
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.h99 dbus::ObjectPath object_path_; member in class:chromeos::NfcAdapterChromeOS
H A Dnfc_peer_chromeos.h61 dbus::ObjectPath object_path_; member in class:chromeos::NfcPeerChromeOS
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.h76 dbus::ObjectPath object_path_; member in class:chromeos::NfcNdefTagTechnologyChromeOS
/external/chromium_org/dbus/
H A Dexported_object.h169 ObjectPath object_path_; member in class:dbus::ExportedObject
H A Dobject_manager.h321 ObjectPath object_path_; member in class:dbus::ObjectManager
H A Dobject_proxy.h181 const ObjectPath& object_path() const { return object_path_; }
298 ObjectPath object_path_; member in class:dbus::ObjectProxy

Completed in 187 milliseconds

12