HomeSort by relevance Sort by last modified time
    Searched defs:uuid_ (Results 1 - 13 of 13) 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
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 162 const std::string& uuid() const { return uuid_; }
185 std::string uuid_; member in class:chromeos::DiskInfo
  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win.h 33 const BluetoothUUID& uuid() const { return uuid_; }
46 BluetoothUUID uuid_; member in class:device::BluetoothServiceRecordWin
bluetooth_socket_chromeos.h 167 device::BluetoothUUID uuid_; member in class:chromeos::BluetoothSocketChromeOS
bluetooth_socket_mac.h 161 device::BluetoothUUID uuid_; member in class:device::BluetoothSocketMac
  /external/chromium_org/webkit/common/blob/
blob_data.h 47 const std::string& uuid() const { return uuid_; }
67 std::string uuid_; member in class:webkit_blob::BlobData
  /external/chromium_org/content/browser/indexed_db/
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/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_api_socket.h 89 const device::BluetoothUUID& uuid() const { return uuid_; }
137 device::BluetoothUUID uuid_; member in class:extensions::BluetoothApiSocket

Completed in 156 milliseconds