Searched refs:aValue32 (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/surface_lite/test/unittest/ |
H A D | graphic_surface_test.cpp | 79 int32_t aValue32; in HWTEST_F() local 80 int32_t ret = buffer->GetInt32(1, aValue32); // key = 1, test has value with key(1). if not, ret < 0. in HWTEST_F() 112 int32_t aValue32; in HWTEST_F() local 113 int32_t ret = buffer->GetInt32(1, aValue32); // key = 1, test has value with key(1). if not, ret < 0. in HWTEST_F() 157 int32_t aValue32; in HWTEST_F() local 158 int32_t ret = buffer.GetInt32(1, aValue32); // key = 1, test has value for key(1). if not, ret < 0. in HWTEST_F() 164 ret = buffer.GetInt32(key32, aValue32); in HWTEST_F() 166 EXPECT_EQ(value32, aValue32); in HWTEST_F()
|
Completed in 2 milliseconds