| /base/telephony/core_service/services/sim/include/ |
| D | operator_config_loader.h | 56 std::string GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet, int32_t slotId);
|
| D | operator_config_cache.h | 42 std::string GetOpKey(int32_t slotId);
|
| D | sim_file_manager.h | 67 std::u16string GetOpKey();
|
| D | sim_manager.h | 105 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
| /base/telephony/core_service/services/sim/src/ |
| D | operator_config_cache.cpp | 89 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()
|
| D | operator_config_loader.cpp | 72 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
|
| D | sim_manager.cpp | 778 int32_t SimManager::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::SimManager 788 opkey = simFileManager_[slotId]->GetOpKey(); in GetOpKey()
|
| D | sim_file_manager.cpp | 443 std::u16string SimFileManager::GetOpKey() in GetOpKey() function in OHOS::Telephony::SimFileManager
|
| /base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
| D | updateiccdiallingnumbers_fuzzer.cpp | 54 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/ |
| D | sim_core_service_test.cpp | 129 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS); 286 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
| D | sim_test.cpp | 783 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);
|
| D | zero_branch_test_sim_ril.cpp | 176 EXPECT_EQ(operatorConfigLoader->GetOpKey(nullptr, 0), DEFAULT_OPERATOR_KEY); 649 simManager->GetOpKey(INVALID_SLOTID, testU);
|
| D | zero_branch_test.cpp | 437 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);
|
| D | zero_branch_test_core_service.cpp | 223 DelayedSingleton<CoreService>::GetInstance()->GetOpKey(SLOT_ID, testU16Str);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 99 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
| D | core_service_client.h | 699 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
|
| D | i_core_service.h | 127 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
| D | core_manager_inner.h | 271 int32_t GetOpKey(std::u16string &opkey); 272 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
|
| D | core_service_proxy.h | 124 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 826 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()
|
| D | core_manager_inner.cpp | 2039 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/ |
| D | core_service.h | 204 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 1260 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/ |
| D | napi_sim.cpp | 2588 …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/ |
| D | test.cpp | 1220 int32_t result = g_telephonyService->GetOpKey(testSlot, opkey); in TestGetOpKey()
|