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
defs:future
(Results
1 - 25
of
75
) sorted by relevance
1
2
3
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
mock_clean_cache.cpp
32
auto
future
= signal_.get_future();
in GetResultCode()
local
H
A
D
mock_quick_fix_callback.cpp
37
auto
future
= promise_.get_future();
in GetResCode()
local
H
A
D
mock_bundle_status.cpp
33
auto
future
= signal_.get_future();
in GetResultCode()
local
H
A
D
mock_status_receiver.cpp
47
auto
future
= signal_.get_future();
in GetResultCode()
local
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H
A
D
installer_callback.cpp
33
auto
future
= resultCodeSignal_.get_future();
in GetResultCode()
local
40
auto
future
= resultMsgSignal_.get_future();
in GetResultMsg()
local
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H
A
D
future_listener.cpp
32
void FutureListener::OnReply(const IFuture *
future
)
in OnReply()
argument
/foundation/ability/ability_runtime/test/moduletest/mock/src/appmgr/
H
A
D
mock_status_receiver.cpp
37
auto
future
= signal_.get_future();
in GetResultCode()
local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H
A
D
installer_callback.cpp
37
auto
future
= resultCodeSignal_.get_future();
in GetResultCode()
local
44
auto
future
= resultMsgSignal_.get_future();
in GetResultMsg()
local
/foundation/bundlemanager/bundle_framework/services/test/mock/src/
H
A
D
mock_status_receiver.cpp
37
auto
future
= signal_.get_future();
in GetResultCode()
local
/foundation/bundlemanager/bundle_tool/frameworks/src/
H
A
D
status_receiver_impl.cpp
61
auto
future
= resultCodeSignal_.get_future();
in GetResultCode()
local
71
auto
future
= resultMsgSignal_.get_future();
in GetResultMsg()
local
H
A
D
quick_fix_status_callback_host_impl.cpp
56
auto
future
= quickFixPromise_.get_future();
in GetResultCode()
local
/third_party/mesa3d/src/util/
H
A
D
cnd_monotonic.h
117
const uint64_t
future
= (abs_time->tv_sec * 1000) + (abs_time->tv_nsec / 1000000);
in u_cnd_monotonic_timedwait()
local
/foundation/CastEngine/castengine_wifi_display/services/event/
H
A
D
event_manager.cpp
127
auto
future
= task.get_future();
in PushSyncEvent()
local
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_plugin_manager.cpp
127
auto
future
= promise->get_future();
in PluginVerifyActivationLockFunc()
local
/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
90
Future
future
= promise.get_future();
in PostSyncTask()
local
/base/msdp/device_status/services/delegate_task/src/
H
A
D
delegate_tasks.cpp
89
Future
future
= promise.get_future();
in PostSyncTask()
local
/base/security/security_guard/frameworks/common/classify/src/
H
A
D
sg_classify_client.cpp
73
auto
future
= promise->get_future();
in RequestSecurityModelResultSync()
local
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H
A
D
app_domain_verify_task_mgr.cpp
131
std::
future
future
= promise.get_future();
in GetTaskWrapper()
local
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
90
Future
future
= promise.get_future();
in PostSyncTask()
local
/foundation/multimodalinput/input/service/delegate_task/src/
H
A
D
delegate_tasks.cpp
97
Future
future
= promise.get_future();
in PostSyncTask()
local
/foundation/distributeddatamgr/pasteboard/framework/framework/ffrt/
H
A
D
ffrt_utils.cpp
54
ffrt::
future
<void>
future
= ffrt::async(task);
in SubmitTimeoutTask()
local
/foundation/window/window_manager/wm/test/unittest/
H
A
D
pattern_detach_callback_test.cpp
82
std::
future
<void>
future
= std::async(std::launch::async, [this, sleepTime]() -> void {
in HWTEST_F()
local
105
std::
future
<void>
future
= std::async(std::launch::async, [this, sleepTime]() -> void {
in HWTEST_F()
local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H
A
D
get_hardware_info.cpp
172
std::
future
<uint64_t>
future
= promise.get_future();
in GetHardwareUsage()
local
/base/powermgr/power_manager/utils/ffrt/src/
H
A
D
ffrt_utils.cpp
60
ffrt::
future
<void>
future
= ffrt::async(task);
in SubmitTimeoutTask()
local
/base/security/security_guard/services/risk_classify/src/
H
A
D
risk_analysis_manager_service.cpp
125
auto
future
= promise->get_future();
in RequestSecurityModelResult()
local
Completed in 7 milliseconds
1
2
3