Searched refs:g_testProxyFileList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_manager_test.cpp | 91 const char *g_testProxyFileList[] = { variable 185 g_fileTest = fopen(g_testProxyFileList[0], "w+"); in SetUpTestCase() 188 g_fileSs = fopen(g_testProxyFileList[1], "w+"); in SetUpTestCase() 208 ret = remove(g_testProxyFileList[0]); in TearDownTestCase() 211 ret = remove(g_testProxyFileList[1]); in TearDownTestCase() 229 int ret = ProxyChannelSendFile(channelId, g_testProxyFileList, g_testProxyFileList, 0); 267 ret = ProxyChannelSendFile(channelId, g_testProxyFileList, g_testProxyFileList, TEST_FILE_CNT); 1079 ret = FileToFrameAndSendFile(nullptr, g_testProxyFileList[0], g_testProxyFileList[0]); 1088 ret = FileToFrameAndSendFile(&info, g_testProxyFileList[0], g_testProxyFileList[0]); 1091 ret = SendSingleFile(&info, g_testProxyFileList[0], g_testProxyFileList[0]); [all …]
|
H A D | client_trans_proxy_file_manager_mock_test.cpp | 42 const char *g_testProxyFileList[] = { variable 115 …int32_t ret = PackFileTransStartInfo(nullptr, g_testProxyFileList[0], TEST_FILE_TEST_TXT_FILE, &in… 121 …ret = PackFileTransStartInfo(&fileFrame, g_testProxyFileList[0], TEST_FILE_TEST_TXT_FILE, nullptr); 124 … ret = PackFileTransStartInfo(&fileFrame, g_testProxyFileList[0], TEST_FILE_TEST_TXT_FILE, &info); 135 … ret = PackFileTransStartInfo(&fileFrame, g_testProxyFileList[0], TEST_FILE_TEST_TXT_FILE, &info);
|