Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_helper.h84 bool IsApnDbUpdateNeeded(const std::string &opkey, std::string &checksum);
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp176 if (isNeedCheckFile && !IsApnDbUpdateNeeded(opKey, checksum)) { in InitAPNDatabase()
221 bool RdbPdpProfileHelper::IsApnDbUpdateNeeded(const std::string &opkey, std::string &checkSum) in IsApnDbUpdateNeeded() function in OHOS::Telephony::RdbPdpProfileHelper