Home
last modified time | relevance | path

Searched refs:PdpProfile (Results 1 - 14 of 14) sorted by relevance

/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_rdb_helper.h40 bool QueryApns(const std::string &mcc, const std::string &mnc, std::vector<PdpProfile> &apnVec, int32_t slotId);
42 const std::string &mvnoDataFromSim, std::vector<PdpProfile> &mvnoApnVec, int32_t slotId);
43 bool QueryPreferApn(int32_t slotId, std::vector<PdpProfile> &apnVec);
52 void ReadApnResult(const std::shared_ptr<DataShare::DataShareResultSet> &result, std::vector<PdpProfile> &apnVec);
54 const std::string &mvnoDataFromSim, std::vector<PdpProfile> &apnVec);
55 bool IsMvnoDataMatched(const std::string &mvnoDataFromSim, const PdpProfile &apnBean);
56 void MakePdpProfile(const std::shared_ptr<DataShare::DataShareResultSet> &result, int i, PdpProfile &apnBean);
/base/telephony/telephony_data/common/include/
H A Dparser_util.h30 struct PdpProfile;
39 int ParserPdpProfileJson(std::vector<PdpProfile> &vec);
40 int ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *filePath);
41 void ParserPdpProfileInfos(std::vector<PdpProfile> &vec, cJSON *itemRoots);
42 void ParserPdpProfileToValuesBucket(NativeRdb::ValuesBucket &value, const PdpProfile &bean);
/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_item.h39 static sptr<ApnItem> MakeApn(const PdpProfile &apnData);
42 static sptr<ApnItem> BuildOtherApnAttributes(sptr<ApnItem> &apnItem, const PdpProfile &apnData);
H A Dapn_manager.h59 int32_t MakeSpecificApnItem(std::vector<PdpProfile> &apnVec);
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp91 const std::string &mcc, const std::string &mnc, std::vector<PdpProfile> &apnVec, int32_t slotId) in QueryApns()
117 const std::string &mvnoType, const std::string &mvnoDataFromSim, std::vector<PdpProfile> &mvnoApnVec, in QueryMvnoApnsByType()
148 bool CellularDataRdbHelper::QueryPreferApn(int32_t slotId, std::vector<PdpProfile> &apnVec) in QueryPreferApn()
175 const std::shared_ptr<DataShare::DataShareResultSet> &result, std::vector<PdpProfile> &apnVec) in ReadApnResult()
185 PdpProfile apnBean; in ReadApnResult()
194 const std::string &mvnoDataFromSim, std::vector<PdpProfile> &apnVec) in ReadMvnoApnResult()
204 PdpProfile apnBean; in ReadMvnoApnResult()
213 const std::shared_ptr<DataShare::DataShareResultSet> &result, int i, PdpProfile &apnBean) in MakePdpProfile()
255 bool CellularDataRdbHelper::IsMvnoDataMatched(const std::string &mvnoDataFromSim, const PdpProfile &apnBean) in IsMvnoDataMatched()
/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_item.cpp88 sptr<ApnItem> ApnItem::MakeApn(const PdpProfile &apnData) in MakeApn()
138 sptr<ApnItem> ApnItem::BuildOtherApnAttributes(sptr<ApnItem> &apnItem, const PdpProfile &apnData) in BuildOtherApnAttributes()
H A Dapn_manager.cpp257 std::vector<PdpProfile> preferApnVec; in CreateAllApnItemByDatabase()
268 std::vector<PdpProfile> apnVec; in CreateAllApnItemByDatabase()
312 std::vector<PdpProfile> mvnoApnVec; in CreateMvnoApnItems()
340 int32_t ApnManager::MakeSpecificApnItem(std::vector<PdpProfile> &apnVec) in MakeSpecificApnItem()
345 for (PdpProfile &apnData : apnVec) { in MakeSpecificApnItem()
/base/telephony/cellular_data/test/
H A Dapn_manager_test.cpp404 PdpProfile pdpProfile; in HWTEST_F()
407 std::vector<PdpProfile> apnVec; in HWTEST_F()
422 PdpProfile pdpProfile; in HWTEST_F()
425 std::vector<PdpProfile> apnVec; in HWTEST_F()
440 PdpProfile pdpProfile; in HWTEST_F()
443 std::vector<PdpProfile> apnVec; in HWTEST_F()
H A Dzero_branch_test.cpp1300 PdpProfile apnBean; in HWTEST_F()
1474 std::vector<PdpProfile> apnVec; in HWTEST_F()
1476 PdpProfile apnBean; in HWTEST_F()
1501 PdpProfile apnBean; in HWTEST_F()
2019 std::vector<PdpProfile> apnVec; in HWTEST_F()
2034 std::vector<PdpProfile> apnVec; in HWTEST_F()
2049 PdpProfile apnBean; in HWTEST_F()
2067 PdpProfile apnBean; in HWTEST_F()
H A Dcellular_data_test.cpp1835 std::vector<PdpProfile> apnVec; in HWTEST_F()
1854 std::vector<PdpProfile> mvnoApnVec; in HWTEST_F()
1872 std::vector<PdpProfile> mvnoApnVec; in HWTEST_F()
1887 std::vector<PdpProfile> apnVec; in HWTEST_F()
1901 std::vector<PdpProfile> apnVec; in HWTEST_F()
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_callback.cpp87 std::vector<PdpProfile> vec; in InitData()
H A Drdb_pdp_profile_helper.cpp117 std::vector<PdpProfile> vec; in ResetApn()
180 std::vector<PdpProfile> vec; in InitAPNDatabase()
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h121 struct PdpProfile { struct
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp98 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson()
105 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *path) in ParserPdpProfileJson()
144 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, cJSON *itemRoots) in ParserPdpProfileInfos()
152 PdpProfile bean; in ParserPdpProfileInfos()
191 void ParserUtil::ParserPdpProfileToValuesBucket(NativeRdb::ValuesBucket &value, const PdpProfile &bean) in ParserPdpProfileToValuesBucket()

Completed in 13 milliseconds