Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 7 of 7) sorted by relevance

/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/epoll_manager/
Dffi.rs19 use std::mem::drop;
53 drop(Box::from_raw(raw)); in StreamSocketDelete()
/base/request/request/services/service/rust/src/
Dtrace.rs42 fn drop(&mut self) { in drop() method
/base/update/updater/services/rust/hash_signed_data/src/
Dlib.rs114 unsafe { drop(Box::from_raw(signed_data as *mut HashSignedData)); } in ReleaseHashSignedData()
191 unsafe { drop(Box::from_raw(hash_data as *mut ImgHashData)); } in ReleaseImgHashData()
/base/msdp/device_status/rust/services/sys/src/
Dbinding.rs112 fn drop(&mut self) in drop() method
/base/msdp/device_status/rust/utils/src/
Dmacros.rs106 fn drop(&mut self) { in drop() method
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
Dffi.rs50 drop(Box::from_raw(raw)); in StreamSessionDelete()
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
Dffi.rs50 drop(Box::from_raw(raw)); in StreamBufferDelete()