History log of /system/connectivity/shill/mock_crypto_util_proxy.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c0beca55d290fe0b1c96d78cbbcf94b05c23f5a5 03-Sep-2015 Peter Qiu <zqiu@google.com> License shill to Apache2

This patch automatically replaced the license on all text files from
Chromium OS (BSD style) to AOSP (Apache2), keeping the original year as
a reference.

The license header was added to .gyp and .gypi, the NOTICE was added with a copy
of the Apache2 license and MODULE_LICENSE_* file was added.

BUG=23587594
TEST=grep 'Chromium OS Authors' doesn't find anything.

Change-Id: If41ede586c2465f5831fb7fee270ff41dbfdb596
/system/connectivity/shill/mock_crypto_util_proxy.cc
13d581fa047118d065f41eb1d0da203cf0a49b07 15-Aug-2015 mukesh agrawal <quiche@chromium.org> shill: migrate CryptoUtilProxy to libchromeos' base64

On some platforms, we don't have glib available. Update
CryptoUtilProxy to use libchromeos' base64, so that this
code can compile on those platforms.

BUG=b:23003526
TEST=unit tests

Change-Id: I4728b9cba0df79c15856928ca1b621ac3cdf4030
Reviewed-on: https://chromium-review.googlesource.com/293881
Trybot-Ready: mukesh agrawal <quiche@chromium.org>
Tested-by: mukesh agrawal <quiche@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: mukesh agrawal <quiche@chromium.org>
/system/connectivity/shill/mock_crypto_util_proxy.cc
1e006c610db980bca337121134d2ba54497b7a59 16-Jun-2015 Paul Stewart <pstew@chromium.org> shill: Top-level mocks: Switch pointer/ref spacing

Switch to Chrome style spacing.

BUG=chromium:501026
TEST=Unit tests

Change-Id: I730ed5115e62319c2745dd6cef642e228b0fb66e
Reviewed-on: https://chromium-review.googlesource.com/278036
Reviewed-by: Rebecca Silberstein <silberst@chromium.org>
Commit-Queue: Paul Stewart <pstew@chromium.org>
Tested-by: Paul Stewart <pstew@chromium.org>
/system/connectivity/shill/mock_crypto_util_proxy.cc
125aea856fbe6520131c836e0b7f14529035c62f 18-Sep-2014 Prathmesh Prabhu <pprabhu@chromium.org> shill: Update all mock proxies to fail DBus methods synchronously by default.

CL:215790 introduced a new mock action that allows mock dbus proxies to specify
default behaviour for DBus calls. That CL also updated some of the proxies
to fail all DBus calls synchronously. This is a follow up CL that sets similar
expectations for the remaining DBus proxies.

Also, set non-default expectations on one of the proxies in WiFiMainTest and
WiMaxTest.

BUG=chromium:411018
TEST=Run shill_unittest.

Change-Id: Ib5a605ae58750d91f714a33d0e1a3e4479b72154
Reviewed-on: https://chromium-review.googlesource.com/218726
Reviewed-by: Paul Stewart <pstew@chromium.org>
Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
Commit-Queue: Aviv Keshet <akeshet@chromium.org>
/system/connectivity/shill/mock_crypto_util_proxy.cc
cc67c52a2c00f90e877971d552208dd99825d84e 03-Sep-2014 Ben Chan <benchan@chromium.org> shill: Include base/macros.h instead of base/basictypes.h

shill no longer uses the integer types from base/basictypes.h. It should
simply include base/macros.h for the DISALLOW_COPY_AND_ASSIGN macro
instead.

BUG=None
TEST=`USE='cellular wimax' FEATURES=test emerge-$BOARD platform2`

Change-Id: I9b350c1bd9eff88e2c87de2ef8d607e90049e102
Reviewed-on: https://chromium-review.googlesource.com/216055
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Ben Chan <benchan@chromium.org>
Tested-by: Ben Chan <benchan@chromium.org>
/system/connectivity/shill/mock_crypto_util_proxy.cc
8a5322984f2d81bcbfd8d44c59747a11bd9b904b 17-Jun-2014 Alex Vakulenko <avakulenko@chromium.org> shill: Fix most of warnings from cpplint

Fix most cpplinter's warnings. On a few occasisions, the warnings
produced were false-positives, so added explicit // NOLINT comment
overrides.

There were a few instances of disallowed non-const reference usage
(reported as runtime/reference error by cpplint) for
"DBus::Error &error" which should potentially be changed
to pointers to comply with C++ coding style but I will let Shill
owners do that since there is quite a few of those and the
change isn't brain-dead simple...

BUG=None
TEST=platform2 still compiles and all unit tests pass.

Change-Id: Ic2e31896aa13d20eeb1a85dee74f3db8cccfde2e
Reviewed-on: https://chromium-review.googlesource.com/204164
Tested-by: Alex Vakulenko <avakulenko@chromium.org>
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Commit-Queue: Alex Vakulenko <avakulenko@chromium.org>
/system/connectivity/shill/mock_crypto_util_proxy.cc
ed9389cf9b6933503c5ab166de8dc5f0039803b3 10-May-2013 Gaurav Shah <gauravsh@google.com> shill: un-inline the implementation of MockCryptoUtilProxy

BUG=none
TEST=build and run unit tests

Change-Id: I6f7b3ab74045ad548aa1392bbefbf7faf673d7f1
Reviewed-on: https://gerrit.chromium.org/gerrit/50713
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Commit-Queue: Gaurav Shah <gauravsh@chromium.org>
Tested-by: Gaurav Shah <gauravsh@chromium.org>
/system/connectivity/shill/mock_crypto_util_proxy.cc