Home
last modified time | relevance | path

Searched refs:GetCloseCallCount (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/edk/system/
Dcore_test_base.h51 unsigned GetCloseCallCount() const;
Dcore_unittest.cc159 ASSERT_EQ(0u, info.GetCloseCallCount()); in TEST_F()
161 ASSERT_EQ(1u, info.GetCloseCallCount()); in TEST_F()
179 ASSERT_EQ(1u, info.GetCloseCallCount()); in TEST_F()
181 ASSERT_EQ(1u, info.GetCloseCallCount()); in TEST_F()
Dcore_test_base.cc196 unsigned CoreTestBase_MockHandleInfo::GetCloseCallCount() const { in GetCloseCallCount() function in mojo::edk::test::CoreTestBase_MockHandleInfo