Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp813 SimFileManager::IccType iccType = GetIccTypeByTech(tech); in ProcessEvent() local
814 if (iccType == SimFileManager::IccType::ICC_TYPE_CDMA && in ProcessEvent()
816 iccType = SimFileManager::IccType::ICC_TYPE_USIM; in ProcessEvent()
819 ChangeSimFileByCardType(iccType); in ProcessEvent()
825 SimFileManager::IccType iccType = GetIccTypeByCardType(cardType); in ProcessEvent() local
826 ChangeSimFileByCardType(iccType); in ProcessEvent()