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:IdleWatcher
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
idle_watcher.cpp
96
IdleWatcher
::
IdleWatcher
(RefPtr<TaskExecutor> taskExecutor)
in IdleWatcher()
function in OHOS::Ace::ComponentTest::IdleWatcher
105
void
IdleWatcher
::Destroy()
in Destroy()
112
void
IdleWatcher
::TriggerIdleNotification()
in TriggerIdleNotification()
132
void
IdleWatcher
::RequestNextIdleStatusNotification(IdleNotifycallback&& notifycallback, bool haveUIChange)
in RequestNextIdleStatusNotification()
149
void
IdleWatcher
::RequestContinuousIdleStatusNotification(IdleNotifycallback&& continuousIdleCallback)
in RequestContinuousIdleStatusNotification()
154
void
IdleWatcher
::ClaimLongOperation()
in ClaimLongOperation()
159
void
IdleWatcher
::LongOperationComplete()
in LongOperationComplete()
H
A
D
test_task_scheduler.h
31
RefPtr<
IdleWatcher
> idleWatcher_;
35
void Initialize(RefPtr<
IdleWatcher
>, RefPtr<TaskExecutor>);
H
A
D
idle_watcher.h
51
class
IdleWatcher
: public AceType {
class
53
IdleWatcher
(RefPtr<TaskExecutor> taskExecutor);
H
A
D
pipeline_status.h
30
friend class
IdleWatcher
;
H
A
D
component_test_manager_impl.h
58
RefPtr<
IdleWatcher
> idleWatcher_;
H
A
D
test_task_scheduler.cpp
23
void TestTaskScheduler::Initialize(RefPtr<
IdleWatcher
> idleWatcher, RefPtr<TaskExecutor> taskExecutor)
in Initialize()
H
A
D
component_test_manager_impl.cpp
63
idleWatcher_ = AceType::MakeRefPtr<
IdleWatcher
>(taskExecutor);
in Initialize()
Completed in 2 milliseconds