/base/telephony/core_service/services/sim/include/ |
D | operator_config_cache.h | 43 std::string GetOpKey(int32_t slotId);
|
D | operator_config_loader.h | 59 std::string GetOpKey(std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet, int32_t slotId);
|
D | sim_file_manager.h | 59 std::u16string GetOpKey();
|
D | sim_manager.h | 99 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
/base/telephony/core_service/services/sim/src/ |
D | operator_config_loader.cpp | 71 return GetOpKey(resultSet, slotId); in LoadOpKeyOnMccMnc() 76 std::string OperatorConfigLoader::GetOpKey(std::shared_ptr<NativeRdb::AbsSharedResultSet> resultSet… in GetOpKey() function in OHOS::Telephony::OperatorConfigLoader
|
D | operator_config_cache.cpp | 81 std::string opkey = GetOpKey(slotId); in LoadOperatorConfig() 155 std::string OperatorConfigCache::GetOpKey(int32_t slotId) in GetOpKey() function in OHOS::Telephony::OperatorConfigCache
|
D | sim_manager.cpp | 703 int32_t SimManager::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::SimManager 713 opkey = simFileManager_[slotId]->GetOpKey(); in GetOpKey()
|
D | sim_file_manager.cpp | 324 std::u16string SimFileManager::GetOpKey() in GetOpKey() function in OHOS::Telephony::SimFileManager
|
/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
D | updateiccdiallingnumbers_fuzzer.cpp | 73 void GetOpKey(const uint8_t *data, size_t size) in GetOpKey() function 196 GetOpKey(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_sim_manager.h | 93 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
D | core_service_client.h | 104 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
|
D | i_core_service.h | 115 virtual int32_t GetOpKey(int32_t slotId, std::u16string &opkey) = 0;
|
D | core_service_proxy.h | 110 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
D | core_manager_inner.h | 263 int32_t GetOpKey(std::u16string &opkey); 264 int32_t GetOpKey(int32_t slotId, std::u16string &opkey);
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 185 int32_t GetOpKey(int32_t slotId, std::u16string &opkey) override;
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 733 int32_t CoreServiceClient::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreServiceClient 740 return proxy->GetOpKey(slotId, opkey); in GetOpKey()
|
D | core_manager_inner.cpp | 1942 int32_t CoreManagerInner::GetOpKey(std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreManagerInner 1950 return GetOpKey(slotId, opkey); in GetOpKey() 1953 int32_t CoreManagerInner::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreManagerInner 1959 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
|
D | core_service_proxy.cpp | 2075 int32_t CoreServiceProxy::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreServiceProxy
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | zero_branch_test.cpp | 261 EXPECT_EQ(simFileManager.GetOpKey(), u"CMCC"); 756 EXPECT_NE(mInner.GetOpKey(test), TELEPHONY_ERR_SUCCESS); 757 EXPECT_NE(mInner.GetOpKey(0, test), TELEPHONY_ERR_SUCCESS); 880 EXPECT_NE(simManager->GetOpKey(0, testStr), TELEPHONY_ERR_SUCCESS); 881 EXPECT_NE(simManager->GetOpKey(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
D | sim_test.cpp | 2943 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId_, opkey); 2959 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId1_, opkey); 2992 int32_t result = CoreServiceClient::GetInstance().GetOpKey(SimTest::slotId1_, opkeyExt);
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 958 int32_t CoreService::GetOpKey(int32_t slotId, std::u16string &opkey) in GetOpKey() function in OHOS::Telephony::CoreService 965 return simManager_->GetOpKey(slotId, opkey); in GetOpKey()
|
D | core_service_stub.cpp | 1232 int32_t result = GetOpKey(slotId, opkey); in OnGetOpKey()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
D | napi_sim.cpp | 2178 …int32_t code = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetOpKey(asyncContext->slotId… in NativeGetOpKey() 2195 napi_value GetOpKey(napi_env env, napi_callback_info info) in GetOpKey() function 2613 DECLARE_NAPI_FUNCTION("getOpKey", GetOpKey), in InitSimInterface()
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 1075 int32_t result = g_telephonyService->GetOpKey(SLOT_ID, opkey); in TestGetOpKey()
|