Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BTStrategyType
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_service.cpp
121
if ((int)
BTStrategyType
::CONNECTION_FORBIDDEN == connectPolicy) {
in ProcessConnectStateMessage()
131
if ((int)
BTStrategyType
::CONNECTION_FORBIDDEN == connectPolicy) {
in ProcessConnectStateMessage()
324
} else if ((int)
BTStrategyType
::CONNECTION_FORBIDDEN == GetConnectStrategy(device)) {
in Connect()
646
switch (
BTStrategyType
(strategy)) {
in SetConnectStrategy()
647
case
BTStrategyType
::CONNECTION_UNKNOWN:
in SetConnectStrategy()
651
case
BTStrategyType
::CONNECTION_ALLOWED:
in SetConnectStrategy()
652
value = (int)
BTStrategyType
::CONNECTION_ALLOWED;
in SetConnectStrategy()
654
case
BTStrategyType
::CONNECTION_FORBIDDEN:
in SetConnectStrategy()
655
value = (int)
BTStrategyType
::CONNECTION_FORBIDDEN;
in SetConnectStrategy()
667
if (returnValue && ((int)
BTStrategyType
in SetConnectStrategy()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_utils.cpp
225
if (strategy == static_cast<int32_t>(
BTStrategyType
::CONNECTION_ALLOWED) ||
in CheckConnectionStrategyInvalid()
226
strategy == static_cast<int32_t>(
BTStrategyType
::CONNECTION_FORBIDDEN)) {
in CheckConnectionStrategyInvalid()
H
A
D
bluetooth_a2dp_snk.cpp
284
((strategy != static_cast<int>(
BTStrategyType
::CONNECTION_ALLOWED)) &&
in SetConnectStrategy()
285
(strategy != static_cast<int>(
BTStrategyType
::CONNECTION_FORBIDDEN)))) {
in SetConnectStrategy()
H
A
D
bluetooth_hid_host.cpp
299
(strategy != static_cast<int>(
BTStrategyType
::CONNECTION_ALLOWED)) &&
in SetConnectStrategy()
300
(strategy != static_cast<int>(
BTStrategyType
::CONNECTION_FORBIDDEN)))) {
in SetConnectStrategy()
H
A
D
bluetooth_a2dp_src.cpp
348
(strategy != static_cast<int>(
BTStrategyType
::CONNECTION_ALLOWED)) &&
in SetConnectStrategy()
349
(strategy != static_cast<int>(
BTStrategyType
::CONNECTION_FORBIDDEN)))) {
in SetConnectStrategy()
H
A
D
bluetooth_hfp_ag.cpp
658
(strategy != static_cast<int>(
BTStrategyType
::CONNECTION_ALLOWED)) &&
in SetConnectStrategy()
659
(strategy != static_cast<int>(
BTStrategyType
::CONNECTION_FORBIDDEN)))) {
in SetConnectStrategy()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H
A
D
napi_bluetooth_utils.cpp
465
return strategy == static_cast<int>(
BTStrategyType
::CONNECTION_ALLOWED)
in IsValidConnectStrategy()
466
|| strategy == static_cast<int>(
BTStrategyType
::CONNECTION_FORBIDDEN);
in IsValidConnectStrategy()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
112
enum class
BTStrategyType
: int {
class
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_def.h
119
enum class
BTStrategyType
: int {
class
Completed in 15 milliseconds