Searched refs:ExpectNoNotification (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/memory/ |
D | memory_pressure_listener_unittest.cc | 38 void ExpectNoNotification( in ExpectNoNotification() function in base::MemoryPressureListenerTest 65 ExpectNoNotification(&MemoryPressureListener::NotifyMemoryPressure, in TEST_F()
|
/external/libchrome/mojo/core/ |
D | trap_unittest.cc | 110 void ExpectNoNotification(const MojoTrapEvent* event) { in ExpectNoNotification() function 120 MojoCreateTrap(&ExpectNoNotification, nullptr, nullptr)); in TEST_F() 122 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateTrap(&ExpectNoNotification, nullptr, &t)); in TEST_F() 670 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateTrap(&ExpectNoNotification, nullptr, &t)); in TEST_F() 697 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateTrap(&ExpectNoNotification, nullptr, &t)); in TEST_F()
|