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:dropped
(Results
1 - 8
of
8
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
flow_control.cpp
38
uint32_t
dropped
;
member
61
ret = static_cast<int>(it->second.
dropped
);
in FlowCtrlDomain()
62
it->second.
dropped
= 0;
in FlowCtrlDomain()
68
it->second.
dropped
++;
in FlowCtrlDomain()
H
A
D
log_collector.cpp
35
string dropLog = to_string(droppedCount) + " line(s)
dropped
!";
in InsertDropInfo()
86
bool
dropped
= false;
in onDataRecv()
local
95
dropped
= true;
in onDataRecv()
116
.
dropped
=
dropped
? 1 : 0,
in onDataRecv()
H
A
D
log_stats.cpp
69
entry.
dropped
+= info.
dropped
;
in UpdateStats()
78
entry.
dropped
= 0;
in ResetStatsEntry()
97
entry.
dropped
= info.
dropped
;
in StatsInfo2NewStatsEntry()
H
A
D
service_controller.cpp
174
rsp.
dropped
= entry.
dropped
;
in StatsEntry2StatsRsp()
/base/hiviewdfx/hilog/services/hilogd/include/
H
A
D
log_stats.h
39
uint16_t
dropped
;
member
51
uint32_t
dropped
;
member
119
std::cout << "Dropped: " <<
dropped
<< sep;
in Print()
/base/hiviewdfx/hilog/frameworks/libhilog/
H
A
D
hilog_printf.cpp
140
if (tsNow > tsStart) { /* new statistic period, return how many lines were
dropped
*/
in HiLogFlowCtrlProcess()
141
int
dropped
= atomic_exchange_explicit(&gDropped, 0, memory_order_relaxed);
in HiLogFlowCtrlProcess()
local
144
return
dropped
;
in HiLogFlowCtrlProcess()
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H
A
D
hilog_cmd.h
196
uint32_t
dropped
;
member
/base/hiviewdfx/hilog/services/hilogtool/
H
A
D
log_display.cpp
124
cout << setw(DROPPED_W) << rsp.
dropped
<< colCmd;
in PrintStats()
Completed in 5 milliseconds