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:SIM_SLOT_ID_1
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H
A
D
ims_service_test.cpp
33
const int32_t
SIM_SLOT_ID_1
= 1;
member
81
callInfoForSlot1_.slotId =
SIM_SLOT_ID_1
;
in Init()
133
if ((ImsServiceTest::InitConditionCheck() != TELEPHONY_SUCCESS) || !HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
172
if ((ImsServiceTest::InitConditionCheck() != TELEPHONY_SUCCESS) || !HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
210
if ((ImsServiceTest::InitConditionCheck() != TELEPHONY_SUCCESS) || !HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
248
if ((ImsServiceTest::InitConditionCheck() != TELEPHONY_SUCCESS) || !HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
282
if ((ImsServiceTest::InitConditionCheck() != TELEPHONY_SUCCESS) || !HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
286
ret = imsCallPtr_->HoldCall(
SIM_SLOT_ID_1
, CALL_TYPE_IMS);
in HWTEST_F()
312
if ((ImsServiceTest::InitConditionCheck() != TELEPHONY_SUCCESS) || !HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
316
ret = imsCallPtr_->UnHoldCall(
SIM_SLOT_ID_1
, CALL_TYPE_IM
in HWTEST_F()
[all...]
/base/telephony/cellular_data/test/
H
A
D
cellular_data_test.cpp
62
static const int32_t
SIM_SLOT_ID_1
= DEFAULT_SIM_SLOT_ID + 1;
member
174
} else if (HasSimCard(
SIM_SLOT_ID_1
)) {
in TearDownTestCase()
175
slotId =
SIM_SLOT_ID_1
;
in TearDownTestCase()
205
} else if (HasSimCard(
SIM_SLOT_ID_1
)) {
in SetUpTestCase()
206
slotId =
SIM_SLOT_ID_1
;
in SetUpTestCase()
444
if (!HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
452
result = CellularDataTest::SetDefaultCellularDataSlotIdTest(
SIM_SLOT_ID_1
);
in HWTEST_F()
495
if (!HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
499
CellularDataTest::SetDefaultCellularDataSlotIdTest(
SIM_SLOT_ID_1
);
in HWTEST_F()
565
if (!HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
[all...]
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_test.cpp
35
static constexpr int32_t
SIM_SLOT_ID_1
= DEFAULT_SIM_SLOT_ID + 1;
member
79
res = Telephony::TelephonyObserverClient::GetInstance().AddStateObserver(telephonyObserver1_,
SIM_SLOT_ID_1
,
in InitTelephonyObserver()
109
SIM_SLOT_ID_1
, Telephony::TelephonyObserverBroker::OBSERVER_MASK_NETWORK_STATE |
in DisableTelephonyObserver()
291
if (!StateRegistryTest::HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
294
UpdateCallState(
SIM_SLOT_ID_1
);
in HWTEST_F()
317
if (!StateRegistryTest::HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
320
UpdateCallStateForSlotId(
SIM_SLOT_ID_1
);
in HWTEST_F()
343
if (!StateRegistryTest::HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
346
UpdateSignalInfo(
SIM_SLOT_ID_1
);
in HWTEST_F()
369
if (!StateRegistryTest::HasSimCard(
SIM_SLOT_ID_1
)) {
in HWTEST_F()
[all...]
/base/customization/enterprise_device_management/common/native/include/
H
A
D
edm_constants.h
57
constexpr int32_t
SIM_SLOT_ID_1
= 1;
member
/base/customization/enterprise_device_management/services/edm_plugin/src/
H
A
D
get_device_info_plugin.cpp
121
!GetSimInfoBySlotId(EdmConstants::DeviceInfo::
SIM_SLOT_ID_1
, json)) {
in GetSimInfo()
/base/telephony/core_service/services/network_search/src/
H
A
D
nitz_update.cpp
55
const int32_t
SIM_SLOT_ID_1
= 1;
member
284
int32_t otherSlotId = (primarySlotId == SIM_SLOT_ID_0) ?
SIM_SLOT_ID_1
: SIM_SLOT_ID_0;
in ProcessTimeZone()
Completed in 9 milliseconds