Searched refs:PdpProfile (Results 1 – 10 of 10) sorted by relevance
/base/telephony/telephony_data/common/include/ |
D | parser_util.h | 35 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/ |
D | cellular_data_rdb_helper.h | 40 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/ |
D | cellular_data_rdb_helper.cpp | 75 …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/ |
D | apn_item.h | 39 static sptr<ApnItem> MakeApn(const PdpProfile &apnData);
|
/base/telephony/telephony_data/pdp_profile/src/ |
D | rdb_pdp_profile_callback.cpp | 59 std::vector<PdpProfile> vec; in InitData()
|
D | rdb_pdp_profile_helper.cpp | 99 std::vector<PdpProfile> vec; in ResetApn()
|
/base/telephony/telephony_data/common/src/ |
D | parser_util.cpp | 69 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/ |
D | pdp_profile_data.h | 97 struct PdpProfile { struct
|
/base/telephony/cellular_data/services/src/apn_manager/ |
D | apn_manager.cpp | 188 std::vector<PdpProfile> apnVec; in CreateAllApnItemByDatabase() 200 for (const PdpProfile &apnData : apnVec) { in CreateAllApnItemByDatabase()
|
D | apn_item.cpp | 85 sptr<ApnItem> ApnItem::MakeApn(const PdpProfile &apnData) in MakeApn()
|