Searched refs:primarySlotId (Results 1 - 3 of 3) sorted by relevance
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 72 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 D | nitz_update.cpp | 272 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 D | network_search_handler.cpp | 1621 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