Lines Matching refs:defSlotId
490 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId();
491 SetDataPermitted(defSlotId, !dataPermittedForMms);
498 DelayedRefSingleton<CellularDataService>::GetInstance().ChangeConnectionForDsds(defSlotId, !dataPermittedForMms);
512 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId();
515 if (defSlotId != slotId_ && dsdsMode == DSDS_MODE_V2) {
517 defSlotId, slotId_, dsdsMode);
542 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId();
544 if (defSlotId != slotId_ && !apnType.compare(DATA_CONTEXT_ROLE_DEFAULT)) {
545 TELEPHONY_LOGD("Slot%{public}d: default:%{public}d, current:%{public}d", slotId_, defSlotId, slotId_);
551 if (defSlotId != slotId_ && !apnType.compare(DATA_CONTEXT_ROLE_INTERNAL_DEFAULT)) {
552 TELEPHONY_LOGD("Slot%{public}d: default:%{public}d, current:%{public}d", slotId_, defSlotId, slotId_);
1365 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId();
1366 if (defSlotId == slotId_) {
1480 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId();
1482 if (defSlotId == slotId_) {
2091 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId();
2092 if (dataEnabled && defSlotId == slotId_) {