Home
last modified time | relevance | path

Searched defs:mcc (Results 1 - 25 of 29) sorted by relevance

12

/base/telephony/cellular_call/services/utils/src/
H A Demergency_utils.cpp54 std::string mcc = config.GetMcc(slotId); in IsEmergencyCallProcessing() local
H A Dcellular_call_config.cpp819 std::string mcc = GetMcc(slotId); in MergeEccCallList() local
882 std::string mcc = imsi; GetMcc() local
[all...]
/base/telephony/core_service/test/fuzztest/mcccountrycode_fuzzer/
H A Dmcccountrycode_fuzzer.cpp34 int mcc = static_cast<int>(*data % THOUSAND) + MCC_GR; in DoSomethingInterestingWithMyAPI() local
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h224 std::string mcc; member
245 uint32_t mcc = MCC_UNDEFINED; member
/base/telephony/core_service/services/sim/src/
H A Dmcc_pool.cpp27 std::shared_ptr<MccAccess> MccPool::AccessToMcc(int mcc) in AccessToMcc() argument
40 std::string MccPool::MccCountryCode(int mcc) in MccCountryCode() argument
49 int MccPool::ShortestMncLengthFromMcc(int mcc) in ShortestMncLengthFromMcc() argument
H A Druim_file.cpp55 std::string mcc = imsi.substr(0, MCC_LEN); in ObtainSimOperator() local
71 std::string mcc = numeric.substr(0, MCC_LEN); in ObtainIsoCountryCode() local
239 std::string mcc = ""; in ProcessGetImsiDone() local
[all...]
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp116 bool CellularDataRdbHelper::QueryMvnoApnsByType(const std::string &mcc, const std::string &mnc, in QueryMvnoApnsByType() argument
90 QueryApns( const std::string &mcc, const std::string &mnc, std::vector<PdpProfile> &apnVec, int32_t slotId) QueryApns() argument
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dglobal_params_data.h56 std::string mcc = ""; member
102 std::string mcc = ""; member
H A Dpdp_profile_data.h124 std::string mcc = ""; member
/base/global/resource_management/interfaces/native/resource/include/
H A Dresmgr_common.h159 uint32_t mcc; member
/base/telephony/cellular_data/test/
H A Dapn_manager_test.cpp262 std::string mcc = "460"; in HWTEST_F() local
H A Dcellular_data_test.cpp1833 std::string mcc = "123"; in HWTEST_F() local
1850 std::string mcc = "123"; in HWTEST_F() local
1868 std::string mcc = "123"; in HWTEST_F() local
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_call_parcel.h171 std::string mcc = ""; member
H A Dtel_ril_network_parcel.h381 int32_t mcc = 0; member
439 int32_t mcc = 0; member
H A Dtelephony_types.h578 std::string mcc = ""; member
/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp262 std::string mcc = numeric.substr(0, DEFAULT_MCC_SIZE); in CreateAllApnItemByDatabase() local
304 int32_t ApnManager::CreateMvnoApnItems(int32_t slotId, const std::string &mcc, const std::string &mnc) in CreateMvnoApnItems() argument
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp180 void ResConfigImpl::SetMcc(uint32_t mcc) in SetMcc() argument
451 bool ResConfigImpl::IsMccMncMatch(uint32_t mcc, uint32_t mnc) const in IsMccMncMatch() argument
/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp33 void CellInformation::Init(int32_t mcc, int32_t mnc, int32_t cellId) in Init() argument
55 void CellInformation::Init(std::string mcc, std::string mnc, int32_t cellId) in Init() argument
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h390 char *mcc; member
H A Dhril_vendor_network_defs.h774 int32_t mcc; member
/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp458 std::string mcc; in DumpNumMatchData() local
/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp432 std::string mcc; in DumpNumMatchData() local
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp813 char *mcc = new char[call.mcc.size() + 1]; in CopyToHRilEmergencyInfoArray() local
[all...]
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp763 std::string mcc = plmn.substr(0, MCC_LEN); in GetIsoCountryCodeForNetwork() local
H A Dnetwork_search_handler.cpp1483 std::string mcc = plmn.substr(0, MCC_LEN); in RadioResidentNetworkChange() local

Completed in 31 milliseconds

12