Home
last modified time | relevance | path

Searched defs:MojoTrapEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/c/system/
H A Dtrap.h26 struct MOJO_ALIGNAS(8) MojoTrapEvent { struct
40 MojoTrapEventFlags flags; argument
66 MOJO_STATIC_ASSERT(sizeof(MojoTrapEvent) == 32, argument
/aosp_15_r20/external/libchrome/mojo/core/
H A Dtrap_unittest.cc225 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()
525 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()
597 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()
868 helper.CreateContext([](const MojoTrapEvent&) { NOTREACHED(); }); in TEST_F()
1007 [](const MojoTrapEvent&) { NOTREACHED(); }, [&] { wait.Signal(); }); in TEST_F()
1071 helper.CreateContext([](const MojoTrapEvent&) { NOTREACHED(); }); in TEST_F()
1515 auto ignore_event = [](const MojoTrapEvent&) {}; in TEST_F()