Home
last modified time | relevance | path

Searched refs:InitAPNDatabase (Results 1 - 3 of 3) sorted by relevance

/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_helper.h59 int InitAPNDatabase(int slotId, const std::string &opkey, bool isNeedCheckFile);
/base/telephony/telephony_data/pdp_profile/src/
H A Dpdp_profile_ability.cpp136 result = helper_.InitAPNDatabase(slotId, opkey, true); in BatchInsert()
485 int result = helper_.InitAPNDatabase(slotId, opkey, false); in ResetApn()
H A Drdb_pdp_profile_helper.cpp158 int RdbPdpProfileHelper::InitAPNDatabase(int slotId, const std::string &opKey, bool isNeedCheckFile) in InitAPNDatabase() function in OHOS::Telephony::RdbPdpProfileHelper
163 DATA_STORAGE_LOGD("InitAPNDatabase start"); in InitAPNDatabase()
173 DATA_STORAGE_LOGE("InitAPNDatabase fail! checksum is null!"); in InitAPNDatabase()
183 DATA_STORAGE_LOGE("InitAPNDatabase fail"); in InitAPNDatabase()
192 DATA_STORAGE_LOGD("InitAPNDatabase size = %{public}zu", vec.size()); in InitAPNDatabase()
205 DATA_STORAGE_LOGD("InitAPNDatabase end"); in InitAPNDatabase()

Completed in 2 milliseconds