Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/buffer_handle/test/unittest/
H A Dbuffer_handle_test.cpp46 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
48 ASSERT_EQ(nullptr, AllocateBufferHandle(fds, ints)); in HWTEST_F()
50 ASSERT_EQ(nullptr, AllocateBufferHandle(buffer_handle_reserve_max_size, ints)); in HWTEST_F()
65 uint32_t fds = 1025, ints = 1025; in HWTEST_F() local
67 auto test1 = AllocateBufferHandle(fds, ints); in HWTEST_F()
73 auto test3 = AllocateBufferHandle(testsize, ints); in HWTEST_F()

Completed in 1 milliseconds