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:TrafficType
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H
A
D
networkshare_service.cpp
280
return NetworkShareTracker::GetInstance().GetSharedSubSMTraffic(
TrafficType
::TRAFFIC_RX, bytes);
in GetStatsRxBytes()
291
return NetworkShareTracker::GetInstance().GetSharedSubSMTraffic(
TrafficType
::TRAFFIC_TX, bytes);
in GetStatsTxBytes()
302
return NetworkShareTracker::GetInstance().GetSharedSubSMTraffic(
TrafficType
::TRAFFIC_ALL, bytes);
in GetStatsTotalBytes()
H
A
D
networkshare_tracker.cpp
642
int32_t NetworkShareTracker::GetSharedSubSMTraffic(const
TrafficType
&type, int32_t &kbByte)
in GetSharedSubSMTraffic()
662
case
TrafficType
::TRAFFIC_RX:
in GetSharedSubSMTraffic()
665
case
TrafficType
::TRAFFIC_TX:
in GetSharedSubSMTraffic()
668
case
TrafficType
::TRAFFIC_ALL:
in GetSharedSubSMTraffic()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H
A
D
networkshare_state_common.h
85
enum class
TrafficType
{ TRAFFIC_RX = 1, TRAFFIC_TX = 2, TRAFFIC_ALL = 3 };
class
H
A
D
networkshare_tracker.h
206
int32_t GetSharedSubSMTraffic(const
TrafficType
&type, int32_t &kbByte);
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H
A
D
networkshare_tracker_test.cpp
516
TrafficType
type =
TrafficType
::TRAFFIC_ALL;
in HWTEST_F()
529
TrafficType
type =
TrafficType
::TRAFFIC_RX;
in HWTEST_F()
542
TrafficType
type =
TrafficType
::TRAFFIC_TX;
in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H
A
D
netshare_client_fuzzer.cpp
538
TrafficType
trafficTYpe =
TrafficType
((num % ENUM_TYPE_VALUE3) + ENUM_TYPE_BEGIN);
in NetworkShareTrackerFuzzTest()
Completed in 7 milliseconds