Home
last modified time | relevance | path

Searched refs:LengthIsTwoMnc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmcc_pool.h291 static bool LengthIsTwoMnc(const std::string &mccMncCode);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp1225 if (MccPool::LengthIsTwoMnc(mccMncCode)) { in CheckMncLengthForAdDone()
1269 if (MccPool::LengthIsTwoMnc(mccMncCode)) { in CheckMncLengthForImsiDone()
H A Dmcc_pool.cpp344 bool MccPool::LengthIsTwoMnc(const std::string &mccMncCode) in LengthIsTwoMnc() function in OHOS::Telephony::MccPool