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:EventRunCount
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/eventhandler/frameworks/test/moduletest/
H
A
D
event_handler_send_timing_event_module_test.cpp
180
EXPECT_EQ(runResult, CommonUtils::
EventRunCount
());
in HWTEST_F()
204
EXPECT_EQ(runResult, CommonUtils::
EventRunCount
());
in HWTEST_F()
229
EXPECT_EQ(runResult, CommonUtils::
EventRunCount
());
in HWTEST_F()
322
EXPECT_EQ(runResult, CommonUtils::
EventRunCount
());
in HWTEST_F()
H
A
D
event_handler_test_common.h
93
static inline uint32_t
EventRunCount
()
in EventRunCount()
function in OHOS::AppExecFwk::CommonUtils
H
A
D
event_handler_press_module_test.cpp
167
EXPECT_EQ(TEST_TIMES * 2, CommonUtils::
EventRunCount
());
in HWTEST_F()
H
A
D
event_handler_send_event_module_test.cpp
43
EXPECT_EQ(runResult, CommonUtils::
EventRunCount
());
in SendAndCheck()
76
EXPECT_EQ(runResult, CommonUtils::
EventRunCount
());
in SendEventWithPriority()
H
A
D
event_handler_fd_listener_module_test.cpp
469
EXPECT_EQ(CommonUtils::
EventRunCount
(), 2);
in HWTEST_F()
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H
A
D
ems_event_handler_test.cpp
113
static inline uint32_t
EventRunCount
()
in EventRunCount()
function in CommonUtils
Completed in 9 milliseconds