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:GetStatsRxBytes
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H
A
D
networkshare_service_stub_test.h
81
int32_t
GetStatsRxBytes
(int32_t &bytes) override
H
A
D
networkshare_manager_test.cpp
229
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->
GetStatsRxBytes
(bytes);
in HWTEST_F()
237
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->
GetStatsRxBytes
(bytes);
in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H
A
D
networkshare_service_stub_test.h
81
int32_t
GetStatsRxBytes
(int32_t &bytes) override
H
A
D
networkshare_service_test.cpp
226
auto ret = instance_->
GetStatsRxBytes
(bytes);
in HWTEST_F()
234
auto ret = instance_->
GetStatsRxBytes
(bytes);
in HWTEST_F()
H
A
D
networkshare_manager_test.cpp
227
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->
GetStatsRxBytes
(bytes);
in HWTEST_F()
235
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->
GetStatsRxBytes
(bytes);
in HWTEST_F()
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H
A
D
networkshare_service_proxy.h
41
int32_t
GetStatsRxBytes
(int32_t &bytes) override;
H
A
D
i_networkshare_service.h
43
virtual int32_t
GetStatsRxBytes
(int32_t &bytes) = 0;
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
H
A
D
netshare_module.cpp
116
napi_value
GetStatsRxBytes
(napi_env env, napi_callback_info info)
in GetStatsRxBytes()
function
195
DECLARE_NAPI_FUNCTION(FUNCTION_GET_STATS_RX_BYTES,
GetStatsRxBytes
),
in InitNetShareModule()
H
A
D
netshare_exec.cpp
171
int32_t result = DelayedSingleton<NetworkShareClient>::GetInstance()->
GetStatsRxBytes
(bytes);
in ExecGetStatsRxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H
A
D
networkshare_service.h
98
int32_t
GetStatsRxBytes
(int32_t &bytes) override;
/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/
H
A
D
networkshare_client.h
148
int32_t
GetStatsRxBytes
(int32_t &bytes);
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H
A
D
networkshare_client.cpp
176
int32_t NetworkShareClient::
GetStatsRxBytes
(int32_t &bytes)
in GetStatsRxBytes()
function in OHOS::NetManagerStandard::NetworkShareClient
178
NETMGR_EXT_LOG_I("NetworkShare
GetStatsRxBytes
.");
in GetStatsRxBytes()
181
NETMGR_EXT_LOG_E("
GetStatsRxBytes
proxy is nullptr");
in GetStatsRxBytes()
184
return proxy->
GetStatsRxBytes
(bytes);
in GetStatsRxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_service.cpp
272
int32_t NetworkShareService::
GetStatsRxBytes
(int32_t &bytes)
in GetStatsRxBytes()
function in OHOS::NetManagerStandard::NetworkShareService
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/
H
A
D
networkshare_service_proxy.cpp
254
int32_t NetworkShareServiceProxy::
GetStatsRxBytes
(int32_t &bytes)
in GetStatsRxBytes()
function in OHOS::NetManagerStandard::NetworkShareServiceProxy
263
NETMGR_EXT_LOG_E("
GetStatsRxBytes
proxy SendRequest failed, error code: [%{public}d]", ret);
in GetStatsRxBytes()
/foundation/communication/netmanager_ext/services/networksharemanager/src/stub/
H
A
D
networkshare_service_stub.cpp
229
int32_t ret =
GetStatsRxBytes
(bytes);
in ReplyGetStatsRxBytes()
Completed in 8 milliseconds