/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | global_params_data.h | 38 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 D | sim_data.h | 98 static constexpr const char *MNC = "mnc"; member in OHOS::Telephony::SimData
|
H A D | pdp_profile_data.h | 42 static constexpr const char *MNC = "mnc"; member in OHOS::Telephony::PdpProfileData
|
/base/telephony/telephony_data/global_params/src/ |
H A D | rdb_global_params_helper.cpp | 65 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 D | res_common.h | 53 MNC = 9, enumerator
|
/base/telephony/telephony_data/sim/src/ |
H A D | rdb_sim_callback.cpp | 43 std::string(SimData::MNC) + " TEXT DEFAULT " + " '' ;"); in OnUpgrade()
|
H A D | rdb_sim_helper.cpp | 71 createTableStr.append(SimData::MNC).append(" TEXT DEFAULT '', "); in CreateSimInfoTableStr()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 71 MNC = 8, enumerator
|
/base/telephony/cellular_call/services/common/src/ |
H A D | cellular_call_rdb_helper.cpp | 75 result->GetColumnIndex(EccData::MNC, index); in QueryEccList()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 140 if (type_ == KeyType::MNC) { in GetMncStr() 180 if (type_ == KeyType::MNC) { in ConvertToStr()
|
H A D | hap_resource.cpp | 507 if (keyType == KeyType::MCC || keyType == KeyType::MNC) { in GetKeyParamsLocales()
|
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | rdb_pdp_profile_helper.cpp | 58 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 D | data_storage_test.cpp | 337 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 D | parser_util.cpp | 195 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 D | data_storage_gtest.cpp | 330 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 D | operator_config_loader.cpp | 111 values.Put(SimData::MNC, mncObj); in InsertOpkeyToSimDb()
|
/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_rdb_helper.cpp | 223 result->GetColumnIndex(PdpProfileData::MNC, index); in MakePdpProfile()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 681 } else if (kp->type_ == MNC) { in CreateResConfigFromKeyParams() 830 case KeyType::MNC: in ToFolderPath()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 3027 valuesExt.Put(SimData::MNC, mncObj); in HWTEST_F()
|