/base/telephony/cellular_data/services/include/utils/ |
H A D | cellular_data_rdb_helper.h | 40 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 D | parser_util.h | 30 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 D | apn_item.h | 39 static sptr<ApnItem> MakeApn(const PdpProfile &apnData); 42 static sptr<ApnItem> BuildOtherApnAttributes(sptr<ApnItem> &apnItem, const PdpProfile &apnData);
|
H A D | apn_manager.h | 59 int32_t MakeSpecificApnItem(std::vector<PdpProfile> &apnVec);
|
/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_rdb_helper.cpp | 91 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 D | apn_item.cpp | 88 sptr<ApnItem> ApnItem::MakeApn(const PdpProfile &apnData) in MakeApn() 138 sptr<ApnItem> ApnItem::BuildOtherApnAttributes(sptr<ApnItem> &apnItem, const PdpProfile &apnData) in BuildOtherApnAttributes()
|
H A D | apn_manager.cpp | 257 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 D | apn_manager_test.cpp | 404 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 D | zero_branch_test.cpp | 1300 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 D | cellular_data_test.cpp | 1835 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 D | rdb_pdp_profile_callback.cpp | 87 std::vector<PdpProfile> vec; in InitData()
|
H A D | rdb_pdp_profile_helper.cpp | 117 std::vector<PdpProfile> vec; in ResetApn() 180 std::vector<PdpProfile> vec; in InitAPNDatabase()
|
/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | pdp_profile_data.h | 121 struct PdpProfile { struct
|
/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 98 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()
|