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:Initialize
(Results
1 - 5
of
5
) sorted by relevance
/commonlibrary/c_utils/base/src/
H
A
D
timer_event_handler.h
41
uint32_t
Initialize
();
H
A
D
event_reactor.cpp
103
uint32_t ret = handler->
Initialize
();
in ScheduleTimer()
H
A
D
timer_event_handler.cpp
46
uint32_t TimerEventHandler::
Initialize
()
in Initialize()
function in OHOS::Utils::TimerEventHandler
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H
A
D
event_benchmark_test.cpp
90
bool
Initialize
(uint32_t interval);
355
bool TimerFdHandler::
Initialize
(uint32_t interval)
in Initialize()
function in OHOS::__anon12::TimerFdHandler
357
BENCHMARK_LOGD("EventTest bool TimerFdHandler::
Initialize
is called.");
in Initialize()
436
// 4.
Initialize
timer handler and add it to reactor
in BENCHMARK_F()
437
AssertTrue((handler->
Initialize
(10)), "handler->
Initialize
(10) did not equal true as expected.", state);
in BENCHMARK_F()
473
// 4.
Initialize
timer handler and add it to reactor
in EventLoop()
474
AssertTrue((handler->
Initialize
(TIMER_INIT_DELAY_TEN)),
in EventLoop()
475
"handler->
Initialize
(TIMER_INIT_DELAY_TEN) did not equal true as expected.", state);
in EventLoop()
600
// 4.
Initialize
time
in BENCHMARK_F()
968
ErrCode TimerEventHandler::
Initialize
()
Initialize()
function in OHOS::__anon12::TimerEventHandler
[all...]
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_event_test.cpp
68
bool
Initialize
(uint32_t interval);
254
bool TimerFdHandler::
Initialize
(uint32_t interval)
in Initialize()
function in OHOS::__anon33::TimerFdHandler
315
//
Initialize
timer handler and add it to reactor
in InitAndRun()
316
ASSERT_TRUE(handler->
Initialize
(interval));
in InitAndRun()
344
// 4.
Initialize
timer handler and add it to reactor. Run event loop
in HWTEST_F()
377
// 4.
Initialize
timer handler and add it to reactor. Run event loop
in HWTEST_F()
416
// 4.
Initialize
timer handler and add it to reactor. Run event loop
in HWTEST_F()
450
// 4.
Initialize
timer handler and add it to reactor. Run event loop
in HWTEST_F()
487
// 4.
Initialize
timer handler and add it to reactor. Run event loop
in HWTEST_F()
524
// 4.
Initialize
time
in HWTEST_F()
825
ErrCode TimerEventHandler::
Initialize
()
Initialize()
function in OHOS::__anon33::TimerEventHandler
[all...]
Completed in 8 milliseconds