Home
last modified time | relevance | path

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

12

/base/telephony/core_service/services/sim/include/
Doperator_config_loader.h56 std::string GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet, int32_t slotId);
Doperator_config_cache.h42 std::string GetOpKey(int32_t slotId);
Dsim_file_manager.h67 std::u16string GetOpKey();
Dsim_manager.h105 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
/base/telephony/core_service/services/sim/src/
Doperator_config_cache.cpp89 std::string opkey = GetOpKey(slotId); in LoadOperatorConfig()
169 std::string OperatorConfigCache::GetOpKey(int32_t slotId) in GetOpKey() function in OHOS::Telephony::OperatorConfigCache
246 std::string operKey = Str16ToStr8(simFileManager->GetOpKey()); in SendSimMatchedOperatorInfo()
Doperator_config_loader.cpp72 std::string opkey = GetOpKey(resultSet, slotId); in LoadOpKeyOnMccMnc()
80 std::string OperatorConfigLoader::GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet… in GetOpKey() function in OHOS::Telephony::OperatorConfigLoader
Dsim_manager.cpp778 int32_t SimManager::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::SimManager
788 opkey = simFileManager_[slotId]->GetOpKey(); in GetOpKey()
Dsim_file_manager.cpp443 std::u16string SimFileManager::GetOpKey() in GetOpKey() function in OHOS::Telephony::SimFileManager
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
Dupdateiccdiallingnumbers_fuzzer.cpp54 void GetOpKey(const uint8_t *data, size_t size) in GetOpKey() function
190 GetOpKey(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_core_service_test.cpp129 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS);
286 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS);
Dsim_test.cpp783 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId_, opkey);
799 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId1_, opkey);
832 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId1_, opkeyExt);
Dzero_branch_test_sim_ril.cpp176 EXPECT_EQ(operatorConfigLoader->GetOpKey(nullptr, 0), DEFAULT_OPERATOR_KEY);
649 simManager->GetOpKey(INVALID_SLOTID, testU);
Dzero_branch_test.cpp437 EXPECT_EQ(simFileManager.GetOpKey(), u"CMCC");
1087 EXPECT_NE(mInner.GetOpKey(test), TELEPHONY_ERR_SUCCESS);
1088 EXPECT_NE(mInner.GetOpKey(0, test), TELEPHONY_ERR_SUCCESS);
1412 EXPECT_NE(simManager->GetOpKey(0, testStr), TELEPHONY_ERR_SUCCESS);
1413 EXPECT_NE(simManager->GetOpKey(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
Dzero_branch_test_core_service.cpp223 DelayedSingleton<CoreService>::GetInstance()->GetOpKey(SLOT_ID, testU16Str);
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h99 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
Dcore_service_client.h699 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
Di_core_service.h127 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
Dcore_manager_inner.h271 int32_t GetOpKey(std::u16string &opkey);
272 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
Dcore_service_proxy.h124 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp826 int32_t CoreServiceClient::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreServiceClient
833 return proxy->GetOpKey(slotId, opkey); in GetOpKey()
Dcore_manager_inner.cpp2039 int32_t CoreManagerInner::GetOpKey(std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreManagerInner
2047 return GetOpKey(slotId, opkey); in GetOpKey()
2050 int32_t CoreManagerInner::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreManagerInner
2056 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
/base/telephony/core_service/services/core/include/
Dcore_service.h204 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1260 int32_t CoreService::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreService
1267 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp2588 …int32_t code = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(asyncContext->slotId… in NativeGetOpKey()
2605 napi_value GetOpKey(napi_env env, napi_callback_info info) in GetOpKey() function
2631 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(slotId, opKey); in GetOpKeySync()
3100 DECLARE_NAPI_FUNCTION("getOpKey", GetOpKey), in InitSimInterface()
/base/telephony/core_service/services/sim/test/
Dtest.cpp1220 int32_t result = g_telephonyService->GetOpKey(testSlot, opkey); in TestGetOpKey()

12