Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/test/fuzztest/mcccountrycode_fuzzer/
H A Dmcccountrycode_fuzzer.cpp34 int mcc = static_cast<int>(*data % THOUSAND) + MCC_GR; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dmcc_pool.h26 MCC_GR = 202, enumerator
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dmcc_pool.cpp75 mccAccessTable_.push_back(std::make_shared<MccAccess>(MCC_GR, "gr", MCC_SHORT)); in AddMccForAsia()