/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 122 * @brief StopDtmfResponse the result of stop dtmf by ims.
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;
|
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/ |
H A D | getcscalldata_fuzzer.cpp | 77 handle->StopDtmfResponse(event); in GetCsCallData()
|
/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_handler.h | 112 void StopDtmfResponse(const AppExecFwk::InnerEvent::Pointer &event);
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback_test.cpp | 70 ASSERT_EQ(callCallbackProxy->StopDtmfResponse(slotId, rilRadioResponse), TELEPHONY_SUCCESS); in HWTEST_F()
|
H A D | ims_call_callback_stub_test.cpp | 131 callBackStub.StopDtmfResponse(slotId, rilRadioResponse); in HWTEST_F()
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 275 imsCallCallback_->StopDtmfResponse(slotId, info); in StopDtmf()
|
/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;
|
/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,
|
/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()
|
/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;
|
/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
|
/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() 861 void CellularCallHandler::StopDtmfResponse(const AppExecFwk::InnerEvent::Pointer &event) in StopDtmfResponse() function in OHOS::Telephony::CellularCallHandler
|
/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
|
/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;
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1126 int32_t RilCallbackTest::StopDtmfResponse(const RilRadioResponseInfo &responseInfo)
in StopDtmfResponse() function in OHOS::Telephony::RilCallbackTest 1128 PrintResponseInfo("StopDtmfResponse", responseInfo);
in StopDtmfResponse()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 1281 int32_t RilCallbackTest::StopDtmfResponse(const RilRadioResponseInfo &responseInfo) in StopDtmfResponse() function in OHOS::Telephony::RilCallbackTest 1283 TELEPHONY_LOGI("GetBoolResult StopDtmfResponse"); in StopDtmfResponse()
|
H A D | zero_branch_test.cpp | 318 EXPECT_NE(HDF_SUCCESS, call->StopDtmfResponse(0, responseInfo, nullptr, 1)); in HWTEST_F()
|