Lines Matching defs:roamingState
244 bool roamingState = CoreManagerInner::GetInstance().GetPsRoamingState(slotId_) > 0;
245 if (roamingState) {
253 TELEPHONY_LOGI("Slot%{public}d: Not roaming(%{public}d), not doing anything", slotId_, roamingState);
395 bool roamingState = false;
397 roamingState = true;
399 if (!roamingState) {
594 bool roamingState = coreInner.GetPsRoamingState(slotId_) > 0;
596 if (roamingState && !dataRoamingEnabled) {
767 bool roamingState = CoreManagerInner::GetInstance().GetPsRoamingState(slotId_) > 0;
771 apnHolder, apnItem->attr_.profileId_, radioTech, roamingState, userDataRoaming, true);
1649 bool roamingState = CoreManagerInner::GetInstance().GetPsRoamingState(slotId_) > 0;
1650 if (!apnHolder->IsSameMatchedApns(matchedApns, roamingState)) {
1976 bool roamingState = false;
1978 roamingState = true;
1980 if (roamingState) {
1988 TELEPHONY_LOGI("Slot%{public}d: Not roaming(%{public}d), not doing anything", slotId_, roamingState);
2117 bool roamingState = false;
2119 roamingState = true;
2121 if (roamingState) {
2129 TELEPHONY_LOGI("Slot%{public}d: Not roaming(%{public}d), not doing anything", slotId_, roamingState);