From 28a5f5ce25c2a76b0117e360b20e6180e2ddc067 Mon Sep 17 00:00:00 2001 From: lsq Date: Wed, 23 Mar 2022 10:02:56 +0800 Subject: [PATCH] Signed-off-by: lsq Change-Id: If3c0de01c9547fe01d6b19cf9898cbb70143776a Change-Id: I1893828adb35572d7472d3ff8e3e6f37a4253404 Change-Id: I89072b512a5c92cec8a129c53e8e79f35fe9a704 Signed-off-by: lsq --- OAT.xml | 1 - .../accesstoken/src/hap_policy_parcel.cpp | 2 +- .../src/hap_token_info_for_sync_parcel.cpp | 1 - .../accesstoken/src/hap_token_info_parcel.cpp | 2 +- .../src/native_token_info_parcel.cpp | 2 +- .../src/permission_state_full_parcel.cpp | 2 +- frameworks/common/include/data_validator.h | 1 + frameworks/common/include/random_mbedtls.h | 4 +-- .../include/accesstoken_death_recipient.h | 2 +- .../src/accesstoken_manager_proxy.h | 1 + .../unittest/src/accesstoken_kit_test.cpp | 32 +++++++++---------- .../accesstoken/napi/include/napi_atmanager.h | 6 ++-- .../permission/permission_policy_set.h | 2 +- .../include/permission/permission_validator.h | 4 +-- .../service/accesstoken_manager_service.h | 1 + .../cpp/include/token/native_token_receptor.h | 2 +- .../cpp/include/token/token_modify_notifier.h | 1 - .../main/cpp/src/database/data_storage.cpp | 2 +- .../main/cpp/src/database/generic_values.cpp | 2 +- .../main/cpp/src/database/sqlite_helper.cpp | 2 +- .../main/cpp/src/database/statement.cpp | 2 +- .../main/cpp/src/database/variant_value.cpp | 2 +- .../cpp/src/permission/permission_manager.cpp | 2 +- .../service/accesstoken_manager_service.cpp | 2 +- .../src/service/accesstoken_manager_stub.cpp | 2 +- .../accesstoken_remote_token_manager.cpp | 1 - .../cpp/src/token/token_modify_notifier.cpp | 1 - .../cpp/src/native_token_receptor_test.cpp | 1 - .../include/common/constant.h | 2 +- .../include/device/device_info.h | 2 +- .../include/device/device_info_manager.h | 2 +- .../include/device/device_info_repository.h | 2 +- .../include/remote/rpc_channel.h | 2 +- .../src/device/device_info_manager.cpp | 2 +- .../src/device/device_info_repository.cpp | 2 +- .../src/remote/soft_bus_channel.cpp | 7 ++-- .../src/remote/soft_bus_session_listener.cpp | 1 + .../service/token_sync_manager_service.cpp | 2 +- .../test/unittest/token_sync_service/BUILD.gn | 2 +- .../token_sync_service_test.cpp | 2 +- .../token_sync_service_test.h | 2 +- tools/accesstoken/include/atm_command.h | 2 +- tools/accesstoken/include/atm_receiver_impl.h | 2 +- tools/accesstoken/src/atm_command.cpp | 8 +---- tools/accesstoken/src/atm_receiver_impl.cpp | 2 +- 45 files changed, 59 insertions(+), 70 deletions(-) diff --git a/OAT.xml b/OAT.xml index e2f5a5ae9..6433eb1d4 100644 --- a/OAT.xml +++ b/OAT.xml @@ -1,6 +1,5 @@