Home
last modified time | relevance | path

Searched refs:MNC (Results 1 - 19 of 19) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dglobal_params_data.h38 static constexpr const char *MNC = "mnc"; member in OHOS::Telephony::NumMatchData
80 static constexpr const char *MNC = "mnc"; member in OHOS::Telephony::EccData
H A Dsim_data.h98 static constexpr const char *MNC = "mnc"; member in OHOS::Telephony::SimData
H A Dpdp_profile_data.h42 static constexpr const char *MNC = "mnc"; member in OHOS::Telephony::PdpProfileData
/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_helper.cpp65 createTableStr.append(NumMatchData::MNC).append(" TEXT DEFAULT '', "); in CreateNumMatchTableStr()
89 createTableStr.append(EccData::MNC).append(" TEXT DEFAULT '', "); in CreateEccDataTableStr()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h53 MNC = 9, enumerator
/base/telephony/telephony_data/sim/src/
H A Drdb_sim_callback.cpp43 std::string(SimData::MNC) + " TEXT DEFAULT " + " '' ;"); in OnUpgrade()
H A Drdb_sim_helper.cpp71 createTableStr.append(SimData::MNC).append(" TEXT DEFAULT '', "); in CreateSimInfoTableStr()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h71 MNC = 8, enumerator
/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_rdb_helper.cpp75 result->GetColumnIndex(EccData::MNC, index); in QueryEccList()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp140 if (type_ == KeyType::MNC) { in GetMncStr()
180 if (type_ == KeyType::MNC) { in ConvertToStr()
H A Dhap_resource.cpp507 if (keyType == KeyType::MCC || keyType == KeyType::MNC) { in GetKeyParamsLocales()
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp58 createTableStr.append(PdpProfileData::MNC).append(" TEXT DEFAULT '', "); in CreatePdpProfileTableStr()
78 createTableStr.append(PdpProfileData::MNC).append(", "); in CreatePdpProfileTableStr()
/base/telephony/telephony_data/test/unittest/data_test/
H A Ddata_storage_test.cpp337 value.Put(PdpProfileData::MNC, "91"); in PdpProfileInsert()
382 value.Put(NumMatchData::MNC, "91"); in GlobalParamsNumMatchInsert()
446 resultSet->GetColumnIndex(NumMatchData::MNC, columnIndex); in DumpNumMatchData()
509 value.Put(EccData::MNC, "01"); in GlobalEccInsert()
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp195 value.PutString(PdpProfileData::MNC, bean.mnc); in ParserPdpProfileToValuesBucket()
421 value.PutString(NumMatchData::MNC, bean.mnc); in ParserNumMatchToValuesBucket()
499 value.PutString(EccData::MNC, bean.mnc); in ParserEccDataToValuesBucket()
/base/telephony/telephony_data/test/unittest/data_gtest/
H A Ddata_storage_gtest.cpp330 value.Put(PdpProfileData::MNC, "91"); in PdpProfileInsert()
426 value.Put(NumMatchData::MNC, "91"); in GlobalParamsNumMatchInsert()
472 resultSet->GetColumnIndex(NumMatchData::MNC, columnIndex); in DumpNumMatchData()
512 value.Put(EccData::MNC, "01"); in GlobalEccInsert()
/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp111 values.Put(SimData::MNC, mncObj); in InsertOpkeyToSimDb()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp223 result->GetColumnIndex(PdpProfileData::MNC, index); in MakePdpProfile()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp681 } else if (kp->type_ == MNC) { in CreateResConfigFromKeyParams()
830 case KeyType::MNC: in ToFolderPath()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp3027 valuesExt.Put(SimData::MNC, mncObj); in HWTEST_F()

Completed in 19 milliseconds