Home
last modified time | relevance | path

Searched refs:ReportPostDialChar (Results 1 - 12 of 12) sorted by relevance

/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_register.h101 void ReportPostDialChar(char c);
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcall_status_callback.h62 int32_t ReportPostDialChar(const std::string &c) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Di_call_status_callback.h272 virtual int32_t ReportPostDialChar(const std::string &c) = 0;
H A Dcall_status_callback_proxy.h275 int32_t ReportPostDialChar(const std::string &c) override;
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp402 void CellularCallRegister::ReportPostDialChar(char c) in ReportPostDialChar() function in OHOS::Telephony::CellularCallRegister
406 TELEPHONY_LOGE("ReportPostDialChar return, callManagerCallBack_ is nullptr, report fail!"); in ReportPostDialChar()
410 callManagerCallBack_->ReportPostDialChar(nextDtmf); in ReportPostDialChar()
417 TELEPHONY_LOGE("ReportPostDialChar return, callManagerCallBack_ is nullptr, report fail!"); in ReportPostDialDelay()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp438 DelayedSingleton<CellularCallRegister>::GetInstance()->ReportPostDialChar(currentChar); in ExecutePostDial()
H A Dcs_control.cpp633 DelayedSingleton<CellularCallRegister>::GetInstance()->ReportPostDialChar(currentChar); in ExecutePostDial()
H A Dims_control.cpp560 DelayedSingleton<CellularCallRegister>::GetInstance()->ReportPostDialChar(currentChar); in ExecutePostDial()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp451 int32_t CallStatusCallback::ReportPostDialChar(const std::string &c) in ReportPostDialChar() function in OHOS::Telephony::CallStatusCallback
453 TELEPHONY_LOGI("ReportPostDialChar"); in ReportPostDialChar()
H A Dcall_status_callback_stub.cpp764 error = ReportPostDialChar(c); in OnPostDialNextChar()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp708 int32_t CallStatusCallbackProxy::ReportPostDialChar(const std::string &c) in ReportPostDialChar() function in OHOS::Telephony::CallStatusCallbackProxy
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp842 callStatusCallback->ReportPostDialChar(c); in HWTEST_F()

Completed in 12 milliseconds