/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name.cpp | 383 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 D | operator_name.h | 61 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 D | getsimeons_fuzzer.cpp | 116 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 D | sim_core_service_test.cpp | 167 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 D | sim_test.cpp | 1339 bool longNameRequired = true; variable 1341 …t = Str16ToStr8(CoreServiceClient::GetInstance().GetSimEons(slotId_, plmn, lac, longNameRequired));
|
H A D | zero_branch_test_core_service.cpp | 191 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 D | icc_file.cpp | 262 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 D | sim_file_manager.cpp | 247 …::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 D | sim_manager.cpp | 755 …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 D | sim_file_manager.h | 51 std::u16string GetSimEons(const std::string &plmn, int32_t lac, bool longNameRequired);
|
H A D | icc_file.h | 72 std::string ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired);
|
H A D | sim_manager.h | 107 …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 D | i_sim_manager.h | 115 …string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) = 0;
|
H A D | core_service_client.h | 333 …:u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired);
|
H A D | i_core_service.h | 84 …string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) = 0;
|
H A D | core_service_proxy.h | 68 …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 D | core_service_client.cpp | 432 bool longNameRequired) in GetSimEons() argument 439 return proxy->GetSimEons(slotId, plmn, lac, longNameRequired); in GetSimEons()
|
H A D | core_service_proxy.cpp | 1107 …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 D | core_service.h | 110 …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 D | test.cpp | 468 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 D | core_service.cpp | 617 …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 D | core_service_stub.cpp | 938 bool longNameRequired = data.ReadBool(); in OnGetSimEons() local 939 std::u16string result = GetSimEons(slotId, plmn, lac, longNameRequired); in OnGetSimEons()
|