Searched refs:CallRingBackReport (Results 1 – 6 of 6) sorted by relevance
199 virtual int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) = 0;
43 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
46 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
209 int32_t ImsCallCallbackProxy::CallRingBackReport(int32_t slotId, const RingbackVoice &info) in CallRingBackReport() function in OHOS::Telephony::ImsCallCallbackProxy
362 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
1815 ASSERT_EQ(callCallbackProxy->CallRingBackReport(slotId, ringback), TELEPHONY_SUCCESS);