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:bleInstance_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.cpp
25
BleTest *BleTest::
bleInstance_
= nullptr;
member in OHOS::Bluetooth::BleTest
49
BleTest::
bleInstance_
->bleAdvertiserSettings_.SetConnectable(true);
in InitAdvertiseSettings()
50
BleTest::
bleInstance_
->bleAdvertiserSettings_.SetLegacyMode(true);
in InitAdvertiseSettings()
51
BleTest::
bleInstance_
->bleAdvertiserSettings_.SetInterval(INTERVAL);
in InitAdvertiseSettings()
52
BleTest::
bleInstance_
->bleAdvertiserSettings_.SetTxPower(BLE_ADV_TX_POWER_LEVEL::BLE_ADV_TX_POWER_MEDIUM);
in InitAdvertiseSettings()
53
BleTest::
bleInstance_
->bleAdvertiserSettings_.SetPrimaryPhy(PHY_TYPE::PHY_LE_ALL_SUPPORTED);
in InitAdvertiseSettings()
54
BleTest::
bleInstance_
->bleAdvertiserSettings_.SetSecondaryPhy(PHY_TYPE::PHY_LE_2M);
in InitAdvertiseSettings()
58
BleTest::
bleInstance_
->bleScanSettings_.SetReportDelay(defaultInt);
in InitScanSettings()
59
BleTest::
bleInstance_
->bleScanSettings_.SetScanMode(SCAN_MODE::SCAN_MODE_LOW_POWER);
in InitScanSettings()
60
BleTest::
bleInstance_
in InitScanSettings()
[all...]
H
A
D
ble_test.h
85
static BleTest *
bleInstance_
;
member in OHOS::Bluetooth::BleTest
Completed in 1 milliseconds