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:SetTaskExecutor
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
idle_watcher.cpp
81
void IdleMonitorThread::
SetTaskExecutor
(RefPtr<TaskExecutor> taskExecutor)
in SetTaskExecutor()
function in OHOS::Ace::ComponentTest::IdleMonitorThread
101
idleMonitorThread_->
SetTaskExecutor
(taskExecutor);
in IdleWatcher()
H
A
D
idle_watcher.h
39
void
SetTaskExecutor
(RefPtr<TaskExecutor>);
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_window.h
42
MOCK_METHOD1(
SetTaskExecutor
, void(const RefPtr<TaskExecutor>& taskExecutor));
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
watch_dog.cpp
114
void
SetTaskExecutor
(const RefPtr<TaskExecutor>& taskExecutor);
165
void ThreadWatcher::
SetTaskExecutor
(const RefPtr<TaskExecutor>& taskExecutor)
in SetTaskExecutor()
function in OHOS::Ace::ThreadWatcher
434
watchers.uiWatcher->
SetTaskExecutor
(taskExecutor);
in Register()
436
watchers.jsWatcher->
SetTaskExecutor
(taskExecutor);
in Register()
H
A
D
watch_dog_mingw.cpp
80
void
SetTaskExecutor
(const RefPtr<TaskExecutor>& taskExecutor);
129
void ThreadWatcher::
SetTaskExecutor
(const RefPtr<TaskExecutor>& taskExecutor)
in SetTaskExecutor()
function in OHOS::Ace::ThreadWatcher
378
watchers.uiWatcher->
SetTaskExecutor
(taskExecutor);
in Register()
380
watchers.jsWatcher->
SetTaskExecutor
(taskExecutor);
in Register()
H
A
D
window.h
53
virtual void
SetTaskExecutor
(const RefPtr<TaskExecutor>& taskExecutor) {}
in SetTaskExecutor()
function in OHOS::OHOS::Ace::Window
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
form_frontend_declarative.h
116
void
SetTaskExecutor
(RefPtr<TaskExecutor> taskExecutor)
in SetTaskExecutor()
function in OHOS::Ace::FormFrontendDeclarative
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_container.cpp
206
cardFrontend->
SetTaskExecutor
(taskExecutor_);
in InitializeFrontend()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
2026
cardFrontend->
SetTaskExecutor
(taskExecutor_);
in AttachView()
Completed in 13 milliseconds