OSDN Git Service

Rename IPCHandlerUnix to IPCHandlerLinux
authorScott James Remnant <keybuk@google.com>
Wed, 23 Sep 2015 17:52:07 +0000 (10:52 -0700)
committerScott James Remnant <keybuk@google.com>
Mon, 28 Sep 2015 21:19:25 +0000 (14:19 -0700)
commite415c050edbb2710e8807dd2602c851412953268
treeb7800e4c3ec01f45b9bcd5c7054c156f53538857
parent9e5205368d61adf11e75c9e2bd9f6ff26b375bac
Rename IPCHandlerUnix to IPCHandlerLinux

Since it relies on the Linux-specific sequential packet socket type,
rename the "Unix" IPC Handler to "Linux".

Change-Id: I04c4d6d3f73061099ebffb1ee3adfd0a20430dd7
service/Android.mk
service/BUILD.gn
service/daemon.cpp
service/ipc/ipc_handler_linux.cpp [moved from service/ipc/ipc_handler_unix.cpp with 82% similarity]
service/ipc/ipc_handler_linux.h [moved from service/ipc/ipc_handler_unix.h with 89% similarity]
service/ipc/ipc_manager.cpp
service/ipc/ipc_manager.h
service/ipc/linux_ipc_host.cpp [moved from service/ipc/unix_ipc_host.cpp with 91% similarity]
service/ipc/linux_ipc_host.h [moved from service/ipc/unix_ipc_host.h with 96% similarity]
service/test/ipc_linux_unittest.cpp [moved from service/test/ipc_unix_unittest.cpp with 85% similarity]