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:eventLoop
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/
H
A
D
bbox_detector_module_test.cpp
71
auto
eventLoop
= std::make_shared<MockEventLoop>();
in HWTEST_F()
local
72
EXPECT_CALL(*(
eventLoop
.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F()
73
EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(
eventLoop
));
in HWTEST_F()
111
auto
eventLoop
= std::make_shared<MockEventLoop>();
in HWTEST_F()
local
112
EXPECT_CALL(*(
eventLoop
.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F()
113
EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(
eventLoop
));
in HWTEST_F()
151
auto
eventLoop
= std::make_shared<MockEventLoop>();
in HWTEST_F()
local
152
EXPECT_CALL(*(
eventLoop
.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F()
153
EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(
eventLoop
));
in HWTEST_F()
190
auto
eventLoop
in HWTEST_F()
local
[all...]
/base/hiviewdfx/hiview/base/test/unittest/common/
H
A
D
pipeline_test.cpp
33
auto
eventLoop
= std::make_shared<EventLoop>(plugin->GetName());
in BindWorkLoop()
local
34
if (
eventLoop
!= nullptr) {
in BindWorkLoop()
35
eventLoop
->StartLoop();
in BindWorkLoop()
36
plugin->BindWorkLoop(
eventLoop
);
in BindWorkLoop()
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
H
A
D
bbox_detector_unit_test.cpp
229
auto
eventLoop
= std::make_shared<MockEventLoop>();
in HWTEST_F()
local
230
eventLoop
->StartLoop();
in HWTEST_F()
231
EXPECT_CALL(*(
eventLoop
.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F()
232
EXPECT_CALL(hiviewContext, GetSharedWorkLoop()).WillRepeatedly(Return(
eventLoop
));
in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
faultlog_database.h
33
explicit FaultLogDatabase(const std::shared_ptr<EventLoop>&
eventLoop
);
H
A
D
faultlog_database.cpp
73
FaultLogDatabase::FaultLogDatabase(const std::shared_ptr<EventLoop>&
eventLoop
) : eventLoop_(
eventLoop
) {}
in FaultLogDatabase()
argument
Completed in 3 milliseconds