Home
last modified time | relevance | path

Searched refs:primarySlotId (Results 1 - 3 of 3) sorted by relevance

/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp72 int32_t primarySlotId = INVALID_SLOT_ID; in IsSecondaryCanActiveData() local
73 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in IsSecondaryCanActiveData()
74 if (primarySlotId == INVALID_SLOT_ID || primarySlotId == slotId_) { in IsSecondaryCanActiveData()
79 CoreManagerInner::GetInstance().HasSimCard(primarySlotId, hasPrimarySimCard); in IsSecondaryCanActiveData()
326 int32_t primarySlotId = INVALID_SLOT_ID; in ProcessCallEnded() local
327 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in ProcessCallEnded()
328 if (defaultSlotId != primarySlotId) { in ProcessCallEnded()
347 int32_t primarySlotId = INVALID_SLOT_ID; in ProcessSettingsOff() local
348 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in ProcessSettingsOff()
435 int32_t primarySlotId = INVALID_SLOT_ID; StateBegin() local
466 int32_t primarySlotId = INVALID_SLOT_ID; StateProcess() local
[all...]
/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp272 int32_t primarySlotId = INVALID_VALUE; in ProcessTimeZone() local
273 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in ProcessTimeZone()
274 if (primarySlotId == INVALID_VALUE) { in ProcessTimeZone()
275 TELEPHONY_LOGI("primarySlotId %{public}d is invalid slotId:%{public}d", primarySlotId, slotId_); in ProcessTimeZone()
279 if (nsm->GetIsoCountryCodeForNetwork(primarySlotId, iso) != TELEPHONY_ERR_SUCCESS) { in ProcessTimeZone()
280 TELEPHONY_LOGE("failed to get CountryCode slotId:%{public}d", primarySlotId); in ProcessTimeZone()
284 int32_t otherSlotId = (primarySlotId == SIM_SLOT_ID_0) ? SIM_SLOT_ID_1 : SIM_SLOT_ID_0; in ProcessTimeZone()
285 TELEPHONY_LOGI("primarySlotId = %{public}d, otherSlotId = %{public}d", primarySlotId, otherSlotI in ProcessTimeZone()
[all...]
H A Dnetwork_search_handler.cpp1621 int32_t primarySlotId = INVALID_SLOT_ID; in IsPowerOnPrimaryRadioWhenNoSim() local
1622 simManager->GetPrimarySlotId(primarySlotId); in IsPowerOnPrimaryRadioWhenNoSim()
1623 if (primarySlotId != INVALID_SLOT_ID && primarySlotId == slotId_) { in IsPowerOnPrimaryRadioWhenNoSim()
1624 TELEPHONY_LOGD("primarySlotId = %{public}d, send radio on request", primarySlotId); in IsPowerOnPrimaryRadioWhenNoSim()

Completed in 5 milliseconds