Home
last modified time | relevance | path

Searched refs:StartTimer (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/
H A Dtimer_benchmark_test.cpp147 bool StartTimer(int milliseconds, bool once);
166 bool A::StartTimer(int milliseconds, bool once) in StartTimer() function in OHOS::__anon28::A
168 BENCHMARK_LOGD("TimerTest bool A::StartTimer is called."); in StartTimer()
189 AssertTrue(a.StartTimer(1, true), "a.StartTimer(1, true) did not equal true as expected.", state); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_timer_test.cpp157 bool StartTimer(int milliseconds, bool once);
177 bool A::StartTimer(int milliseconds, bool once) in StartTimer() function in OHOS::__anon49::A
197 EXPECT_TRUE(a.StartTimer(1, false));
212 EXPECT_TRUE(a.StartTimer(1, true)); in HWTEST_F()
H A Dutils_event_test.cpp997 bool StartTimer(int milliseconds, bool once);
1018 bool A::StartTimer(int milliseconds, bool once) in StartTimer() function in OHOS::__anon33::A
1032 EXPECT_TRUE(a.StartTimer(1, true)); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp1159 bool StartTimer(int milliseconds, bool once);
1177 bool A::StartTimer(int milliseconds, bool once) in StartTimer() function in OHOS::__anon12::A
1179 BENCHMARK_LOGD("EventTest bool A::StartTimer is called."); in StartTimer()
1204 AssertTrue((a.StartTimer(timeoutSeconds, true)), in BENCHMARK_F()
1205 "a.StartTimer(timeoutSeconds, true) did not equal true as expected.", state); in BENCHMARK_F()

Completed in 5 milliseconds