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 - 25
of
81
) sorted by relevance
1
2
3
4
/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
34
future
.wait();
in GetResultCode()
35
return
future
.get();
in GetResultCode()
40
auto
future
= resultMsgSignal_.get_future();
in GetResultMsg()
local
41
future
.wait();
in GetResultMsg()
42
return
future
.get();
in GetResultMsg()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H
A
D
get_hardware_info.cpp
17
#include <
future
>
167
std::vector<
future
<uint64_t>> results;
in GetHardwareUsage()
172
std::
future
<uint64_t>
future
= promise.get_future();
in GetHardwareUsage()
local
176
results.emplace_back(std::move(
future
));
in GetHardwareUsage()
/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
H
A
D
custom_command.h
19
#include <
future
>
43
std::
future
<void> future_;
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_plugin_manager.cpp
20
#include <
future
>
127
auto
future
= promise->get_future();
in PluginVerifyActivationLockFunc()
local
138
isAllowed =
future
.get();
in PluginVerifyActivationLockFunc()
/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H
A
D
task_scheduler.cpp
90
Future
future
= promise.get_future();
in PostSyncTask()
local
96
auto res =
future
.wait_for(span);
in PostSyncTask()
105
return
future
.get();
in PostSyncTask()
/base/msdp/device_status/services/delegate_task/src/
H
A
D
delegate_tasks.cpp
89
Future
future
= promise.get_future();
in PostSyncTask()
local
95
auto res =
future
.wait_for(span);
in PostSyncTask()
104
return
future
.get();
in PostSyncTask()
/base/msdp/device_status/intention/scheduler/task_scheduler/include/
H
A
D
task_scheduler.h
21
#include <
future
>
43
using Future = std::
future
<int32_t>;
/base/msdp/device_status/services/delegate_task/include/
H
A
D
delegate_tasks.h
21
#include <
future
>
43
using Future = std::
future
<int32_t>;
/base/security/security_guard/frameworks/common/classify/src/
H
A
D
sg_classify_client.cpp
18
#include <
future
>
73
auto
future
= promise->get_future();
in RequestSecurityModelResultSync()
local
92
if (
future
.wait_for(span) == std::future_status::timeout) {
in RequestSecurityModelResultSync()
96
result =
future
.get();
in RequestSecurityModelResultSync()
/base/security/security_guard/services/risk_classify/include/
H
A
D
risk_analysis_manager_stub.h
21
#include <
future
>
/base/useriam/user_auth_framework/services/base/src/
H
A
D
thread_handler_singleton_impl.cpp
19
#include <
future
>
/base/powermgr/power_manager/utils/ffrt/src/
H
A
D
ffrt_utils.cpp
60
ffrt::
future
<void>
future
= ffrt::async(task);
in SubmitTimeoutTask()
local
61
auto status =
future
.wait_for(std::chrono::milliseconds(timeoutMs));
in SubmitTimeoutTask()
/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
129
if (
future
.wait_for(span) == std::future_status::timeout) {
in RequestSecurityModelResult()
133
result =
future
.get();
in RequestSecurityModelResult()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
accessors_test.cpp
19
#include <
future
>
/base/customization/enterprise_device_management/services/edm_plugin/include/utils/
H
A
D
installer_callback.h
19
#include <
future
>
/base/msdp/device_status/utils/ipc/include/
H
A
D
stream_client.h
20
#include <
future
>
/base/security/device_security_level/interfaces/inner_api/src/standard/
H
A
D
device_security_level_loader.h
19
#include <
future
>
/base/security/security_guard/test/unittest/risk_classify/include/
H
A
D
risk_analysis_manager_stub.h
21
#include <
future
>
/base/security/security_guard/interfaces/inner_api/collector/include/
H
A
D
collector_service_loader.h
19
#include <
future
>
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
ipc_common_test.cpp
19
#include <
future
>
H
A
D
relative_timer_test.cpp
19
#include <
future
>
/base/useriam/face_auth/test/unittest/mock/
H
A
D
mock_thread_handler.h
20
#include <
future
>
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H
A
D
mock_thread_handler.h
20
#include <
future
>
/base/msdp/device_status/test/unittest/frameworks/src/
H
A
D
interaction_drag_drawing_test.cpp
16
#include <
future
>
187
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
232
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
277
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
319
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
364
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
406
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
448
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
493
std::
future
<bool> futureFlag = promiseFlag.get_future();
in HWTEST_F()
532
std::
future
<boo
in HWTEST_F()
[all...]
/base/account/os_account/services/accountmgr/test/mock/os_account/
H
A
D
os_account_plugin_manager.cpp
20
#include <
future
>
Completed in 8 milliseconds
1
2
3
4