Searched refs:stubTestSeven (Results 1 - 1 of 1) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_callback1_test.cpp | 531 sptr<ImsCallCallbackStub> stubTestSeven = (std::make_unique<ImsCallCallbackStub>()).release(); in HWTEST_F() local 532 ASSERT_TRUE(stubTestSeven != nullptr); in HWTEST_F() 540 ASSERT_EQ(stubTestSeven->OnGetCallRestrictionResponseInner(crErrorData, crErrorReply), TELEPHONY_SUCCESS); in HWTEST_F() 547 ASSERT_EQ(stubTestSeven->OnGetCallRestrictionResponseInner(crData, crReply), TELEPHONY_SUCCESS); in HWTEST_F() 549 ASSERT_NE(stubTestSeven->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS); in HWTEST_F() 557 ASSERT_EQ(stubTestSeven->OnGetCallTransferResponseInner(ctErrorData, ctErrorReply), TELEPHONY_SUCCESS); in HWTEST_F() 564 ASSERT_EQ(stubTestSeven->OnGetCallTransferResponseInner(ctData, ctReply), TELEPHONY_SUCCESS); in HWTEST_F() 566 ASSERT_NE(stubTestSeven->GetCallTransferResponse(slotId, callList), TELEPHONY_SUCCESS); in HWTEST_F() 1124 sptr<ImsCallCallbackStub> stubTestSeven = (std::make_unique<ImsCallCallbackStub>()).release(); in HWTEST_F() local 1125 ASSERT_TRUE(stubTestSeven ! in HWTEST_F() [all...] |
Completed in 3 milliseconds