Home
last modified time | relevance | path

Searched refs:MCCMNC_SHORT_LEN (Results 1 - 4 of 4) sorted by relevance

/base/telephony/core_service/services/sim/include/
H A Doperator_config_loader.h77 const int MCCMNC_SHORT_LEN = 5; member in OHOS::Telephony::OperatorConfigLoader
H A Dsim_file.h155 const int MCCMNC_SHORT_LEN = 5; member in OHOS::Telephony::SimFile
/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp184 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 Dsim_file.cpp1225 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