Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:notCompletedList
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H
A
D
client_trans_file.c
77
event->statusList.
notCompletedList
.files = (char **)SoftBusCalloc(fileNum * sizeof(char *));
in FillFileStatusList()
78
if (event->statusList.
notCompletedList
.files == NULL) {
in FillFileStatusList()
95
event->statusList.
notCompletedList
.files[notCompletedIndex] = msgData->clearPolicyFileList.fileInfo[i].file;
in FillFileStatusList()
103
event->statusList.
notCompletedList
.fileCnt = (uint32_t)notCompletedIndex;
in FillFileStatusList()
108
fileNum, event->statusList.completedList.fileCnt, event->statusList.
notCompletedList
.fileCnt,
in FillFileStatusList()
121
if (event->statusList.
notCompletedList
.files != NULL) {
in FreeFileStatusList()
122
SoftBusFree(event->statusList.
notCompletedList
.files);
in FreeFileStatusList()
123
event->statusList.
notCompletedList
.files = NULL;
in FreeFileStatusList()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H
A
D
trans_sdk_file_test.cpp
888
event.statusList.
notCompletedList
.fileCnt = 1;
in HWTEST_F()
892
event.statusList.
notCompletedList
.files =
in HWTEST_F()
893
(char **)SoftBusCalloc(event.statusList.
notCompletedList
.fileCnt * sizeof(char *));
in HWTEST_F()
900
ASSERT_EQ(event.statusList.
notCompletedList
.files, nullptr);
in HWTEST_F()
903
SoftBusFree(event.statusList.
notCompletedList
.files);
in HWTEST_F()
920
event.statusList.
notCompletedList
.files = nullptr;
in HWTEST_F()
925
ASSERT_EQ(event.statusList.
notCompletedList
.files, nullptr);
in HWTEST_F()
955
ASSERT_EQ(1, event.statusList.
notCompletedList
.fileCnt);
in HWTEST_F()
956
ASSERT_STREQ("file2", event.statusList.
notCompletedList
.files[0]);
in HWTEST_F()
979
ASSERT_EQ(nullptr, event.statusList.
notCompletedList
in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/interfaces/kits/transport/
H
A
D
trans_type.h
185
FileList
notCompletedList
; /**< Not completed file list */
member
/foundation/communication/ipc/dl_deps/
H
A
D
dsoftbus_interface.h
1180
FileList
notCompletedList
; /**< Not completed file list */
member
Completed in 8 milliseconds