Searched refs:OnGetClipResponseInner (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_stub.h | 120 int32_t OnGetClipResponseInner(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback1_test.cpp | 604 …ASSERT_EQ(stubTestEigth->OnGetClipResponseInner(clipErrorData, clipErrorReply), TELEPHONY_SUCCESS); 612 ASSERT_EQ(stubTestEigth->OnGetClipResponseInner(clipData, clipReply), TELEPHONY_SUCCESS); 1206 …ASSERT_EQ(stubTestEigth->OnGetClipResponseInner(clipErrorData, clipErrorReply), TELEPHONY_SUCCESS); 1214 ASSERT_EQ(stubTestEigth->OnGetClipResponseInner(clipData, clipReply), TELEPHONY_SUCCESS);
|
H A D | ims_call_callback_stub_test.cpp | 84 EXPECT_EQ(callBackStub.OnGetClipResponseInner(data, reply), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/ |
H A D | imscallback_fuzzer.cpp | 267 stub->OnGetClipResponseInner(clipData, clipReply); in TestImsUTCallbackFunction()
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 120 … [this](MessageParcel &data, MessageParcel &reply) { return OnGetClipResponseInner(data, reply); }; in InitSupplementFuncMap() 415 int32_t ImsCallCallbackStub::OnGetClipResponseInner(MessageParcel &data, MessageParcel &reply) in OnGetClipResponseInner() function in OHOS::Telephony::ImsCallCallbackStub
|