Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/common/include/
H A Dparser_util.h77 bool IsNeedInsertToTable(cJSON *value);
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp149 if (itemRoot == nullptr || !IsNeedInsertToTable(itemRoot)) { in ParserPdpProfileInfos()
623 bool ParserUtil::IsNeedInsertToTable(cJSON *value) in IsNeedInsertToTable() function in OHOS::Telephony::ParserUtil