Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/common/include/
H A Dparser_util.h48 void ParserNumMatchInfos(std::vector<NumMatch> &vec, cJSON *itemRoots);
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp373 ParserNumMatchInfos(vec, itemRoots); in ParserNumMatchJson()
380 void ParserUtil::ParserNumMatchInfos(std::vector<NumMatch> &vec, cJSON *itemRoots) in ParserNumMatchInfos() function in OHOS::Telephony::ParserUtil