Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp20 …eratorMatchingRule::IccidRegexMatch(const std::string &iccidFromSim, const std::string &iccidRegex) in IccidRegexMatch() argument
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.cpp2765 std::string iccidRegex = ""; variable
2774 EXPECT_FALSE(operatorMatchingRule->IccidRegexMatch(iccidFromSim, iccidRegex));
2775 EXPECT_FALSE(operatorMatchingRule->ImsiRegexMatch(iccidFromSim, iccidRegex));
2776 EXPECT_FALSE(operatorMatchingRule->SpnRegexMatch(iccidFromSim, iccidRegex));
2778 EXPECT_FALSE(operatorMatchingRule->PrefixMatch(iccidFromSim, iccidRegex));