| /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 | 69 CoreManagerInner::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetIsoCountryCode()
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_file_manager.h | 45 std::u16string GetISOCountryCodeForSim();
|
| D | sim_manager.h | 95 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 | 157 EXPECT_NE(mCoreService->GetISOCountryCodeForSim(0, testU16Str), TELEPHONY_ERR_SUCCESS); 315 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.cpp | 265 simFileManager.GetISOCountryCodeForSim(); 832 EXPECT_GT(mInner.GetISOCountryCodeForSim(0, result), TELEPHONY_ERR_SUCCESS); 1200 EXPECT_GT(simManager->GetISOCountryCodeForSim(0, testStr), TELEPHONY_ERR_SUCCESS); 1201 EXPECT_GT(simManager->GetISOCountryCodeForSim(INVALID_SLOTID, testStr), TELEPHONY_ERR_SUCCESS);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 88 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
|
| D | core_service_client.h | 195 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
|
| D | i_core_service.h | 67 virtual int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) = 0;
|
| D | core_service_proxy.h | 47 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
| D | core_manager_inner.h | 258 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode);
|
| /base/location/frameworks/native/source/ |
| D | country_code_manager.cpp | 219 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in GetIsoCountryCode()
|
| /base/telephony/core_service/services/core/include/ |
| D | core_service.h | 77 int32_t GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) override;
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 270 int32_t CoreServiceClient::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceClient 277 return proxy->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
| D | core_manager_inner.cpp | 1915 int32_t CoreManagerInner::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreManagerInner 1921 return simManager_->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
| D | core_service_proxy.cpp | 606 int32_t CoreServiceProxy::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreServiceProxy
|
| /base/telephony/core_service/services/sim/src/ |
| D | sim_manager.cpp | 673 int32_t SimManager::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::SimManager 683 countryCode = simFileManager_[slotId]->GetISOCountryCodeForSim(); in GetISOCountryCodeForSim()
|
| D | sim_file_manager.cpp | 171 std::u16string SimFileManager::GetISOCountryCodeForSim() in GetISOCountryCodeForSim() function in OHOS::Telephony::SimFileManager
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 374 int32_t CoreService::GetISOCountryCodeForSim(int32_t slotId, std::u16string &countryCode) in GetISOCountryCodeForSim() function in OHOS::Telephony::CoreService 382 return simManager_->GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSim()
|
| D | core_service_stub.cpp | 479 int32_t result = GetISOCountryCodeForSim(slotId, countryCode); in OnGetISOCountryCodeForSim()
|
| /base/telephony/core_service/frameworks/js/sim/src/ |
| D | napi_sim.cpp | 562 … int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in NativeGetIsoForSim() 581 napi_value GetISOCountryCodeForSim(napi_env env, napi_callback_info info) in GetISOCountryCodeForSim() function 608 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetISOCountryCodeForSim(slotId, countryCode); in GetISOCountryCodeForSimSync() 2922 DECLARE_NAPI_FUNCTION("getISOCountryCodeForSim", GetISOCountryCodeForSim), in InitSimInterface()
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 394 g_telephonyService->GetISOCountryCodeForSim(testSlot, result); in TestGetISOCountryCodeForSim()
|