Searched refs:RejectWithReason (Results 1 - 12 of 12) sorted by relevance
/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 171 std::cout << "test RejectWithReason entry." << std::endl; in RejectWithReason() 174 std::cout << "RejectWithReason return, memset_s failed." << std::endl; in RejectWithReason() 183 imsCallPtr->RejectWithReason(rejectCallInfo, ImsRejectReason::USER_DECLINE); in RejectWithReason() 719 "1:Dial\n2:HangUp\n3:RejectWithReason\n4:Answer\n5:HoldCall\n6:UnHoldCall\n7:SwitchCall\n" in ImsCallTest()
|
/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;
|
/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;
|
/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
|
/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()
|
/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()
|
/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); in HWTEST_F() 218 ret = imsCallPtr_->RejectWithReason(callInfoForSlot1_, ImsRejectReason::USER_DECLINE); in HWTEST_F()
|
Completed in 18 milliseconds