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:maxSubCallLimits_
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/services/call/src/
H
A
D
ott_conference.cpp
31
maxSubCallLimits_
= CS_CONFERENCE_MAX_CALLS_CNT;
in OttConference()
34
maxSubCallLimits_
= GetConfig(IMS_CONFERENCE_SUB_CALL_LIMITS);
in OttConference()
105
if (subCallIdSet_.size() >=
maxSubCallLimits_
) {
in CanCombineConference()
H
A
D
ims_conference.cpp
31
maxSubCallLimits_
= CS_CONFERENCE_MAX_CALLS_CNT;
in ImsConference()
34
maxSubCallLimits_
= GetConfig(IMS_CONFERENCE_SUB_CALL_LIMITS);
in ImsConference()
104
if (subCallIdSet_.size() >=
maxSubCallLimits_
) {
in CanCombineConference()
H
A
D
cs_conference.cpp
33
maxSubCallLimits_
= CS_CONFERENCE_MAX_CALLS_CNT;
in CsConference()
36
maxSubCallLimits_
= GetConfig(CS_CONFERENCE_SUB_CALL_LIMITS);
in CsConference()
104
if (subCallIdSet_.size() >=
maxSubCallLimits_
) {
in CanCombineConference()
/base/telephony/call_manager/services/call/include/
H
A
D
ims_conference.h
35
uint32_t
maxSubCallLimits_
;
member in OHOS::Telephony::ImsConference
H
A
D
ott_conference.h
35
uint32_t
maxSubCallLimits_
;
member in OHOS::Telephony::OttConference
H
A
D
cs_conference.h
38
uint32_t
maxSubCallLimits_
;
member in OHOS::Telephony::CsConference
Completed in 2 milliseconds