/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_cache.cpp | 93 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 D | operator_config_loader.cpp | 84 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 D | sim_manager.cpp | 839 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 D | multi_sim_controller.cpp | 303 std::string operKey = Str16ToStr8(simFileManager_[slotId]->GetOpKey()); in UpdateDataByIccId() 341 std::string operKey = Str16ToStr8(simFileManager_[slotId]->GetOpKey()); in InsertData()
|
H A D | sim_file_manager.cpp | 479 std::u16string SimFileManager::GetOpKey() in GetOpKey() function in OHOS::Telephony::SimFileManager
|
/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
H A D | updateiccdiallingnumbers_fuzzer.cpp | 50 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 D | operator_config_cache.h | 44 std::string GetOpKey(int32_t slotId);
|
H A D | operator_config_loader.h | 59 std::string GetOpKey(std::shared_ptr<DataShare::DataShareResultSet> resultSet, int32_t slotId);
|
H A D | sim_file_manager.h | 69 std::u16string GetOpKey();
|
H A D | sim_manager.h | 114 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 130 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS); 288 EXPECT_NE(mCoreService->GetOpKey(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | sim_test.cpp | 791 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 D | zero_branch_test.cpp | 441 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 D | zero_branch_test_sim_ril.cpp | 180 EXPECT_EQ(operatorConfigLoader->GetOpKey(nullptr, 0), DEFAULT_OPERATOR_KEY); 1098 EXPECT_STREQ((operatorConfigLoader->GetOpKey(resultSet, 0)).c_str(), DEFAULT_OPERATOR_KEY);
|
H A D | zero_branch_test_core_service.cpp | 227 DelayedSingleton<CoreService>::GetInstance()->GetOpKey(SLOT_ID, testU16Str);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 102 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
H A D | core_manager_inner.h | 280 int32_t GetOpKey(std::u16string &opkey); 281 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
|
H A D | core_service_client.h | 716 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
|
H A D | i_core_service.h | 129 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
H A D | core_service_proxy.h | 127 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 846 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 D | core_manager_inner.cpp | 2114 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 D | core_service.h | 209 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1295 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 D | napi_sim.cpp | 2669 …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()
|