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

  /external/chromium_org/chrome/common/extensions/permissions/
bluetooth_permission_data.h 42 const std::string& uuid() const { return uuid_; }
46 std::string& uuid() { return uuid_; }
49 std::string uuid_; member in class:extensions::BluetoothPermissionData
bluetooth_permission_data.cc 25 const std::string& uuid) : uuid_(uuid) {
35 std::string canonical_uuid = device::bluetooth_utils::CanonicalUuid(uuid_);
43 result->SetString(kUuidKey, uuid_);
55 if (!dict_value->GetString(kUuidKey, &uuid_)) {
56 uuid_.clear();
65 return uuid_ < rhs.uuid_;
70 return uuid_ == rhs.uuid_;
  /external/chromium_org/device/bluetooth/
bluetooth_profile_win.cc 16 : BluetoothProfile(), uuid_(uuid), name_(name) {
35 const BluetoothServiceRecord* record = device->GetServiceRecord(uuid_);
bluetooth_service_record.h 30 const std::string& uuid() const { return uuid_; }
55 std::string uuid_; member in class:device::BluetoothServiceRecord
bluetooth_profile_mac.h 40 const std::string uuid_; member in class:device::BluetoothProfileMac
bluetooth_profile_win.h 31 const std::string uuid_; member in class:device::BluetoothProfileWin
bluetooth_profile_chromeos.h 45 const std::string& uuid() const { return uuid_; }
105 std::string uuid_; member in class:chromeos::BluetoothProfileChromeOS
bluetooth_service_record_win.cc 146 ExtractUuid(uuid_data, &uuid_);
bluetooth_profile_chromeos.cc 77 uuid_ = uuid;
  /external/chromium_org/webkit/common/blob/
blob_data.h 52 const std::string& uuid() const { return uuid_; }
72 std::string uuid_; member in class:webkit_blob::BlobData
blob_data.cc 16 : uuid_(uuid) {
  /external/chromium_org/media/base/android/
media_drm_bridge.h 66 std::vector<uint8> uuid_; member in class:media::MediaDrmBridge
media_drm_bridge.cc 155 : media_keys_id_(media_keys_id), uuid_(uuid), manager_(manager) {
165 if (!GetPsshData(init_data, init_data_length, uuid_, &pssh_data))
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 164 const std::string& uuid() const { return uuid_; }
187 std::string uuid_; member in class:chromeos::DiskInfo
cros_disks_client.cc 666 properties->GetStringWithoutPathExpansion(cros_disks::kIdUuid, &uuid_);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 136 uuid_ = device::bluetooth_utils::CanonicalUuid(params->profile.uuid);
138 if (GetEventRouter(profile())->HasProfile(uuid_)) {
175 BluetoothProfile::Register(uuid_, options, callback);
186 if (GetEventRouter(profile())->HasProfile(uuid_)) {
197 uuid_));
198 GetEventRouter(profile())->AddProfile(uuid_, bluetooth_profile);
bluetooth_api.h 77 std::string uuid_; member in class:extensions::api::BluetoothAddProfileFunction

Completed in 209 milliseconds