Home
last modified time | relevance | path

Searched defs:mnc (Results 1 – 11 of 11) sorted by relevance

/base/telephony/telephony_data/etc/
Dpdp_profile.json6 "mnc": "11", string
21 "mnc": "11", string
32 "mnc": "12", string
47 "mnc": "12", string
58 "mnc": "00", string
65 "mnc": "00", string
74 "mnc": "00", string
83 "mnc": "00", string
90 "mnc": "01", string
97 "mnc": "01", string
[all …]
/base/global/resource_management/frameworks/resmgr/include/
Dhap_parser.h192 std::string mnc; member
213 uint32_t mnc = MNC_UNDEFINED; member
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2425 mnc: string; property
2505 mnc: string; property
2585 mnc: string; property
2655 mnc: string; property
2725 mnc: string; property
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_rdb_helper.cpp75 bool CellularDataRdbHelper::QueryApns(const std::string &mcc, const std::string &mnc, std::vector<P… in QueryApns()
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_manager.cpp186 std::string mnc = numeric.substr(mcc.size(), numeric.size() - mcc.size()); in CreateAllApnItemByDatabase() local
/base/telephony/telephony_data/interfaces/innerkits/include/
Dpdp_profile_data.h101 std::string mnc = ""; member
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp136 void ResConfigImpl::SetMnc(uint32_t mnc) in SetMnc()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h380 int32_t mnc = 0; member
438 int32_t mnc = 0; member
Dhril_vendor_network_defs.h778 int32_t mnc; member
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp33 void CellInformation::Init(int32_t mcc, int32_t mnc, int32_t cellId) in Init()
/base/telephony/core_service/services/sim/include/
Dmcc_pool.h276 MccAccess(int mnc, std::string iso, int shortestMnc) in MccAccess()