Home
last modified time | relevance | path

Searched refs:AssertGreaterThan (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/
H A Dthread_benchmark_test.cpp290 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F()
349 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F()
354 AssertGreaterThan(test->data_, comparisonValue, in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/
H A Dunique_fd_benchmark_test.cpp124AssertGreaterThan(ufd2, MIN_VALID_FD, "ufd2 > MIN_VALID_FD did not equal true as expected.", state… in BENCHMARK_F()
149AssertGreaterThan(MAX_VALID_FD, ufd2, "MAX_VALID_FD > ufd2 did not equal true as expected.", state… in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/
H A Dbenchmark_assert.h70 void AssertGreaterThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertGreaterThan() function
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp197 AssertGreaterThan(qi.GetUnfinishTaskNum(), 0, in BENCHMARK_F()
222 AssertGreaterThan(qi.GetUnfinishTaskNum(), minValueForComparison, in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H A Dashemem_benchmark_test.cpp494 AssertGreaterThan(fd, 0, "Invalid file descriptor obtained from Ashmem.", state); in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H A Dmapped_benchmark_test.cpp201AssertGreaterThan(trueEnd, mf.Begin(), "trueEnd was not greater than mf.Begin() as expected.", sta… in BENCHMARK_F()