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

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_service_service_provider.h30 const std::string& uuid() const { return uuid_; }
37 std::string uuid_; member in class:chromeos::FakeBluetoothGattServiceServiceProvider
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc23 uuid_(uuid),
59 << " UUID: " << uuid_;
66 << " UUID: " << uuid_;
88 << " UUID: " << uuid_;
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc23 uuid_(uuid),
59 << " UUID: " << uuid_;
66 << " UUID: " << uuid_;
97 << " UUID: " << uuid_;
H A Dfake_bluetooth_gatt_service_service_provider.cc19 uuid_(uuid),
H A Dfake_bluetooth_gatt_characteristic_service_provider.h45 const std::string& uuid() const { return uuid_; }
53 std::string uuid_; member in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
H A Dfake_bluetooth_gatt_descriptor_service_provider.h44 const std::string& uuid() const { return uuid_; }
54 std::string uuid_; member in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
H A Dbluetooth_gatt_service_service_provider.cc36 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
H A Dbluetooth_gatt_characteristic_service_provider.cc42 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
H A Dbluetooth_gatt_descriptor_service_provider.cc40 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
H A Dcros_disks_client.h165 const std::string& uuid() const { return uuid_; }
189 std::string uuid_; member in class:chromeos::DiskInfo
H A Dcros_disks_client.cc791 properties->GetStringWithoutPathExpansion(cros_disks::kIdUuid, &uuid_);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.cc21 uuid_(uuid),
38 uuid_(uuid),
60 DCHECK(uuid_.empty());
61 uuid_ = uuid;
62 DCHECK(!uuid_.empty());
H A Dindexed_db_blob_info.h39 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/device/bluetooth/
H A Dbluetooth_service_record_win.h37 const BluetoothUUID& uuid() const { return uuid_; }
50 BluetoothUUID uuid_; member in class:device::BluetoothServiceRecordWin
H A Dbluetooth_service_record_win.cc131 uuid_(gatt_uuid),
150 ExtractUuid(uuid_data, &uuid_);
158 uuid_ == other.uuid_ && supports_rfcomm_ == other.supports_rfcomm_ &&
H A Dbluetooth_socket_chromeos.cc109 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_;
H A Dbluetooth_socket_chromeos.h170 device::BluetoothUUID uuid_; member in class:chromeos::BluetoothSocketChromeOS
H A Dbluetooth_socket_mac.h166 device::BluetoothUUID uuid_; member in class:device::BluetoothSocketMac
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_api_socket.cc49 uuid_(uuid),
74 uuid_ = uuid;
88 uuid_ = uuid;
H A Dbluetooth_api_socket.h89 const device::BluetoothUUID& uuid() const { return uuid_; }
137 device::BluetoothUUID uuid_; member in class:extensions::BluetoothApiSocket
/external/chromium_org/storage/common/blob/
H A Dblob_data.h47 const std::string& uuid() const { return uuid_; }
67 std::string uuid_; member in class:storage::BlobData
H A Dblob_data.cc16 : uuid_(uuid) {
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_connection.h72 const device::BluetoothUUID uuid_; member in class:proximity_auth::BluetoothConnection
H A Dbluetooth_connection.cc24 : Connection(remote_device), uuid_(uuid), weak_ptr_factory_(this) {
133 uuid_,
H A Dbluetooth_connection_unittest.cc110 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 2710 milliseconds