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:UpdateRecvPath
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H
A
D
trans_type.h
157
const char *(*
UpdateRecvPath
)(void); /**< Update file receiving directory*/
member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H
A
D
client_trans_file.c
187
event.
UpdateRecvPath
= NULL;
in NotifySocketSendResult()
346
event.
UpdateRecvPath
= NULL;
in NotifySocketRecvResult()
429
if (event.
UpdateRecvPath
== NULL) {
in UpdateFileRecvPath()
430
TRANS_LOGE(TRANS_SDK, "
UpdateRecvPath
is null");
in UpdateFileRecvPath()
434
const char *rootDir = event.
UpdateRecvPath
();
in UpdateFileRecvPath()
/foundation/communication/dsoftbus/interfaces/kits/transport/
H
A
D
trans_type.h
195
const char *(*
UpdateRecvPath
)(void); /**< Update file receiving directory*/
member
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H
A
D
softbus_file_receive_listener_test.cpp
139
EXPECT_EQ(string((event.
UpdateRecvPath
)()), TEST_PATH);
in HWTEST_F()
H
A
D
softbus_asset_recv_listener_test.cpp
169
EXPECT_EQ(string((event.
UpdateRecvPath
)()), "/mnt/hmdfs/100/account/device_view/local/data/");
in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H
A
D
softbus_file_receive_listener.cpp
56
event->
UpdateRecvPath
= GetRecvPath;
in OnFile()
H
A
D
softbus_asset_recv_listener.cpp
46
event->
UpdateRecvPath
= GetRecvPath;
in OnFile()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H
A
D
client_trans_proxy_file_manager.c
604
.
UpdateRecvPath
= NULL,
in HandleSendProgress()
855
.
UpdateRecvPath
= NULL,
in ProxyStartSendFile()
1152
.
UpdateRecvPath
= NULL,
in UpdateFileReceivePath()
1155
if (event.
UpdateRecvPath
== NULL) {
in UpdateFileReceivePath()
1160
const char *rootDir = event.
UpdateRecvPath
();
in UpdateFileReceivePath()
1341
.
UpdateRecvPath
= NULL,
in HandleFileTransferCompletion()
1562
.
UpdateRecvPath
= NULL,
in UpdateFileReceptionStatus()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H
A
D
softbus_adapter.cpp
203
event->
UpdateRecvPath
= GetRecvPath;
in OnFile()
/foundation/communication/ipc/dl_deps/
H
A
D
dsoftbus_interface.h
1195
const char *(*
UpdateRecvPath
)(void); /**< Update file receiving directory*/
member
Completed in 13 milliseconds