Searched refs:IccidRegexMatch (Results 1 – 4 of 4) sorted by relevance
39 static bool IccidRegexMatch(const std::string &iccidFromSim, const std::string &iccidRegex);
20 bool OperatorMatchingRule::IccidRegexMatch(const std::string &iccidFromSim, const std::string &icci… in IccidRegexMatch() function in OHOS::Telephony::OperatorMatchingRule
199 isAllRuleMatch = OperatorMatchingRule::IccidRegexMatch(iccidFromSim_, strVal); in MatchOperatorRule()
2774 EXPECT_FALSE(operatorMatchingRule->IccidRegexMatch(iccidFromSim, iccidRegex));