Home
last modified time | relevance | path

Searched refs:CallRingBackReport (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_call_callback_stub_test.cpp168 callBackStub.CallRingBackReport(slotId, info);
198 EXPECT_EQ(callBackStub.CallRingBackReport(slotId, info), TELEPHONY_ERR_LOCAL_PTR_NULL);
H A Dims_callback_test.cpp81 ASSERT_EQ(callCallbackProxy->CallRingBackReport(slotId, ringback), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_interface.h199 virtual int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) = 0;
H A Dims_call_callback_proxy.h43 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
H A Dims_call_callback_stub.h46 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp210 int32_t ImsCallCallbackProxy::CallRingBackReport(int32_t slotId, const RingbackVoice &info) in CallRingBackReport() function in OHOS::Telephony::ImsCallCallbackProxy
H A Dims_call_callback_stub.cpp385 reply.WriteInt32(CallRingBackReport(slotId, *info)); in OnCallRingBackReportInner()
914 int32_t ImsCallCallbackStub::CallRingBackReport(int32_t slotId, const RingbackVoice &info) in CallRingBackReport() function in OHOS::Telephony::ImsCallCallbackStub