Searched refs:ParserPdpProfileJson (Results 1 – 4 of 4) sorted by relevance
39 int ParserPdpProfileJson(std::vector<PdpProfile> &vec);40 int ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *filePath);
118 ret = util.ParserPdpProfileJson(vec); in ResetApn()181 int resultCode = util.ParserPdpProfileJson(vec, path.c_str()); in InitAPNDatabase()
88 int resultCode = util.ParserPdpProfileJson(vec); in InitData()
98 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec) in ParserPdpProfileJson() function in OHOS::Telephony::ParserUtil102 return ParserPdpProfileJson(vec, path); in ParserPdpProfileJson()105 int ParserUtil::ParserPdpProfileJson(std::vector<PdpProfile> &vec, const char *path) in ParserPdpProfileJson() function in OHOS::Telephony::ParserUtil