Home
last modified time | relevance | path

Searched refs:SptrTest (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp727 class SptrTest : public RefBase { class
729 SptrTest() in SptrTest() function in OHOS::__anon38::SptrTest
733 ~SptrTest() in ~SptrTest()
739 test1 = new SptrTest(); in CreateSptr()
743 sptr<SptrTest> test1;
753 sptr<SptrTest> testObject1(new SptrTest()); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp360 class SptrTest : public RefBase { class
362 SptrTest() in SptrTest() function in OHOS::__anon17::SptrTest
366 ~SptrTest() in ~SptrTest()
372 test1 = new SptrTest(); in CreateSptr()
376 sptr<SptrTest> test1;
1120 sptr<SptrTest> testObject1(new SptrTest()); in BENCHMARK_F()

Completed in 6 milliseconds