Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/include/
H A Drefbase.h632 * @note We strongly recommend using `sptr::MakeSptr` to create a object and manage it.
639 static inline sptr<T> MakeSptr(Args&&... args);
644 * Using the interface `sptr::MakeSptr` is better
767 * Using the interface `sptr::MakeSptr` is better.
877 sptr<T> sptr<T>::MakeSptr(Args&&... args) in MakeSptr() function in OHOS::sptr
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp675 sptr<RefBaseTest> testobject = sptr<RefBaseTest>::MakeSptr(); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp906 * @tc.desc: test MakeSptr of sptr
913 sptr<RefBase> baseObject = sptr<RefBase>::MakeSptr(ref); in BENCHMARK_F()

Completed in 6 milliseconds