Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp447 char nextDtmf = ' '; in ReportPostDialChar() local
449 nextDtmf = c[CHAR_INDEX]; in ReportPostDialChar()
451 return DelayedSingleton<AudioControlManager>::GetInstance()->OnPostDialNextChar(nextDtmf); in ReportPostDialChar()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp409 std::string nextDtmf(CHAR_LENG, c); in ReportPostDialChar() local
410 callManagerCallBack_->ReportPostDialChar(nextDtmf); in ReportPostDialChar()