Home
last modified time | relevance | path

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

/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()
/base/telephony/telephony_data/pdp_profile/include/
H A Drdb_pdp_profile_helper.h100 int ClearData(const std::string &opKey);
/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
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h73 void SetOpKey(const std::string &opKey);
H A Dicc_file.h101 void OnOpkeyLoad(const std::string opKey, const std::string opName);
/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp504 void SimFileManager::SetOpKey(const std::string &opKey) in SetOpKey() argument
506 opKey_ = opKey; in SetOpKey()
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp2698 std::u16string opKey; in GetOpKeySync() local
2702 std::string operatorKey = NapiUtil::ToUtf8(opKey); in GetOpKeySync()
2709 std::string operatorKey = NapiUtil::ToUtf8(opKey); in GetOpKeySync()
2714 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(slotId, opKey); in GetOpKeySync()
2716 std::string operatorKey = NapiUtil::ToUtf8(opKey); in GetOpKeySync()

Completed in 10 milliseconds