Searched refs:CallRingBackReport (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_call_callback_stub_test.cpp | 168 callBackStub.CallRingBackReport(slotId, info); 198 EXPECT_EQ(callBackStub.CallRingBackReport(slotId, info), TELEPHONY_ERR_LOCAL_PTR_NULL);
|
H A D | ims_callback_test.cpp | 81 ASSERT_EQ(callCallbackProxy->CallRingBackReport(slotId, ringback), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 199 virtual int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) = 0;
|
H A D | ims_call_callback_proxy.h | 43 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
|
H A D | ims_call_callback_stub.h | 46 int32_t CallRingBackReport(int32_t slotId, const RingbackVoice &info) override;
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 210 int32_t ImsCallCallbackProxy::CallRingBackReport(int32_t slotId, const RingbackVoice &info) in CallRingBackReport() function in OHOS::Telephony::ImsCallCallbackProxy
|
H A D | ims_call_callback_stub.cpp | 385 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
|