Home
last modified time | relevance | path

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

/base/telephony/core_service/test/fuzztest/sendterminalresponsecmd_fuzzer/
Dsendterminalresponsecmd_fuzzer.cpp97 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/
Dmodule_service_utils.cpp68 CoreManagerInner::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetIsoCountryCode()
/base/telephony/core_service/services/sim/include/
Dsim_file_manager.h49 std::u16string GetISOCountryCodeForSim();
Dsim_manager.h96 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_core_service_test.cpp160 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS);
320 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS);
Dsim_test.cpp243 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId_, countryCode);
260 CoreServiceClient::GetInstance().GetISOCountryCodeForSim(SimTest::slotId1_, countryCode);
Dzero_branch_test_core_service.cpp174 DelayedSingleton<CoreService>::GetInstance()->GetISOCountryCodeForSim(SLOT_ID, countryCode);
Dzero_branch_test.cpp411 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/
Di_sim_manager.h89 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
Dcore_service_client.h203 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
Di_core_service.h69 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
Dcore_service_proxy.h63 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
Dcore_manager_inner.h261 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
/base/location/frameworks/native/source/
Dcountry_code_manager.cpp246 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in GetIsoCountryCode()
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp281 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()
Dcore_manager_inner.cpp1949 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()
Dcore_service_proxy.cpp633 int32_t CoreServiceProxy::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/services/core/include/
Dcore_service.h79 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
/base/telephony/core_service/services/sim/src/
Dsim_manager.cpp666 int32_t SimManager::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::SimManager
676 countryCode = simFileManager_[slotId]->GetISOCountryCodeForSim(); in GetISOCountryCodeForSim()
Dsim_file_manager.cpp195 std::u16string SimFileManager::GetISOCountryCodeForSim() in GetISOCountryCodeForSim() function in OHOS::Telephony::SimFileManager
/base/telephony/core_service/services/core/src/
Dcore_service.cpp394 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()
Dcore_service_stub.cpp502 int32_t result = GetISOCountryCodeForSim(slotId, countryCode); in OnGetISOCountryCodeForSim()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp614 … 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/
Dtest.cpp395 g_telephonyService->GetISOCountryCodeForSim(testSlot, result); in TestGetISOCountryCodeForSim()