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:GetRecvPath
(Results
1 - 8
of
8
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H
A
D
softbus_file_receive_listener_test.cpp
71
string path = string(SoftBusFileReceiveListener::
GetRecvPath
());
in HWTEST_F()
75
path = string(SoftBusFileReceiveListener::
GetRecvPath
());
in HWTEST_F()
79
path = string(SoftBusFileReceiveListener::
GetRecvPath
());
in HWTEST_F()
H
A
D
softbus_handler_test.cpp
145
EXPECT_EQ(string(SoftBusFileReceiveListener::
GetRecvPath
()), physicalPath);
in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H
A
D
softbus_file_receive_listener.h
39
static const char*
GetRecvPath
();
H
A
D
softbus_asset_recv_listener.h
34
static const char*
GetRecvPath
();
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H
A
D
softbus_file_receive_listener.cpp
56
event->UpdateRecvPath =
GetRecvPath
;
in OnFile()
64
const char* SoftBusFileReceiveListener::
GetRecvPath
()
in GetRecvPath()
function in OHOS::Storage::DistributedFile::SoftBusFileReceiveListener
H
A
D
softbus_asset_recv_listener.cpp
46
event->UpdateRecvPath =
GetRecvPath
;
in OnFile()
63
const char* SoftbusAssetRecvListener::
GetRecvPath
()
in GetRecvPath()
function in OHOS::Storage::DistributedFile::SoftbusAssetRecvListener
74
LOGI("SoftbusAssetRecvListener
GetRecvPath
: %{public}s", recvPath);
in GetRecvPath()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H
A
D
softbus_adapter.h
53
static const char*
GetRecvPath
();
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H
A
D
softbus_adapter.cpp
195
const char* SoftbusAdapter::
GetRecvPath
()
in GetRecvPath()
function in OHOS::FileManagement::CloudSync::SoftbusAdapter
203
event->UpdateRecvPath =
GetRecvPath
;
in OnFile()
Completed in 4 milliseconds