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:notStartedList
(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
82
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
D
trans_sdk_file_test.cpp
889
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
D
trans_type.h
186
FileList
notStartedList
; /**< Not started file list */
member
/foundation/communication/ipc/dl_deps/
H
A
D
dsoftbus_interface.h
1181
FileList
notStartedList
; /**< Not started file list */
member
Completed in 11 milliseconds