Home
last modified time | relevance | path

Searched refs:notStartedList (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c82 event->statusList.notStartedList.files = (char **)SoftBusCalloc(fileNum * sizeof(char *)); in FillFileStatusList()
83 if (event->statusList.notStartedList.files == NULL) { in FillFileStatusList()
98 event->statusList.notStartedList.files[notStartedIndex] = msgData->clearPolicyFileList.fileInfo[i].file; in FillFileStatusList()
104 event->statusList.notStartedList.fileCnt = (uint32_t)notStartedIndex; in FillFileStatusList()
109 event->statusList.notStartedList.fileCnt); in FillFileStatusList()
125 if (event->statusList.notStartedList.files != NULL) { in FreeFileStatusList()
126 SoftBusFree(event->statusList.notStartedList.files); in FreeFileStatusList()
127 event->statusList.notStartedList.files = NULL; in FreeFileStatusList()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp889 event.statusList.notStartedList.fileCnt = 1; in HWTEST_F()
894 event.statusList.notStartedList.files = in HWTEST_F()
895 (char **)SoftBusCalloc(event.statusList.notStartedList.fileCnt * sizeof(char *)); in HWTEST_F()
901 ASSERT_EQ(event.statusList.notStartedList.files, nullptr); in HWTEST_F()
904 SoftBusFree(event.statusList.notStartedList.files); in HWTEST_F()
921 event.statusList.notStartedList.files = nullptr; in HWTEST_F()
926 ASSERT_EQ(event.statusList.notStartedList.files, nullptr); in HWTEST_F()
957 ASSERT_EQ(1, event.statusList.notStartedList.fileCnt); in HWTEST_F()
958 ASSERT_STREQ("file3", event.statusList.notStartedList.files[0]); in HWTEST_F()
981 ASSERT_EQ(nullptr, event.statusList.notStartedList in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h186 FileList notStartedList; /**< Not started file list */ member
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h1181 FileList notStartedList; /**< Not started file list */ member

Completed in 11 milliseconds