History log of /base/hiviewdfx/hiappevent/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7405867c17-Oct-2024 openharmony_ci <120357966@qq.com>

!281 bug:修复订阅时序
Merge pull request !281 from wjf/master


"figures/HiAppEvent\346\236\266\346\236\204\345\233\276.png"
.gitattributes
LICENSE
OAT.xml
README.md
README_zh.md
bundle.json
figures/HiAppEvent-architecture.png
frameworks/cj/ffi/BUILD.gn
frameworks/cj/ffi/include/appevent_packageholder_impl.h
frameworks/cj/ffi/include/appevent_watcher_impl.h
frameworks/cj/ffi/include/common.h
frameworks/cj/ffi/include/error.h
frameworks/cj/ffi/include/hiappevent_ffi.h
frameworks/cj/ffi/include/hiappevent_impl.h
frameworks/cj/ffi/include/log.h
frameworks/cj/ffi/src/appevent_packageholder_impl.cpp
frameworks/cj/ffi/src/appevent_watcher_impl.cpp
frameworks/cj/ffi/src/error.cpp
frameworks/cj/ffi/src/hiappevent_ffi.cpp
frameworks/cj/ffi/src/hiappevent_impl.cpp
frameworks/cj/ffi/src/hiappevent_mock.cpp
frameworks/js/napi/BUILD.gn
frameworks/js/napi/include/napi_app_event_holder.h
frameworks/js/napi/include/napi_app_event_watcher.h
frameworks/js/napi/include/napi_error.h
frameworks/js/napi/include/napi_hiappevent_builder.h
frameworks/js/napi/include/napi_hiappevent_config.h
frameworks/js/napi/include/napi_hiappevent_init.h
frameworks/js/napi/include/napi_hiappevent_processor.h
frameworks/js/napi/include/napi_hiappevent_userinfo.h
frameworks/js/napi/include/napi_hiappevent_watch.h
frameworks/js/napi/include/napi_hiappevent_write.h
frameworks/js/napi/include/napi_param_builder.h
frameworks/js/napi/include/napi_util.h
frameworks/js/napi/src/napi_app_event_holder.cpp
frameworks/js/napi/src/napi_app_event_watcher.cpp
frameworks/js/napi/src/napi_hiappevent_builder.cpp
frameworks/js/napi/src/napi_hiappevent_config.cpp
frameworks/js/napi/src/napi_hiappevent_init.cpp
frameworks/js/napi/src/napi_hiappevent_js.cpp
frameworks/js/napi/src/napi_hiappevent_js_v9.cpp
frameworks/js/napi/src/napi_hiappevent_processor.cpp
frameworks/js/napi/src/napi_hiappevent_userinfo.cpp
frameworks/js/napi/src/napi_hiappevent_watch.cpp
frameworks/js/napi/src/napi_hiappevent_write.cpp
frameworks/js/napi/src/napi_param_builder.cpp
frameworks/js/napi/src/napi_util.cpp
frameworks/native/libhiappevent/BUILD.gn
frameworks/native/libhiappevent/cache/BUILD.gn
frameworks/native/libhiappevent/cache/app_event_dao.cpp
frameworks/native/libhiappevent/cache/app_event_mapping_dao.cpp
frameworks/native/libhiappevent/cache/app_event_observer_dao.cpp
frameworks/native/libhiappevent/cache/app_event_store.cpp
frameworks/native/libhiappevent/cache/custom_event_param_dao.cpp
frameworks/native/libhiappevent/cache/include/app_event_cache_common.h
frameworks/native/libhiappevent/cache/include/app_event_dao.h
frameworks/native/libhiappevent/cache/include/app_event_mapping_dao.h
frameworks/native/libhiappevent/cache/include/app_event_observer_dao.h
frameworks/native/libhiappevent/cache/include/app_event_store.h
frameworks/native/libhiappevent/cache/include/app_event_store_callback.h
frameworks/native/libhiappevent/cache/include/custom_event_param_dao.h
frameworks/native/libhiappevent/cache/include/user_id_dao.h
frameworks/native/libhiappevent/cache/include/user_property_dao.h
frameworks/native/libhiappevent/cache/user_id_dao.cpp
frameworks/native/libhiappevent/cache/user_property_dao.cpp
frameworks/native/libhiappevent/cleaner/BUILD.gn
frameworks/native/libhiappevent/cleaner/app_event_db_cleaner.cpp
frameworks/native/libhiappevent/cleaner/app_event_log_cleaner.cpp
frameworks/native/libhiappevent/cleaner/include/app_event_cleaner.h
frameworks/native/libhiappevent/cleaner/include/app_event_db_cleaner.h
frameworks/native/libhiappevent/cleaner/include/app_event_log_cleaner.h
frameworks/native/libhiappevent/hiappevent_base.cpp
frameworks/native/libhiappevent/hiappevent_c.cpp
frameworks/native/libhiappevent/hiappevent_clean.cpp
frameworks/native/libhiappevent/hiappevent_config.cpp
frameworks/native/libhiappevent/hiappevent_userinfo.cpp
frameworks/native/libhiappevent/hiappevent_verify.cpp
frameworks/native/libhiappevent/hiappevent_write.cpp
frameworks/native/libhiappevent/include/hiappevent_base.h
frameworks/native/libhiappevent/include/hiappevent_c.h
frameworks/native/libhiappevent/include/hiappevent_clean.h
frameworks/native/libhiappevent/include/hiappevent_common.h
frameworks/native/libhiappevent/include/hiappevent_config.h
frameworks/native/libhiappevent/include/hiappevent_userinfo.h
frameworks/native/libhiappevent/include/hiappevent_verify.h
frameworks/native/libhiappevent/include/hiappevent_write.h
frameworks/native/libhiappevent/load/include/module_loader.h
frameworks/native/libhiappevent/load/module_loader.cpp
frameworks/native/libhiappevent/observer/BUILD.gn
frameworks/native/libhiappevent/observer/app_event_handler.cpp
frameworks/native/libhiappevent/observer/app_event_observer.cpp
frameworks/native/libhiappevent/observer/app_event_observer_mgr.cpp
frameworks/native/libhiappevent/observer/app_event_processor_proxy.cpp
frameworks/native/libhiappevent/observer/app_event_watcher.cpp
frameworks/native/libhiappevent/observer/app_state_callback.cpp
frameworks/native/libhiappevent/observer/include/app_event_handler.h
frameworks/native/libhiappevent/observer/include/app_event_observer.h
frameworks/native/libhiappevent/observer/include/app_event_observer_mgr.h
frameworks/native/libhiappevent/observer/include/app_event_processor_proxy.h
frameworks/native/libhiappevent/observer/include/app_event_watcher.h
frameworks/native/libhiappevent/observer/include/app_state_callback.h
frameworks/native/libhiappevent/observer/include/os_event_listener.h
frameworks/native/libhiappevent/observer/os_event_listener.cpp
frameworks/native/libhiappevent/utility/BUILD.gn
frameworks/native/libhiappevent/utility/app_event_stat.cpp
frameworks/native/libhiappevent/utility/file_util.cpp
frameworks/native/libhiappevent/utility/include/app_event_stat.h
frameworks/native/libhiappevent/utility/include/file_util.h
frameworks/native/libhiappevent/utility/include/sql_util.h
frameworks/native/libhiappevent/utility/include/time_util.h
frameworks/native/libhiappevent/utility/sql_util.cpp
frameworks/native/libhiappevent/utility/time_util.cpp
frameworks/native/ndk/BUILD.gn
frameworks/native/ndk/hiappevent_ndk.c
frameworks/native/ndk/include/ndk_app_event_processor.h
frameworks/native/ndk/include/ndk_app_event_processor_service.h
frameworks/native/ndk/include/ndk_app_event_watcher.h
frameworks/native/ndk/include/ndk_app_event_watcher_proxy.h
frameworks/native/ndk/include/ndk_app_event_watcher_service.h
frameworks/native/ndk/src/ndk_app_event_processor.cpp
frameworks/native/ndk/src/ndk_app_event_processor_service.cpp
frameworks/native/ndk/src/ndk_app_event_watcher.cpp
frameworks/native/ndk/src/ndk_app_event_watcher_proxy.cpp
frameworks/native/ndk/src/ndk_app_event_watcher_service.cpp
hiappevent.gni
hiappevent_aafwk.gni
interfaces/native/inner_api/BUILD.gn
interfaces/native/inner_api/include/app_event.h
interfaces/native/inner_api/include/app_event_processor.h
interfaces/native/inner_api/include/app_event_processor_mgr.h
interfaces/native/inner_api/include/base_type.h
interfaces/native/inner_api/src/app_event.cpp
interfaces/native/inner_api/src/app_event_processor_mgr.cpp
interfaces/native/kits/include/hiappevent/hiappevent.h
interfaces/native/kits/include/hiappevent/hiappevent_cfg.h
interfaces/native/kits/include/hiappevent/hiappevent_event.h
interfaces/native/kits/include/hiappevent/hiappevent_param.h
interfaces/native/kits/libhiappevent.ndk.json
test/BUILD.gn
test/processor/BUILD.gn
test/processor/test_init.cpp
test/processor/test_processor.cpp
test/processor/test_processor.h
test/resource/ohos_test.xml
test/unittest/common/napi/BUILD.gn
test/unittest/common/napi/config.json
test/unittest/common/napi/napi_hiappevent.test.js
test/unittest/common/napi/napi_hiappevent_processor.test.js
test/unittest/common/napi/napi_hiappevent_userinfo.test.js
test/unittest/common/napi/napi_set_event_param.test.js
test/unittest/common/napi/signature/hiAppEventUnitTest.p7b
test/unittest/common/native/hiappevent_app_event_test.cpp
test/unittest/common/native/hiappevent_cache_test.cpp
test/unittest/common/native/hiappevent_cache_test.h
test/unittest/common/native/hiappevent_inner_api_test.cpp
test/unittest/common/native/hiappevent_native_test.cpp
test/unittest/common/native/hiappevent_native_test.h
test/unittest/common/native/hiappevent_userinfo_test.cpp
test/unittest/common/native/hiappevent_watcher_test.cpp