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:STATE_BLE_ON
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/access/src/
H
A
D
bluetooth_access_impl.cpp
71
HILOGD("BR off and BLE on,
STATE_BLE_ON
(5)");
in GetState()
72
status = static_cast<int32_t>(BluetoothState::
STATE_BLE_ON
);
in GetState()
H
A
D
bluetooth_access_callback.cpp
106
HILOGD("
STATE_BLE_ON
(5)");
in GetBleStateByStatus()
107
state = BluetoothState::
STATE_BLE_ON
;
in GetBleStateByStatus()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H
A
D
napi_bluetooth_access.cpp
123
HILOGD("BR off and BLE on,
STATE_BLE_ON
(5)");
in GetState()
124
status = static_cast<int32_t>(BluetoothState::
STATE_BLE_ON
);
in GetState()
157
SetNamedPropertyByInteger(env, state, static_cast<int>(BluetoothState::
STATE_BLE_ON
), "
STATE_BLE_ON
");
in StateChangeInit()
H
A
D
napi_bluetooth_access_observer.cpp
108
HILOGD("
STATE_BLE_ON
(5)");
in GetBleStateByStatus()
109
state = BluetoothState::
STATE_BLE_ON
;
in GetBleStateByStatus()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_utils.h
274
STATE_BLE_ON
= 5,
member in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
Completed in 3 milliseconds