mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 08:00:07 +00:00
commit
0e19ab7301
@ -112,8 +112,6 @@ void NetworkRegister::ProcessCsRegister(const AppExecFwk::InnerEvent::Pointer &e
|
||||
UpdateNetworkSearchState(regStatus, tech, roam, DomainType::DOMAIN_TYPE_CS);
|
||||
TELEPHONY_LOGI("regStatus= %{public}d radioTechnology=%{public}d roam=%{public}d slotId:%{public}d",
|
||||
registrationStatus, csRegStateResult->radioTechnology, roam, slotId_);
|
||||
networkSearchManager->UpdateCellLocation(
|
||||
slotId_, static_cast<int32_t>(tech), csRegStateResult->cellId, csRegStateResult->lacCode);
|
||||
if (networkSearchManager->CheckIsNeedNotify(slotId_) || networkSearchState_->IsEmergency()) {
|
||||
TELEPHONY_LOGI("cs domain change, slotId:%{public}d", slotId_);
|
||||
networkSearchManager->ProcessNotifyStateChangeEvent(slotId_);
|
||||
|
@ -305,7 +305,6 @@ void NetworkSearchHandler::RadioStateChange(const AppExecFwk::InnerEvent::Pointe
|
||||
break;
|
||||
}
|
||||
case CORE_SERVICE_POWER_ON: {
|
||||
SendUpdateCellLocationRequest();
|
||||
InitGetNetworkSelectionMode();
|
||||
RadioOnState();
|
||||
break;
|
||||
@ -509,6 +508,7 @@ void NetworkSearchHandler::RadioOnState()
|
||||
GetRilOperatorInfo(serialNum, false);
|
||||
GetRilPsRegistration(serialNum, false);
|
||||
GetRilCsRegistration(serialNum, false);
|
||||
SendUpdateCellLocationRequest();
|
||||
GetRilSignalIntensity(false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user