Home
last modified time | relevance | path

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

/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp27 class UtilitiesTest : public testing::Test { class
42 void UtilitiesTest::SetUpTestCase() {} in SetUpTestCase()
44 void UtilitiesTest::TearDownTestCase() {} in TearDownTestCase()
46 void UtilitiesTest::SetUp() {} in SetUp()
48 void UtilitiesTest::TearDown() {} in TearDown()
50 void UtilitiesTest::TestThread() in TestThread()
69 void UtilitiesTest::StartThreads(const size_t count) in StartThreads()
80 threads_.emplace_back(std::thread(&UtilitiesTest::TestThread, this)); in StartThreads()
93 void UtilitiesTest::ExitThreads() in ExitThreads()
109 HWTEST_F(UtilitiesTest, StringReplac
[all...]
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp27 class UtilitiesTest : public testing::Test { class
42 void UtilitiesTest::SetUpTestCase() {} in SetUpTestCase()
44 void UtilitiesTest::TearDownTestCase() {} in TearDownTestCase()
46 void UtilitiesTest::SetUp() {} in SetUp()
48 void UtilitiesTest::TearDown() {} in TearDown()
50 void UtilitiesTest::TestThread() in TestThread()
69 void UtilitiesTest::StartThreads(const size_t count) in StartThreads()
80 threads_.emplace_back(std::thread(&UtilitiesTest::TestThread, this)); in StartThreads()
99 void UtilitiesTest::ExitThreads() in ExitThreads()
115 HWTEST_F(UtilitiesTest, StringReplac
[all...]

Completed in 2 milliseconds