Searched refs:imsiSize (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | ruim_file.cpp | 231 size_t imsiSize = imsi_.size(); in ProcessGetImsiDone() local 233 bool isSizeEnough = imsiSize >= MCC_LEN; in ProcessGetImsiDone() 238 isSizeEnough = imsiSize >= MCC_LEN + lengthOfMnc_; in ProcessGetImsiDone() 247 isSizeEnough = imsiSize >= MCC_LEN + mncLength; in ProcessGetImsiDone()
|
H A D | sim_file.cpp | 1190 bool SimFile::CheckMncLen(std::string imsi, int imsiSize, int mncLen, int mccmncLen, bool isCheckUn… in CheckMncLen() argument 1194 ((!imsi.empty()) && (imsiSize >= mccmncLen)); in CheckMncLen() 1196 …fMnc_ == UNKNOWN_MNC) || (lengthOfMnc_ == mncLen)) && ((!imsi.empty()) && (imsiSize >= mccmncLen)); in CheckMncLen() 1211 int imsiSize = static_cast<int>(imsi.size()); in CheckMncLengthForAdDone() local 1212 if (CheckMncLen(imsi, imsiSize, MNC_LEN, MCCMNC_LEN, true)) { in CheckMncLengthForAdDone() 1221 if (CheckMncLen(imsi, imsiSize, MNC_LONG_LEN, MCCMNC_SHORT_LEN, true)) { in CheckMncLengthForAdDone() 1255 int imsiSize = static_cast<int>(imsi.size()); in CheckMncLengthForImsiDone() local 1256 if (CheckMncLen(imsi, imsiSize, MNC_LEN, MCCMNC_LEN, false)) { in CheckMncLengthForImsiDone() 1265 if (CheckMncLen(imsi, imsiSize, MNC_LONG_LEN, MCCMNC_SHORT_LEN, false)) { in CheckMncLengthForImsiDone()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_file.h | 145 …bool CheckMncLen(std::string imsi, int imsiSize, int mncLen, int mccmncLen, bool isCheckUninitMnc);
|