Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h40 static bool ImsiRegexMatch(const std::string &imsiFromSim, const std::string &imsiRegex);
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp28 bool OperatorMatchingRule::ImsiRegexMatch(const std::string &imsiFromSim, const std::string &imsiRe… in ImsiRegexMatch() function in OHOS::Telephony::OperatorMatchingRule
H A Doperator_config_loader.cpp207 isAllRuleMatch = OperatorMatchingRule::ImsiRegexMatch(imsiFromSim_, strVal); in MatchOperatorRule()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp2775 EXPECT_FALSE(operatorMatchingRule->ImsiRegexMatch(iccidFromSim, iccidRegex));