Searched refs:AllocRequestMessage (Results 1 – 4 of 4) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | router_unittest.cc | 51 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()
|
D | multiplex_router_unittest.cc | 76 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()
|
D | router_test_util.h | 20 void AllocRequestMessage(uint32_t name, const char* text, Message* message);
|
D | router_test_util.cc | 18 void AllocRequestMessage(uint32_t name, const char* text, Message* message) { in AllocRequestMessage() function
|