History log of /base/security/asset/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dfe32fa124-Oct-2024 oh_ci <maguangsheng1@huawei.com>

!122 多用户适配
Merge pull request !122 from 尹耀德/master


.gitignore
BUILD.gn
Cargo.toml
LICENSE
OAT.xml
README.md
README_zh.md
bundle.json
config.gni
etc/init/BUILD.gn
etc/init/asset_service.cfg
figures/asset-architecture-en.png
figures/asset-architecture.png
frameworks/c/system_api/BUILD.gn
frameworks/c/system_api/src/asset_system_api.c
frameworks/definition/BUILD.gn
frameworks/definition/Cargo.toml
frameworks/definition/src/extension.rs
frameworks/definition/src/lib.rs
frameworks/definition/src/macros.rs
frameworks/ipc/BUILD.gn
frameworks/ipc/Cargo.toml
frameworks/ipc/src/lib.rs
frameworks/js/napi/BUILD.gn
frameworks/js/napi/inc/asset_napi_add.h
frameworks/js/napi/inc/asset_napi_check.h
frameworks/js/napi/inc/asset_napi_common.h
frameworks/js/napi/inc/asset_napi_error_code.h
frameworks/js/napi/inc/asset_napi_post_query.h
frameworks/js/napi/inc/asset_napi_pre_query.h
frameworks/js/napi/inc/asset_napi_query.h
frameworks/js/napi/inc/asset_napi_remove.h
frameworks/js/napi/inc/asset_napi_update.h
frameworks/js/napi/src/asset_napi.cpp
frameworks/js/napi/src/asset_napi_add.cpp
frameworks/js/napi/src/asset_napi_check.cpp
frameworks/js/napi/src/asset_napi_common.cpp
frameworks/js/napi/src/asset_napi_post_query.cpp
frameworks/js/napi/src/asset_napi_pre_query.cpp
frameworks/js/napi/src/asset_napi_query.cpp
frameworks/js/napi/src/asset_napi_remove.cpp
frameworks/js/napi/src/asset_napi_update.cpp
frameworks/os_dependency/file/BUILD.gn
frameworks/os_dependency/file/Cargo.toml
frameworks/os_dependency/file/src/ce_operator.rs
frameworks/os_dependency/file/src/common.rs
frameworks/os_dependency/file/src/de_operator.rs
frameworks/os_dependency/file/src/lib.rs
frameworks/os_dependency/log/BUILD.gn
frameworks/os_dependency/log/Cargo.toml
frameworks/os_dependency/log/inc/asset_log.h
frameworks/os_dependency/log/src/lib.rs
frameworks/os_dependency/memory/BUILD.gn
frameworks/os_dependency/memory/inc/asset_mem.h
frameworks/os_dependency/memory/src/asset_mem.c
frameworks/os_dependency/openssl/BUILD.gn
frameworks/os_dependency/openssl/inc/openssl_wrapper.h
frameworks/os_dependency/openssl/src/openssl_wrapper.c
frameworks/utils/BUILD.gn
frameworks/utils/Cargo.toml
frameworks/utils/src/hasher.rs
frameworks/utils/src/lib.rs
frameworks/utils/src/time.rs
hisysevent.yaml
interfaces/inner_kits/c/BUILD.gn
interfaces/inner_kits/c/Cargo.toml
interfaces/inner_kits/c/inc/asset_system_api.h
interfaces/inner_kits/c/inc/asset_system_type.h
interfaces/inner_kits/c/src/lib.rs
interfaces/inner_kits/rs/BUILD.gn
interfaces/inner_kits/rs/Cargo.toml
interfaces/inner_kits/rs/src/lib.rs
interfaces/inner_kits/rs/src/plugin_interface.rs
interfaces/kits/c/BUILD.gn
interfaces/kits/c/inc/asset_api.h
interfaces/kits/c/inc/asset_type.h
interfaces/kits/c/src/asset_api.c
rustfmt.toml
sa_profile/8100.json
sa_profile/BUILD.gn
services/common/BUILD.gn
services/common/Cargo.toml
services/common/src/calling_info.rs
services/common/src/counter.rs
services/common/src/lib.rs
services/common/src/process_info.rs
services/core_service/BUILD.gn
services/core_service/Cargo.toml
services/core_service/src/common_event.rs
services/core_service/src/common_event/listener.rs
services/core_service/src/common_event/start_event.rs
services/core_service/src/lib.rs
services/core_service/src/operations.rs
services/core_service/src/operations/common.rs
services/core_service/src/operations/common/argument_check.rs
services/core_service/src/operations/common/permission_check.rs
services/core_service/src/operations/operation_add.rs
services/core_service/src/operations/operation_post_query.rs
services/core_service/src/operations/operation_pre_query.rs
services/core_service/src/operations/operation_query.rs
services/core_service/src/operations/operation_remove.rs
services/core_service/src/operations/operation_update.rs
services/core_service/src/stub.rs
services/core_service/src/sys_event.rs
services/core_service/src/trace_scope.rs
services/core_service/src/unload_handler.rs
services/crypto_manager/BUILD.gn
services/crypto_manager/Cargo.toml
services/crypto_manager/src/crypto.rs
services/crypto_manager/src/crypto_manager.rs
services/crypto_manager/src/huks_wrapper.c
services/crypto_manager/src/huks_wrapper.h
services/crypto_manager/src/lib.rs
services/crypto_manager/src/secret_key.rs
services/db_key_operator/BUILD.gn
services/db_key_operator/Cargo.toml
services/db_key_operator/src/lib.rs
services/db_operator/BUILD.gn
services/db_operator/Cargo.toml
services/db_operator/src/database.rs
services/db_operator/src/database_file_upgrade.rs
services/db_operator/src/lib.rs
services/db_operator/src/sqlite3_wrapper.c
services/db_operator/src/statement.rs
services/db_operator/src/table.rs
services/db_operator/src/test/lib.rs
services/db_operator/src/test/test_database.rs
services/db_operator/src/test/test_table.rs
services/db_operator/src/transaction.rs
services/db_operator/src/types.rs
services/os_dependency/BUILD.gn
services/os_dependency/inc/access_token_wrapper.h
services/os_dependency/inc/bms_wrapper.h
services/os_dependency/inc/os_account_wrapper.h
services/os_dependency/inc/system_ability_wrapper.h
services/os_dependency/inc/system_event_wrapper.h
services/os_dependency/src/access_token_wrapper.cpp
services/os_dependency/src/bms_wrapper.cpp
services/os_dependency/src/os_account_wrapper.cpp
services/os_dependency/src/system_ability_wrapper.cpp
services/os_dependency/src/system_event_wrapper.cpp
services/plugin/BUILD.gn
services/plugin/Cargo.toml
services/plugin/src/asset_plugin.rs
services/plugin/src/lib.rs
test/unittest/common/BUILD.gn
test/unittest/common/inc/asset_test_common.h
test/unittest/common/src/asset_test_common.cpp
test/unittest/inner_kits_rust/BUILD.gn
test/unittest/inner_kits_rust/Cargo.toml
test/unittest/inner_kits_rust/src/add.rs
test/unittest/inner_kits_rust/src/add_abnormal.rs
test/unittest/inner_kits_rust/src/common.rs
test/unittest/inner_kits_rust/src/main.rs
test/unittest/inner_kits_rust/src/post_query.rs
test/unittest/inner_kits_rust/src/post_query_abnormal.rs
test/unittest/inner_kits_rust/src/pre_query.rs
test/unittest/inner_kits_rust/src/pre_query_abnormal.rs
test/unittest/inner_kits_rust/src/query.rs
test/unittest/inner_kits_rust/src/query_abnormal.rs
test/unittest/inner_kits_rust/src/remove.rs
test/unittest/inner_kits_rust/src/remove_abnormal.rs
test/unittest/inner_kits_rust/src/update.rs
test/unittest/inner_kits_rust/src/update_abnormal.rs
test/unittest/kits_ndk/BUILD.gn
test/unittest/kits_ndk/inc/asset_add_test.h
test/unittest/kits_ndk/inc/asset_auth_query_test.h
test/unittest/kits_ndk/inc/asset_query_test.h
test/unittest/kits_ndk/inc/asset_remove_test.h
test/unittest/kits_ndk/inc/asset_update_test.h
test/unittest/kits_ndk/src/asset_add_test.cpp
test/unittest/kits_ndk/src/asset_auth_query_test.cpp
test/unittest/kits_ndk/src/asset_query_test.cpp
test/unittest/kits_ndk/src/asset_remove_test.cpp
test/unittest/kits_ndk/src/asset_update_test.cpp
test/unittest/module_test/BUILD.gn
test/unittest/module_test/Cargo.toml
test/unittest/module_test/inc/access_token_wrapper_test.h
test/unittest/module_test/inc/asset_system_api_test.h
test/unittest/module_test/inc/bms_wrapper_test.h
test/unittest/module_test/inc/huks_wrapper_test.h
test/unittest/module_test/inc/os_account_wrapper_test.h
test/unittest/module_test/inc/system_ability_wrapper_test.h
test/unittest/module_test/inc/system_event_wrapper_test.h
test/unittest/module_test/src/access_token_wrapper_test.cpp
test/unittest/module_test/src/asset_system_api_test.cpp
test/unittest/module_test/src/bms_wrapper_test.cpp
test/unittest/module_test/src/crypto_manager/lib.rs
test/unittest/module_test/src/huks_wrapper_test.cpp
test/unittest/module_test/src/lib.rs
test/unittest/module_test/src/os_account_wrapper_test.cpp
test/unittest/module_test/src/system_ability_wrapper_test.cpp
test/unittest/module_test/src/system_event_wrapper_test.cpp