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:GetClientInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ai/ai_engine/test/function/set_get_option/
H
A
D
option_function_test.cpp
80
static void
GetClientInfo
(ClientInfo &clientInfo)
in GetClientInfo()
function
149
GetClientInfo
(clientInfo);
in HWTEST_F()
228
GetClientInfo
(clientInfo);
in HWTEST_F()
319
GetClientInfo
(clientInfo);
in HWTEST_F()
376
GetClientInfo
(clientInfo);
in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H
A
D
softbus_asset_recv_listener.cpp
85
auto srcNetworkId = SoftBusHandlerAsset::GetInstance().
GetClientInfo
(socketId);
in OnRecvAssetStart()
110
auto srcNetworkId = SoftBusHandlerAsset::GetInstance().
GetClientInfo
(socketId);
in OnRecvAssetFinished()
147
auto srcNetworkId = SoftBusHandlerAsset::GetInstance().
GetClientInfo
(socketId);
in OnRecvAssetError()
H
A
D
softbus_handler_asset.cpp
233
std::string SoftBusHandlerAsset::
GetClientInfo
(int32_t socketId)
in GetClientInfo()
function in OHOS::Storage::DistributedFile::SoftBusHandlerAsset
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H
A
D
softbus_handler_asset.h
54
std::string
GetClientInfo
(int32_t socketId);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H
A
D
softbus_handler_asset_test.cpp
254
EXPECT_EQ(softBusHandlerAsset.
GetClientInfo
(0), "");
in HWTEST_F()
262
EXPECT_EQ(softBusHandlerAsset.
GetClientInfo
(0), deviceInfo.networkId);
in HWTEST_F()
265
EXPECT_EQ(softBusHandlerAsset.
GetClientInfo
(0), "");
in HWTEST_F()
H
A
D
softbus_asset_recv_listener_test.cpp
145
EXPECT_EQ(SoftBusHandlerAsset::GetInstance().
GetClientInfo
(socket), "");
in HWTEST_F()
Completed in 5 milliseconds