Home
last modified time | relevance | path

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

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_callback_interface.h199 virtual int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) = 0;
Dims_call_callback_proxy.h43 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
Dims_call_callback_stub.h46 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp209 int32_t ImsCallCallbackProxy::CallRingBackReport(int32_t slotId, const RingbackVoice &info) in CallRingBackReport() function in OHOS::Telephony::ImsCallCallbackProxy
Dims_call_callback_stub.cpp362 reply.WriteInt32(CallRingBackReport(slotId, *info)); in OnCallRingBackReportInner()
806 int32_t ImsCallCallbackStub::CallRingBackReport(int32_t slotId, const RingbackVoice &info) in CallRingBackReport() function in OHOS::Telephony::ImsCallCallbackStub
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1815 ASSERT_EQ(callCallbackProxy->CallRingBackReport(slotId, ringback), TELEPHONY_SUCCESS);