History log of /system/connectivity/wificond/scanning/single_scan_settings.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
05aa181bfe3cc7bfec38e4747a791e04fa7b8cdf 07-Feb-2017 Ningyuan Wang <nywang@google.com> Remove is_full_scan_ from SingleScanSettings

Bug: 35103495
Change-Id: Id4cef15484790cb3ad684cc683903b31996d592b
Test: compile, unit tests
/system/connectivity/wificond/scanning/single_scan_settings.cpp
08882f8250a87732734a12991963cc91316102ca 24-Jan-2017 Ningyuan Wang <nywang@google.com> Handle leading number before an object in parcel

Java writeTypedList() implementation uses a leading number
with either 0 or 1 before an object in parcel.
0 means this object is null.
1 means this object is not null.
C++ code should handle it accordingly.

Bug: 34359499
Change-Id: I2e107ffa00573d4ffa31041a14dbec581e09a23a
Test: compile, unit tests, manual tests.
/system/connectivity/wificond/scanning/single_scan_settings.cpp
c82f5b56707b0a5883b826299c5270ab36c67b4b 18-Jan-2017 Ningyuan Wang <nywang@google.com> Add extra comment for length of nested parcelable objects list

Bug: 34359499
Change-Id: Ic7f2da47e14d78e61a3211bc3f54cb73c081ef49
Test: compile
/system/connectivity/wificond/scanning/single_scan_settings.cpp
3afd158172c34f354f50bebf89d0ecbd991aaff6 01-Dec-2016 Ningyuan Wang <nywang@google.com> Add parcelable class SingleScanSettings

This adds parcelable class SingleScanSettings on wificond side.
Class SingleScanSettings is going to be used for Java framework
to send single scan requests.

This also adds the corresponding unit tests.

Bug: 33011588
Change-Id: I071edfca5680ef39b8fa1998ecf14f33ccafe207
Test: compile, unit test
/system/connectivity/wificond/scanning/single_scan_settings.cpp