Searched refs:BufferToFileList (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_common_test.cpp | 80 …const char *oldFirstFileName = BufferToFileList(bufferInfo.buffer, bufferInfo.bufferSize, &fileCou… 266 char *result = BufferToFileList(nullptr, TEST_BUFFER_SIZE, &fileCount); 270 result = BufferToFileList(buffer, 0, &fileCount); 273 result = BufferToFileList(buffer, TEST_BUFFER_SIZE, nullptr); 276 result = BufferToFileList(buffer, TEST_BUFFER_SIZE, &fileCount);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/ |
H A D | clienttransproxyfilecommon_fuzzer.cpp | 62 BufferToFileList(nullptr, bufferSize, &fileCount); in ClientTransProxyFileCommonTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_file_common.h | 52 char *BufferToFileList(uint8_t *buffer, uint32_t bufferSize, int32_t *fileCount);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_common.c | 248 char *BufferToFileList(uint8_t *buffer, uint32_t bufferSize, int32_t *fileCount) in BufferToFileList() function
|
H A D | client_trans_proxy_file_manager.c | 1657 char *firstFilePath = BufferToFileList(frame->data, frame->frameLength, &fileCount); in ProcessFileListData()
|