/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 92 * @brief SwitchCallResponse the result of switch call by ims.
99 virtual int32_t SwitchCallResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
|
H A D | ims_call_callback_proxy.h | 38 int32_t SwitchCallResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
H A D | ims_call_callback_stub.h | 41 int32_t SwitchCallResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_call_callback_stub_test.cpp | 129 callBackStub.SwitchCallResponse(slotId, rilRadioResponse); in HWTEST_F() 149 EXPECT_EQ(callBackStub.SwitchCallResponse(slotId, rilRadioResponse), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
H A D | ims_callback_test.cpp | 67 ASSERT_EQ(callCallbackProxy->SwitchCallResponse(slotId, rilRadioResponse), TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 136 imsCallCallback_->SwitchCallResponse(slotId, info); in SwitchCall()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 79 int32_t SwitchCallResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo);
|
H A D | tel_ril_callback.h | 55 int32_t SwitchCallResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
H A D | sendsmsmoremode_fuzzer.cpp | 140 telRilCall->SwitchCallResponse(responseInfo); in AnswerResponse()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 83 int32_t SwitchCallResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 103 size_t responseLen) { return SwitchCallResponse(requestNum, responseInfo, response, responseLen); }; in AddCallBasicResponseToMap() 513 int32_t HRilCall::SwitchCallResponse( in SwitchCallResponse() function in OHOS::Telephony::HRilCall 516 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::SwitchCallResponse); in SwitchCallResponse()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 56 int32_t SwitchCallResponse(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 | 86 int32_t ImsCallCallbackProxy::SwitchCallResponse(int32_t slotId, const RadioResponseInfo &info)
in SwitchCallResponse() function in OHOS::Telephony::ImsCallCallbackProxy
|
H A D | ims_call_callback_stub.cpp | 252 reply.WriteInt32(SwitchCallResponse(slotId, *info));
in OnSwitchCallResponseInner() 790 int32_t ImsCallCallbackStub::SwitchCallResponse(int32_t slotId, const RadioResponseInfo &info)
in SwitchCallResponse() function in OHOS::Telephony::ImsCallCallbackStub
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 111 int32_t TelRilCallback::SwitchCallResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) in SwitchCallResponse() function in OHOS::Telephony::TelRilCallback 113 return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::SwitchCallResponse); in SwitchCallResponse()
|
H A D | tel_ril_call.cpp | 49 int32_t TelRilCall::SwitchCallResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) in SwitchCallResponse() function in OHOS::Telephony::TelRilCall
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 274 int32_t SwitchCallResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1014 int32_t RilCallbackTest::SwitchCallResponse(const RilRadioResponseInfo &responseInfo)
in SwitchCallResponse() function in OHOS::Telephony::RilCallbackTest 1016 PrintResponseInfo("SwitchCallResponse", responseInfo);
in SwitchCallResponse()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 1130 int32_t RilCallbackTest::SwitchCallResponse(const RilRadioResponseInfo &responseInfo) in SwitchCallResponse() function in OHOS::Telephony::RilCallbackTest 1132 TELEPHONY_LOGI("GetBoolResult SwitchCallResponse"); in SwitchCallResponse()
|
H A D | zero_branch_test.cpp | 301 EXPECT_NE(HDF_SUCCESS, call->SwitchCallResponse(0, responseInfo, nullptr, 1)); in HWTEST_F()
|