Home
last modified time | relevance | path

Searched refs:SendDtmf (Results 1 - 25 of 45) sorted by relevance

12

/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp383 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 Dims_unit_test.h53 int32_t SendDtmf(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp72 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 Dhril_vendor_call_defs.h698 void (*SendDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp88 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 Dcs_test.h115 int32_t SendDtmf(const sptr<CellularCallInterface> &telephonyService) const;
H A Dcs_calloperation_test.cpp1246 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 Dcellular_call_connection.h164 * SendDtmf
171 int SendDtmf(char cDTMFCode, const std::string &phoneNum);
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h196 virtual int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) = 0;
H A Dims_call_client.h244 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index);
H A Dims_call_proxy.h49 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) override;
/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h358 * 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 Dims_call.h156 * IMS SendDtmf interface
163 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h210 int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
H A Dcellular_call_interface.h198 virtual int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h99 virtual int32_t SendDtmf(
101 virtual int32_t SendDtmf(
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h290 * SendDtmf
296 int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c82 .SendDtmf = ReqSendDtmf,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp461 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 Dzero_branch1_test.cpp616 cellularCall.SendDtmf('*', csCallInfo); in HWTEST_F()
617 cellularCall.SendDtmf('*', imsCallInfo); in HWTEST_F()
618 cellularCall.SendDtmf('*', errCallInfo); in HWTEST_F()
H A Dims1_test.cpp789 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 Dtel_ril_manager.h106 int32_t SendDtmf(
108 int32_t SendDtmf(
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp377 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 Dims_call_client.cpp349 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 Dimsclient_fuzzer.cpp90 imsCallClient->SendDtmf(slotId, *cDtmfCode, index); in TestImsCallClientWithCallInfo()
267 proxy->SendDtmf(slotId, *cDtmfCode, index); in TestImsCallProxyWithCallInfo()

Completed in 24 milliseconds

12