Searched defs:uuid_ (Results 1 - 15 of 15) 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.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
/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_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_, _, _))
/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_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/content/browser/indexed_db/
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/storage/common/blob/
H A Dblob_data.h47 const std::string& uuid() const { return uuid_; }
67 std::string uuid_; member in class:storage::BlobData
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_api_socket.h89 const device::BluetoothUUID& uuid() const { return uuid_; }
137 device::BluetoothUUID uuid_; member in class:extensions::BluetoothApiSocket

Completed in 208 milliseconds