Home
last modified time | relevance | path

Searched refs:DelayedSingletonTest (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/singleton_benchmark_test/
H A Dsingleton_benchmark_test.cpp90 class DelayedSingletonTest : public DelayedSingleton<DelayedSingletonTest> { class
168 shared_ptr<DelayedSingletonTest> sp1 = DelayedSingletonTest::GetInstance(); in BENCHMARK_F()
172 shared_ptr<DelayedSingletonTest> sp2 = DelayedSingletonTest::GetInstance(); in BENCHMARK_F()
215 … shared_ptr<DelayedSingletonTest> sp1 = DelayedSingleton<DelayedSingletonTest>::GetInstance(); in BENCHMARK_F()
219 DelayedSingleton<DelayedSingletonTest>::DestroyInstance(); in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_singleton_test.cpp57 class DelayedSingletonTest: public DelayedSingleton<DelayedSingletonTest> { class
145 shared_ptr<DelayedSingletonTest> sp1 = DelayedSingletonTest::GetInstance();
147 shared_ptr<DelayedSingletonTest> sp2 = DelayedSingletonTest::GetInstance();
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp1069 class DelayedSingletonTest : public nullTest { class
1078 TEST_F(DelayedSingletonTest, GetInstance_ShouldReturnNonNull) in TEST_F() argument
1083 TEST_F(DelayedSingletonTest, AddPrinterToCups_ShouldReturnNoneWhenSuccessful) in TEST_F() argument
1099 TEST_F(DelayedSingletonTest, AddPrinterToCups_ShouldReturnErrorWhenNotSuccessful) in TEST_F() argument
1115 TEST_F(DelayedSingletonTest, QueryPrinterCapabilityFromPPD_ShouldReturnNoneWhenSuccessful) in TEST_F() argument
1128 TEST_F(DelayedSingletonTest, QueryPrinterCapabilityByUri_ShouldReturnNoneWhenSuccessful) in TEST_F() argument