HomeSort by relevance Sort by last modified time
    Searched refs:uuid_ (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_service_service_provider.h 30 const std::string& uuid() const { return uuid_; }
37 std::string uuid_; member in class:chromeos::FakeBluetoothGattServiceServiceProvider
fake_bluetooth_gatt_characteristic_service_provider.h 45 const std::string& uuid() const { return uuid_; }
53 std::string uuid_; member in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
fake_bluetooth_gatt_descriptor_service_provider.h 44 const std::string& uuid() const { return uuid_; }
54 std::string uuid_; member in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
fake_bluetooth_gatt_characteristic_service_provider.cc 23 uuid_(uuid),
59 << " UUID: " << uuid_;
66 << " UUID: " << uuid_;
88 << " UUID: " << uuid_;
fake_bluetooth_gatt_descriptor_service_provider.cc 23 uuid_(uuid),
59 << " UUID: " << uuid_;
66 << " UUID: " << uuid_;
97 << " UUID: " << uuid_;
fake_bluetooth_gatt_service_service_provider.cc 19 uuid_(uuid),
bluetooth_gatt_service_service_provider.cc 36 uuid_(uuid),
43 DCHECK(!uuid_.empty());
136 variant_writer.AppendString(uuid_);
205 dict_entry_writer.AppendVariantOfString(uuid_);
232 std::string uuid_; member in class:chromeos::BluetoothGattServiceServiceProviderImpl
bluetooth_gatt_characteristic_service_provider.cc 42 uuid_(uuid),
52 DCHECK(!uuid_.empty());
184 variant_writer.AppendString(uuid_);
351 dict_entry_writer.AppendVariantOfString(uuid_);
417 std::string uuid_; member in class:chromeos::BluetoothGattCharacteristicServiceProviderImpl
bluetooth_gatt_descriptor_service_provider.cc 40 uuid_(uuid),
50 DCHECK(!uuid_.empty());
181 variant_writer.AppendString(uuid_);
348 dict_entry_writer.AppendVariantOfString(uuid_);
414 std::string uuid_; member in class:chromeos::BluetoothGattDescriptorServiceProviderImpl
cros_disks_client.h 165 const std::string& uuid() const { return uuid_; }
189 std::string uuid_; member in class:chromeos::DiskInfo
cros_disks_client.cc 791 properties->GetStringWithoutPathExpansion(cros_disks::kIdUuid, &uuid_);
  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win.h 37 const BluetoothUUID& uuid() const { return uuid_; }
50 BluetoothUUID uuid_; member in class:device::BluetoothServiceRecordWin
bluetooth_service_record_win.cc 131 uuid_(gatt_uuid),
150 ExtractUuid(uuid_data, &uuid_);
158 uuid_ == other.uuid_ && supports_rfcomm_ == other.supports_rfcomm_ &&
bluetooth_socket_chromeos.cc 109 uuid_ = uuid;
136 uuid_ = uuid;
230 base::ReplaceChars(uuid_.canonical_value(), ":-", "_", &uuid_path);
258 uuid_.canonical_value(),
280 uuid_.canonical_value(),
337 uuid_.canonical_value(),
452 client_socket->uuid_ = uuid_;
bluetooth_socket_mac.h 166 device::BluetoothUUID uuid_; member in class:device::BluetoothSocketMac
bluetooth_socket_chromeos.h 170 device::BluetoothUUID uuid_; member in class:chromeos::BluetoothSocketChromeOS
  /external/chromium_org/content/browser/indexed_db/
indexed_db_blob_info.cc 21 uuid_(uuid),
38 uuid_(uuid),
60 DCHECK(uuid_.empty());
61 uuid_ = uuid;
62 DCHECK(!uuid_.empty());
indexed_db_blob_info.h 39 const std::string& uuid() const { return uuid_; }
61 std::string uuid_; // Always for Blob; sometimes for File. member in class:content::IndexedDBBlobInfo
  /external/chromium_org/storage/common/blob/
blob_data.h 47 const std::string& uuid() const { return uuid_; }
67 std::string uuid_; member in class:storage::BlobData
blob_data.cc 16 : uuid_(uuid) {
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.cc 49 uuid_(uuid),
74 uuid_ = uuid;
88 uuid_ = uuid;
bluetooth_api_socket.h 89 const device::BluetoothUUID& uuid() const { return uuid_; }
137 device::BluetoothUUID uuid_; member in class:extensions::BluetoothApiSocket
  /external/chromium_org/components/proximity_auth/
bluetooth_connection.h 72 const device::BluetoothUUID uuid_; member in class:proximity_auth::BluetoothConnection
bluetooth_connection.cc 24 : Connection(remote_device), uuid_(uuid), weak_ptr_factory_(this) {
133 uuid_,
bluetooth_connection_unittest.cc 110 uuid_(kUuid) {
124 EXPECT_CALL(*connection, ConnectToService(&device_, uuid_, _, _));
168 device::BluetoothUUID uuid_; member in class:proximity_auth::ProximityAuthBluetoothConnectionTest
264 EXPECT_CALL(connection, ConnectToService(&device_, uuid_, _, _))
385 EXPECT_CALL(connection, ConnectToService(&device_, uuid_, _, _))

Completed in 355 milliseconds