Searched refs:MCCMNC_SHORT_LEN (Results 1 - 4 of 4) sorted by relevance
/base/telephony/core_service/services/sim/include/ |
H A D | operator_config_loader.h | 77 const int MCCMNC_SHORT_LEN = 5; member in OHOS::Telephony::OperatorConfigLoader
|
H A D | sim_file.h | 155 const int MCCMNC_SHORT_LEN = 5; member in OHOS::Telephony::SimFile
|
/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_loader.cpp | 184 if (static_cast<int>(mccmnc.size()) < MCCMNC_SHORT_LEN || static_cast<int>(mccmnc.size()) > MCCMNC_LONG_LEN) { in GetMccFromMccMnc() 193 if (static_cast<int>(mccmnc.size()) < MCCMNC_SHORT_LEN || static_cast<int>(mccmnc.size()) > MCCMNC_LONG_LEN) { in GetMncFromMccMnc()
|
H A D | sim_file.cpp | 1225 if (CheckMncLen(imsi, imsiSize, MNC_LONG_LEN, MCCMNC_SHORT_LEN, true)) { in CheckMncLengthForAdDone() 1228 std::string mccMncCode = imsi.substr(0, MCCMNC_SHORT_LEN); in CheckMncLengthForAdDone() 1269 if (CheckMncLen(imsi, imsiSize, MNC_LONG_LEN, MCCMNC_SHORT_LEN, false)) { in CheckMncLengthForImsiDone() 1272 std::string mccMncCode = imsi.substr(0, MCCMNC_SHORT_LEN); in CheckMncLengthForImsiDone()
|
Completed in 9 milliseconds