/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_service.h | 57 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 D | satellite_test.cpp | 383 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 D | hfp_hf_profile.h | 195 bool SendDtmf(uint8_t code);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile_event_sender.h | 76 void SendDtmf(const std::string &device, int dtmf) const;
|
H A D | hfp_ag_system_interface.h | 92 bool SendDtmf(int dtmf, const std::string &address) const;
|
H A D | hfp_ag_profile_event_sender.cpp | 72 void HfpAgProfileEventSender::SendDtmf(const std::string &device, int dtmf) const in SendDtmf() function in OHOS::bluetooth::HfpAgProfileEventSender
|
H A D | hfp_ag_system_event_processer.cpp | 194 systemInterface_.SendDtmf(dtmf, address_); in ProcessSendDtmfEvent()
|
/ohos5.0/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 317 return telephonyService->SendDtmf(cDtmfCode, callInfo); in SendDtmf()
|
H A D | cs_test.h | 113 int32_t SendDtmf(const sptr<CellularCallInterface> &telephonyService) const;
|
H A D | cs_calloperation_test.cpp | 1246 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 D | cs2_test.cpp | 431 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 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 352 imsCallPtr->SendDtmf(slotId, sendDtmfCode, index); in SendDtmf()
|
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | control_base.h | 368 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 D | hril_vendor_call_defs.h | 698 void (*SendDtmf)(const ReqDataInfo *requestInfo, CallDtmfInfo info); member
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 171 int SendDtmf(char cDTMFCode, const std::string &phoneNum);
|
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_interface.h | 198 virtual int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) = 0;
|
H A D | cellular_call_proxy.h | 210 int32_t SendDtmf(char cDtmfCode, const CellularCallInfo &callInfo) override;
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 163 int32_t SendDtmf(int32_t slotId, char cDtmfCode, int32_t index) override;
|
/ohos5.0/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;
|
/ohos5.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(
|
/ohos5.0/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 &… 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 D | imsclient_fuzzer.cpp | 90 imsCallClient->SendDtmf(slotId, *cDtmfCode, index); in TestImsCallClientWithCallInfo() 267 proxy->SendDtmf(slotId, *cDtmfCode, index); in TestImsCallProxyWithCallInfo()
|