Home
last modified time | relevance | path

Searched defs:get_result (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Draw.rs128 pub(crate) unsafe fn get_result(self, res: *mut ()) { in get_result() method
289 unsafe fn get_result<T, S>(ptr: NonNull<Header>, res: *mut ()) in get_result() function
H A Dtask_handle.rs89 pub(crate) fn get_result(self, out: &mut Poll<std::result::Result<T::Output, ScheduleError>>) { in get_result() function
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs488 let get_result = self.channel_status_map.get(remote_network_id); in wait_session_opend() localVariable