History log of /system/connectivity/apmanager/fake_config_adaptor.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d9c79aa078a5df1882848d26a52d48a02b4057a5 20-Nov-2015 Peter Qiu <zqiu@google.com> Remove D-Bus dependency from Config

This is achieved by using a generic ConfigAdaptorInterface to communicate
with the adaptor.

Use FakeConfigAdaptor for testing, which provides the storage for
the property variables.

While there, update the Config APIs to use the generic internal Error type
instead of brillo::Error (which is tailored more towards D-Bus). The D-Bus
adaptor will convert it to brillo::Error when returning from D-Bus method
calls.

Bug: 24194427
TEST=Setup AP on Chrome OS and Brillo device
TEST=Run unittests

Change-Id: I5aa8ffd0805bcbb0125224f4f430245b70f56b6a
/system/connectivity/apmanager/fake_config_adaptor.cc