Home
last modified time | relevance | path

Searched defs:from_raw (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
H A Dkey_event.rs35 pub fn from_raw(c_key_event: *const CKeyEvent) -> Option<Self> { in from_raw() method
H A Dpointer_event.rs35 pub fn from_raw(c_pointer_event: *const CPointerEvent) -> Option<Self> { in from_raw() method
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
H A Ddm_device_info.rs38 pub fn from_raw(device_info: *const CDmDeviceInfo) -> Option<Self> { in from_raw() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dmod.rs91 pub(crate) unsafe fn from_raw(ptr: NonNull<Header>) -> Task { in from_raw() method
H A Dtask_handle.rs39 pub(crate) unsafe fn from_raw(ptr: NonNull<Header>) -> Self { in from_raw() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
H A Dmod.rs58 pub const fn from_raw(signal_num: c_int) -> SignalKind { in from_raw() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs180 pub(crate) fn from_raw(err: c_int) -> X509VerifyResult { in from_raw() method
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs96 fn from_raw(uid: u64, tasks: Vec<Task>) -> Self { in from_raw() method