Home
last modified time | relevance | path

Searched refs:OnGetClipResponseInner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_stub.h120 int32_t OnGetClipResponseInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback1_test.cpp604 …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 Dims_call_callback_stub_test.cpp84 EXPECT_EQ(callBackStub.OnGetClipResponseInner(data, reply), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/
H A Dimscallback_fuzzer.cpp267 stub->OnGetClipResponseInner(clipData, clipReply); in TestImsUTCallbackFunction()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp120 … [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