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:slotCount
(Results
1 - 9
of
9
) sorted by relevance
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_manager_test.cpp
134
auto
slotCount
= client.GetMaxSimCount();
in HWTEST_F()
local
136
EXPECT_TRUE(simManager->OnInit(
slotCount
));
in HWTEST_F()
H
A
D
zero_branch_test_core_service.cpp
380
int32_t
slotCount
= DelayedSingleton<CoreService>::GetInstance()->GetMaxSimCount();
in HWTEST_F()
local
385
simManager->OnInit(
slotCount
);
in HWTEST_F()
/base/telephony/ril_adapter/services/hril_hdf/src/
H
A
D
hril_hdf.c
32
#define TEL_SIM_SLOT_COUNT "const.telephony.
slotCount
"
53
int32_t
slotCount
= atoi(simSlotCount);
in GetVendorLibPath()
local
56
if (
slotCount
== 0 && strcmp(virtualModemSwitch, "true") == 0) {
in GetVendorLibPath()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H
A
D
ril_test_util.cpp
23
const char *TEL_SIM_SLOT_COUNT = "const.telephony.
slotCount
";
64
int32_t
slotCount
= std::atoi(simSlotCount);
in GetMaxSimCount()
local
65
return
slotCount
;
in GetMaxSimCount()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
i_sim_manager.h
42
virtual bool OnInit(int32_t
slotCount
) = 0;
/base/telephony/core_service/frameworks/native/src/
H
A
D
core_manager_inner.cpp
2001
int32_t
slotCount
= SIM_SLOT_COUNT;
in UpdateOperatorConfigs()
local
2002
int32_t failSlotCount =
slotCount
;
in UpdateOperatorConfigs()
2003
for (int32_t slotId = 0; slotId <
slotCount
; slotId++) {
in UpdateOperatorConfigs()
2004
TELEPHONY_LOGD("select slotId %{public}d in
slotCount
%{public}d", slotId,
slotCount
);
in UpdateOperatorConfigs()
/base/telephony/core_service/services/sim/src/
H
A
D
sim_manager.cpp
34
bool SimManager::OnInit(int32_t
slotCount
)
in OnInit()
argument
36
TELEPHONY_LOGI("SimManager OnInit,
slotCount
= %{public}d",
slotCount
);
in OnInit()
37
slotCount_ =
slotCount
;
in OnInit()
/base/telephony/core_service/services/sim/include/
H
A
D
sim_manager.h
45
bool OnInit(int32_t
slotCount
) override;
/base/telephony/core_service/services/core/src/
H
A
D
core_service.cpp
92
int32_t
slotCount
= GetMaxSimCount();
in Init()
local
95
simManager_->OnInit(
slotCount
);
in Init()
Completed in 15 milliseconds