/base/telephony/cellular_call/test/unittest/satellitetest/ |
H A D | satellite_test.cpp | 383 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F() 391 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F() 418 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F() 426 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F()
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 53 int32_t SendDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 72 requestCallFuncMap_[ImsCallInterfaceCode::IMS_SEND_DTMF] = &ImsUnitTest::SendDtmf; in InitBasicFuncMap() 340 int32_t ImsUnitTest::SendDtmf(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SendDtmf() function in OHOS::Telephony::ImsUnitTest 342 std::cout << "test SendDtmf entry." << std::endl; in SendDtmf() 352 imsCallPtr->SendDtmf(slotId, sendDtmfCode, index); in SendDtmf() 721 "13:GetImsCallsDataRequest\n14:GetLastCallFailReason\n100:StartDtmf\n101:SendDtmf\n102:StopDtmf\n" in ImsCallTest()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 698 void (*SendDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 88 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SEND_DTMF)] = &CsTest::SendDtmf; in SetUp() 305 int32_t CsTest::SendDtmf(const sptr<CellularCallInterface> &telephonyService) const in SendDtmf() function in OHOS::Telephony::CsTest 307 std::cout << "test SendDtmf entry." << std::endl; in SendDtmf() 317 return telephonyService->SendDtmf(cDtmfCode, callInfo); in SendDtmf() 523 "17:RegisterCallBack\n18:UnRegisterCallBack\n100:StartDtmf\n101:StopDtmf\n102:SendDtmf\n" in InputNumForInterface()
|
H A D | cs_test.h | 115 int32_t SendDtmf(const sptr<CellularCallInterface> &telephonyService) const;
|
H A D | cs_calloperation_test.cpp | 1246 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F() 1254 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F() 1281 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F() 1289 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo); in HWTEST_F()
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 164 * SendDtmf 171 int SendDtmf(char cDTMFCode, const std::string &phoneNum);
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 196 virtual int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) = 0;
|
H A D | ims_call_client.h | 244 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index);
|
H A D | ims_call_proxy.h | 49 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) override;
|
/base/telephony/cellular_call/services/control/include/ |
H A D | control_base.h | 358 * SendDtmf 369 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf() function in OHOS::Telephony::ControlBase 392 TELEPHONY_LOGD("ControlBase::SendDtmf start"); in SendDtmf() 395 TELEPHONY_LOGE("SendDtmf, error type: connection is null"); in SendDtmf() 399 TELEPHONY_LOGE("SendDtmf return, error type: cDtmfCode invalid."); in SendDtmf()
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 156 * IMS SendDtmf interface 163 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_proxy.h | 210 int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
|
H A D | cellular_call_interface.h | 198 virtual int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 99 virtual int32_t SendDtmf( 101 virtual int32_t SendDtmf(
|
/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 290 * SendDtmf 296 int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 82 .SendDtmf = ReqSendDtmf,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 461 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SendDtmf, dtmfInfo); in SendDtmfString() 464 int32_t TelRilCall::SendDtmf(char cDTMFCode, int32_t index, const AppExecFwk::InnerEvent::Pointer &result) in SendDtmf() function in OHOS::Telephony::TelRilCall 476 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SendDtmf, dtmfInfo); in SendDtmf()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch1_test.cpp | 616 cellularCall.SendDtmf('*', csCallInfo); in HWTEST_F() 617 cellularCall.SendDtmf('*', imsCallInfo); in HWTEST_F() 618 cellularCall.SendDtmf('*', errCallInfo); in HWTEST_F()
|
H A D | ims1_test.cpp | 789 ret = telephonyService->SendDtmf(code, callInfo); in HWTEST_F() 797 ret = telephonyService->SendDtmf(code, callInfo); in HWTEST_F()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_manager.h | 106 int32_t SendDtmf( 108 int32_t SendDtmf(
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | cellular_call_connection.cpp | 377 int CellularCallConnection::SendDtmf(char cDTMFCode, const std::string &phoneNum) in SendDtmf() function in OHOS::Telephony::CellularCallConnection 395 int errCode = cellularCallInterfacePtr_->SendDtmf(cDTMFCode, callInfo); in SendDtmf()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_client.cpp | 349 int32_t ImsCallClient::SendDtmf(int32_t slotId, char cDtmfCode, int32_t index)
in SendDtmf() function in OHOS::Telephony::ImsCallClient 356 return imsCallProxy_->SendDtmf(slotId, cDtmfCode, index);
in SendDtmf()
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 90 imsCallClient->SendDtmf(slotId, *cDtmfCode, index); in TestImsCallClientWithCallInfo() 267 proxy->SendDtmf(slotId, *cDtmfCode, index); in TestImsCallProxyWithCallInfo()
|