Home
last modified time | relevance | path

Searched refs:iccidFromSim (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp20 bool OperatorMatchingRule::IccidRegexMatch(const std::string &iccidFromSim, const std::string &icci… in IccidRegexMatch() argument
22 if (iccidFromSim.empty()) { in IccidRegexMatch()
25 return std::regex_match(iccidFromSim, std::regex(iccidRegex)); in IccidRegexMatch()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h39 static bool IccidRegexMatch(const std::string &iccidFromSim, const std::string &iccidRegex);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2764 std::string iccidFromSim = ""; variable
2774 EXPECT_FALSE(operatorMatchingRule->IccidRegexMatch(iccidFromSim, iccidRegex));
2775 EXPECT_FALSE(operatorMatchingRule->ImsiRegexMatch(iccidFromSim, iccidRegex));
2776 EXPECT_FALSE(operatorMatchingRule->SpnRegexMatch(iccidFromSim, iccidRegex));
2777 EXPECT_TRUE(operatorMatchingRule->SpnRegexMatch(iccidFromSim, "null"));
2778 EXPECT_FALSE(operatorMatchingRule->PrefixMatch(iccidFromSim, iccidRegex));