Searched refs:RejectWithReason (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 41 int32_t RejectWithReason(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 60 …requestCallFuncMap_[ImsCallInterfaceCode::IMS_REJECT_WITH_REASON] = &ImsUnitTest::RejectWithReason; in InitBasicFuncMap() 169 int32_t ImsUnitTest::RejectWithReason(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in RejectWithReason() function in OHOS::Telephony::ImsUnitTest 183 imsCallPtr->RejectWithReason(rejectCallInfo, ImsRejectReason::USER_DECLINE); in RejectWithReason()
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_client.cpp | 194 return imsCallProxy_->RejectWithReason(callInfo, ImsRejectReason::USER_DECLINE); in Reject() 197 int32_t ImsCallClient::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason() function in OHOS::Telephony::ImsCallClient 204 return imsCallProxy_->RejectWithReason(callInfo, reason); in RejectWithReason()
|
H A D | ims_call_proxy.cpp | 96 int32_t ImsCallProxy::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason() function in OHOS::Telephony::ImsCallProxy
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 56 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) override;
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 57 … virtual int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) = 0;
|
H A D | ims_call_client.h | 104 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason);
|
H A D | ims_call_proxy.h | 33 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) override;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 86 imsCallClient->RejectWithReason(callInfo, ImsRejectReason::USER_DECLINE); in TestImsCallClientWithCallInfo() 263 proxy->RejectWithReason(callInfo, ImsRejectReason::USER_DECLINE); in TestImsCallProxyWithCallInfo()
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/ |
H A D | ims_service_test.cpp | 199 ret = imsCallPtr_->RejectWithReason(callInfoForSlot0_, ImsRejectReason::USER_DECLINE); 218 ret = imsCallPtr_->RejectWithReason(callInfoForSlot1_, ImsRejectReason::USER_DECLINE);
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 68 int32_t ImsCall::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason() function in OHOS::Telephony::ImsCall
|
H A D | ims_call_stub.cpp | 205 reply.WriteInt32(RejectWithReason(*callInfo, imsRejectReason)); in OnRejectWithReason()
|