Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h51 int32_t GetLastCallFailReason(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp70 …uncMap_[ImsCallInterfaceCode::IMS_GET_LAST_CALL_FAIL_REASON] = &ImsUnitTest::GetLastCallFailReason; in InitBasicFuncMap()
315 int32_t ImsUnitTest::GetLastCallFailReason(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetLastCallFailReason() function in OHOS::Telephony::ImsUnitTest
320 imsCallPtr->GetLastCallFailReason(slotId); in GetLastCallFailReason()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h143 int32_t GetLastCallFailReason(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h174 virtual int32_t GetLastCallFailReason(int32_t slotId) = 0;
H A Dims_call_client.h221 int32_t GetLastCallFailReason(int32_t slotId);
H A Dims_call_proxy.h46 int32_t GetLastCallFailReason(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp115 imsCallClient->GetLastCallFailReason(slotId); in TestImsCallClientWithSlotAndType()
291 proxy->GetLastCallFailReason(slotId); in TestImsCallProxyWithSlotAndType()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp329 int32_t ImsCallClient::GetLastCallFailReason(int32_t slotId) in GetLastCallFailReason() function in OHOS::Telephony::ImsCallClient
336 return imsCallProxy_->GetLastCallFailReason(slotId); in GetLastCallFailReason()
H A Dims_call_proxy.cpp322 int32_t ImsCallProxy::GetLastCallFailReason(int32_t slotId) in GetLastCallFailReason() function in OHOS::Telephony::ImsCallProxy
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_ims.cpp356 return DelayedSingleton<ImsCallClient>::GetInstance()->GetLastCallFailReason(slotId); in GetCallFailReasonRequest()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp211 int32_t ImsCall::GetLastCallFailReason(int32_t slotId) in GetLastCallFailReason() function in OHOS::Telephony::ImsCall
H A Dims_call_stub.cpp305 reply.WriteInt32(GetLastCallFailReason(slotId)); in OnGetLastCallFailReason()