Home
last modified time | relevance | path

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

/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);
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_callback.cpp88 int resultCode = util.ParserPdpProfileJson(vec); in InitData()
90 DATA_STORAGE_LOGE("ParserPdpProfileJson fail"); in InitData()
H A Drdb_pdp_profile_helper.cpp118 ret = util.ParserPdpProfileJson(vec); in ResetApn()
181 int resultCode = util.ParserPdpProfileJson(vec, path.c_str()); in InitAPNDatabase()
/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
113 DATA_STORAGE_LOGE("ParserUtil::ParserPdpProfileJson LoaderJsonFile is fail!"); in ParserPdpProfileJson()
125 DATA_STORAGE_LOGE("ParserUtil::ParserPdpProfileJson root is error!"); in ParserPdpProfileJson()
131 DATA_STORAGE_LOGE("ParserUtil::ParserPdpProfileJson itemRoots size == 0!"); in ParserPdpProfileJson()

Completed in 3 milliseconds