Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_satellite.cpp114 int32_t CellularCallConnectionSatellite::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t in… in SendDtmfRequest()
130 int32_t CellularCallConnectionSatellite::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t i… in StartDtmfRequest()
Dcellular_call_connection_cs.cpp212 int32_t CellularCallConnectionCS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) co… in SendDtmfRequest()
228 int32_t CellularCallConnectionCS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) c… in StartDtmfRequest()
Dcellular_call_connection_ims.cpp277 int32_t CellularCallConnectionIMS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) c… in SendDtmfRequest()
291 int32_t CellularCallConnectionIMS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) … in StartDtmfRequest()
/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h300 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf()
369 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf()
/base/telephony/cellular_call/test/unittest/imstest/
Dims_connection_test.cpp194 char cDtmfCode = 0; variable
209 char cDtmfCode = 0; variable
770 char cDtmfCode = '0'; variable
786 char cDtmfCode = '0'; variable
Dzero_branch1_test.cpp1002 char cDtmfCode = ' '; variable
/base/telephony/call_manager/test/unittest/call_manager_special_test/src/
Dspecial_branch3_test.cpp206 char cDtmfCode = '1'; variable
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp73 const char *cDtmfCode = number.c_str(); in TestImsCallClientWithCallInfo() local
251 const char *cDtmfCode = number.c_str(); in TestImsCallProxyWithCallInfo() 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.cpp312 const char cDtmfCode = data.ReadInt8(); in OnStartDtmf() local
322 const char cDtmfCode = data.ReadInt8(); in OnSendDtmf() local
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp342 int32_t ImsCallClient::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf()
352 int32_t ImsCallClient::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf()
Dims_call_proxy.cpp332 int32_t ImsCallProxy::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf()
350 int32_t ImsCallProxy::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf()
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
Dsetpreviewwindow_fuzzer.cpp329 char cDtmfCode = static_cast<char>(size); in StartDtmf() local
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp860 int32_t CellularCallService::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf()
966 int32_t CellularCallService::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf()
/base/telephony/call_manager/frameworks/native/src/
Dcellular_call_proxy.cpp523 int32_t CellularCallProxy::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf()
611 int32_t CellularCallProxy::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf()