Home
last modified time | relevance | path

Searched defs:F1 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/
H A Dmod.rs37 fn spawn<'a, F1, F2, Fut, A, B>( in spawn() argument
38 spawn_this: F1, in spawn()
H A Dipc_ylong.rs26 fn spawn<'a, F1, F2, Fut, A, B>(spawn_this: F1, after_handle: F2) -> BoxFuture<'a, IpcResult<B>> in spawn() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dtry_join3.rs28 pub(crate) async fn try_join3<F1, F2, F3, R1, R2, R3, E>( in try_join3()
29 fut1: F1, in try_join3()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dsys_event_manager.rs278 pub fn new<F1, F2>(on_query_callback: F1, on_complete_callback: F2) -> Option<Self> in new()
438 pub fn new<F1, F2>(on_event_callback: F1, on_service_died_callback: F2) -> Option<Self> in new()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h799 F1 = 1, enumerator