Home
last modified time | relevance | path

Searched refs:ClientTransProxyFileCommonTest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_common_test.cpp55 class ClientTransProxyFileCommonTest : public testing::Test { class
57 ClientTransProxyFileCommonTest() {} in ClientTransProxyFileCommonTest() function in OHOS::ClientTransProxyFileCommonTest
58 ~ClientTransProxyFileCommonTest() {} in ~ClientTransProxyFileCommonTest()
65 void ClientTransProxyFileCommonTest::SetUpTestCase(void) {} in SetUpTestCase()
66 void ClientTransProxyFileCommonTest::TearDownTestCase(void) {} in TearDownTestCase()
74 HWTEST_F(ClientTransProxyFileCommonTest, FileListToBufferTest, TestSize.Level0)
96 HWTEST_F(ClientTransProxyFileCommonTest, FileListToBufferTestBadInput1, TestSize.Level0)
111 HWTEST_F(ClientTransProxyFileCommonTest, FileListToBufferTestBadInput2, TestSize.Level0)
171 HWTEST_F(ClientTransProxyFileCommonTest, ClinetTransProxyFilePathTest, TestSize.Level0)
263 HWTEST_F(ClientTransProxyFileCommonTest, BufferToFileListTest, TestSize.Level0)
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/
H A Dclienttransproxyfilecommon_fuzzer.cpp36 void ClientTransProxyFileCommonTest(const uint8_t* data, size_t size) in ClientTransProxyFileCommonTest() function
76 OHOS::ClientTransProxyFileCommonTest(data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/
H A DBUILD.gn106 ohos_unittest("ClientTransProxyFileCommonTest") {
412 ":ClientTransProxyFileCommonTest",