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:defaultSlotId
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/cellular_data/services/src/state_machine/
H
A
D
incall_data_state_machine.cpp
210
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
in ProcessCallStarted()
local
211
if (
defaultSlotId
!= stateMachine->GetSlotId()) {
in ProcessCallStarted()
251
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
in ProcessSettingsOn()
local
252
if (
defaultSlotId
!= stateMachine->GetSlotId()) {
in ProcessSettingsOn()
269
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
in ProcessDsdsChanged()
local
270
if (
defaultSlotId
!= stateMachine->GetSlotId()) {
in ProcessDsdsChanged()
325
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
in ProcessCallEnded()
local
328
if (
defaultSlotId
!= primarySlotId) {
in ProcessCallEnded()
346
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
in ProcessSettingsOff()
local
349
if (
defaultSlotId
!
in ProcessSettingsOff()
434
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
StateBegin()
local
[all...]
H
A
D
cellular_data_state_machine.cpp
310
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
in GetNetScoreBySlotId()
local
311
if (slotId !=
defaultSlotId
) {
in GetNetScoreBySlotId()
/base/telephony/core_service/services/sim/src/
H
A
D
multi_sim_controller.cpp
551
int32_t
defaultSlotId
= getDefaultMainSlotByIccId();
in CheckIfNeedSwitchMainSlotId()
local
552
if (IsSimActive(
defaultSlotId
)) {
in CheckIfNeedSwitchMainSlotId()
553
if (IsAllCardsReady() &&
defaultSlotId
!= lastPrimarySlotId_) {
in CheckIfNeedSwitchMainSlotId()
554
TELEPHONY_LOGI("
defaultSlotId
changed, need to set slot%{public}d primary",
defaultSlotId
);
in CheckIfNeedSwitchMainSlotId()
555
std::thread initDataTask([&,
defaultSlotId
=
defaultSlotId
]() {
in CheckIfNeedSwitchMainSlotId()
557
CoreManagerInner::GetInstance().SetPrimarySlotId(
defaultSlotId
);
in CheckIfNeedSwitchMainSlotId()
560
} else if (radioProtocolController_->GetRadioProtocolModemId(
defaultSlotId
) != MAIN_MODEM_ID) {
in CheckIfNeedSwitchMainSlotId()
561
TELEPHONY_LOGI("main slot is different with modemid, need to set slot%{public}d primary",
defaultSlotId
);
in CheckIfNeedSwitchMainSlotId()
[all...]
/base/telephony/state_registry/frameworks/js/napi/src/
H
A
D
napi_state_registry.cpp
62
int32_t
defaultSlotId
= DEFAULT_SIM_SLOT_ID;
in IsValidSlotIdEx()
local
64
defaultSlotId
= -1;
in IsValidSlotIdEx()
67
return ((slotId >=
defaultSlotId
) && (slotId < SIM_SLOT_COUNT + 1));
in IsValidSlotIdEx()
/base/telephony/state_registry/frameworks/cj/src/
H
A
D
telephony_observer_impl.cpp
111
int32_t
defaultSlotId
= DEFAULT_SIM_SLOT_ID;
in IsValidSlotIdEx()
local
113
defaultSlotId
= -1;
in IsValidSlotIdEx()
116
return ((slotId >=
defaultSlotId
) && (slotId < SIM_SLOT_COUNT + 1));
in IsValidSlotIdEx()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
1611
int32_t
defaultSlotId
= CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId();
in HandleDsdsModeChanged()
local
1616
if (
defaultSlotId
!= i && object->data == DSDS_MODE_V2) {
in HandleDsdsModeChanged()
Completed in 11 milliseconds