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:otherCall
(Results
1 - 2
of
2
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
call_request_process.cpp
629
sptr<CallBase>
otherCall
= GetOneCallObject(otherCallId);
in UnHoldRequest()
local
630
if (
otherCall
== nullptr) {
in UnHoldRequest()
631
TELEPHONY_LOGE("
otherCall
is nullptr");
in UnHoldRequest()
634
TelCallState state =
otherCall
->GetTelCallState();
in UnHoldRequest()
635
TelConferenceState confState =
otherCall
->GetTelConferenceState();
in UnHoldRequest()
637
otherCall
->GetMainCallId(conferenceId);
in UnHoldRequest()
638
TELEPHONY_LOGI("
otherCall
->GetTelCallState(): %{public}d ,callid:%{public}d", state, otherCallId);
in UnHoldRequest()
642
if (
otherCall
->GetCanSwitchCallState()) {
in UnHoldRequest()
644
otherCall
->SetCanSwitchCallState(false);
in UnHoldRequest()
645
otherCall
in UnHoldRequest()
[all...]
H
A
D
call_status_manager.cpp
1007
sptr<CallBase>
otherCall
= GetOneCallObject(otherCallId);
in AutoUnHoldForDsda()
local
1008
if (
otherCall
== nullptr) {
in AutoUnHoldForDsda()
1009
TELEPHONY_LOGE("
otherCall
is nullptr");
in AutoUnHoldForDsda()
1012
TelCallState state =
otherCall
->GetTelCallState();
in AutoUnHoldForDsda()
1013
TelConferenceState confState =
otherCall
->GetTelConferenceState();
in AutoUnHoldForDsda()
1015
otherCall
->GetMainCallId(conferenceId);
in AutoUnHoldForDsda()
1016
if (slotId !=
otherCall
->GetSlotId() && state == TelCallState::CALL_STATUS_HOLDING &&
in AutoUnHoldForDsda()
1017
otherCall
->GetCanUnHoldState() && activeCallNum == 0 && waitingCallNum == 0 &&
in AutoUnHoldForDsda()
1024
otherCall
->UnHoldCall();
in AutoUnHoldForDsda()
Completed in 5 milliseconds