Home
last modified time | relevance | path

Searched refs:opKey (Results 1 – 7 of 7) sorted by relevance

/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
160 if (store_ == nullptr || opKey.empty() || strcmp(opKey.c_str(), INVALID_OPKEY) == 0) { in InitAPNDatabase()
176 if (isNeedCheckFile && !IsApnDbUpdateNeeded(opKey, checksum)) { in InitAPNDatabase()
191 ClearData(opKey); in InitAPNDatabase()
196 value.PutString(PdpProfileData::OPKEY, opKey); in InitAPNDatabase()
203 SetPreferApnConfChecksum(opKey, checksum); in InitAPNDatabase()
209 int RdbPdpProfileHelper::ClearData(const std::string &opKey) in ClearData() argument
213 ->EqualTo(PdpProfileData::OPKEY, opKey) in ClearData()
/ohos5.0/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_helper.h100 int ClearData(const std::string &opKey);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_icc_file.h86 virtual void OnOpkeyLoad(const std::string opKey, const std::string opName) in OnOpkeyLoad() argument
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h72 void SetOpKey(const std::string &opKey);
H A Dicc_file.h101 void OnOpkeyLoad(const std::string opKey, const std::string opName);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp494 void SimFileManager::SetOpKey(const std::string &opKey) in SetOpKey() argument
496 opKey_ = opKey; in SetOpKey()
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp2696 std::u16string opKey; in GetOpKeySync() local
2700 std::string operatorKey = NapiUtil::ToUtf8(opKey); in GetOpKeySync()
2707 std::string operatorKey = NapiUtil::ToUtf8(opKey); in GetOpKeySync()
2712 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(slotId, opKey); in GetOpKeySync()
2714 std::string operatorKey = NapiUtil::ToUtf8(opKey); in GetOpKeySync()