Home
last modified time | relevance | path

Searched refs:longNameRequired (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp383 std::string OperatorName::GetPlmn(const sptr<NetworkState> &networkState, bool longNameRequired) in GetPlmn() argument
395 plmn = GetCustEons(numeric, lac, roaming, longNameRequired); in GetPlmn()
398 plmn = GetEons(numeric, lac, longNameRequired); in GetPlmn()
405 numeric.c_str(), longNameRequired, plmn.c_str()); in GetPlmn()
409 std::string OperatorName::GetEons(const std::string &numeric, int32_t lac, bool longNameRequired) in GetEons() argument
415 return Str16ToStr8(simManager_->GetSimEons(slotId_, numeric, lac, longNameRequired)); in GetEons()
456 …atorName::GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool longNameRequired) in GetCustEons() argument
483 longNameRequired, pnnCust_.at(pnnIndex - 1)->longName.c_str(), in GetCustEons()
485 if (longNameRequired) { in GetCustEons()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Doperator_name.h61 std::string GetEons(const std::string &numeric, int32_t lac, bool longNameRequired);
62 …::string GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool longNameRequired);
63 std::string GetPlmn(const sptr<NetworkState> &networkState, bool longNameRequired);
/ohos5.0/base/telephony/core_service/test/fuzztest/getsimeons_fuzzer/
H A Dgetsimeons_fuzzer.cpp116 bool longNameRequired = static_cast<int32_t>(*data % CHOICE_NUM); in GetSimEons() local
122 dataMessageParcel.WriteBool(longNameRequired); in GetSimEons()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp167 bool longNameRequired = true; variable
168 EXPECT_EQ(mCoreService->GetSimEons(0, plmn, lac, longNameRequired), testU16Str);
328 bool longNameRequired = true; variable
329 EXPECT_EQ(mCoreService->GetSimEons(0, plmn, lac, longNameRequired), testU16Str);
H A Dsim_test.cpp1339 bool longNameRequired = true; variable
1341 …t = Str16ToStr8(CoreServiceClient::GetInstance().GetSimEons(slotId_, plmn, lac, longNameRequired));
H A Dzero_branch_test_core_service.cpp191 bool longNameRequired = true; variable
193 DelayedSingleton<CoreService>::GetInstance()->GetSimEons(SLOT_ID, plmn, lac, longNameRequired);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp262 std::string IccFile::ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired) in ObtainEons() argument
297 longNameRequired, pnnFiles_.at(pnnIndex - 1)->longName.c_str(), in ObtainEons()
299 if (longNameRequired) { in ObtainEons()
H A Dsim_file_manager.cpp247 …::u16string SimFileManager::GetSimEons(const std::string &plmn, int32_t lac, bool longNameRequired) in GetSimEons() argument
254 std::string result = simFile_->ObtainEons(plmn, lac, longNameRequired); in GetSimEons()
H A Dsim_manager.cpp755 …SimManager::GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) in GetSimEons() argument
762 return simFileManager_[slotId]->GetSimEons(plmn, lac, longNameRequired); in GetSimEons()
/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 Dicc_file.h72 std::string ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired);
H A Dsim_manager.h107 …g GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) override;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_sim_manager.h115 …string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) = 0;
H A Dcore_service_client.h333 …:u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired);
H A Di_core_service.h84 …string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) = 0;
H A Dcore_service_proxy.h68 …g GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) override;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp432 bool longNameRequired) in GetSimEons() argument
439 return proxy->GetSimEons(slotId, plmn, lac, longNameRequired); in GetSimEons()
H A Dcore_service_proxy.cpp1107 …rviceProxy::GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) in GetSimEons() argument
1122 data.WriteBool(longNameRequired); in GetSimEons()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h110 …g GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) override;
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp468 bool longNameRequired = true; in TestGetSimEons() local
470 std::cin >> longNameRequired; in TestGetSimEons()
471 std::u16string result = g_telephonyService->GetSimEons(slotId, plmn, lac, longNameRequired); in TestGetSimEons()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp617 …oreService::GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) in GetSimEons() argument
624 return simManager_->GetSimEons(slotId, plmn, lac, longNameRequired); in GetSimEons()
H A Dcore_service_stub.cpp938 bool longNameRequired = data.ReadBool(); in OnGetSimEons() local
939 std::u16string result = GetSimEons(slotId, plmn, lac, longNameRequired); in OnGetSimEons()