Searched refs:opKey (Results 1 - 7 of 7) sorted by relevance
/base/telephony/telephony_data/pdp_profile/src/ |
H A D | rdb_pdp_profile_helper.cpp | 158 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 D | rdb_pdp_profile_helper.h | 100 int ClearData(const std::string &opKey);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_icc_file.h | 86 virtual void OnOpkeyLoad(const std::string opKey, const std::string opName) in OnOpkeyLoad() argument
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 73 void SetOpKey(const std::string &opKey);
|
H A D | icc_file.h | 101 void OnOpkeyLoad(const std::string opKey, const std::string opName);
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_file_manager.cpp | 504 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 D | napi_sim.cpp | 2698 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