Home
last modified time | relevance | path

Searched defs:Future (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/msdp/device_status/services/delegate_task/include/
H A Ddelegate_tasks.h43 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 Dtask_scheduler.h43 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 Dtask_scheduler.h43 using Future = std::future<int32_t>; variable
71 using Future = Task::Future; variable
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_tasks.h41 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 Dwaker.rs33 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 Draw.rs289 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 Dmod.rs121 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 Dmod.rs38 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 Dfuture.cpp28 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 Dtimeout.rs44 pub fn timeout<F>(duration: Duration, future: F) -> Timeout<F> in timeout()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dblock_on.rs94 pub(crate) fn block_on<T>(mut task: T) -> T::Output in block_on()
H A Dcurrent_thread.rs270 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 Djs_uv_queue.cpp166 napi_value UvQueue::Future(napi_env env, napi_callback_info info, bool exception) in Future() function in OHOS::AppDataMgrJsKit::UvQueue