Home
last modified time | relevance | path

Searched refs:ParserPdpProfileJson (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/telephony_data/common/include/
H A Dparser_util.h39 int ParserPdpProfileJson(std::vector<PdpProfile> &vec);
40 int ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *filePath);
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp118 ret = util.ParserPdpProfileJson(vec); in ResetApn()
181 int resultCode = util.ParserPdpProfileJson(vec, path.c_str()); in InitAPNDatabase()
H A Drdb_pdp_profile_callback.cpp88 int resultCode = util.ParserPdpProfileJson(vec); in InitData()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp98 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson() function in OHOS::Telephony::ParserUtil
102 return ParserPdpProfileJson(vec, path); in ParserPdpProfileJson()
105 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *path) in ParserPdpProfileJson() function in OHOS::Telephony::ParserUtil