| /base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/ |
| D | sendterminalresponsecmd_fuzzer.cpp | 97 void GetISOCountryCodeForSim(const uint8_t *data, size_t size) in GetISOCountryCodeForSim() function 137 GetISOCountryCodeForSim(data, size); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/cellular_call/services/common/src/ |
| D | module_service_utils.cpp | 68 CoreManagerInner::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetIsoCountryCode()
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_file_manager.h | 49 std::u16string GetISOCountryCodeForSim();
|
| D | sim_manager.h | 96 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_core_service_test.cpp | 160 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS); 320 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
| D | sim_test.cpp | 243 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId_, countryCode); 260 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId1_, countryCode);
|
| D | zero_branch_test_core_service.cpp | 174 DelayedSingleton<CoreService>::GetInstance()->GetISOCountryCodeForSim(SLOT_ID, countryCode);
|
| D | zero_branch_test.cpp | 411 simFileManager.GetISOCountryCodeForSim(); 1015 EXPECT_GT(mInner.GetISOCountryCodeForSim(0, result), TELEPHONY_ERR_SUCCESS); 1377 EXPECT_GT(simManager->GetISOCountryCodeForSim(0, testStr), TELEPHONY_ERR_SUCCESS); 1378 EXPECT_GT(simManager->GetISOCountryCodeForSim(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 89 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
|
| D | core_service_client.h | 203 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
|
| D | i_core_service.h | 69 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
|
| D | core_service_proxy.h | 63 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
| D | core_manager_inner.h | 261 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
|
| /base/location/frameworks/native/source/ |
| D | country_code_manager.cpp | 246 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in GetIsoCountryCode()
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 281 int32_t CoreServiceClient::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceClient 288 return proxy->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
| D | core_manager_inner.cpp | 1949 int32_t CoreManagerInner::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreManagerInner 1955 return simManager_->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
| D | core_service_proxy.cpp | 633 int32_t CoreServiceProxy::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceProxy
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 79 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
| /base/telephony/core_service/services/sim/src/ |
| D | sim_manager.cpp | 666 int32_t SimManager::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::SimManager 676 countryCode = simFileManager_[slotId]->GetISOCountryCodeForSim(); in GetISOCountryCodeForSim()
|
| D | sim_file_manager.cpp | 195 std::u16string SimFileManager::GetISOCountryCodeForSim() in GetISOCountryCodeForSim() function in OHOS::Telephony::SimFileManager
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 394 int32_t CoreService::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreService 402 return simManager_->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
| D | core_service_stub.cpp | 502 int32_t result = GetISOCountryCodeForSim(slotId, countryCode); in OnGetISOCountryCodeForSim()
|
| /base/telephony/core_service/frameworks/js/sim/src/ |
| D | napi_sim.cpp | 614 … int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in NativeGetIsoForSim() 633 napi_value GetISOCountryCodeForSim(napi_env env, napi_callback_info info) in GetISOCountryCodeForSim() function 660 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSimSync() 3066 DECLARE_NAPI_FUNCTION("getISOCountryCodeForSim", GetISOCountryCodeForSim), in InitSimInterface()
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 395 g_telephonyService->GetISOCountryCodeForSim(testSlot, result); in TestGetISOCountryCodeForSim()
|