Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_matching_rule.cpp28 … OperatorMatchingRule::ImsiRegexMatch(const std::string &imsiFromSim, const std::string &imsiRegex) in ImsiRegexMatch() argument
33 return std::regex_match(imsiFromSim, std::regex(imsiRegex)); in ImsiRegexMatch()
/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);