Home
last modified time | relevance | path

Searched refs:InitAPNDatabase (Results 1 – 3 of 3) 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 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