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:VoIPCall
(Results
1 - 9
of
9
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
voip_call.cpp
26
VoIPCall
::
VoIPCall
(DialParaInfo &info) : CarrierCall(info)
in VoIPCall()
function in OHOS::Telephony::VoIPCall
42
VoIPCall
::~
VoIPCall
() {}
in ~VoIPCall()
44
int32_t
VoIPCall
::DialingProcess()
in DialingProcess()
49
int32_t
VoIPCall
::AnswerCall(int32_t videoState)
in AnswerCall()
51
TELEPHONY_LOGI("
VoIPCall
::AnswerCall");
in AnswerCall()
66
int32_t
VoIPCall
::PackVoipCallInfo(VoipCallEventInfo &voipcallInfo)
in PackVoipCallInfo()
74
int32_t
VoIPCall
::RejectCall()
in RejectCall()
76
TELEPHONY_LOGI("
VoIPCall
in RejectCall()
[all...]
H
A
D
call_base.cpp
89
sptr<
VoIPCall
> call = static_cast<
VoIPCall
*>(static_cast<void *>(tempCall.GetRefPtr()));
in HangUpVoipCall()
H
A
D
call_object_manager.cpp
568
sptr<
VoIPCall
> voipCall = reinterpret_cast<
VoIPCall
*>((*it).GetRefPtr());
in GetOneCallObjectByVoipCallId()
H
A
D
call_status_manager.cpp
1386
callPtr = (std::make_unique<
VoIPCall
>(paraInfo)).release();
in CreateNewCallByCallType()
/base/telephony/call_manager/services/call/include/
H
A
D
voip_call.h
24
class
VoIPCall
: public CarrierCall {
class
26
VoIPCall
(DialParaInfo &info);
27
~
VoIPCall
();
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H
A
D
call_fuzzer.cpp
239
sptr<
VoIPCall
> voipCall = std::make_unique<
VoIPCall
>(dialParaInfo).release();
in VoIPCallFunc()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch8_test.cpp
86
call = new
VoIPCall
(mDialParaInfo);
in HWTEST_F()
H
A
D
zero_branch1_test.cpp
255
sptr<CallBase> voipCall = new
VoIPCall
(mDialParaInfo);
in HWTEST_F()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager7_gtest.cpp
799
std::shared_ptr<
VoIPCall
> voIPCall = std::make_shared<
VoIPCall
>(dialInfo);
in HWTEST_F()
Completed in 11 milliseconds