Home
last modified time | relevance | path

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

/base/telephony/telephony_data/common/include/
Dparser_util.h41 void ParserPdpProfileInfos(std::vector<PdpProfile> &vec, Json::Value &root);
/base/telephony/telephony_data/common/src/
Dparser_util.cpp129 ParserPdpProfileInfos(vec, itemRoots); in ParserPdpProfileJson()
133 void ParserUtil::ParserPdpProfileInfos(std::vector<PdpProfile> &vec, Json::Value &root) in ParserPdpProfileInfos() function in OHOS::Telephony::ParserUtil