Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_singleton_test.cpp165 DelayedRefSingletonTest& p2 = DelayedRefSingletonTest::GetInstance(); in HWTEST_F() local
166 EXPECT_EQ(p1.GetObjAddr(), p2.GetObjAddr()); in HWTEST_F()
172 DelayedRefSingletonDeclearTest& p2 = DelayedRefSingleton<DelayedRefSingletonDeclearTest>::GetInstance(); in HWTEST_F() local
173 EXPECT_EQ(p1.GetObjAddr(), p2.GetObjAddr()); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/singleton_benchmark_test/
H A Dsingleton_benchmark_test.cpp187 DelayedRefSingletonTest& p2 = DelayedRefSingletonTest::GetInstance(); in BENCHMARK_F() local
188 AssertEqual(p1.GetObjAddr(), p2.GetObjAddr(), in BENCHMARK_F()
189 "p1.GetObjAddr() did not equal p2.GetObjAddr() as expected.", state); in BENCHMARK_F()
199 DelayedRefSingletonDeclearTest& p2 = DelayedRefSingleton<DelayedRefSingletonDeclearTest>::GetInstance(); in BENCHMARK_F() local
200 AssertEqual(p1.GetObjAddr(), p2.GetObjAddr(), in BENCHMARK_F()
201 "p1.GetObjAddr() did not equal p2.GetObjAddr() as expected.", state); in BENCHMARK_F()

Completed in 2 milliseconds