Home
last modified time | relevance | path

Searched refs:InviteToConferenceResponse (Results 1 – 7 of 7) sorted by relevance

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_callback_interface.h380 … virtual int32_t InviteToConferenceResponse(int32_t slotId, const HRilRadioResponseInfo &info) = 0;
Dims_call_callback_proxy.h73 int32_t InviteToConferenceResponse(int32_t slotId, const HRilRadioResponseInfo &info) override;
Dims_call_callback_stub.h77 int32_t InviteToConferenceResponse(int32_t slotId, const HRilRadioResponseInfo &info) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp164 imsCallCallback_->InviteToConferenceResponse(slotId, info); in InviteToConference()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp469 int32_t ImsCallCallbackProxy::InviteToConferenceResponse(int32_t slotId, const HRilRadioResponseInf… in InviteToConferenceResponse() function in OHOS::Telephony::ImsCallCallbackProxy
Dims_call_callback_stub.cpp655 reply.WriteInt32(InviteToConferenceResponse(slotId, *info)); in OnInviteToConferenceResponseInner()
1172 int32_t ImsCallCallbackStub::InviteToConferenceResponse(int32_t slotId, const HRilRadioResponseInfo… in InviteToConferenceResponse() function in OHOS::Telephony::ImsCallCallbackStub
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1821 …ASSERT_EQ(callCallbackProxy->InviteToConferenceResponse(slotId, rilRadioResponse), TELEPHONY_SUCCE…