Home
last modified time | relevance | path

Searched refs:into_raw (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dadapter.rs91 Ok(Box::into_raw(Box::new(reader)) as *mut c_void)
113 str: line.into_raw(),
116 Ok(Box::into_raw(Box::new(item)))
165 str: par_path.into_raw(),
168 return Ok(Box::into_raw(Box::new(item)));
190 str: s.into_raw(),
195 Box::into_raw(Box::new(result))
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H A Dexts.rs31 RegisterAbility(self.inner.into_raw()); in register()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H A Dsystem_ability_wrapper.cpp32 this->ability_ = ability_.into_raw(); in SystemAbilityWrapper()
72 auto stub = sptr<RemoteServiceStub>::MakeSptr(ability.into_raw()); in PublishWrapper()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs127 Box::into_raw(Box::new(self))
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs77 pub fn into_raw(self) -> *mut MessageParcel { in into_raw() functions
79 ParcelMem::Unique(p) => p.into_raw(), in into_raw()
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp193 auto raw = stub.into_raw(); in FromRemoteStub()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dinteractive.rs134 let mut reply = unsafe { MsgParcel::from_ptr(ReadAndWrite(msg.into_raw())) }; in interactive_msg_parcel_write()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp232 auto stub = sptr<RemoteServiceStub>::MakeSptr(ability.into_raw()); in AddSystemAbility()

Completed in 8 milliseconds