OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth_address
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/proximity_auth/
remote_device.h
15
std::string
bluetooth_address
;
member in struct:proximity_auth::RemoteDevice
bluetooth_connection.cc
91
if (device->GetAddress() != remote_device().
bluetooth_address
)
118
const std::string address = remote_device().
bluetooth_address
;
150
<< remote_device().
bluetooth_address
;
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_types.h
25
std::string
bluetooth_address
;
member in struct:chromeos::EasyUnlockDeviceKeyData
easy_unlock_key_manager.cc
110
dict->SetString(kKeyBluetoothAddress, data.
bluetooth_address
);
126
std::string
bluetooth_address
;
local
130
if (!dict.GetString(kKeyBluetoothAddress, &
bluetooth_address
) ||
136
data->
bluetooth_address
.swap(
bluetooth_address
);
easy_unlock_get_keys_operation.cc
74
device.
bluetooth_address
= *entry.bytes;
easy_unlock_create_keys_operation.cc
350
kEasyUnlockKeyMetaNameBluetoothAddress, device->
bluetooth_address
));
Completed in 38 milliseconds