Home
last modified time | relevance | path

Searched refs:LengthIsThreeMnc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmcc_pool.h290 static bool LengthIsThreeMnc(const std::string &mccMncCode);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp1215 if (MccPool::LengthIsThreeMnc(mccMncCode)) { in CheckMncLengthForAdDone()
1259 if (MccPool::LengthIsThreeMnc(mccMncCode)) { in CheckMncLengthForImsiDone()
H A Dmcc_pool.cpp372 bool MccPool::LengthIsThreeMnc(const std::string &mccMncCode) in LengthIsThreeMnc() function in OHOS::Telephony::MccPool
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp989 ASSERT_TRUE(MccPool::LengthIsThreeMnc("302370"));
990 ASSERT_FALSE(MccPool::LengthIsThreeMnc("46000"));