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:GetFuture
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H
A
D
graphics_task.cpp
54
std::shared_future<void> GraphicsTask::Message::
GetFuture
()
in GetFuture()
function in OHOS::Render3D::GraphicsTask::Message
70
ftr = messageQueue_.emplace(std::move(task)).
GetFuture
();
in PushSyncMessage()
86
return msg.
GetFuture
();
in PushAsyncMessage()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
future.h
102
[[nodiscard]] IFuture::Ptr
GetFuture
() override;
129
[[nodiscard]] IFuture::Ptr
GetFuture
()
in GetFuture()
function in ContinuationQueueTask
131
return promise_.
GetFuture
();
in GetFuture()
H
A
D
future.cpp
68
result = d.continuation->
GetFuture
();
in Then()
185
IFuture::Ptr Promise::
GetFuture
()
in GetFuture()
function in Promise
H
A
D
polling_task_queue.cpp
73
auto f = task->
GetFuture
();
H
A
D
threaded_task_queue.cpp
97
auto f = task->
GetFuture
();
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H
A
D
task_queue.h
47
[[nodiscard]] IFuture::Ptr
GetFuture
()
in GetFuture()
function in PromisedQueueTask
49
return promise_->
GetFuture
();
in GetFuture()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_promise.h
45
virtual IFuture::Ptr
GetFuture
() = 0;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H
A
D
task_queue.h
34
auto fut = p->
GetFuture
();
in CreateFutureFromResultFunction()
H
A
D
future.h
130
IFuture::Ptr
GetFuture
() const
152
auto fut = f.
GetFuture
();
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H
A
D
graphics_task.h
44
std::shared_future<void>
GetFuture
();
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/task/
H
A
D
render_task_itf.h
70
virtual std::shared_future<RETURNTYPE>
GetFuture
() = 0;
H
A
D
render_task.h
55
std::shared_future<RETURNTYPE>
GetFuture
() override
Completed in 6 milliseconds