Searched refs:stubTestThree (Results 1 - 1 of 1) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback1_test.cpp | 355 sptr<ImsCallCallbackStub> stubTestThree = (std::make_unique<ImsCallCallbackStub>()).release(); in HWTEST_F() local 356 ASSERT_TRUE(stubTestThree != nullptr); in HWTEST_F() 361 ASSERT_NE(stubTestThree->OnAnswerResponseInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F() 362 ASSERT_NE(stubTestThree->OnCallRingBackReportInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F() 363 ASSERT_NE(stubTestThree->OnDialResponseInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F() 364 ASSERT_NE(stubTestThree->OnHangUpResponseInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F() 365 ASSERT_NE(stubTestThree->OnHoldCallResponseInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F() 366 ASSERT_NE(stubTestThree->OnRejectResponseInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F() 367 ASSERT_NE(stubTestThree->OnSendDtmfResponseInner(data, reply), TELEPHONY_SUCCESS); in HWTEST_F() 368 ASSERT_NE(stubTestThree in HWTEST_F() 924 sptr<ImsCallCallbackStub> stubTestThree = (std::make_unique<ImsCallCallbackStub>()).release(); HWTEST_F() local [all...] |
Completed in 2 milliseconds