Searched refs:formerSlotId (Results 1 – 1 of 1) sorted by relevance
316 int32_t formerSlotId = GetDefaultCellularDataSlotId(); in SetDefaultCellularDataSlotId() local317 if (formerSlotId < 0) { in SetDefaultCellularDataSlotId()325 if (formerSlotId >= 0 && formerSlotId != slotId) { in SetDefaultCellularDataSlotId()327 cellularDataControllers_.find(formerSlotId); in SetDefaultCellularDataSlotId()331 TELEPHONY_LOGI("Not find old slot[%{public}d] object", formerSlotId); in SetDefaultCellularDataSlotId()335 if (formerSlotId != newSlotId) { in SetDefaultCellularDataSlotId()336 if (CheckParamValid(formerSlotId)) { in SetDefaultCellularDataSlotId()337 cellularDataControllers_[formerSlotId]->SetDataPermitted(false); in SetDefaultCellularDataSlotId()