Searched refs:RegexMatchMmi (Results 1 – 5 of 5) sorted by relevance
78 bool RegexMatchMmi(const std::string &analyseString);
39 if (RegexMatchMmi(analyseString)) { in IsNeedExecuteMmi()213 bool MMICodeUtils::RegexMatchMmi(const std::string &analyseString) in RegexMatchMmi() function in OHOS::Telephony::MMICodeUtils
46 bool RegexMatchMmi(const std::string &number);
181 if (RegexMatchMmi(number)) { in IsMMICode()193 bool CallNumberUtils::RegexMatchMmi(const std::string &number) in RegexMatchMmi() function in OHOS::Telephony::CallNumberUtils
974 ASSERT_FALSE(mmiCodeUtils.RegexMatchMmi("111111#"));