Home
last modified time | relevance | path

Searched refs:regStatusInfoNotify (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp646 HDI::Ril::V1_1::CsRegStatusInfo regStatusInfoNotify = {}; in NetworkCsRegStatusUpdated() local
650 regStatusInfoNotify.lacCode = hrilRegStatusInfo->lacCode; in NetworkCsRegStatusUpdated()
651 regStatusInfoNotify.cellId = hrilRegStatusInfo->cellId; in NetworkCsRegStatusUpdated()
655 regStatusInfoNotify.notifyType, regStatusInfoNotify.regStatus, regStatusInfoNotify.lacCode, in NetworkCsRegStatusUpdated()
656 regStatusInfoNotify.cellId, regStatusInfoNotify.radioTechnology); in NetworkCsRegStatusUpdated()
667 HDI::Ril::V1_1::PsRegStatusInfo regStatusInfoNotify = {}; in NetworkPsRegStatusUpdated() local
671 regStatusInfoNotify.lacCode = hrilRegStatusInfo->lacCode; in NetworkPsRegStatusUpdated()
672 regStatusInfoNotify.cellId = hrilRegStatusInfo->cellId; in NetworkPsRegStatusUpdated()
681 regStatusInfoNotify.notifyType, regStatusInfoNotify.regStatus, regStatusInfoNotify.lacCode, in NetworkPsRegStatusUpdated()
682regStatusInfoNotify.cellId, regStatusInfoNotify.radioTechnology, regStatusInfoNotify.isDcNrRestric… in NetworkPsRegStatusUpdated()
[all …]