/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/ |
H A D | sendterminalresponsecmd_fuzzer.cpp | 107 void GetISOCountryCodeForSim(const uint8_t *data, size_t size) in GetISOCountryCodeForSim() function 148 GetISOCountryCodeForSim(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | module_service_utils.cpp | 68 CoreManagerInner::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetIsoCountryCode()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_file_manager.h | 49 std::u16string GetISOCountryCodeForSim();
|
H A D | sim_manager.h | 105 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 161 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS); 322 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS);
|
H A D | sim_test.cpp | 251 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId_, countryCode); 268 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId1_, countryCode);
|
H A D | zero_branch_test_core_service.cpp | 178 DelayedSingleton<CoreService>::GetInstance()->GetISOCountryCodeForSim(SLOT_ID, countryCode);
|
H A D | zero_branch_test.cpp | 415 simFileManager.GetISOCountryCodeForSim(); 1063 EXPECT_GT(mInner.GetISOCountryCodeForSim(0, result), TELEPHONY_ERR_SUCCESS); 1501 EXPECT_GT(simManager->GetISOCountryCodeForSim(0, testStr), TELEPHONY_ERR_SUCCESS); 1502 EXPECT_GT(simManager->GetISOCountryCodeForSim(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | country_code_manager.cpp | 233 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in GetIsoCountryCode()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 92 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
|
H A D | core_service_client.h | 220 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
|
H A D | i_core_service.h | 71 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
|
H A D | core_service_proxy.h | 65 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
H A D | core_manager_inner.h | 270 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 301 int32_t CoreServiceClient::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceClient 308 return proxy->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
H A D | core_manager_inner.cpp | 2024 int32_t CoreManagerInner::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreManagerInner 2030 return simManager_->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
H A D | core_service_proxy.cpp | 687 int32_t CoreServiceProxy::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceProxy
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 84 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_manager.cpp | 727 int32_t SimManager::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::SimManager 737 countryCode = simFileManager_[slotId]->GetISOCountryCodeForSim(); in GetISOCountryCodeForSim()
|
H A D | sim_file_manager.cpp | 223 std::u16string SimFileManager::GetISOCountryCodeForSim() in GetISOCountryCodeForSim() function in OHOS::Telephony::SimFileManager
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 429 int32_t CoreService::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreService 437 return simManager_->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
H A D | core_service_stub.cpp | 697 int32_t result = GetISOCountryCodeForSim(slotId, countryCode); in OnGetISOCountryCodeForSim()
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 632 … int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in NativeGetIsoForSim() 651 napi_value GetISOCountryCodeForSim(napi_env env, napi_callback_info info) in GetISOCountryCodeForSim() function 678 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSimSync() 3147 DECLARE_NAPI_FUNCTION("getISOCountryCodeForSim", GetISOCountryCodeForSim), in InitSimInterface()
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 395 g_telephonyService->GetISOCountryCodeForSim(testSlot, result); in TestGetISOCountryCodeForSim()
|