Home
last modified time | relevance | path

Searched defs:cDtmfCode (Results 1 – 9 of 9) sorted by relevance

/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h320 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf()
396 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf()
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_cs.cpp191 int32_t CellularCallConnectionCS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) co… in SendDtmfRequest()
207 int32_t CellularCallConnectionCS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) c… in StartDtmfRequest()
Dcellular_call_connection_ims.cpp316 int32_t CellularCallConnectionIMS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) c… in SendDtmfRequest()
337 int32_t CellularCallConnectionIMS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) … in StartDtmfRequest()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp401 char cDtmfCode; in StartDtmf() local
452 char cDtmfCode; in SendDtmf() local
/base/telephony/cellular_call/vendor/ims/services/src/
Dims_service.cpp223 int32_t ImsService::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf()
229 int32_t ImsService::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf()
Dims_ril_request.cpp247 int32_t ImsRilRequest::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest()
265 int32_t ImsRilRequest::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in StartDtmfRequest()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp595 int32_t CellularCallService::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf()
651 int32_t CellularCallService::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf()
/base/telephony/cellular_call/ims_interfaces/src/
Dims_proxy.cpp328 int32_t ImsProxy::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf()
356 int32_t ImsProxy::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_proxy.cpp378 int32_t CellularCallProxy::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf()
423 int32_t CellularCallProxy::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf()