Searched refs:IPC_MESSAGE_CONTROL1 (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/ipc/ |
D | ipc_test_messages.h | 17 IPC_MESSAGE_CONTROL1(TestSharedMemoryHandleMsg1, base::SharedMemoryHandle) 36 IPC_MESSAGE_CONTROL1(TestSharedMemoryHandleMsg4, int)
|
D | sync_socket_unittest.cc | 38 IPC_MESSAGE_CONTROL1(MsgClassSetHandle, base::SyncSocket::Handle) 40 IPC_MESSAGE_CONTROL1(MsgClassSetHandle, base::FileDescriptor) 44 IPC_MESSAGE_CONTROL1(MsgClassResponse, std::string)
|
D | ipc_perftest_messages.h | 15 IPC_MESSAGE_CONTROL1(TestMsg_Ping, std::string)
|
D | ipc_channel_proxy_unittest_messages.h | 37 IPC_MESSAGE_CONTROL1(TestMsg_BadMessage, BadType)
|
D | ipc_sync_message_unittest.h | 113 IPC_MESSAGE_CONTROL1(SyncChannelTestMsg_Ping, int)
|
D | ipc_message_unittest.cc | 31 IPC_MESSAGE_CONTROL1(TestMsgClassI, int)
|
D | ipc_message_macros.h | 421 #define IPC_MESSAGE_CONTROL1(msg, a) IPC_MESSAGE_CONTROL(msg, a) macro
|