[shill] Add support for weird Cellular.SimLockStatus property

SimLockStatus is bizarre in that its type is a dictionary that maps
names to values of different types.  It's { string:string,
string:uint32 }, which doesn't fit nicely into dbus-c++, because you
can't represent it trivially with an STL container -- and therefore I
have to do something special to convert it.

BUG=chromium-os:17281
TEST=unit tests
STATUS=Verified

Change-Id: I9c4e43f75c666570caae66e04293bce6207a1b99
Reviewed-on: http://gerrit.chromium.org/gerrit/3619
Reviewed-by: Chris Masone <cmasone@chromium.org>
Tested-by: Chris Masone <cmasone@chromium.org>
11 files changed
tree: 672981dbd23f89bdd0c61354bfd10a004904ef2f
  1. accessor_interface.h
  2. adaptor_interfaces.h
  3. cellular.cc
  4. cellular.h
  5. cellular_service.cc
  6. cellular_service.h
  7. cellular_unittest.cc
  8. control_interface.h
  9. crypto_des_cbc.cc
  10. crypto_des_cbc.h
  11. crypto_des_cbc_unittest.cc
  12. crypto_interface.h
  13. crypto_provider.cc
  14. crypto_provider.h
  15. crypto_provider_unittest.cc
  16. crypto_rot47.cc
  17. crypto_rot47.h
  18. crypto_rot47_unittest.cc
  19. dbus_adaptor.cc
  20. dbus_adaptor.h
  21. dbus_adaptor_unittest.cc
  22. dbus_control.cc
  23. dbus_control.h
  24. default_profile.cc
  25. default_profile.h
  26. default_profile_unittest.cc
  27. device.cc
  28. device.h
  29. device_dbus_adaptor.cc
  30. device_dbus_adaptor.h
  31. device_info.cc
  32. device_info.h
  33. device_info_unittest.cc
  34. device_stub.h
  35. device_unittest.cc
  36. dhcp_config.cc
  37. dhcp_config.h
  38. dhcp_config_unittest.cc
  39. dhcp_provider.cc
  40. dhcp_provider.h
  41. dhcp_provider_unittest.cc
  42. dhcp_proxy_interface.h
  43. dhcpcd.xml
  44. dhcpcd_proxy.cc
  45. dhcpcd_proxy.h
  46. endpoint.cc
  47. endpoint.h
  48. error.cc
  49. error.h
  50. ethernet.cc
  51. ethernet.h
  52. ethernet_service.cc
  53. ethernet_service.h
  54. flimflam-device.xml
  55. flimflam-ipconfig.xml
  56. flimflam-manager.xml
  57. flimflam-profile.xml
  58. flimflam-service.xml
  59. glib.cc
  60. glib.h
  61. glib_io_handler.cc
  62. glib_io_handler.h
  63. inherit-review-settings-ok
  64. io_handler.h
  65. ipconfig.cc
  66. ipconfig.h
  67. ipconfig_dbus_adaptor.cc
  68. ipconfig_dbus_adaptor.h
  69. ipconfig_unittest.cc
  70. key_file_store.cc
  71. key_file_store.h
  72. key_file_store_unittest.cc
  73. Makefile
  74. manager.cc
  75. manager.h
  76. manager_dbus_adaptor.cc
  77. manager_dbus_adaptor.h
  78. manager_unittest.cc
  79. mock_adaptors.cc
  80. mock_adaptors.h
  81. mock_control.cc
  82. mock_control.h
  83. mock_device.cc
  84. mock_device.h
  85. mock_dhcp_proxy.h
  86. mock_glib.h
  87. mock_property_store.h
  88. mock_service.cc
  89. mock_service.h
  90. profile.cc
  91. profile.h
  92. profile_dbus_adaptor.cc
  93. profile_dbus_adaptor.h
  94. property_accessor.h
  95. property_accessor_unittest.cc
  96. property_iterator.h
  97. property_store.cc
  98. property_store.h
  99. property_store_unittest.cc
  100. property_store_unittest.h
  101. refptr_types.h
  102. rtnl_handler.cc
  103. rtnl_handler.h
  104. rtnl_listener.cc
  105. rtnl_listener.h
  106. service.cc
  107. service.h
  108. service_dbus_adaptor.cc
  109. service_dbus_adaptor.h
  110. service_unittest.cc
  111. shill.conf
  112. shill_config.cc
  113. shill_config.h
  114. shill_daemon.cc
  115. shill_daemon.h
  116. shill_event.cc
  117. shill_event.h
  118. shill_main.cc
  119. shill_unittest.cc
  120. store_interface.h
  121. supplicant-bss.xml
  122. supplicant-interface.xml
  123. supplicant-network.xml
  124. supplicant-process.xml
  125. testrunner.cc
  126. WATCHLISTS
  127. wifi.cc
  128. wifi.h
  129. wifi_endpoint.cc
  130. wifi_endpoint.h
  131. wifi_service.cc
  132. wifi_service.h
  133. wifi_unittest.cc