Home
last modified time | relevance | path

Searched refs:GetOpKey (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp93 std::string opkey = GetOpKey(slotId); in LoadOperatorConfig()
192 std::string OperatorConfigCache::GetOpKey(int32_t slotId) in GetOpKey() function in OHOS::Telephony::OperatorConfigCache
269 std::string operKey = Str16ToStr8(simFileManager->GetOpKey()); in SendSimMatchedOperatorInfo()
313 std::string opkey = GetOpKey(slotId); in IsNeedOperatorLoad()
H A Doperator_config_loader.cpp84 std::string opkey = GetOpKey(resultSet, slotId); in LoadOpKeyOnMccMnc()
125 std::string OperatorConfigLoader::GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet… in GetOpKey() function in OHOS::Telephony::OperatorConfigLoader
H A Dsim_manager.cpp839 int32_t SimManager::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::SimManager
849 opkey = simFileManager_[slotId]->GetOpKey(); in GetOpKey()
H A Dmulti_sim_controller.cpp303 std::string operKey = Str16ToStr8(simFileManager_[slotId]->GetOpKey()); in UpdateDataByIccId()
341 std::string operKey = Str16ToStr8(simFileManager_[slotId]->GetOpKey()); in InsertData()
H A Dsim_file_manager.cpp479 std::u16string SimFileManager::GetOpKey() in GetOpKey() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp50 void GetOpKey(const uint8_t *data, size_t size) in GetOpKey() function
186 GetOpKey(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_config_cache.h44 std::string GetOpKey(int32_t slotId);
H A Doperator_config_loader.h59 std::string GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet, int32_t slotId);
H A Dsim_file_manager.h69 std::u16string GetOpKey();
H A Dsim_manager.h114 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp130 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS);
288 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS);
H A Dsim_test.cpp791 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId_, opkey);
807 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId1_, opkey);
840 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId1_, opkeyExt);
H A Dzero_branch_test.cpp441 EXPECT_EQ(simFileManager.GetOpKey(), u"CMCC");
1135 EXPECT_NE(mInner.GetOpKey(test), TELEPHONY_ERR_SUCCESS);
1136 EXPECT_NE(mInner.GetOpKey(0, test), TELEPHONY_ERR_SUCCESS);
1536 EXPECT_NE(simManager->GetOpKey(0, testStr), TELEPHONY_ERR_SUCCESS);
1537 EXPECT_NE(simManager->GetOpKey(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
H A Dzero_branch_test_sim_ril.cpp180 EXPECT_EQ(operatorConfigLoader->GetOpKey(nullptr, 0), DEFAULT_OPERATOR_KEY);
1098 EXPECT_STREQ((operatorConfigLoader->GetOpKey(resultSet, 0)).c_str(), DEFAULT_OPERATOR_KEY);
H A Dzero_branch_test_core_service.cpp227 DelayedSingleton<CoreService>::GetInstance()->GetOpKey(SLOT_ID, testU16Str);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h102 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
H A Dcore_manager_inner.h280 int32_t GetOpKey(std::u16string &opkey);
281 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
H A Dcore_service_client.h716 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
H A Di_core_service.h129 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
H A Dcore_service_proxy.h127 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp846 int32_t CoreServiceClient::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreServiceClient
853 return proxy->GetOpKey(slotId, opkey); in GetOpKey()
H A Dcore_manager_inner.cpp2114 int32_t CoreManagerInner::GetOpKey(std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreManagerInner
2122 return GetOpKey(slotId, opkey); in GetOpKey()
2125 int32_t CoreManagerInner::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreManagerInner
2131 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h209 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1295 int32_t CoreService::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreService
1302 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp2669 …int32_t code = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(asyncContext->slotId… in NativeGetOpKey()
2686 napi_value GetOpKey(napi_env env, napi_callback_info info) in GetOpKey() function
2712 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(slotId, opKey); in GetOpKeySync()
3181 DECLARE_NAPI_FUNCTION("getOpKey", GetOpKey), in InitSimInterface()

12