Searched refs:AuthTcpConnectionTest (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_test.cpp | 31 class AuthTcpConnectionTest : public testing::Test { class 39 void AuthTcpConnectionTest::SetUpTestCase() in SetUpTestCase() 43 void AuthTcpConnectionTest::TearDownTestCase() {} in TearDownTestCase() 45 void AuthTcpConnectionTest::SetUp() in SetUp() 50 void AuthTcpConnectionTest::TearDown() {} in TearDown() 58 HWTEST_F(AuthTcpConnectionTest, UNPACK_SOCKET_PKT_TEST_001, TestSize.Level1) 77 HWTEST_F(AuthTcpConnectionTest, MODULE_TO_DATA_TYPE_TEST_001, TestSize.Level1) 99 HWTEST_F(AuthTcpConnectionTest, RECV_PACKET_HEAD_TEST_001, TestSize.Level1) 114 HWTEST_F(AuthTcpConnectionTest, RECV_PACKET_DATA_TEST_001, TestSize.Level1) 176 HWTEST_F(AuthTcpConnectionTest, ON_CONNECT_EVENT_TEST_001, TestSize.Level1) [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/ |
H A D | BUILD.gn | 384 ohos_unittest("AuthTcpConnectionTest") { 848 ":AuthTcpConnectionTest",
|