Home
last modified time | relevance | path

Searched refs:KeepUniqueSptr (Results 1 - 3 of 3) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dmem.rs14 use ffi::{GetUniqueSptr, KeepUniqueSptr};
23 fn KeepUniqueSptr(s: UniquePtr<SptrFoo>) -> UniquePtr<Keeper>; in KeepUniqueSptr() functions
38 let keeper = KeepUniqueSptr(w); in test()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/include/
H A Dsamgr_rust_test_mem.h41 std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<SptrFoo> foo);
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H A Dsamgr_rust_test_mem.cpp43 std::unique_ptr<Keeper> KeepUniqueSptr(std::unique_ptr<sptr<Foo>> foo) in KeepUniqueSptr() function

Completed in 1 milliseconds