Home
last modified time | relevance | path

Searched refs:ObtainEons (Results 1 – 4 of 4) sorted by relevance

/base/telephony/core_service/services/sim/include/
Dicc_file.h67 std::string ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired);
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp207 std::string IccFile::ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired) in ObtainEons() function in OHOS::Telephony::IccFile
Dsim_file_manager.cpp202 std::string result = simFile_->ObtainEons(plmn, lac, longNameRequired); in GetSimEons()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp2332 EXPECT_EQ(iccFile->ObtainEons(plmn, 1, true), "");
2335 EXPECT_EQ(iccFile->ObtainEons(plmn, 1, true), "");
2338 EXPECT_EQ(iccFile->ObtainEons(plmn, 1, true), "");
2346 EXPECT_EQ(iccFile->ObtainEons(plmn, 0, true), "");
2347 EXPECT_EQ(iccFile->ObtainEons(plmn, 0, false), "");