Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 4 of 4) sorted by relevance

/system/utest/libfzl/
A Dfzl-test.cpp103 ASSERT_EQ(invalid.get_handle(), ZX_HANDLE_INVALID); in FifoTest()
115 ASSERT_EQ(moved_fifo.get_handle(), handle_0); in FifoTest()
119 ASSERT_EQ(moved_again.get_handle(), handle_0); in FifoTest()
120 ASSERT_EQ(moved_fifo.get_handle(), ZX_HANDLE_INVALID); in FifoTest()
124 ASSERT_EQ(from_opaque.get_handle(), handle_0); in FifoTest()
128 ASSERT_EQ(from_opaque.get_handle(), ZX_HANDLE_INVALID); in FifoTest()
184 ASSERT_EQ(fifo_0.get_handle(), ZX_HANDLE_INVALID); in FifoTest()
185 ASSERT_NE(replaced.get_handle(), ZX_HANDLE_INVALID); in FifoTest()
/system/utest/core/object-info/
A Dobject-info.cpp964 #define _RUN_COMMON_TESTS(topic, entry_type, get_handle) \ argument
966 RUN_TEST((null_avail_actual_succeeds<topic, entry_type, get_handle>)); \
967 RUN_TEST((bad_buffer_fails<topic, entry_type, get_handle>)); \
969 RUN_TEST((bad_avail_fails<topic, entry_type, get_handle>))
973 #define RUN_SINGLE_ENTRY_TESTS(topic, entry_type, get_handle) \ argument
974 _RUN_COMMON_TESTS(topic, entry_type, get_handle); \
975 RUN_TEST((single_zero_buffer_fails<topic, entry_type, get_handle>))
979 #define RUN_MULTI_ENTRY_TESTS(topic, entry_type, get_handle) \ argument
980 _RUN_COMMON_TESTS(topic, entry_type, get_handle); \
981 RUN_TEST((multi_zero_buffer_succeeds<topic, get_handle>)); \
[all …]
/system/ulib/fzl/include/lib/fzl/
A Dfifo.h33 zx_handle_t get_handle() const { in get_handle() function
/system/dev/block/block/
A Dserver.cpp280 bs->groups_[i].Initialize(bs->fifo_.get_handle(), static_cast<groupid_t>(i)); in Create()

Completed in 9 milliseconds