Home
last modified time | relevance | path

Searched refs:ParserPdpProfileInfos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/telephony_data/common/include/
H A Dparser_util.h41 void ParserPdpProfileInfos(std::vector<PdpProfile> &vec, cJSON *itemRoots);
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp137 ParserPdpProfileInfos(vec, itemRoots); in ParserPdpProfileJson()
144 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, cJSON *itemRoots) in ParserPdpProfileInfos() function in OHOS::Telephony::ParserUtil