Home
last modified time | relevance | path

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

/base/telephony/telephony_data/common/include/
Dparser_util.h38 int ParserPdpProfileJson(std::vector<PdpProfile> &vec);
/base/telephony/telephony_data/pdp_profile/src/
Drdb_pdp_profile_callback.cpp60 int resultCode = util.ParserPdpProfileJson(vec); in InitData()
Drdb_pdp_profile_helper.cpp100 ret = util.ParserPdpProfileJson(vec); in ResetApn()
/base/telephony/telephony_data/common/src/
Dparser_util.cpp69 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson() function in OHOS::Telephony::ParserUtil