Home
last modified time | relevance | path

Searched refs:RejectWithReason (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h41 int32_t RejectWithReason(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp60 …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 Dims_call_client.cpp194 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 Dims_call_proxy.cpp96 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 Dims_call.h56 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) override;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h57 … virtual int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) = 0;
H A Dims_call_client.h104 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason);
H A Dims_call_proxy.h33 int32_t RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp86 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 Dims_service_test.cpp199 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 Dims_call.cpp68 int32_t ImsCall::RejectWithReason(const ImsCallInfo &callInfo, const ImsRejectReason &reason) in RejectWithReason() function in OHOS::Telephony::ImsCall
H A Dims_call_stub.cpp205 reply.WriteInt32(RejectWithReason(*callInfo, imsRejectReason)); in OnRejectWithReason()