Home
last modified time | relevance | path

Searched refs:GetISOCountryCodeForSim (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
H A Dsendterminalresponsecmd_fuzzer.cpp107 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 Dmodule_service_utils.cpp68 CoreManagerInner::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetIsoCountryCode()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h49 std::u16string GetISOCountryCodeForSim();
H A Dsim_manager.h105 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp161 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS);
322 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS);
H A Dsim_test.cpp251 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId_, countryCode);
268 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId1_, countryCode);
H A Dzero_branch_test_core_service.cpp178 DelayedSingleton<CoreService>::GetInstance()->GetISOCountryCodeForSim(SLOT_ID, countryCode);
H A Dzero_branch_test.cpp415 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 Dcountry_code_manager.cpp233 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in GetIsoCountryCode()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h92 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
H A Dcore_service_client.h220 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
H A Di_core_service.h71 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
H A Dcore_service_proxy.h65 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
H A Dcore_manager_inner.h270 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp301 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 Dcore_manager_inner.cpp2024 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 Dcore_service_proxy.cpp687 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 Dcore_service.h84 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp727 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 Dsim_file_manager.cpp223 std::u16string SimFileManager::GetISOCountryCodeForSim() in GetISOCountryCodeForSim() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp429 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 Dcore_service_stub.cpp697 int32_t result = GetISOCountryCodeForSim(slotId, countryCode); in OnGetISOCountryCodeForSim()
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp632 … 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 Dtest.cpp395 g_telephonyService->GetISOCountryCodeForSim(testSlot, result); in TestGetISOCountryCodeForSim()