Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp36 bool OperatorMatchingRule::SpnRegexMatch(const std::string &spnFromSim, const std::string &spnRegex) in SpnRegexMatch() argument
38 if (spnRegex == "null") { in SpnRegexMatch()
46 return std::regex_match(spnFromSim, std::regex(spnRegex)); in SpnRegexMatch()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_matching_rule.h41 static bool SpnRegexMatch(const std::string &spnFromSim, const std::string &spnRegex);