Lines Matching defs:ProfilerImplTest
24 class ProfilerImplTest : public testing::Test {
52 HWTEST_F_L0(ProfilerImplTest, Disable)
61 HWTEST_F_L0(ProfilerImplTest, Enable)
71 HWTEST_F_L0(ProfilerImplTest, Start)
83 HWTEST_F_L0(ProfilerImplTest, Stop)
93 HWTEST_F_L0(ProfilerImplTest, SetSamplingInterval)
103 HWTEST_F_L0(ProfilerImplTest, EnableSerializationTimeoutCheck)
113 HWTEST_F_L0(ProfilerImplTest, DisableSerializationTimeoutCheck)
122 HWTEST_F_L0(ProfilerImplTest, GetBestEffortCoverage)
130 HWTEST_F_L0(ProfilerImplTest, StopPreciseCoverage)
138 HWTEST_F_L0(ProfilerImplTest, TakePreciseCoverage)
146 HWTEST_F_L0(ProfilerImplTest, StartPreciseCoverage)
157 HWTEST_F_L0(ProfilerImplTest, StartTypeProfile)
165 HWTEST_F_L0(ProfilerImplTest, StopTypeProfile)
173 HWTEST_F_L0(ProfilerImplTest, TakeTypeProfile)
181 HWTEST_F_L0(ProfilerImplTest, DispatcherImplDispatch)
203 HWTEST_F_L0(ProfilerImplTest, DispatcherImplEnable)
221 HWTEST_F_L0(ProfilerImplTest, DispatcherImplDisable)
239 HWTEST_F_L0(ProfilerImplTest, DispatcherImplStart)
262 HWTEST_F_L0(ProfilerImplTest, DispatcherImplStop)
280 HWTEST_F_L0(ProfilerImplTest, DispatcherImplSetSamplingInterval)
302 HWTEST_F_L0(ProfilerImplTest, DispatcherImplGetBestEffortCoverage)
320 HWTEST_F_L0(ProfilerImplTest, DispatcherImplStopPreciseCoverage)
338 HWTEST_F_L0(ProfilerImplTest, DispatcherImplTakePreciseCoverage)
356 HWTEST_F_L0(ProfilerImplTest, DispatcherImplStartPreciseCoverage)
374 HWTEST_F_L0(ProfilerImplTest, DispatcherImplStartTypeProfile)
392 HWTEST_F_L0(ProfilerImplTest, DispatcherImplStopTypeProfile)
410 HWTEST_F_L0(ProfilerImplTest, DispatcherImplTakeTypeProfile)
428 HWTEST_F_L0(ProfilerImplTest, DispatcherImplDisableSerializationTimeoutCheck)
446 HWTEST_F_L0(ProfilerImplTest, DispatcherImplEnableSerializationTimeoutCheck)
468 HWTEST_F_L0(ProfilerImplTest, FrontendPreciseCoverageDeltaUpdate)