Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Drouter_unittest.cc184 generator.CompleteWithResponse(); in TEST_F()
213 generator2.CompleteWithResponse(); in TEST_F()
311 generator.CompleteWithResponse(); // This should end up doing nothing. in TEST_F()
Dmultiplex_router_unittest.cc213 generator.CompleteWithResponse(); in TEST_F()
240 generator.CompleteWithResponse(); in TEST_F()
337 generator.CompleteWithResponse(); // This should end up doing nothing. in TEST_F()
Drouter_test_util.h71 void CompleteWithResponse() { Complete(true); } in CompleteWithResponse() function