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:ImsConference
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
ims_conference.cpp
28
ImsConference
::
ImsConference
() : ConferenceBase()
in ImsConference()
function in OHOS::Telephony::ImsConference
38
ImsConference
::~
ImsConference
() {}
in ~ImsConference()
40
int32_t
ImsConference
::JoinToConference(int32_t callId)
in JoinToConference()
57
int32_t
ImsConference
::LeaveFromConference(int32_t callId)
in LeaveFromConference()
78
int32_t
ImsConference
::HoldConference(int32_t callId)
in HoldConference()
101
int32_t
ImsConference
::CanCombineConference()
in CanCombineConference()
111
int32_t
ImsConference
::CanSeparateConference()
in CanSeparateConference()
125
int32_t
ImsConference
[all...]
H
A
D
ims_call.cpp
181
int32_t ret = DelayedSingleton<
ImsConference
>::GetInstance()->SetMainCall(GetCallID());
in CombineConference()
186
ConferenceState currentState = DelayedSingleton<
ImsConference
>::GetInstance()->GetConferenceState();
in CombineConference()
191
DelayedSingleton<
ImsConference
>::GetInstance()->SetConferenceState(ConferenceState::CONFERENCE_STATE_CREATING);
in CombineConference()
197
std::set<std::int32_t> subCallIdList = DelayedSingleton<
ImsConference
>::GetInstance()->GetSubCallIdList();
in HandleCombineConferenceFailEvent()
199
DelayedSingleton<
ImsConference
>::GetInstance()->SetMainCall(ERR_ID);
in HandleCombineConferenceFailEvent()
201
DelayedSingleton<
ImsConference
>::GetInstance()->SetMainCall(*subCallIdList.begin());
in HandleCombineConferenceFailEvent()
203
ConferenceState oldState = DelayedSingleton<
ImsConference
>::GetInstance()->GetOldConferenceState();
in HandleCombineConferenceFailEvent()
204
DelayedSingleton<
ImsConference
>::GetInstance()->SetConferenceState(oldState);
in HandleCombineConferenceFailEvent()
224
return DelayedSingleton<
ImsConference
>::GetInstance()->CanCombineConference();
in CanCombineConference()
229
return DelayedSingleton<
ImsConference
>
in CanSeparateConference()
[all...]
H
A
D
call_object_manager.cpp
221
int32_t conferenceId = DelayedSingleton<
ImsConference
>::GetInstance()->GetMainCall();
in IsNewCallAllowedCreate()
246
int32_t conferenceId = DelayedSingleton<
ImsConference
>::GetInstance()->GetMainCall();
in GetCurrentCallNum()
H
A
D
call_policy.cpp
536
if (DelayedSingleton<
ImsConference
>::GetInstance()->GetMainCall() != callId) {
in InviteToConferencePolicy()
/base/telephony/call_manager/services/call/include/
H
A
D
ims_conference.h
24
class
ImsConference
: public ConferenceBase {
class
25
DECLARE_DELAYED_SINGLETON(
ImsConference
)
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch3_test.cpp
241
ImsConference
imsConference;
in HWTEST_F()
Completed in 6 milliseconds