commit | 1ab55bc136c7919c6fc875ce6d6b43a2d6ea7c4a | [log] [tgz] |
---|---|---|
author | Yan Zhu <yanzhuyan@google.com> | Tue Mar 31 18:10:13 2020 -0700 |
committer | Yan Zhu <yanzhuyan@google.com> | Mon Apr 06 13:19:13 2020 -0700 |
tree | da268341acd212ed0546d427007d79a1849546d3 | |
parent | 0f961fc4a059904d2cc1371c2ed6fe6550432480 [diff] |
UserHalHelper methods Add helper method to - create ValuePropValue from request - add users information Bug: 150419600 Bug: 150413515 Test: atest CarServiceUnitTest:android.car.userlib.UserHalHelperTest CarServiceUnitTest:com.android.car.hal.UserHalServiceTest Change-Id: I0f15d73fde2a4e680331fd29aa1c6bee0a962295
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.