OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bluetooth_address
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/proximity_auth/
remote_device.h
15
std::string
bluetooth_address
;
member in struct:proximity_auth::RemoteDevice
/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
);
Completed in 88 milliseconds