Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Drouter_unittest.cc51 AllocRequestMessage(1, "hello", &request); in TEST_F()
70 AllocRequestMessage(1, "hello again", &request2); in TEST_F()
97 AllocRequestMessage(1, "hello", &request); in TEST_F()
115 AllocRequestMessage(1, "hello again", &request2); in TEST_F()
141 AllocRequestMessage(1, "hello", &request); in TEST_F()
170 AllocRequestMessage(1, "hello", &request); in TEST_F()
200 AllocRequestMessage(1, "hello again", &request2); in TEST_F()
253 AllocRequestMessage(1, "hello", &request); in TEST_F()
299 AllocRequestMessage(1, "hello", &request); in TEST_F()
Dmultiplex_router_unittest.cc76 AllocRequestMessage(1, "hello", &request); in TEST_F()
96 AllocRequestMessage(1, "hello again", &request2); in TEST_F()
123 AllocRequestMessage(1, "hello", &request); in TEST_F()
141 AllocRequestMessage(1, "hello again", &request2); in TEST_F()
169 AllocRequestMessage(1, "hello", &request); in TEST_F()
199 AllocRequestMessage(1, "hello", &request); in TEST_F()
227 AllocRequestMessage(1, "hello again", &request2); in TEST_F()
279 AllocRequestMessage(1, "hello", &request); in TEST_F()
325 AllocRequestMessage(1, "hello", &request); in TEST_F()
Drouter_test_util.h20 void AllocRequestMessage(uint32_t name, const char* text, Message* message);
Drouter_test_util.cc18 void AllocRequestMessage(uint32_t name, const char* text, Message* message) { in AllocRequestMessage() function