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:future_
(Results
1 - 23
of
23
) sorted by relevance
/foundation/window/window_manager/test/systemtest/wms/
H
A
D
window_gesture_navigation_enabled_test.cpp
38
RunnableFuture<bool>
future_
;
member in OHOS::Rosen::TestGestureNavigationEnabledChangedListener
43
future_
.SetValue(enable);
in OnGestureNavigationEnabledUpdate()
94
auto result = lisenter_->
future_
.GetResult(WAIT_FUTURE_RESULT);
in HWTEST_F()
100
lisenter_->
future_
.Reset(true);
in HWTEST_F()
102
result = lisenter_->
future_
.GetResult(WAIT_FUTURE_RESULT);
in HWTEST_F()
107
lisenter_->
future_
.Reset(false);
in HWTEST_F()
/foundation/window/window_manager/test/demo/
H
A
D
demo_visible_window_num_listener.cpp
35
future_
.SetValue(visibleWindowNumInfo);
37
RunnableFuture<std::vector<VisibleWindowNumInfo>>
future_
;
member in OHOS::Rosen::VisibleWindowNumChangedListenerFuture
58
visibleWindowNumInfo = listener->
future_
.GetResult(WAIT_TIME);
in main()
64
listener->
future_
.Reset(visibleWindowNumInfo);
in main()
66
visibleWindowNumInfo = listener->
future_
.GetResult(WAIT_TIME);
in main()
H
A
D
demo_water_mark_listener.cpp
33
future_
.SetValue(showWaterMark);
35
RunnableFuture<bool>
future_
;
member in OHOS::Rosen::WaterMarkFlagChangedListenerFuture
56
auto result = listener->
future_
.GetResult(WaterMarkFlagChangedListenerFuture::WAIT_TIME);
in main()
59
listener->
future_
.Reset(result);
in main()
61
result = listener->
future_
.GetResult(WaterMarkFlagChangedListenerFuture::WAIT_TIME);
in main()
H
A
D
demo_system_sub_window.cpp
33
future_
.SetValue(1);
35
RunnableFuture<int32_t>
future_
;
member in OHOS::Rosen::SystemSubWindowFuture
96
listener->
future_
.Reset(0);
in main()
97
listener->
future_
.GetResult(SystemSubWindowFuture::WAIT_TIME);
in main()
H
A
D
demo_screenshot_listener.cpp
32
auto info = listener->
future_
.GetResult(20000);
in main()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
future.cpp
171
if (
future_
) {
in Set()
172
future_
->SetResult(res);
in Set()
173
future_
= nullptr;
in Set()
179
if (
future_
) {
in SetAbandoned()
180
future_
->SetAbandoned();
in SetAbandoned()
181
future_
= nullptr;
in SetAbandoned()
187
if (!
future_
) {
in GetFuture()
188
future_
.reset(new Future);
in GetFuture()
190
return
future_
;
in GetFuture()
195
if (
future_
) {
in SetQueueInfo()
[all...]
H
A
D
future.h
106
BASE_NS::shared_ptr<Future>
future_
;
member in final
/foundation/window/window_manager/wm/src/
H
A
D
future_callback.cpp
25
future_
.SetValue(rect);
in OnUpdateSessionRect()
31
return
future_
.GetResult(timeOut);
in GetResult()
36
future_
.ResetLock({});
in ResetLock()
H
A
D
pattern_detach_callback.cpp
26
future_
.SetValue(persisitentId);
in OnPatternDetach()
31
future_
.GetResult(timeOut);
in GetResult()
/foundation/window/window_manager/test/common/utils/include/
H
A
D
screenshot_listener_future.h
28
future_
.SetValue(info);
30
RunnableFuture<ScreenshotInfo>
future_
;
member in OHOS::Rosen::ScreenshotListenerFuture
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_promise.h
60
future_
.get();
in WaitForAllTasksExecute()
66
std::future<void>
future_
= promise_.get_future();
member in OHOS::AppExecFwk::BundlePromise
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H
A
D
pipeline_context_holder.h
57
pipelineContext_ =
future_
.get();
in Get()
66
std::future<RefPtr<PipelineBase>>
future_
= promise_.get_future();
member in OHOS::Ace::Framework::PipelineContextHolder
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H
A
D
task_queue_factory.cpp
110
explicit TaskResult(std::shared_ptr<State>&& future) :
future_
(BASE_NS::move(future)) {}
in TaskResult()
114
if (
future_
) {
115
future_
->Wait();
120
if (
future_
) {
121
return
future_
->IsDone();
133
std::shared_ptr<State>
future_
;
member in __anon9628::final
/foundation/window/window_manager/wm/include/
H
A
D
pattern_detach_callback.h
30
RunnableFuture<int>
future_
{};
H
A
D
future_callback.h
31
RunnableFuture<WSRect>
future_
{};
/foundation/arkui/ace_engine/frameworks/base/thread/
H
A
D
cancelable_callback.h
100
std::shared_future<int32_t>
future_
{ promise_.get_future() };
138
std::shared_future<int32_t> future(impl->
future_
);
in WaitUntilComplete()
172
std::shared_future<int32_t> future(impl->
future_
);
in Cancel()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
resource_theme_style.cpp
233
if (
future_
.valid()) {
in CheckThemeStyleLoaded()
234
future_
.wait_until(std::chrono::system_clock::now() + std::chrono::milliseconds(WAIT_FOR_TIME));
in CheckThemeStyleLoaded()
H
A
D
resource_theme_style.h
69
std::shared_future<void>
future_
= promise_.get_future();
member in OHOS::Ace::ResourceThemeStyle
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
ace_view.h
136
hasSet_ =
future_
.get();
in GetBackgroundColor()
203
std::shared_future<bool>
future_
= promise_.get_future();
member in OHOS::OHOS::Ace::AceView
/foundation/arkui/ace_engine/frameworks/base/i18n/
H
A
D
localization.h
285
std::shared_future<bool>
future_
= promise_.get_future();
member in OHOS::Ace::Localization
294
isInit_ =
future_
.get();
in WaitingForInit()
/foundation/communication/nfc/services/include/
H
A
D
nfc_service.h
134
std::future<int>
future_
{};
/foundation/communication/nfc/services/src/
H
A
D
nfc_service.cpp
250
if (!IsNfcTaskReady(
future_
)) {
in ExecuteTask()
257
future_
= promise.get_future();
in ExecuteTask()
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
screenshot_test.cpp
243
auto info = screenShotListener->
future_
.GetResult(1000);
in HWTEST_F()
Completed in 8 milliseconds