Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp649 HDI::Ril::V1_1::CsRegStatusInfo regStatusInfoNotify = {}; in NetworkCsRegStatusUpdated() local
651 regStatusInfoNotify.notifyType = hrilRegStatusInfo->notifyMode; in NetworkCsRegStatusUpdated()
652 regStatusInfoNotify.regStatus = static_cast<HDI::Ril::V1_1::RilRegStatus>(hrilRegStatusInfo->regStatus); in NetworkCsRegStatusUpdated()
653 regStatusInfoNotify.lacCode = hrilRegStatusInfo->lacCode; in NetworkCsRegStatusUpdated()
654 regStatusInfoNotify.cellId = hrilRegStatusInfo->cellId; in NetworkCsRegStatusUpdated()
655 regStatusInfoNotify.radioTechnology = static_cast<HDI::Ril::V1_1::RilRadioTech>(hrilRegStatusInfo->actType); in NetworkCsRegStatusUpdated()
658 regStatusInfoNotify.notifyType, regStatusInfoNotify.regStatus, regStatusInfoNotify.lacCode, in NetworkCsRegStatusUpdated()
659 regStatusInfoNotify in NetworkCsRegStatusUpdated()
670 HDI::Ril::V1_1::PsRegStatusInfo regStatusInfoNotify = {}; NetworkPsRegStatusUpdated() local
[all...]

Completed in 4 milliseconds