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:taskWrapper_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
task_executor_impl.cpp
65
auto wrappedTask = [taskWrapper =
taskWrapper_
, originTask = std::move(task), id,
in WrapTaskWithCustomWrapper()
183
if (
taskWrapper_
!= nullptr && (type == TaskType::PLATFORM || type == TaskType::UI || type == TaskType::JS)) {
in OnPostTask()
185
taskWrapper_
->Call(std::move(wrappedTask));
in OnPostTask()
220
return platformRunner_ ? (
taskWrapper_
!= nullptr ?
taskWrapper_
->WillRunOnCurrentThread()
in WillRunOnCurrentThread()
224
return uiRunner_ ? (
taskWrapper_
!= nullptr ?
taskWrapper_
->WillRunOnCurrentThread()
in WillRunOnCurrentThread()
232
return jsRunner_ ? (
taskWrapper_
!= nullptr ?
taskWrapper_
->WillRunOnCurrentThread()
in WillRunOnCurrentThread()
H
A
D
task_executor_impl.h
37
explicit TaskExecutorImpl(std::shared_ptr<TaskWrapper> taskWrapper) :
taskWrapper_
(taskWrapper) {}
in TaskExecutorImpl()
104
std::shared_ptr<TaskWrapper>
taskWrapper_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.h
422
std::shared_ptr<TaskWrapper>
taskWrapper_
;
member in OHOS::OHOS::Ace::UIContentImpl
H
A
D
ui_content_impl.cpp
898
taskWrapper_
= std::make_shared<NG::UVTaskWrapperImpl>(env);
in InitializeDynamic()
1226
taskWrapper_
, false, false, useNewPipe);
in CommonInitializeForm()
Completed in 9 milliseconds