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:BleTest
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/ble/
H
A
D
ble_test.cpp
25
BleTest
*
BleTest
::bleInstance_ = nullptr;
47
void
BleTest
::InitAdvertiseSettings()
in InitAdvertiseSettings()
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()
56
void
BleTest
in InitAdvertiseSettings()
142
BleTest
::
BleTest
()
BleTest()
function in OHOS::Bluetooth::BleTest
[all...]
H
A
D
ble_test.h
79
class
BleTest
: public testing::Test {
class
81
BleTest
();
82
~
BleTest
();
85
static
BleTest
*bleInstance_;
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/include/
H
A
D
disc_ble.h
33
int
BleTest
(int argc, const char **argv);
Completed in 3 milliseconds