Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/mojo/public/tools/fuzzers/
H A Dmojo_parse_message_proto_fuzzer.cc38 router->SimulateReceivingMessageForTesting(&message); in FuzzMessage()
H A Dmojo_parse_message_fuzzer.cc28 router->SimulateReceivingMessageForTesting(&message); in FuzzMessage()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dmultiplex_router.h157 bool SimulateReceivingMessageForTesting(Message* message) { in SimulateReceivingMessageForTesting() function
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dbindings_perftest.cc267 bool result = router->SimulateReceivingMessageForTesting(&message); in TEST_F()