Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc162 void DoStuff(bool* got_response, in DoStuff() argument
184 *got_response = true; in DoStuff()
188 void DoStuff2(bool* got_response, in DoStuff2() argument
192 *got_response = true; in DoStuff2()
214 bool got_response = false; in TEST_P() local
218 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()
221 EXPECT_FALSE(got_response); in TEST_P()
227 EXPECT_TRUE(got_response); in TEST_P()
239 bool got_response = false; in TEST_P() local
243 base::Bind(&DoStuff, &got_response, &got_text_reply, in TEST_P()
[all …]