Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dmmi_code_utils.h78 bool RegexMatchMmi(const std::string &analyseString);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dmmi_code_utils.cpp39 if (RegexMatchMmi(analyseString)) { in IsNeedExecuteMmi()
213 bool MMICodeUtils::RegexMatchMmi(const std::string &analyseString) in RegexMatchMmi() function in OHOS::Telephony::MMICodeUtils
/ohos5.0/base/telephony/call_manager/utils/include/
H A Dcall_number_utils.h46 bool RegexMatchMmi(const std::string &number);
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp181 if (RegexMatchMmi(number)) { in IsMMICode()
193 bool CallNumberUtils::RegexMatchMmi(const std::string &number) in RegexMatchMmi() function in OHOS::Telephony::CallNumberUtils
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp974 ASSERT_FALSE(mmiCodeUtils.RegexMatchMmi("111111#"));