Searched refs:LengthIsThreeMnc (Results 1 – 4 of 4) sorted by relevance
290 static bool LengthIsThreeMnc(const std::string &mccMncCode);
1215 if (MccPool::LengthIsThreeMnc(mccMncCode)) { in CheckMncLengthForAdDone()1259 if (MccPool::LengthIsThreeMnc(mccMncCode)) { in CheckMncLengthForImsiDone()
372 bool MccPool::LengthIsThreeMnc(const std::string &mccMncCode) in LengthIsThreeMnc() function in OHOS::Telephony::MccPool
989 ASSERT_TRUE(MccPool::LengthIsThreeMnc("302370"));990 ASSERT_FALSE(MccPool::LengthIsThreeMnc("46000"));