Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_test_messages.h17 IPC_MESSAGE_CONTROL1(TestSharedMemoryHandleMsg1, base::SharedMemoryHandle)
36 IPC_MESSAGE_CONTROL1(TestSharedMemoryHandleMsg4, int)
Dsync_socket_unittest.cc38 IPC_MESSAGE_CONTROL1(MsgClassSetHandle, base::SyncSocket::Handle)
40 IPC_MESSAGE_CONTROL1(MsgClassSetHandle, base::FileDescriptor)
44 IPC_MESSAGE_CONTROL1(MsgClassResponse, std::string)
Dipc_perftest_messages.h15 IPC_MESSAGE_CONTROL1(TestMsg_Ping, std::string)
Dipc_channel_proxy_unittest_messages.h37 IPC_MESSAGE_CONTROL1(TestMsg_BadMessage, BadType)
Dipc_sync_message_unittest.h113 IPC_MESSAGE_CONTROL1(SyncChannelTestMsg_Ping, int)
Dipc_message_unittest.cc31 IPC_MESSAGE_CONTROL1(TestMsgClassI, int)
Dipc_message_macros.h421 #define IPC_MESSAGE_CONTROL1(msg, a) IPC_MESSAGE_CONTROL(msg, a) macro