Searched refs:readContent (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_ashmem_test.cpp | 100 const char *readContent = reinterpret_cast<const char *>(readData); in HWTEST_F() local 101 EXPECT_EQ(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)), 0); in HWTEST_F() 106 readContent = reinterpret_cast<const char *>(readData); in HWTEST_F() 107 EXPECT_EQ(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)), 0); in HWTEST_F() 140 const char *readContent = reinterpret_cast<const char *>(readData); in HWTEST_F() local 141 EXPECT_EQ(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)), 0); in HWTEST_F() 177 const char *readContent = reinterpret_cast<const char *>(readData); in HWTEST_F() local 178 EXPECT_EQ(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)), 0); in HWTEST_F() 209 const char *readContent = reinterpret_cast<const char *>(readData); in HWTEST_F() local 210 EXPECT_EQ(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeo in HWTEST_F() [all...] |
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/ |
H A D | ashemem_benchmark_test.cpp | 113 const char *readContent = reinterpret_cast<const char *>(readData); in BENCHMARK_F() local 114 AssertEqual(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)), 0, in BENCHMARK_F() 115 "memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)) did not equal 0 as expected.", state); in BENCHMARK_F() 120 readContent = reinterpret_cast<const char *>(readData); in BENCHMARK_F() 121 AssertEqual(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)), 0, in BENCHMARK_F() 122 "memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)) did not equal 0 as expected.", state); in BENCHMARK_F() 159 const char *readContent = reinterpret_cast<const char *>(readData); in BENCHMARK_F() local 160 AssertEqual(memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)), 0, in BENCHMARK_F() 161 "memcmp(MEMORY_CONTENT.c_str(), readContent, sizeof(MEMORY_CONTENT)) did not equal 0 as expected.", state); in BENCHMARK_F() 201 const char *readContent in BENCHMARK_F() local 238 const char *readContent = reinterpret_cast<const char *>(readData); BENCHMARK_F() local [all...] |
Completed in 2 milliseconds