Lines Matching defs:VirtualRuntimeTest

34 class VirtualRuntimeTest : public testing::Test {
51 void VirtualRuntimeTest::SetUpTestCase()
53 DebugLogger::GetInstance()->OpenLog(DEFAULT_UT_LOG_DIR + "VirtualRuntimeTest.txt");
56 void VirtualRuntimeTest::TearDownTestCase()
61 void VirtualRuntimeTest::SetUp()
67 void VirtualRuntimeTest::TearDown()
72 bool VirtualRuntimeTest::RecordCallBack(std::unique_ptr<PerfEventRecord> record)
80 * @tc.name: VirtualRuntimeTest
84 HWTEST_F(VirtualRuntimeTest, VirtualRuntimeTest, TestSize.Level1) {}
91 HWTEST_F(VirtualRuntimeTest, SetRecordMode, TestSize.Level1)
93 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1);
105 HWTEST_F(VirtualRuntimeTest, UpdateFromRecord, TestSize.Level1)
110 auto callBack = std::bind(&VirtualRuntimeTest::RecordCallBack, this, std::placeholders::_1);
123 HWTEST_F(VirtualRuntimeTest, UpdateKernelSymbols, TestSize.Level1)
138 HWTEST_F(VirtualRuntimeTest, UpdateKernelModulesSymbols, TestSize.Level1)
166 HWTEST_F(VirtualRuntimeTest, SetSymbolsPaths, TestSize.Level1)
198 HWTEST_F(VirtualRuntimeTest, GetSymbolsFiles, TestSize.Level1)
214 HWTEST_F(VirtualRuntimeTest, SetCallStackExpend, TestSize.Level1)
227 HWTEST_F(VirtualRuntimeTest, SetDisableUnwind, TestSize.Level1)
244 void VirtualRuntimeTest::PrepareKernelSymbol()
261 void VirtualRuntimeTest::PrepareUserSymbol()
282 HWTEST_F(VirtualRuntimeTest, GetSymbol, TestSize.Level1)
311 HWTEST_F(VirtualRuntimeTest, GetThread, TestSize.Level1)
330 HWTEST_F(VirtualRuntimeTest, UpdateFromPerfData, TestSize.Level1)
353 HWTEST_F(VirtualRuntimeTest, UnwindFromRecord, TestSize.Level1)
393 HWTEST_F(VirtualRuntimeTest, Update, TestSize.Level1)