Lines Matching refs:Send
127 bool Send(IPC::Message* message) { in Send() function in __anon0f69e54f0111::TestMessageReceiver
168 void Send(IPC::SyncMessage* msg) { in Send() function
193 Send(new Msg_C_0_1(&bool1)); in TEST()
196 Send(new Msg_C_0_2(&bool1, &int1)); in TEST()
200 Send(new Msg_C_0_3(&bool1, &int1, &string1)); in TEST()
206 Send(new Msg_C_1_1(1, &bool1)); in TEST()
210 Send(new Msg_C_1_2(false, &bool1, &int1)); in TEST()
215 Send(new Msg_C_1_3(3, &string1, &int1, &bool1)); in TEST()
221 Send(new Msg_C_2_1(1, false, &bool1)); in TEST()
225 Send(new Msg_C_2_2(false, 2, &bool1, &int1)); in TEST()
230 Send(new Msg_C_2_3(3, true, &string1, &int1, &bool1)); in TEST()
236 Send(new Msg_C_3_1(1, false, "3_1", &bool1)); in TEST()
240 Send(new Msg_C_3_2("3_2", false, 2, &bool1, &int1)); in TEST()
245 Send(new Msg_C_3_3(3, "3_3", true, &string1, &int1, &bool1)); in TEST()
252 Send(new Msg_C_3_4(true, 3, "3_4", &int1, &bool1, &string1, &bool2)); in TEST()
259 Send(new Msg_R_0_1(0, &bool1)); in TEST()
262 Send(new Msg_R_0_2(0, &bool1, &int1)); in TEST()
266 Send(new Msg_R_0_3(0, &bool1, &int1, &string1)); in TEST()
272 Send(new Msg_R_1_1(0, 1, &bool1)); in TEST()
276 Send(new Msg_R_1_2(0, false, &bool1, &int1)); in TEST()
281 Send(new Msg_R_1_3(0, 3, &string1, &int1, &bool1)); in TEST()
287 Send(new Msg_R_2_1(0, 1, false, &bool1)); in TEST()
291 Send(new Msg_R_2_2(0, false, 2, &bool1, &int1)); in TEST()
296 Send(new Msg_R_2_3(0, 3, true, &string1, &int1, &bool1)); in TEST()
302 Send(new Msg_R_3_1(0, 1, false, "3_1", &bool1)); in TEST()
306 Send(new Msg_R_3_2(0, "3_2", false, 2, &bool1, &int1)); in TEST()
311 Send(new Msg_R_3_3(0, 3, "3_3", true, &string1, &int1, &bool1)); in TEST()