Searched refs:isAllRuleMatch (Results 1 – 1 of 1) sorted by relevance
192 bool isAllRuleMatch = true; in MatchOperatorRule() local199 isAllRuleMatch = OperatorMatchingRule::IccidRegexMatch(iccidFromSim_, strVal); in MatchOperatorRule()201 if (!isAllRuleMatch) { in MatchOperatorRule()207 isAllRuleMatch = OperatorMatchingRule::ImsiRegexMatch(imsiFromSim_, strVal); in MatchOperatorRule()209 if (!isAllRuleMatch) { in MatchOperatorRule()215 isAllRuleMatch = OperatorMatchingRule::SpnRegexMatch(spnFromSim_, strVal); in MatchOperatorRule()217 if (!isAllRuleMatch) { in MatchOperatorRule()223 isAllRuleMatch = OperatorMatchingRule::PrefixMatch(gid1FromSim_, strVal); in MatchOperatorRule()225 if (!isAllRuleMatch) { in MatchOperatorRule()231 isAllRuleMatch = OperatorMatchingRule::PrefixMatch(gid2FromSim_, strVal); in MatchOperatorRule()[all …]