shill: push service naming down into Service class (instead of being
handled in each subclass)

BUG=chromium-os:17974
TEST=FEATURES="test nostrip noclean" emerge-x86-generic shill, and run on device

Change-Id: Ic251fec9c76fec1a4c3aa5ac8d0aba4c664e029d
Reviewed-on: http://gerrit.chromium.org/gerrit/4927
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Tested-by: mukesh agrawal <quiche@chromium.org>
18 files changed
tree: c55b6c31cf871b078fe049973d85f851bb8be3b2
  1. dbus_bindings/
  2. accessor_interface.h
  3. adaptor_interfaces.h
  4. byte_string.cc
  5. byte_string.h
  6. byte_string_unittest.cc
  7. cellular.cc
  8. cellular.h
  9. cellular_service.cc
  10. cellular_service.h
  11. cellular_unittest.cc
  12. control_interface.h
  13. crypto_des_cbc.cc
  14. crypto_des_cbc.h
  15. crypto_des_cbc_unittest.cc
  16. crypto_interface.h
  17. crypto_provider.cc
  18. crypto_provider.h
  19. crypto_provider_unittest.cc
  20. crypto_rot47.cc
  21. crypto_rot47.h
  22. crypto_rot47_unittest.cc
  23. dbus_adaptor.cc
  24. dbus_adaptor.h
  25. dbus_adaptor_unittest.cc
  26. dbus_control.cc
  27. dbus_control.h
  28. dbus_properties.cc
  29. dbus_properties.h
  30. dbus_properties_proxy.cc
  31. dbus_properties_proxy.h
  32. dbus_properties_proxy_interface.h
  33. dbus_properties_unittest.cc
  34. default_profile.cc
  35. default_profile.h
  36. default_profile_unittest.cc
  37. device.cc
  38. device.h
  39. device_dbus_adaptor.cc
  40. device_dbus_adaptor.h
  41. device_info.cc
  42. device_info.h
  43. device_info_unittest.cc
  44. device_stub.h
  45. device_unittest.cc
  46. dhcp_config.cc
  47. dhcp_config.h
  48. dhcp_config_unittest.cc
  49. dhcp_provider.cc
  50. dhcp_provider.h
  51. dhcp_provider_unittest.cc
  52. dhcp_proxy_interface.h
  53. dhcpcd_proxy.cc
  54. dhcpcd_proxy.h
  55. endpoint.cc
  56. endpoint.h
  57. ephemeral_profile.cc
  58. ephemeral_profile.h
  59. error.cc
  60. error.h
  61. ethernet.cc
  62. ethernet.h
  63. ethernet_service.cc
  64. ethernet_service.h
  65. glib.cc
  66. glib.h
  67. glib_io_handler.cc
  68. glib_io_handler.h
  69. io_handler.h
  70. ip_address.cc
  71. ip_address.h
  72. ip_address_unittest.cc
  73. ipconfig.cc
  74. ipconfig.h
  75. ipconfig_dbus_adaptor.cc
  76. ipconfig_dbus_adaptor.h
  77. ipconfig_unittest.cc
  78. key_file_store.cc
  79. key_file_store.h
  80. key_file_store_unittest.cc
  81. Makefile
  82. manager.cc
  83. manager.h
  84. manager_dbus_adaptor.cc
  85. manager_dbus_adaptor.h
  86. manager_unittest.cc
  87. mock_adaptors.cc
  88. mock_adaptors.h
  89. mock_control.cc
  90. mock_control.h
  91. mock_dbus_properties_proxy.h
  92. mock_device.cc
  93. mock_device.h
  94. mock_dhcp_proxy.h
  95. mock_glib.h
  96. mock_modem_manager_proxy.h
  97. mock_profile.cc
  98. mock_profile.h
  99. mock_property_store.h
  100. mock_service.cc
  101. mock_service.h
  102. mock_sockets.h
  103. mock_store.h
  104. mock_supplicant_interface_proxy.h
  105. mock_supplicant_process_proxy.h
  106. modem.cc
  107. modem.h
  108. modem_info.cc
  109. modem_info.h
  110. modem_info_unittest.cc
  111. modem_manager.cc
  112. modem_manager.h
  113. modem_manager_proxy.cc
  114. modem_manager_proxy.h
  115. modem_manager_proxy_interface.h
  116. modem_manager_unittest.cc
  117. modem_unittest.cc
  118. nice_mock_control.cc
  119. nice_mock_control.h
  120. profile.cc
  121. profile.h
  122. profile_dbus_adaptor.cc
  123. profile_dbus_adaptor.h
  124. profile_unittest.cc
  125. property_accessor.h
  126. property_accessor_unittest.cc
  127. property_iterator.h
  128. property_store.cc
  129. property_store.h
  130. property_store_unittest.cc
  131. property_store_unittest.h
  132. proxy_factory.cc
  133. proxy_factory.h
  134. refptr_types.h
  135. rtnl_handler.cc
  136. rtnl_handler.h
  137. rtnl_handler_unittest.cc
  138. rtnl_listener.cc
  139. rtnl_listener.h
  140. rtnl_listener_unittest.cc
  141. service.cc
  142. service.h
  143. service_dbus_adaptor.cc
  144. service_dbus_adaptor.h
  145. service_unittest.cc
  146. shill.conf
  147. shill_config.cc
  148. shill_config.h
  149. shill_daemon.cc
  150. shill_daemon.h
  151. shill_event.cc
  152. shill_event.h
  153. shill_main.cc
  154. shill_unittest.cc
  155. sockets.cc
  156. sockets.h
  157. store_interface.h
  158. supplicant_interface_proxy.cc
  159. supplicant_interface_proxy.h
  160. supplicant_interface_proxy_interface.h
  161. supplicant_process_proxy.cc
  162. supplicant_process_proxy.h
  163. supplicant_process_proxy_interface.h
  164. testrunner.cc
  165. wifi.cc
  166. wifi.h
  167. wifi_endpoint.cc
  168. wifi_endpoint.h
  169. wifi_service.cc
  170. wifi_service.h
  171. wifi_unittest.cc