Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/src/
H A Dcontrol_base.cpp148 int32_t otherSlotId = callInfo.slotId == SLOT_0 ? SLOT_1 : SLOT_0; in HandleEcc() local
149 if (!CheckActivateSimScene(otherSlotId)) { in HandleEcc()
150 ret = DelayedRefSingleton<CoreServiceClient>::GetInstance().SetActiveSim(otherSlotId, true); in HandleEcc()
/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp284 int32_t otherSlotId = (primarySlotId == SIM_SLOT_ID_0) ? SIM_SLOT_ID_1 : SIM_SLOT_ID_0; in ProcessTimeZone() local
285 TELEPHONY_LOGI("primarySlotId = %{public}d, otherSlotId = %{public}d", primarySlotId, otherSlotId); in ProcessTimeZone()
286 nsm->GetIsoCountryCodeForNetwork(otherSlotId, iso); in ProcessTimeZone()
288 primarySlotId = otherSlotId; in ProcessTimeZone()
H A Dnetwork_search_manager.cpp1029 int32_t otherSlotId = slotId == SLOT_0 ? SLOT_1 : SLOT_0; in GetImei() local
1030 if (otherSlotId < static_cast<int32_t>(mapManagerInner_.size())) { in GetImei()
1031 auto otherInner = FindManagerInner(otherSlotId); in GetImei()
1037 TELEPHONY_LOGI("slotId:%{public}d, otherSlotId:%{public}d, imei is same", slotId, otherSlotId); in GetImei()
1039 TELEPHONY_LOGI("slotId:%{public}d, otherSlotId:%{public}d, imei is different", slotId, otherSlotId); in GetImei()

Completed in 33 milliseconds