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:SetMainCall
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
cs_call.cpp
76
int32_t ret = DelayedSingleton<CsConference>::GetInstance()->
SetMainCall
(GetCallID());
in CombineConference()
93
DelayedSingleton<CsConference>::GetInstance()->
SetMainCall
(ERR_ID);
in HandleCombineConferenceFailEvent()
95
DelayedSingleton<CsConference>::GetInstance()->
SetMainCall
(*subCallIdList.begin());
in HandleCombineConferenceFailEvent()
H
A
D
ott_call.cpp
194
int32_t ret = DelayedSingleton<OttConference>::GetInstance()->
SetMainCall
(GetCallID());
in CombineConference()
196
TELEPHONY_LOGE("
SetMainCall
failed, error%{public}d", ret);
in CombineConference()
222
DelayedSingleton<OttConference>::GetInstance()->
SetMainCall
(ERR_ID);
in HandleCombineConferenceFailEvent()
224
DelayedSingleton<OttConference>::GetInstance()->
SetMainCall
(*subCallIdList.begin());
in HandleCombineConferenceFailEvent()
H
A
D
conference_base.cpp
45
int32_t ConferenceBase::
SetMainCall
(int32_t callId)
in SetMainCall()
function in OHOS::Telephony::ConferenceBase
H
A
D
ims_call.cpp
181
int32_t ret = DelayedSingleton<ImsConference>::GetInstance()->
SetMainCall
(GetCallID());
in CombineConference()
183
TELEPHONY_LOGE("
SetMainCall
failed, error%{public}d", ret);
in CombineConference()
199
DelayedSingleton<ImsConference>::GetInstance()->
SetMainCall
(ERR_ID);
in HandleCombineConferenceFailEvent()
201
DelayedSingleton<ImsConference>::GetInstance()->
SetMainCall
(*subCallIdList.begin());
in HandleCombineConferenceFailEvent()
/base/telephony/call_manager/services/call/include/
H
A
D
conference_base.h
46
int32_t
SetMainCall
(int32_t callId);
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch6_test.cpp
334
ASSERT_EQ(conference->
SetMainCall
(ERROR_CALLID), TELEPHONY_SUCCESS);
in HWTEST_F()
335
ASSERT_EQ(conference->
SetMainCall
(VALID_CALLID), TELEPHONY_SUCCESS);
in HWTEST_F()
345
ASSERT_EQ(conference->
SetMainCall
(VALID_CALLID), TELEPHONY_SUCCESS);
in HWTEST_F()
Completed in 5 milliseconds