Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp102 iccType_ = GetIccTypeByCardType(cardType); in Init()
103 TELEPHONY_LOGI("SimFileManager current icc type is %{public}d", iccType_); in Init()
104 if (!InitIccFileController(iccType_)) { in Init()
112 if (!InitSimFile(iccType_)) { in Init()
883 …TELEPHONY_LOGI("SimFileManager new icc type:%{public}d, old icc type: %{public}d", type, iccType_); in ChangeSimFileByCardType()
888 if (type == iccType_ || (iccType_ == SimFileManager::IccType::ICC_TYPE_USIM && type == in ChangeSimFileByCardType()
889 … SimFileManager::IccType::ICC_TYPE_GSM) || (iccType_ == SimFileManager::IccType::ICC_TYPE_GSM && in ChangeSimFileByCardType()
894 if (type != iccType_) { in ChangeSimFileByCardType()
896 iccType_ = type; in ChangeSimFileByCardType()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h103 IccType iccType_ = IccType::ICC_TYPE_USIM; variable