Searched refs:imsiSize (Results 1 - 3 of 3) sorted by relevance
/base/telephony/core_service/services/sim/src/ |
H A D | ruim_file.cpp | 238 size_t imsiSize = imsi_.size(); in ProcessGetImsiDone() local 240 bool isSizeEnough = imsiSize >= MCC_LEN; in ProcessGetImsiDone() 245 isSizeEnough = imsiSize >= MCC_LEN + lengthOfMnc_; in ProcessGetImsiDone() 254 isSizeEnough = imsiSize >= MCC_LEN + mncLength; in ProcessGetImsiDone()
|
H A D | sim_file.cpp | 1194 bool SimFile::CheckMncLen(std::string imsi, int imsiSize, int mncLen, int mccmncLen, bool isCheckUninitMnc) in CheckMncLen() argument 1198 ((!imsi.empty()) && (imsiSize >= mccmncLen)); in CheckMncLen() 1200 return ((lengthOfMnc_ == UNKNOWN_MNC) || (lengthOfMnc_ == mncLen)) && ((!imsi.empty()) && (imsiSize >= mccmncLen)); in CheckMncLen() 1215 int imsiSize = static_cast<int>(imsi.size()); in CheckMncLengthForAdDone() local 1216 if (CheckMncLen(imsi, imsiSize, MNC_LEN, MCCMNC_LEN, true)) { in CheckMncLengthForAdDone() 1225 if (CheckMncLen(imsi, imsiSize, MNC_LONG_LEN, MCCMNC_SHORT_LEN, true)) { in CheckMncLengthForAdDone() 1259 int imsiSize = static_cast<int>(imsi.size()); in CheckMncLengthForImsiDone() local 1260 if (CheckMncLen(imsi, imsiSize, MNC_LEN, MCCMNC_LEN, false)) { in CheckMncLengthForImsiDone() 1269 if (CheckMncLen(imsi, imsiSize, MNC_LONG_LEN, MCCMNC_SHORT_LEN, false)) { in CheckMncLengthForImsiDone()
|
/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);
|
Completed in 9 milliseconds