/ohos5.0/base/msdp/device_status/services/delegate_task/include/ |
H A D | delegate_tasks.h | 43 using Future = std::future<int32_t>; variable 71 using Future = Task::Future; variable
|
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/ |
H A D | task_scheduler.h | 43 using Future = std::future<int32_t>; variable 71 using Future = Task::Future; variable
|
/ohos5.0/base/msdp/device_status/intention/scheduler/task_scheduler/include/ |
H A D | task_scheduler.h | 43 using Future = std::future<int32_t>; variable 71 using Future = Task::Future; variable
|
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_tasks.h | 41 using Future = std::future<int32_t>; variable 69 using Future = Task::Future; variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | waker.rs | 33 unsafe fn clone<T>(ptr: *const ()) -> RawWaker in clone() 60 fn raw_waker<T>(header: *const Header) -> RawWaker in raw_waker() 75 pub(crate) fn new<T>(header: &Header) -> WakerRefHeader<'_> in new()
|
H A D | raw.rs | 289 unsafe fn get_result<T, S>(ptr: NonNull<Header>, res: *mut ()) in get_result() 299 unsafe fn drop_ref<T, S>(ptr: NonNull<Header>) in drop_ref() 308 unsafe fn set_waker<T, S>(ptr: NonNull<Header>, cur_state: usize, waker: *const ()) -> bool in set_waker() 318 unsafe fn drop_join_handle<T, S>(ptr: NonNull<Header>) in drop_join_handle()
|
H A D | mod.rs | 121 T: Future, in create_raw_task() 161 pub fn block_on<T>(task: T) -> T::Output in block_on()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 38 type Future: Future<Output = Result<Self::Stream, HttpClientError>> typedef 45 fn connect(&self, uri: &Uri) -> Self::Future; in connect() 141 type Future = typedef 144 fn connect(&self, uri: &Uri) -> Self::Future { in connect() 197 type Future = typedef 200 fn connect(&self, uri: &Uri) -> Self::Future { in connect()
|
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/ |
H A D | future.cpp | 28 Future::Future(IRequest *request, long long sequenceId, long long transactionId) in Future() function in OHOS::AI::Future
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
H A D | timeout.rs | 44 pub fn timeout<F>(duration: Duration, future: F) -> Timeout<F> in timeout()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | block_on.rs | 94 pub(crate) fn block_on<T>(mut task: T) -> T::Output in block_on()
|
H A D | current_thread.rs | 270 pub(crate) fn block_on<T>(&self, future: T) -> T::Output in block_on()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_uv_queue.cpp | 166 napi_value UvQueue::Future(napi_env env, napi_callback_info info, bool exception) in Future() function in OHOS::AppDataMgrJsKit::UvQueue
|