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:eventCount
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
epoll_app.c
278
FILLP_INT
eventCount
= 0;
in EpGetEventsAndSignal()
local
292
while ((node != FILLP_NULL_PTR) && (
eventCount
< maxEvents)) {
in EpGetEventsAndSignal()
300
events[
eventCount
].events = epi->revents;
in EpGetEventsAndSignal()
301
(void)memcpy_s(&events[
eventCount
].data, sizeof(events[
eventCount
].data), &epi->event.data,
in EpGetEventsAndSignal()
303
eventCount
++;
in EpGetEventsAndSignal()
312
if ((timeout != 0) && (
eventCount
== 0)) {
in EpGetEventsAndSignal()
319
if (
eventCount
> 0) {
in EpGetEventsAndSignal()
320
FILLP_LOGDBG("Get
eventCount
:%d",
eventCount
);
in EpGetEventsAndSignal()
331
FILLP_INT
eventCount
= 0;
EpPoll()
local
[all...]
/foundation/multimodalinput/input/tools/event_inject/src/
H
A
D
processing_pad_device.cpp
99
uint64_t
eventCount
= static_cast<uint64_t>(padEvent.ringEvents.size());
in TransformRingEvent()
local
100
for (uint64_t i = 0; i <
eventCount
; i++) {
in TransformRingEvent()
104
} else if (i == (
eventCount
- 1)) {
in TransformRingEvent()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_common.c
227
static uint8_t IsBusyInterval(uint32_t
eventCount
, uint32_t timeMs)
in IsBusyInterval()
argument
230
if ((uint64_t)
eventCount
* EVENT_COUNT_RATE_INTERVAL <
in IsBusyInterval()
Completed in 5 milliseconds