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:g_iBtHci
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/hats/hdf/bluetooth/hdiService/
H
A
D
bluetooth_hci_services_test.cpp
45
sptr<IHciInterface>
g_iBtHci
= nullptr;
member
59
g_iBtHci
= IHciInterface::Get();
in SetUpTestCase()
60
std::cout << "
g_iBtHci
= " <<
g_iBtHci
<< std::endl;
in SetUpTestCase()
82
ASSERT_NE(nullptr,
g_iBtHci
);
in HWTEST_F()
83
std::cout << "g_iBtHci0100 = " <<
g_iBtHci
<< std::endl;
in HWTEST_F()
84
int32_t ret =
g_iBtHci
->Init(g_hciCallbacks);
in HWTEST_F()
96
ASSERT_NE(nullptr,
g_iBtHci
);
in HWTEST_F()
97
std::cout << "g_iBtHci002 = " <<
g_iBtHci
<< std::endl;
in HWTEST_F()
108
int32_t ret =
g_iBtHci
in HWTEST_F()
[all...]
/test/xts/hats/hdf/bluetooth/a2dp/
H
A
D
a2dp_services_test.cpp
38
OHOS::sptr<IHciInterfaceSession>
g_iBtHci
= nullptr;
member
53
g_iBtHci
= IBluetoothAudioSession::Get(true);
in SetUpTestCase()
75
ASSERT_NE(nullptr,
g_iBtHci
);
in HWTEST_F()
76
std::cout << "g_iBtHci0100 = " <<
g_iBtHci
<< std::endl;
in HWTEST_F()
79
int32_t ret =
g_iBtHci
->StartSession(sessionType, g_hciCallbacks, queue);
in HWTEST_F()
91
ASSERT_NE(nullptr,
g_iBtHci
);
in HWTEST_F()
93
int32_t ret =
g_iBtHci
->StopSession(sessionType);
in HWTEST_F()
106
ASSERT_NE(nullptr,
g_iBtHci
);
in HWTEST_F()
109
int32_t ret =
g_iBtHci
->RenderOperationResult(operation_render, statusSuss);
in HWTEST_F()
Completed in 1 milliseconds