Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_datetime_test.cpp94 int64_t ret2 = GetSecondsBetween(curTime, info); in HWTEST_F() local
95 EXPECT_TRUE(ret2 = -1); in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/
H A Ddatatime_benchmark_test.cpp117 int64_t ret2 = GetSecondsBetween(curTime, info); in BENCHMARK_F() local
118 AssertTrue((ret2 = invalidReturnValue), "ret2 = invalidReturnValue did not equal true as expected.", state); in BENCHMARK_F()
/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeable_cpp_test.cpp181 int ret2 = 1; in HWTEST_F() local
196 ret2 = strncmp(alphabetFinal, static_cast<char *>(pobj2.GetContent()), 26); in HWTEST_F()
205 EXPECT_EQ(ret2, 0); in HWTEST_F()
H A Dpurgeableashmem_test.cpp237 int ret2 = 1; in HWTEST_F() local
252 ret2 = strncmp(alphabetFinal, static_cast<char *>(pobj2.GetContent()), 26); in HWTEST_F()
261 EXPECT_EQ(ret2, 0); in HWTEST_F()

Completed in 4 milliseconds