Searched refs:InviteToConferenceResponse (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 380 virtual int32_t InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
|
H A D | ims_call_callback_proxy.h | 74 int32_t InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
H A D | ims_call_callback_stub.h | 78 int32_t InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback_test.cpp | 87 …ASSERT_EQ(callCallbackProxy->InviteToConferenceResponse(slotId, rilRadioResponse), TELEPHONY_SUCCE…
|
H A D | ims_call_callback_stub_test.cpp | 135 callBackStub.InviteToConferenceResponse(slotId, rilRadioResponse);
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 164 imsCallCallback_->InviteToConferenceResponse(slotId, info); in InviteToConference()
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 470 int32_t ImsCallCallbackProxy::InviteToConferenceResponse(int32_t slotId, const RadioResponseInfo &i… in InviteToConferenceResponse() function in OHOS::Telephony::ImsCallCallbackProxy
|
H A D | ims_call_callback_stub.cpp | 678 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
|