/base/telephony/cellular_call/services/control/include/ |
H A D | control_base.h | 300 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in StartDtmf() argument 369 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf() argument
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_satellite.cpp | 114 int32_t CellularCallConnectionSatellite::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest() argument 130 int32_t CellularCallConnectionSatellite::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in StartDtmfRequest() argument
|
H A D | cellular_call_connection_cs.cpp | 212 int32_t CellularCallConnectionCS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest() argument 228 int32_t CellularCallConnectionCS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in StartDtmfRequest() argument
|
H A D | cellular_call_connection_ims.cpp | 278 int32_t CellularCallConnectionIMS::SendDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in SendDtmfRequest() argument 292 int32_t CellularCallConnectionIMS::StartDtmfRequest(int32_t slotId, char cDtmfCode, int32_t index) const in StartDtmfRequest() argument
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_connection_test.cpp | 193 char cDtmfCode = 0; in HWTEST_F() local 208 char cDtmfCode = 0; in HWTEST_F() local 769 char cDtmfCode = '0'; in HWTEST_F() local 785 char cDtmfCode = '0'; in HWTEST_F() local
|
H A D | zero_branch1_test.cpp | 891 char cDtmfCode = ' '; in HWTEST_F() local
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 73 const char *cDtmfCode = number.c_str(); in TestImsCallClientWithCallInfo() local 251 const char *cDtmfCode = number.c_str(); in TestImsCallProxyWithCallInfo() local
|
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/ |
H A D | setpreviewwindow_fuzzer.cpp | 329 char cDtmfCode = static_cast<char>(size); in StartDtmf() local
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 287 char cDtmfCode; in StartDtmf() local 289 std::cin >> cDtmfCode; in StartDtmf() local 314 char cDtmfCode; in SendDtmf() local 316 std::cin >> cDtmfCode; in SendDtmf() local
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | cellular_call_proxy.cpp | 523 int32_t CellularCallProxy::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf() argument 611 int32_t CellularCallProxy::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf() argument
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 225 int32_t ImsCall::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index) in StartDtmf() argument 243 int32_t ImsCall::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) in SendDtmf() argument
|
H A D | ims_call_stub.cpp | 312 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/ |
H A D | ims_call_proxy.cpp | 332 int32_t ImsCallProxy::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index)
in StartDtmf() argument 350 int32_t ImsCallProxy::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index)
in SendDtmf() argument
|
H A D | ims_call_client.cpp | 339 int32_t ImsCallClient::StartDtmf(int32_t slotId, char cDtmfCode, int32_t index)
in StartDtmf() argument 349 int32_t ImsCallClient::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index)
in SendDtmf() argument
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_service.cpp | 819 int32_t CellularCallService::StartDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in StartDtmf() argument 925 int32_t CellularCallService::SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) in SendDtmf() argument
|