Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp84 ImsRegInfo voiceInfo; in IsSecondaryCanActiveData() local
85 CoreManagerInner::GetInstance().GetImsRegStatus(slotId_, ImsServiceType::TYPE_VOICE, voiceInfo); in IsSecondaryCanActiveData()
88 …if (voiceInfo.imsRegState != ImsRegState::IMS_REGISTERED && videoInfo.imsRegState != ImsRegState::… in IsSecondaryCanActiveData()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1119 ImsRegInfo voiceInfo; in HandleCallChanged() local
1120 CoreManagerInner::GetInstance().GetImsRegStatus(slotId_, ImsServiceType::TYPE_VOICE, voiceInfo); in HandleCallChanged()
1123 …if (voiceInfo.imsRegState == ImsRegState::IMS_REGISTERED || videoInfo.imsRegState == ImsRegState::… in HandleCallChanged()