Searched refs:stubTestEigth (Results 1 - 1 of 1) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback1_test.cpp | 577 sptr<ImsCallCallbackStub> stubTestEigth = (std::make_unique<ImsCallCallbackStub>()).release(); in HWTEST_F() local 578 ASSERT_TRUE(stubTestEigth != nullptr); in HWTEST_F() 586 ASSERT_EQ(stubTestEigth->OnGetCallWaitingResponseInner(cwErrorData, cwErrorReply), TELEPHONY_SUCCESS); in HWTEST_F() 593 ASSERT_EQ(stubTestEigth->OnGetCallWaitingResponseInner(cwData, cwReply), TELEPHONY_SUCCESS); in HWTEST_F() 595 ASSERT_NE(stubTestEigth->GetCallWaitingResponse(slotId, cwResult), TELEPHONY_SUCCESS); in HWTEST_F() 604 ASSERT_EQ(stubTestEigth->OnGetClipResponseInner(clipErrorData, clipErrorReply), TELEPHONY_SUCCESS); in HWTEST_F() 612 ASSERT_EQ(stubTestEigth->OnGetClipResponseInner(clipData, clipReply), TELEPHONY_SUCCESS); in HWTEST_F() 614 ASSERT_NE(stubTestEigth->GetClipResponse(slotId, clipResult), TELEPHONY_SUCCESS); in HWTEST_F() 1176 sptr<ImsCallCallbackStub> stubTestEigth = (std::make_unique<ImsCallCallbackStub>()).release(); in HWTEST_F() local 1177 ASSERT_TRUE(stubTestEigth ! in HWTEST_F() [all...] |
Completed in 3 milliseconds