Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/utils/include/
H A Dmmi_code_utils.h68 * RegexMatchMmi
78 bool RegexMatchMmi(const std::string &analyseString);
/base/telephony/call_manager/utils/include/
H A Dcall_number_utils.h46 bool RegexMatchMmi(const std::string &number);
/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
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp180 if (RegexMatchMmi(number)) { in IsMMICode()
192 bool CallNumberUtils::RegexMatchMmi(const std::string &number) in RegexMatchMmi() function in OHOS::Telephony::CallNumberUtils
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp974 ASSERT_FALSE(mmiCodeUtils.RegexMatchMmi("111111#")); in HWTEST_F()

Completed in 4 milliseconds