Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_interface.h380 virtual int32_t InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
H A Dims_call_callback_proxy.h74 int32_t InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &info) override;
H A Dims_call_callback_stub.h78 int32_t InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &info) override;
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback_test.cpp87 …ASSERT_EQ(callCallbackProxy->InviteToConferenceResponse(slotId, rilRadioResponse), TELEPHONY_SUCCE…
H A Dims_call_callback_stub_test.cpp135 callBackStub.InviteToConferenceResponse(slotId, rilRadioResponse);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp164 imsCallCallback_->InviteToConferenceResponse(slotId, info); in InviteToConference()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp470 int32_t ImsCallCallbackProxy::InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &i… in InviteToConferenceResponse() function in OHOS::Telephony::ImsCallCallbackProxy
H A Dims_call_callback_stub.cpp678 reply.WriteInt32(InviteToConferenceResponse(slotId, *info)); in OnInviteToConferenceResponseInner()
1280 int32_t ImsCallCallbackStub::InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &in… in InviteToConferenceResponse() function in OHOS::Telephony::ImsCallCallbackStub