HomeSort by relevance Sort by last modified time
    Searched defs:object_path_ (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 58 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothAgentServiceProvider
fake_bluetooth_profile_service_provider.h 46 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothProfileServiceProvider
fake_bluetooth_gatt_service_service_provider.h 29 const dbus::ObjectPath& object_path() const { return object_path_; }
34 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothGattServiceServiceProvider
fake_bluetooth_gatt_characteristic_service_provider.h 44 const dbus::ObjectPath& object_path() const { return object_path_; }
50 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
fake_bluetooth_gatt_descriptor_service_provider.h 43 const dbus::ObjectPath& object_path() const { return object_path_; }
51 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
bluetooth_gatt_service_service_provider.cc 39 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...]
bluetooth_profile_service_provider.cc 33 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
shill_client_unittest_base.h 218 const dbus::ObjectPath object_path_; member in class:chromeos::ShillClientUnittestBase
bluetooth_agent_service_provider.cc 33 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
bluetooth_gatt_characteristic_service_provider.cc 45 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...]
bluetooth_gatt_descriptor_service_provider.cc 43 object_path_(object_path),
51 DCHECK(object_path_.IsValid());
54 object_path_.value(), characteristic_path_.value() + "/", true));
56 exported_object_ = bus_->GetExportedObject(object_path_);
85 << object_path_.value();
86 bus_->UnregisterExportedObject(object_path_);
132 << object_path_.value();
203 << object_path_.value();
282 << object_path_.value();
427 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothGattDescriptorServiceProviderImpl
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_connection_chromeos.h 59 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothGattConnectionChromeOS
bluetooth_remote_gatt_descriptor_chromeos.h 50 const dbus::ObjectPath& object_path() const { return object_path_; }
72 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothRemoteGattDescriptorChromeOS
bluetooth_device_chromeos.h 103 const dbus::ObjectPath& object_path() const { return object_path_; }
181 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothDeviceChromeOS
bluetooth_gatt_notify_session_chromeos.h 71 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothGattNotifySessionChromeOS
bluetooth_remote_gatt_characteristic_chromeos.h 74 const dbus::ObjectPath& object_path() const { return object_path_; }
130 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
bluetooth_remote_gatt_service_chromeos.h 64 const dbus::ObjectPath& object_path() const { return object_path_; }
124 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothRemoteGattServiceChromeOS
bluetooth_adapter_chromeos.h 110 const dbus::ObjectPath& object_path() const { return object_path_; }
259 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothAdapterChromeOS
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.h 99 dbus::ObjectPath object_path_; member in class:chromeos::NfcAdapterChromeOS
nfc_peer_chromeos.h 61 dbus::ObjectPath object_path_; member in class:chromeos::NfcPeerChromeOS
nfc_tag_chromeos.h 44 const dbus::ObjectPath& object_path() const { return object_path_; }
53 dbus::ObjectPath object_path_; member in class:chromeos::NfcTagChromeOS
nfc_tag_technology_chromeos.h 76 dbus::ObjectPath object_path_; member in class:chromeos::NfcNdefTagTechnologyChromeOS
  /external/chromium_org/dbus/
exported_object.h 169 ObjectPath object_path_; member in class:dbus::ExportedObject
object_manager.h 321 ObjectPath object_path_; member in class:dbus::ObjectManager
object_proxy.h 181 const ObjectPath& object_path() const { return object_path_; }
298 ObjectPath object_path_; member in class:dbus::ObjectProxy

Completed in 132 milliseconds

1 2