Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_helper.h59 int InitAPNDatabase(int slotId, const std::string &opkey, bool isNeedCheckFile);
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp158 int RdbPdpProfileHelper::InitAPNDatabase(int slotId, const std::string &opKey, bool isNeedCheckFile) in InitAPNDatabase() argument
176 if (isNeedCheckFile && !IsApnDbUpdateNeeded(opKey, checksum)) { in InitAPNDatabase()