Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h327 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf()
403 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf()
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_cs.cpp208 int32_t CellularCallConnectionCS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) co… in SendDtmfRequest()
224 int32_t CellularCallConnectionCS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) c… in StartDtmfRequest()
Dcellular_call_connection_ims.cpp300 int32_t CellularCallConnectionIMS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) c… in SendDtmfRequest()
314 int32_t CellularCallConnectionIMS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) … in StartDtmfRequest()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp61 const char *cDtmfCode = number.c_str(); in TestImsCallClientWithCallInfo() local
178 const char *cDtmfCode = number.c_str(); in TestImsCallProxyWithCallInfo() local
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp291 int32_t ImsCallClient::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf()
300 int32_t ImsCallClient::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf()
Dims_call_proxy.cpp304 int32_t ImsCallProxy::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf()
322 int32_t ImsCallProxy::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf()
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
Dsetpreviewwindow_fuzzer.cpp174 char cDtmfCode = static_cast<char>(size); in StartDtmf() local
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp225 int32_t ImsCall::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf()
243 int32_t ImsCall::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf()
Dims_call_stub.cpp274 const char cDtmfCode = data.ReadInt8(); in OnStartDtmf() local
284 const char cDtmfCode = data.ReadInt8(); in OnSendDtmf() local
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp713 int32_t CellularCallService::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf()
769 int32_t CellularCallService::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_proxy.cpp451 int32_t CellularCallProxy::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf()
506 int32_t CellularCallProxy::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp424 char cDtmfCode; in StartDtmf() local
475 char cDtmfCode; in SendDtmf() local