OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:require_authentication
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_profile.h
53
bool
require_authentication
;
member in struct:device::BluetoothProfile::Options
bluetooth_profile.cc
23
require_authentication
(false),
bluetooth_profile_chromeos.cc
84
bluetooth_options.
require_authentication
= options.
require_authentication
;
/external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h
57
bool
require_authentication
;
member in struct:chromeos::BluetoothProfileManagerClient::Options
bluetooth_profile_manager_client.cc
24
require_authentication
(false),
121
dict_writer.AppendVariantOfBool(options.
require_authentication
);
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc
150
if (params->profile.
require_authentication
.get()) {
151
options.
require_authentication
=
152
*params->profile.
require_authentication
.get();
Completed in 1345 milliseconds