Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_config_loader.cpp192 bool isAllRuleMatch = true; in MatchOperatorRule() local
199 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 …]