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:BluetoothCallTest
(Results
1 - 3
of
3
) sorted by relevance
/base/telephony/call_manager/test/unittest/ui_client/
H
A
D
bluetooth_call_test.cpp
145
int32_t
BluetoothCallTest
::Init()
in Init()
164
void
BluetoothCallTest
::RunBluetoothCallTest()
in RunBluetoothCallTest()
186
void
BluetoothCallTest
::PrintfUsage()
in PrintfUsage()
214
void
BluetoothCallTest
::InitFunMap()
in InitFunMap()
216
memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_DIAL)] = &
BluetoothCallTest
::DialCall;
in InitFunMap()
217
memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_ANSWER)] = &
BluetoothCallTest
::AnswerCall;
in InitFunMap()
218
memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_REJECT)] = &
BluetoothCallTest
::RejectCall;
in InitFunMap()
219
memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_HANGUP)] = &
BluetoothCallTest
::HangUpCall;
in InitFunMap()
221
&
BluetoothCallTest
::GetCallState;
in InitFunMap()
222
memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_HOLD)] = &
BluetoothCallTest
in InitFunMap()
[all...]
H
A
D
bluetooth_call_test.h
50
class
BluetoothCallTest
{
class
52
BluetoothCallTest
() = default;
53
~
BluetoothCallTest
() = default;
60
using BluetoothCallFunc = void (
BluetoothCallTest
::*)();
H
A
D
ui_client_test.cpp
1791
std::unique_ptr<OHOS::Telephony::
BluetoothCallTest
> testPtr =
in main()
1792
std::make_unique<OHOS::Telephony::
BluetoothCallTest
>();
in main()
Completed in 6 milliseconds