Searched refs:ret2 (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_datetime_test.cpp | 94 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 D | datatime_benchmark_test.cpp | 117 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 D | purgeable_cpp_test.cpp | 181 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 D | purgeableashmem_test.cpp | 237 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