/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 129 virtual int32_t StopDtmfResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
|
H A D | ims_call_callback_proxy.h | 49 int32_t StopDtmfResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
H A D | ims_call_callback_stub.h | 52 int32_t StopDtmfResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/ |
H A D | getcscalldata_fuzzer.cpp | 77 handle->StopDtmfResponse(event); in GetCsCallData()
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_handler.h | 111 void StopDtmfResponse(const AppExecFwk::InnerEvent::Pointer &event);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback_test.cpp | 70 ASSERT_EQ(callCallbackProxy->StopDtmfResponse(slotId, rilRadioResponse), TELEPHONY_SUCCESS);
|
H A D | ims_call_callback_stub_test.cpp | 131 callBackStub.StopDtmfResponse(slotId, rilRadioResponse);
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 100 int32_t StopDtmfResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo);
|
H A D | tel_ril_callback.h | 76 int32_t StopDtmfResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 186 … size_t responseLen) { return StopDtmfResponse(requestNum, responseInfo, response, responseLen); }; in AddCallAdditionalResponseToMap() 669 int32_t HRilCall::StopDtmfResponse( in StopDtmfResponse() function in OHOS::Telephony::HRilCall 672 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::StopDtmfResponse); in StopDtmfResponse()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 119 int32_t StopDtmfResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 275 imsCallCallback_->StopDtmfResponse(slotId, info); in StopDtmf()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_callback_v10.md | 54 | [StopDtmfResponse](#stopdtmfresponse) ([in] struct [RilRadioResponseInfo](_ril_radio_response_inf… 2666 ### StopDtmfResponse() 2669 IRilCallback::StopDtmfResponse ([in] struct RilRadioResponseInfo responseInfo)
|
H A D | interface_i_ril_callback_v11.md | 54 | [StopDtmfResponse](#stopdtmfresponse) ([in] struct [RilRadioResponseInfo](_ril_radio_response_inf… 2884 ### StopDtmfResponse() 2887 IRilCallback::StopDtmfResponse ([in] struct RilRadioResponseInfo responseInfo)
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 196 int32_t TelRilCallback::StopDtmfResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) in StopDtmfResponse() function in OHOS::Telephony::TelRilCallback 198 return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::StopDtmfResponse); in StopDtmfResponse()
|
H A D | tel_ril_call.cpp | 267 int32_t TelRilCall::StopDtmfResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) in StopDtmfResponse() function in OHOS::Telephony::TelRilCall
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 119 int32_t ImsCallCallbackProxy::StopDtmfResponse(int32_t slotId, const RadioResponseInfo &info) in StopDtmfResponse() function in OHOS::Telephony::ImsCallCallbackProxy
|
H A D | ims_call_callback_stub.cpp | 289 reply.WriteInt32(StopDtmfResponse(slotId, *info)); in OnStopDtmfResponseInner() 837 int32_t ImsCallCallbackStub::StopDtmfResponse(int32_t slotId, const RadioResponseInfo &info) in StopDtmfResponse() function in OHOS::Telephony::ImsCallCallbackStub
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 77 int32_t StopDtmfResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 84 [this](const AppExecFwk::InnerEvent::Pointer &event) { StopDtmfResponse(event); }; in InitBasicFuncMap() 858 void CellularCallHandler::StopDtmfResponse(const AppExecFwk::InnerEvent::Pointer &event) in StopDtmfResponse() function in OHOS::Telephony::CellularCallHandler
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | ril_callback_service.h.txt | 106 … int32_t StopDtmfResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseInfo) override;
|
H A D | iril_callback.h.txt | 272 …virtual int32_t StopDtmfResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseInfo) =…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 295 int32_t StopDtmfResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_callback_service.h.txt | 106 … int32_t StopDtmfResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | ril_callback_service.h.txt | 125 … int32_t StopDtmfResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo) override;
|