Home
last modified time | relevance | path

Searched refs:IsMMICode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/call_manager/utils/include/
H A Dcall_number_utils.h45 bool IsMMICode(const std::string &number);
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp175 bool CallNumberUtils::IsMMICode(const std::string &number) in IsMMICode() function in OHOS::Telephony::CallNumberUtils
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp823 bool isMMiCode = DelayedSingleton<CallNumberUtils>::GetInstance()->IsMMICode(newPhoneNum); in CarrierDialProcess()