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:currentLooper_
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/hiview/base/test/unittest/common/
H
A
D
event_loop_test.cpp
43
if (
currentLooper_
!= nullptr) {
in SetUp()
44
currentLooper_
->StopLoop();
in SetUp()
45
currentLooper_
.reset();
in SetUp()
51
currentLooper_
= std::make_shared<EventLoop>(info->test_case_name());
in SetUp()
52
currentLooper_
->StartLoop();
in SetUp()
60
if (
currentLooper_
!= nullptr) {
in TearDown()
61
currentLooper_
->StopLoop();
in TearDown()
62
currentLooper_
.reset();
in TearDown()
178
currentLooper_
->AddEvent(eventhandler1, event1, nullptr);
in HWTEST_F()
210
currentLooper_
in HWTEST_F()
[all...]
H
A
D
event_loop_test.h
31
std::shared_ptr<OHOS::HiviewDFX::EventLoop>
currentLooper_
;
member in OHOS::HiviewDFX::EventLoopTest
Completed in 2 milliseconds