Home
last modified time | relevance | path

Searched refs:GetSimEons (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp109 void GetSimEons(const uint8_t *data, size_t size) in GetSimEons() function
168 GetSimEons(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h51 std::u16string GetSimEons(const std::string &plmn, int32_t lac, bool longNameRequired);
H A Dsim_manager.h107 …std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequi…
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp168 EXPECT_EQ(mCoreService->GetSimEons(0, plmn, lac, longNameRequired), testU16Str);
329 EXPECT_EQ(mCoreService->GetSimEons(0, plmn, lac, longNameRequired), testU16Str);
H A Dsim_test.cpp1341 …result = Str16ToStr8(CoreServiceClient::GetInstance().GetSimEons(slotId_, plmn, lac, longNameRequi…
H A Dzero_branch_test_core_service.cpp193 DelayedSingleton<CoreService>::GetInstance()->GetSimEons(SLOT_ID, plmn, lac, longNameRequired);
H A Dzero_branch_test.cpp417 EXPECT_EQ(simFileManager.GetSimEons("46001", 1, true), u"");
1518 EXPECT_EQ(simManager->GetSimEons(0, "46001", 1, true), testStr);
1519 EXPECT_EQ(simManager->GetSimEons(INVALID_SLOTID, "46001", 1, true), testStr);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h115 …virtual std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longN…
H A Dcore_service_client.h333 …std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequi…
H A Di_core_service.h84 …virtual std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longN…
H A Dcore_service_proxy.h68 …std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequi…
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp431 std::u16string CoreServiceClient::GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, in GetSimEons() function in OHOS::Telephony::CoreServiceClient
439 return proxy->GetSimEons(slotId, plmn, lac, longNameRequired); in GetSimEons()
H A Dcore_service_proxy.cpp1107 std::u16string CoreServiceProxy::GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, b… in GetSimEons() function in OHOS::Telephony::CoreServiceProxy
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h110 …std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequi…
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp755 std::u16string SimManager::GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool lo… in GetSimEons() function in OHOS::Telephony::SimManager
762 return simFileManager_[slotId]->GetSimEons(plmn, lac, longNameRequired); in GetSimEons()
H A Dsim_file_manager.cpp247 std::u16string SimFileManager::GetSimEons(const std::string &plmn, int32_t lac, bool longNameRequir… in GetSimEons() function in OHOS::Telephony::SimFileManager
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp617 std::u16string CoreService::GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool l… in GetSimEons() function in OHOS::Telephony::CoreService
624 return simManager_->GetSimEons(slotId, plmn, lac, longNameRequired); in GetSimEons()
H A Dcore_service_stub.cpp939 std::u16string result = GetSimEons(slotId, plmn, lac, longNameRequired); in OnGetSimEons()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp415 return Str16ToStr8(simManager_->GetSimEons(slotId_, numeric, lac, longNameRequired)); in GetEons()
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp471 std::u16string result = g_telephonyService->GetSimEons(slotId, plmn, lac, longNameRequired); in TestGetSimEons()