Searched refs:ParserPdpProfileJson (Results 1 – 4 of 4) sorted by relevance
38 int ParserPdpProfileJson(std::vector<PdpProfile> &vec);
60 int resultCode = util.ParserPdpProfileJson(vec); in InitData()
100 ret = util.ParserPdpProfileJson(vec); in ResetApn()
69 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson() function in OHOS::Telephony::ParserUtil