Home
last modified time | relevance | path

Searched refs:GetClipResponse (Results 1 – 21 of 21) sorted by relevance

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_callback_interface.h240 virtual int32_t GetClipResponse(int32_t slotId, const GetClipResult &result) = 0;
Dims_call_callback_proxy.h58 int32_t GetClipResponse(int32_t slotId, const GetClipResult &result) override;
Dims_call_callback_stub.h61 int32_t GetClipResponse(int32_t slotId, const GetClipResult &result) override;
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
Dgetcscalldata_fuzzer.cpp113 handle->GetClipResponse(event); in RegisterHandler()
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_handler.h171 void GetClipResponse(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/ril_adapter/services/hril/src/
Dhril_call.cpp73 respMemberFuncMap_[HREQ_CALL_GET_CLIP] = &HRilCall::GetClipResponse; in AddCallResponseToMap()
389 int32_t HRilCall::GetClipResponse( in GetClipResponse() function in OHOS::Telephony::HRilCall
403 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetClipResponse, getClipResult); in GetClipResponse()
/base/telephony/ril_adapter/services/hril/include/
Dhril_call.h90 int32_t GetClipResponse(
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_call.h88 int32_t GetClipResponse(
Dtel_ril_callback.h56 int32_t GetClipResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp585 imsCallCallback_->GetClipResponse(slotId, info); in GetClip()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_callback.cpp116 int32_t TelRilCallback::GetClipResponse( in GetClipResponse() function in OHOS::Telephony::TelRilCallback
119 …return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetClipResponse, getClip… in GetClipResponse()
Dtel_ril_call.cpp154 int32_t TelRilCall::GetClipResponse( in GetClipResponse() function in OHOS::Telephony::TelRilCall
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp266 int32_t ImsCallCallbackProxy::GetClipResponse(int32_t slotId, const GetClipResult &result) in GetClipResponse() function in OHOS::Telephony::ImsCallCallbackProxy
Dims_call_callback_stub.cpp405 reply.WriteInt32(GetClipResponse(slotId, result)); in OnGetClipResponseInner()
873 int32_t ImsCallCallbackStub::GetClipResponse(int32_t slotId, const GetClipResult &result) in GetClipResponse() function in OHOS::Telephony::ImsCallCallbackStub
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp98 requestFuncMap_[RadioEvent::RADIO_GET_CALL_CLIP] = &CellularCallHandler::GetClipResponse; in InitSupplementFuncMap()
961 void CellularCallHandler::GetClipResponse(const AppExecFwk::InnerEvent::Pointer &event) in GetClipResponse() function in OHOS::Telephony::CellularCallHandler
/base/telephony/ril_adapter/test/unittest/include/
Dril_callback_test.h57 int32_t GetClipResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
Dril_callback_test.h271 int32_t GetClipResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp295 EXPECT_NE(HDF_SUCCESS, call->GetClipResponse(0, responseInfo, nullptr, 1));
Dril_callback_test.cpp963 int32_t RilCallbackTest::GetClipResponse(const RilRadioResponseInfo &responseInfo, const GetClipRes… in GetClipResponse() function in OHOS::Telephony::RilCallbackTest
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1849 ASSERT_EQ(callCallbackProxy->GetClipResponse(slotId, clipResult), TELEPHONY_SUCCESS);
2295 ASSERT_NE(stub->GetClipResponse(slotId, clipResult), TELEPHONY_SUCCESS);
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp858 int32_t RilCallbackTest::GetClipResponse(const RilRadioResponseInfo &responseInfo, const GetClipRes… in GetClipResponse() function in OHOS::Telephony::RilCallbackTest