Home
last modified time | relevance | path

Searched refs:IsDigestChanged (Results 1 - 2 of 2) sorted by relevance

/base/telephony/telephony_data/common/include/
H A Dparser_util.h78 bool IsDigestChanged(const char *path, const std::string &key);
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp354 if (hashCheck && !IsDigestChanged(path, NUM_MATCH_HASH)) { in ParserNumMatchJson()
447 if (hashCheck && !IsDigestChanged(path, ECC_DATA_HASH)) { in ParserEccDataJson()
638 bool ParserUtil::IsDigestChanged(const char *path, const std::string &key) in IsDigestChanged() function in OHOS::Telephony::ParserUtil
645 DATA_STORAGE_LOGE("ParserUtil::IsDigestChanged preferencesUtil is nullptr!"); in IsDigestChanged()
650 DATA_STORAGE_LOGD("ParserUtil::IsDigestChanged file not changed"); in IsDigestChanged()
653 DATA_STORAGE_LOGI("ParserUtil::IsDigestChanged file is changed"); in IsDigestChanged()

Completed in 2 milliseconds