OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:require_authorization
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_profile.cc
24
require_authorization
(false),
bluetooth_profile.h
57
bool
require_authorization
;
member in struct:device::BluetoothProfile::Options
bluetooth_profile_chromeos.cc
85
bluetooth_options.
require_authorization
= options.
require_authorization
;
/external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h
56
bool
require_authorization
;
member in struct:chromeos::BluetoothProfileManagerClient::Options
bluetooth_profile_manager_client.cc
24
require_authorization
(false),
118
dict_writer.AppendVariantOfBool(options.
require_authorization
);
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc
153
if (params->profile.
require_authorization
.get()) {
154
options.
require_authorization
=
155
*params->profile.
require_authorization
.get();
Completed in 376 milliseconds