Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds