Home
last modified time | relevance | path

Searched refs:SendDtmf (Results 1 – 25 of 83) sorted by relevance

1234

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_service.h57 virtual void SendDtmf(int dtmf) in SendDtmf() function
89 bool SendDtmf(int dtmf) in SendDtmf() function
/ohos5.0/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.cpp383 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
391 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
418 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
426 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile.h195 bool SendDtmf(uint8_t code);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.h76 void SendDtmf(const std::string &device, int dtmf) const;
H A Dhfp_ag_system_interface.h92 bool SendDtmf(int dtmf, const std::string &address) const;
H A Dhfp_ag_profile_event_sender.cpp72 void HfpAgProfileEventSender::SendDtmf(const std::string &device, int dtmf) const in SendDtmf() function in OHOS::bluetooth::HfpAgProfileEventSender
H A Dhfp_ag_system_event_processer.cpp194 systemInterface_.SendDtmf(dtmf, address_); in ProcessSendDtmfEvent()
/ohos5.0/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
317 return telephonyService->SendDtmf(cDtmfCode, callInfo); in SendDtmf()
H A Dcs_test.h113 int32_t SendDtmf(const sptr<CellularCallInterface> &telephonyService) const;
H A Dcs_calloperation_test.cpp1246 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
1254 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
1281 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
1289 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
H A Dcs2_test.cpp431 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
439 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
466 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
474 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
/ohos5.0/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
352 imsCallPtr->SendDtmf(slotId, sendDtmfCode, index); in SendDtmf()
/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dcontrol_base.h368 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const in SendDtmf() function
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h698 void (*SendDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h171 int SendDtmf(char cDTMFCode, const std::string &phoneNum);
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_interface.h198 virtual int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
H A Dcellular_call_proxy.h210 int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h163 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) override;
/ohos5.0/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;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h99 virtual int32_t SendDtmf(
101 virtual int32_t SendDtmf(
/ohos5.0/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 &… in SendDtmf() function in OHOS::Telephony::TelRilCall
476 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SendDtmf, dtmfInfo); in SendDtmf()
/ohos5.0/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()

1234