Home
last modified time | relevance | path

Searched refs:PdpProfile (Results 1 – 10 of 10) sorted by relevance

/base/telephony/telephony_data/common/include/
Dparser_util.h35 struct PdpProfile;
38 int ParserPdpProfileJson(std::vector<PdpProfile> &vec);
39 void ParserPdpProfileInfos(std::vector<PdpProfile> &vec, Json::Value &root);
40 void ParserPdpProfileToValuesBucket(NativeRdb::ValuesBucket &value, const PdpProfile &bean);
/base/telephony/cellular_data/services/include/utils/
Dcellular_data_rdb_helper.h40 bool QueryApns(const std::string &mcc, const std::string &mnc, std::vector<PdpProfile> &apnVec);
48 …ult(const std::shared_ptr<DataShare::DataShareResultSet> &result, std::vector<PdpProfile> &apnVec);
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_rdb_helper.cpp75 …bHelper::QueryApns(const std::string &mcc, const std::string &mnc, std::vector<PdpProfile> &apnVec) in QueryApns()
100 const std::shared_ptr<DataShare::DataShareResultSet> &result, std::vector<PdpProfile> &apnVec) in ReadApnResult()
112 PdpProfile apnBean; in ReadApnResult()
/base/telephony/cellular_data/services/include/apn_manager/
Dapn_item.h39 static sptr<ApnItem> MakeApn(const PdpProfile &apnData);
/base/telephony/telephony_data/pdp_profile/src/
Drdb_pdp_profile_callback.cpp59 std::vector<PdpProfile> vec; in InitData()
Drdb_pdp_profile_helper.cpp99 std::vector<PdpProfile> vec; in ResetApn()
/base/telephony/telephony_data/common/src/
Dparser_util.cpp69 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson()
109 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, Json::Value &root) in ParserPdpProfileInfos()
113 PdpProfile bean; in ParserPdpProfileInfos()
134 void ParserUtil::ParserPdpProfileToValuesBucket(NativeRdb::ValuesBucket &value, const PdpProfile &b… in ParserPdpProfileToValuesBucket()
/base/telephony/telephony_data/interfaces/innerkits/include/
Dpdp_profile_data.h97 struct PdpProfile { struct
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_manager.cpp188 std::vector<PdpProfile> apnVec; in CreateAllApnItemByDatabase()
200 for (const PdpProfile &apnData : apnVec) { in CreateAllApnItemByDatabase()
Dapn_item.cpp85 sptr<ApnItem> ApnItem::MakeApn(const PdpProfile &apnData) in MakeApn()