Home
last modified time | relevance | path

Searched defs:SendDtmf (Results 1 – 14 of 14) sorted by relevance

/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h376 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf() function
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_call.cpp459 int32_t TelRilCall::SendDtmf(const std::string &sDTMFCode, int32_t index, int32_t switchOn, int32_t… in SendDtmf() function in OHOS::Telephony::TelRilCall
471 int32_t TelRilCall::SendDtmf(char cDTMFCode, int32_t index, const AppExecFwk::InnerEvent::Pointer &… in SendDtmf() function in OHOS::Telephony::TelRilCall
Dtel_ril_manager.cpp407 int32_t TelRilManager::SendDtmf( in SendDtmf() function in OHOS::Telephony::TelRilManager
418 int32_t TelRilManager::SendDtmf( in SendDtmf() function in OHOS::Telephony::TelRilManager
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp299 int32_t ImsCallClient::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf() function in OHOS::Telephony::ImsCallClient
Dims_call_proxy.cpp293 int32_t ImsCallProxy::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf() function in OHOS::Telephony::ImsCallProxy
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp243 int32_t ImsCall::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf() function in OHOS::Telephony::ImsCall
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp377 int CellularCallConnection::SendDtmf(char cDTMFCode, const std::string &phoneNum) in SendDtmf() function in OHOS::Telephony::CellularCallConnection
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h678 void (*SendDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.cpp340 int32_t ImsUnitTest::SendDtmf(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SendDtmf() function in OHOS::Telephony::ImsUnitTest
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp778 int32_t CellularCallService::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf() function in OHOS::Telephony::CellularCallService
/base/telephony/ril_adapter/services/hril/src/
Dhril_call.cpp289 int32_t HRilCall::SendDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo) in SendDtmf() function in OHOS::Telephony::HRilCall
Dhril_manager.cpp507 int32_t HRilManager::SendDtmf(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInf… in SendDtmf() function in OHOS::Telephony::HRilManager
/base/telephony/call_manager/frameworks/native/src/
Dcellular_call_proxy.cpp581 int32_t CellularCallProxy::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf() function in OHOS::Telephony::CellularCallProxy
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp472 int32_t CsTest::SendDtmf(const sptr<CellularCallInterface> &telephonyService) const in SendDtmf() function in OHOS::Telephony::CsTest