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 - 4
of
4
) sorted by relevance
/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()
local
241
voipCall
->DialingProcess();
in VoIPCallFunc()
242
voipCall
->AnswerCall(videoState);
in VoIPCallFunc()
243
voipCall
->PackVoipCallInfo(voipcallInfo);
in VoIPCallFunc()
244
voipCall
->RejectCall();
in VoIPCallFunc()
245
voipCall
->HangUpCall();
in VoIPCallFunc()
246
voipCall
->HoldCall();
in VoIPCallFunc()
247
voipCall
->UnHoldCall();
in VoIPCallFunc()
248
voipCall
->SwitchCall();
in VoIPCallFunc()
249
voipCall
in VoIPCallFunc()
[all...]
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch1_test.cpp
255
sptr<CallBase>
voipCall
= new VoIPCall(mDialParaInfo);
in HWTEST_F()
local
256
voipCall
->SetCallId(VALID_CALLID);
in HWTEST_F()
257
voipCall
->SetCallType(CallType::TYPE_VOIP);
in HWTEST_F()
258
voipCall
->SetTelCallState(TelCallState::CALL_STATUS_HOLDING);
in HWTEST_F()
259
voipCall
->SetCallRunningState(CallRunningState::CALL_RUNNING_STATE_HOLD);
in HWTEST_F()
260
callRequestProcess->AddOneCallObject(
voipCall
);
in HWTEST_F()
283
callRequestProcess->HandleCallWaitingNumZero(incomingCall,
voipCall
, SIM1_SLOTID, 2, flagForConference);
in HWTEST_F()
/base/telephony/call_manager/services/call/src/
H
A
D
call_object_manager.cpp
568
sptr<VoIPCall>
voipCall
= reinterpret_cast<VoIPCall *>((*it).GetRefPtr());
in GetOneCallObjectByVoipCallId()
local
569
if (
voipCall
->GetVoipCallId() == voipCallId &&
voipCall
->GetVoipBundleName() == bundleName &&
in GetOneCallObjectByVoipCallId()
570
voipCall
->GetVoipUid() == uid) {
in GetOneCallObjectByVoipCallId()
H
A
D
call_control_manager.cpp
313
sptr<CallBase>
voipCall
= GetOneCallObject(voipCallId);
in CarrierAndVoipConflictProcess()
local
314
TelCallState voipCallState =
voipCall
->GetTelCallState();
in CarrierAndVoipConflictProcess()
316
TELEPHONY_LOGI("the system is rejecting a voip call, callId = %{public}d",
voipCall
->GetCallID());
in CarrierAndVoipConflictProcess()
319
TELEPHONY_LOGI("the system is hanging up a voip call, callId = %{public}d",
voipCall
->GetCallID());
in CarrierAndVoipConflictProcess()
Completed in 7 milliseconds