From 374368cdaf041c8e138358d3a2c952ee35bf38e7 Mon Sep 17 00:00:00 2001 From: lijialang Date: Wed, 22 Jan 2025 16:08:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?uitest=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lijialang --- code/Project/Test/uitest/.clang-format | 62 + .../Test/uitest/.hvigor/cache/file-cache.json | 1 + .../Test/uitest/.hvigor/cache/meta.json | 1 + .../Test/uitest/.hvigor/cache/task-cache.json | 1 + .../.hvigor/dependencyMap/dependencyMap.json5 | 1 + .../dependencyMap/entry/oh-package.json5 | 1 + .../.hvigor/dependencyMap/oh-package.json5 | 1 + .../.hvigor/outputs/build-logs/build.log | 4273 ++++++ .../.hvigor/outputs/logs/details/details.json | 59 + .../.hvigor/outputs/sync/fileCache.json | 1 + .../uitest/.hvigor/outputs/sync/output.json | 138 + .../report/report-202501221513425780.json | 767 ++ .../report/report-202501221513481590.json | 733 + .../report/report-202501221545157810.json | 10840 +++++++++++++++ .../report/report-202501221545261800.json | 11078 ++++++++++++++++ .../report/report-202501221546322840.json | 7074 ++++++++++ .../report/report-202501221546329690.json | 7216 ++++++++++ .../report/report-202501221551056480.json | 7023 ++++++++++ .../report/report-202501221551062360.json | 9507 +++++++++++++ .../report/report-202501221552205410.json | 9314 +++++++++++++ .../report/report-202501221552240240.json | 9541 +++++++++++++ .../.idea/.deveco/module/entry.cache.json | 21 + .../uitest/.idea/.deveco/project.cache.json | 16 + code/Project/Test/uitest/.idea/.gitignore | 3 + .../OhosTestConfigurationModuleSettings.xml | 10 + code/Project/Test/uitest/.idea/modules.xml | 9 + .../Test/uitest/.idea/modules/entry/entry.iml | 8 + .../Test/uitest/.idea/modules/uitest.iml | 37 + code/Project/Test/uitest/.idea/vcs.xml | 6 + code/Project/Test/uitest/build-profile.json5 | 21 +- .../esmodule/.ts_checker_cache | 3722 ++++++ .../esmodule/.tsbuildinfo | 1 + .../esmodule/.tsbuildinfo.linter | 1 + .../esmodule/debug/compiler.cache.msgpack | Bin 0 -> 306985 bytes .../esmodule/debug/component_collection.json | 128 + .../ets/clickability/ClickAbility.protoBin | Bin 0 -> 15190 bytes .../src/main/ets/clickability/ClickAbility.ts | 48 + .../main/ets/dragability/DragAbility.protoBin | Bin 0 -> 15056 bytes .../src/main/ets/dragability/DragAbility.ts | 48 + .../ets/entryability/EntryAbility.protoBin | Bin 0 -> 15347 bytes .../src/main/ets/entryability/EntryAbility.ts | 49 + .../ets/flingability/FlingAbility.protoBin | Bin 0 -> 15191 bytes .../src/main/ets/flingability/FlingAbility.ts | 48 + .../ets/inputability/InputAbility.protoBin | Bin 0 -> 15195 bytes .../src/main/ets/inputability/InputAbility.ts | 48 + .../ets/mouseability/MouseAbility.protoBin | Bin 0 -> 15191 bytes .../src/main/ets/mouseability/MouseAbility.ts | 48 + .../entry/src/main/ets/pages/Click.protoBin | Bin 0 -> 37251 bytes .../debug/entry/src/main/ets/pages/Click.ts | 100 + .../entry/src/main/ets/pages/Drag.protoBin | Bin 0 -> 113742 bytes .../debug/entry/src/main/ets/pages/Drag.ts | 340 + .../entry/src/main/ets/pages/Fling.protoBin | Bin 0 -> 82934 bytes .../debug/entry/src/main/ets/pages/Fling.ts | 234 + .../entry/src/main/ets/pages/Fourth.protoBin | Bin 0 -> 26412 bytes .../debug/entry/src/main/ets/pages/Fourth.ts | 71 + .../entry/src/main/ets/pages/Index.protoBin | Bin 0 -> 125939 bytes .../debug/entry/src/main/ets/pages/Index.ts | 342 + .../entry/src/main/ets/pages/Input.protoBin | Bin 0 -> 27769 bytes .../debug/entry/src/main/ets/pages/Input.ts | 73 + .../entry/src/main/ets/pages/Mouse.protoBin | Bin 0 -> 80113 bytes .../debug/entry/src/main/ets/pages/Mouse.ts | 246 + .../entry/src/main/ets/pages/Pinch.protoBin | Bin 0 -> 43983 bytes .../debug/entry/src/main/ets/pages/Pinch.ts | 115 + .../src/main/ets/pages/Scroller.protoBin | Bin 0 -> 81114 bytes .../entry/src/main/ets/pages/Scroller.ts | 211 + .../entry/src/main/ets/pages/Swipe.protoBin | Bin 0 -> 83123 bytes .../debug/entry/src/main/ets/pages/Swipe.ts | 235 + .../entry/src/main/ets/pages/Third.protoBin | Bin 0 -> 26307 bytes .../debug/entry/src/main/ets/pages/Third.ts | 71 + .../entry/src/main/ets/pages/Web.protoBin | Bin 0 -> 28704 bytes .../debug/entry/src/main/ets/pages/Web.ts | 76 + .../entry/src/main/ets/pages/five.protoBin | Bin 0 -> 111514 bytes .../debug/entry/src/main/ets/pages/five.ts | 336 + .../ets/pinchability/PinchAbility.protoBin | Bin 0 -> 15203 bytes .../src/main/ets/pinchability/PinchAbility.ts | 48 + .../PointMatrixAbility.protoBin | Bin 0 -> 15848 bytes .../pointmatrixability/PointMatrixAbility.ts | 48 + .../scrollerability/ScrollerAbility.protoBin | Bin 0 -> 15452 bytes .../ets/scrollerability/ScrollerAbility.ts | 48 + .../ets/swipeability/SwipeAbility.protoBin | Bin 0 -> 15100 bytes .../src/main/ets/swipeability/SwipeAbility.ts | 48 + .../entry/src/main/ets/util/Logger.protoBin | Bin 0 -> 8575 bytes .../debug/entry/src/main/ets/util/Logger.ts | 24 + .../main/ets/webability/WebAbility.protoBin | Bin 0 -> 16087 bytes .../src/main/ets/webability/WebAbility.ts | 53 + .../esmodule/debug/filesInfo.txt | 25 + .../esmodule/debug/module_collection.json | 1 + .../esmodule/debug/modules.cache | 26 + .../esmodule/debug/npmEntries.protoBin | Bin 0 -> 874 bytes .../esmodule/debug/npmEntries.txt | 7 + .../esmodule/debug/sourceMaps.json | 277 + .../esmodule/.ts_checker_cache | 3950 ++++++ .../esmodule/.tsbuildinfo | 1 + .../esmodule/.tsbuildinfo.linter | 1 + .../esmodule/debug/compiler.cache.msgpack | Bin 0 -> 2369992 bytes .../esmodule/debug/component_collection.json | 20 + .../TestRunner/OpenHarmonyTestRunner.protoBin | Bin 0 -> 19620 bytes .../ets/TestRunner/OpenHarmonyTestRunner.ts | 55 + .../src/ohosTest/ets/test/List.test.protoBin | Bin 0 -> 8961 bytes .../entry/src/ohosTest/ets/test/List.test.ts | 36 + .../basicExample.test.protoBin | Bin 0 -> 18808 bytes .../basicExampleTest/basicExample.test.ts | 48 + .../findCommentExample.test.protoBin | Bin 0 -> 58551 bytes .../Component/findCommentExample.test.ts | 140 + .../window/findWindowExample.test.protoBin | Bin 0 -> 12320 bytes .../window/findWindowExample.test.ts | 30 + .../ui/FlingEvent.test.protoBin | Bin 0 -> 32829 bytes .../ui/FlingEvent.test.ts | 72 + .../ui/InputEvent.test.protoBin | Bin 0 -> 39443 bytes .../ui/InputEvent.test.ts | 101 + .../ui/MonitorEvent.test.protoBin | Bin 0 -> 27102 bytes .../ui/MonitorEvent.test.ts | 73 + .../ui/MouseEvent.test.protoBin | Bin 0 -> 78029 bytes .../ui/MouseEvent.test.ts | 194 + .../ui/PinchEvent.test.protoBin | Bin 0 -> 32409 bytes .../ui/PinchEvent.test.ts | 79 + .../ui/PontMatrixEvent.test.protoBin | Bin 0 -> 30540 bytes .../ui/PontMatrixEvent.test.ts | 60 + .../ui/ScreenCapEvent.test.protoBin | Bin 0 -> 13271 bytes .../ui/ScreenCapEvent.test.ts | 35 + .../ui/ScrollerEvent.test.protoBin | Bin 0 -> 21627 bytes .../ui/ScrollerEvent.test.ts | 51 + .../ui/SwipeEvent.test.protoBin | Bin 0 -> 24189 bytes .../ui/SwipeEvent.test.ts | 55 + .../ui/clickEvent.test.protoBin | Bin 0 -> 44153 bytes .../ui/clickEvent.test.ts | 108 + .../web/webOperate.test.protoBin | Bin 0 -> 26039 bytes .../web/webOperate.test.ts | 65 + .../window/MoveToEvent.test.protoBin | Bin 0 -> 44885 bytes .../window/MoveToEvent.test.ts | 121 + .../window/ReSizeWindow.test.protoBin | Bin 0 -> 49392 bytes .../window/ReSizeWindow.test.ts | 140 + .../window/WindowAttr.test.protoBin | Bin 0 -> 14824 bytes .../window/WindowAttr.test.ts | 39 + .../ets/testability/TestAbility.protoBin | Bin 0 -> 13797 bytes .../ohosTest/ets/testability/TestAbility.ts | 31 + .../ets/testability/pages/Index.protoBin | Bin 0 -> 31290 bytes .../ohosTest/ets/testability/pages/Index.ts | 81 + .../src/ohosTest/ets/util/Logger.protoBin | Bin 0 -> 9344 bytes .../entry/src/ohosTest/ets/util/Logger.ts | 38 + .../esmodule/debug/filesInfo.txt | 64 + .../esmodule/debug/module_collection.json | 1 + .../esmodule/debug/modules.cache | 65 + .../esmodule/debug/npmEntries.protoBin | Bin 0 -> 1292 bytes .../esmodule/debug/npmEntries.txt | 9 + .../oh_modules/@ohos/hypium/index.js | 106 + .../oh_modules/@ohos/hypium/index.protoBin | Bin 0 -> 27028 bytes .../@ohos/hypium/src/main/Constant.js | 87 + .../@ohos/hypium/src/main/Constant.protoBin | Bin 0 -> 17886 bytes .../oh_modules/@ohos/hypium/src/main/core.js | 159 + .../@ohos/hypium/src/main/core.protoBin | Bin 0 -> 40517 bytes .../oh_modules/@ohos/hypium/src/main/event.js | 100 + .../@ohos/hypium/src/main/event.protoBin | Bin 0 -> 35618 bytes .../@ohos/hypium/src/main/interface.js | 68 + .../@ohos/hypium/src/main/interface.protoBin | Bin 0 -> 45254 bytes .../src/main/module/assert/ExpectExtend.js | 85 + .../main/module/assert/ExpectExtend.protoBin | Bin 0 -> 22990 bytes .../src/main/module/assert/assertClose.js | 41 + .../main/module/assert/assertClose.protoBin | Bin 0 -> 8183 bytes .../src/main/module/assert/assertContain.js | 35 + .../main/module/assert/assertContain.protoBin | Bin 0 -> 7260 bytes .../src/main/module/assert/assertFail.js | 23 + .../main/module/assert/assertFail.protoBin | Bin 0 -> 3746 bytes .../src/main/module/assert/assertFalse.js | 23 + .../main/module/assert/assertFalse.protoBin | Bin 0 -> 4189 bytes .../main/module/assert/assertInstanceOf.js | 29 + .../module/assert/assertInstanceOf.protoBin | Bin 0 -> 6086 bytes .../src/main/module/assert/assertLarger.js | 23 + .../main/module/assert/assertLarger.protoBin | Bin 0 -> 4536 bytes .../main/module/assert/assertLargerOrEqual.js | 23 + .../assert/assertLargerOrEqual.protoBin | Bin 0 -> 4679 bytes .../src/main/module/assert/assertLess.js | 23 + .../main/module/assert/assertLess.protoBin | Bin 0 -> 4488 bytes .../main/module/assert/assertLessOrEqual.js | 23 + .../module/assert/assertLessOrEqual.protoBin | Bin 0 -> 4631 bytes .../src/main/module/assert/assertNaN.js | 23 + .../src/main/module/assert/assertNaN.protoBin | Bin 0 -> 4150 bytes .../main/module/assert/assertNegUnlimited.js | 23 + .../module/assert/assertNegUnlimited.protoBin | Bin 0 -> 4535 bytes .../src/main/module/assert/assertNull.js | 23 + .../main/module/assert/assertNull.protoBin | Bin 0 -> 4166 bytes .../main/module/assert/assertPosUnlimited.js | 23 + .../module/assert/assertPosUnlimited.protoBin | Bin 0 -> 4539 bytes .../module/assert/assertPromiseIsPending.js | 42 + .../assert/assertPromiseIsPending.protoBin | Bin 0 -> 12269 bytes .../module/assert/assertPromiseIsRejected.js | 40 + .../assert/assertPromiseIsRejected.protoBin | Bin 0 -> 12015 bytes .../assert/assertPromiseIsRejectedWith.js | 57 + .../assertPromiseIsRejectedWith.protoBin | Bin 0 -> 16933 bytes .../assertPromiseIsRejectedWithError.js | 78 + .../assertPromiseIsRejectedWithError.protoBin | Bin 0 -> 28182 bytes .../module/assert/assertPromiseIsResolved.js | 45 + .../assert/assertPromiseIsResolved.protoBin | Bin 0 -> 12953 bytes .../assert/assertPromiseIsResolvedWith.js | 59 + .../assertPromiseIsResolvedWith.protoBin | Bin 0 -> 17495 bytes .../main/module/assert/assertThrowError.js | 44 + .../module/assert/assertThrowError.protoBin | Bin 0 -> 7086 bytes .../src/main/module/assert/assertUndefined.js | 23 + .../module/assert/assertUndefined.protoBin | Bin 0 -> 4289 bytes .../module/assert/deepEquals/DeepTypeUtils.js | 138 + .../assert/deepEquals/DeepTypeUtils.protoBin | Bin 0 -> 29207 bytes .../assert/deepEquals/assertDeepEquals.js | 315 + .../deepEquals/assertDeepEquals.protoBin | Bin 0 -> 70125 bytes .../src/main/module/assert/isPromiseLike.js | 32 + .../main/module/assert/isPromiseLike.protoBin | Bin 0 -> 8832 bytes .../src/main/module/config/DataDriver.js | 116 + .../main/module/config/DataDriver.protoBin | Bin 0 -> 47236 bytes .../hypium/src/main/module/config/Filter.js | 143 + .../src/main/module/config/Filter.protoBin | Bin 0 -> 61264 bytes .../src/main/module/config/configService.js | 299 + .../main/module/config/configService.protoBin | Bin 0 -> 107033 bytes .../main/module/coverage/coverageCollect.js | 76 + .../module/coverage/coverageCollect.protoBin | Bin 0 -> 22052 bytes .../hypium/src/main/module/kit/SysTestKit.js | 101 + .../src/main/module/kit/SysTestKit.protoBin | Bin 0 -> 38952 bytes .../src/main/module/mock/ArgumentMatchers.js | 122 + .../module/mock/ArgumentMatchers.protoBin | Bin 0 -> 23951 bytes .../src/main/module/mock/ExtendInterface.js | 57 + .../main/module/mock/ExtendInterface.protoBin | Bin 0 -> 15762 bytes .../hypium/src/main/module/mock/MockKit.js | 256 + .../src/main/module/mock/MockKit.protoBin | Bin 0 -> 72261 bytes .../src/main/module/mock/VerificationMode.js | 49 + .../module/mock/VerificationMode.protoBin | Bin 0 -> 11621 bytes .../src/main/module/report/LogExpectError.js | 70 + .../module/report/LogExpectError.protoBin | Bin 0 -> 12779 bytes .../hypium/src/main/module/report/OhReport.js | 186 + .../src/main/module/report/OhReport.protoBin | Bin 0 -> 73809 bytes .../@ohos/hypium/src/main/service.js | 1217 ++ .../@ohos/hypium/src/main/service.protoBin | Bin 0 -> 410868 bytes .../esmodule/debug/sourceMaps.json | 706 + .../profile/default/BuildProfile.ets | 25 + .../profile/ohosTest/BuildProfile.ets | 25 + .../generated/r/default/ResourceTable.h | 56 + .../generated/r/ohosTest/ResourceTable.h | 60 + .../hap_metadata/default/output_metadata.json | 1 + .../ohosTest/output_metadata.json | 1 + .../intermediates/loader/default/loader.json | 17 + .../intermediates/loader/ohosTest/loader.json | 18 + .../loader_out/default/ets/modules.abc | Bin 0 -> 306296 bytes .../loader_out/default/ets/sourceMaps.map | 277 + .../loader_out/ohosTest/ets/modules.abc | Bin 0 -> 599540 bytes .../loader_out/ohosTest/ets/sourceMaps.map | 706 + .../merge_profile/default/module.json | 156 + .../merge_profile/ohosTest/module.json | 55 + .../intermediates/package/default/module.json | 196 + .../package/ohosTest/module.json | 55 + .../patch/default/base_native_libs.json | 1 + .../patch/ohosTest/base_native_libs.json | 1 + .../process_profile/default/module.json | 159 + .../process_profile/ohosTest/module.json | 58 + .../res/default/ResourceTable.txt | 33 + .../res/default/ids_map/id_defined.json | 135 + .../intermediates/res/default/module.json | 196 + .../intermediates/res/default/resConfig.json | 1 + .../intermediates/res/default/resources.index | Bin 0 -> 4712 bytes .../default/resources/base/media/app_icon.png | Bin 0 -> 6790 bytes .../res/default/resources/base/media/icon.png | Bin 0 -> 6790 bytes .../resources/base/profile/main_pages.json | 17 + .../res/default/resources/rawfile/index.html | 36 + .../res/ohosTest/ResourceTable.txt | 37 + .../res/ohosTest/ids_map/id_defined.json | 151 + .../intermediates/res/ohosTest/module.json | 55 + .../intermediates/res/ohosTest/resConfig.json | 1 + .../res/ohosTest/resources.index | Bin 0 -> 4989 bytes .../resources/base/media/app_icon.png | Bin 0 -> 6790 bytes .../ohosTest/resources/base/media/icon.png | Bin 0 -> 6790 bytes .../resources/base/profile/main_pages.json | 17 + .../resources/base/profile/test_pages.json | 5 + .../res/ohosTest/resources/rawfile/index.html | 36 + .../intermediate_routerMap_for_loader.json | 1 + .../default/intermediates_temp_routerMap.json | 1 + .../intermediate_routerMap_for_loader.json | 1 + .../intermediates_temp_routerMap.json | 1 + .../outputs/default/entry-default-signed.hap | Bin 0 -> 421457 bytes .../default/entry-default-unsigned.hap | Bin 0 -> 393158 bytes .../outputs/default/mapping/sourceMaps.map | 277 + .../build/default/outputs/default/pack.info | 1 + .../ohosTest/entry-ohosTest-signed.hap | Bin 0 -> 1553707 bytes .../ohosTest/entry-ohosTest-unsigned.hap | Bin 0 -> 1517189 bytes .../outputs/ohosTest/mapping/sourceMaps.map | 706 + .../build/default/outputs/ohosTest/pack.info | 1 + .../uitest/entry/src/main/ets/pages/Pen.ets | 20 + .../uitest/entry/src/main/ets/pages/five.ets | 1 + .../ets/penentryability/PenEntryAbility.ets | 56 + .../Test/uitest/entry/src/main/module.json5 | 24 +- .../main/resources/base/element/string.json | 8 + .../main/resources/base/media/background.png | Bin 0 -> 57364 bytes .../main/resources/base/media/foreground.png | Bin 0 -> 12430 bytes .../resources/base/media/layered_image.json | 7 + .../main/resources/base/media/startIcon.png | Bin 0 -> 20093 bytes .../resources/base/profile/main_pages.json | 3 +- .../main/resources/en_US/element/string.json | 8 + .../main/resources/zh_CN/element/string.json | 8 + .../entry/src/ohosTest/ets/test/List.test.ets | 3 +- .../ui/MouseEvent.test.ets | 16 +- .../operationExampleTest/ui/PenEvent.test.ets | 66 + .../Test/uitest/hvigor/hvigor-config.json5 | 18 +- .../Test/uitest/hvigor/hvigor-wrapper.js | 1 - code/Project/Test/uitest/hvigorw | 61 - code/Project/Test/uitest/hvigorw.bat | 70 - code/Project/Test/uitest/local.properties | 8 + .../Project/Test/uitest/oh-package-lock.json5 | 19 + code/Project/Test/uitest/oh-package.json5 | 18 +- .../oh_modules/@ohos/hypium/BuildProfile.ets | 5 + .../oh_modules/@ohos/hypium/CHANGELOG.md | 18 + .../oh_modules/@ohos/hypium/LICENSE | 177 + .../oh_modules/@ohos/hypium/README.md | 220 + .../@ohos/hypium/build-profile.json5 | 28 + .../oh_modules/@ohos/hypium/hvigorfile.ts | 6 + .../oh_modules/@ohos/hypium/index.d.ts | 148 + .../oh_modules/@ohos/hypium/index.ets | 131 + .../oh_modules/@ohos/hypium/index.js | 106 + .../oh_modules/@ohos/hypium/index.ts | 32 + .../oh_modules/@ohos/hypium/oh-package.json5 | 1 + .../@ohos/hypium/src/main/Constant.js | 87 + .../oh_modules/@ohos/hypium/src/main/core.js | 159 + .../oh_modules/@ohos/hypium/src/main/event.js | 100 + .../@ohos/hypium/src/main/interface.js | 68 + .../@ohos/hypium/src/main/module.json | 26 + .../src/main/module/assert/ExpectExtend.js | 85 + .../src/main/module/assert/assertClose.js | 41 + .../src/main/module/assert/assertContain.js | 35 + .../src/main/module/assert/assertFail.js | 23 + .../src/main/module/assert/assertFalse.js | 23 + .../main/module/assert/assertInstanceOf.js | 29 + .../src/main/module/assert/assertLarger.js | 23 + .../main/module/assert/assertLargerOrEqual.js | 23 + .../src/main/module/assert/assertLess.js | 23 + .../main/module/assert/assertLessOrEqual.js | 23 + .../src/main/module/assert/assertNaN.js | 23 + .../main/module/assert/assertNegUnlimited.js | 23 + .../src/main/module/assert/assertNull.js | 23 + .../main/module/assert/assertPosUnlimited.js | 23 + .../module/assert/assertPromiseIsPending.js | 42 + .../module/assert/assertPromiseIsRejected.js | 40 + .../assert/assertPromiseIsRejectedWith.js | 57 + .../assertPromiseIsRejectedWithError.js | 78 + .../module/assert/assertPromiseIsResolved.js | 45 + .../assert/assertPromiseIsResolvedWith.js | 59 + .../main/module/assert/assertThrowError.js | 44 + .../src/main/module/assert/assertUndefined.js | 23 + .../module/assert/deepEquals/DeepTypeUtils.js | 138 + .../assert/deepEquals/assertDeepEquals.js | 315 + .../src/main/module/assert/isPromiseLike.js | 32 + .../src/main/module/config/DataDriver.js | 116 + .../hypium/src/main/module/config/Filter.js | 143 + .../src/main/module/config/configService.js | 299 + .../main/module/coverage/coverageCollect.js | 76 + .../hypium/src/main/module/kit/SysTestKit.js | 101 + .../src/main/module/mock/ArgumentMatchers.js | 122 + .../src/main/module/mock/ExtendInterface.js | 57 + .../hypium/src/main/module/mock/MockKit.js | 256 + .../src/main/module/mock/VerificationMode.js | 49 + .../src/main/module/report/LogExpectError.js | 70 + .../hypium/src/main/module/report/OhReport.js | 186 + .../src/main/module/report/ReportExtend.js | 137 + .../@ohos/hypium/src/main/service.js | 1217 ++ .../main/testrunner/OpenHarmonyTestRunner.ts | 83 + .../oh_modules/@ohos/hypium/BuildProfile.ets | 5 + .../oh_modules/@ohos/hypium/CHANGELOG.md | 18 + .../.ohpm/oh_modules/@ohos/hypium/LICENSE | 177 + .../.ohpm/oh_modules/@ohos/hypium/README.md | 220 + .../@ohos/hypium/build-profile.json5 | 28 + .../oh_modules/@ohos/hypium/hvigorfile.ts | 6 + .../.ohpm/oh_modules/@ohos/hypium/index.d.ts | 148 + .../.ohpm/oh_modules/@ohos/hypium/index.ets | 131 + .../.ohpm/oh_modules/@ohos/hypium/index.js | 106 + .../.ohpm/oh_modules/@ohos/hypium/index.ts | 32 + .../oh_modules/@ohos/hypium/oh-package.json5 | 1 + .../@ohos/hypium/src/main/Constant.js | 87 + .../oh_modules/@ohos/hypium/src/main/core.js | 159 + .../oh_modules/@ohos/hypium/src/main/event.js | 100 + .../@ohos/hypium/src/main/interface.js | 68 + .../@ohos/hypium/src/main/module.json | 26 + .../src/main/module/assert/ExpectExtend.js | 85 + .../src/main/module/assert/assertClose.js | 41 + .../src/main/module/assert/assertContain.js | 35 + .../src/main/module/assert/assertFail.js | 23 + .../src/main/module/assert/assertFalse.js | 23 + .../main/module/assert/assertInstanceOf.js | 29 + .../src/main/module/assert/assertLarger.js | 23 + .../main/module/assert/assertLargerOrEqual.js | 23 + .../src/main/module/assert/assertLess.js | 23 + .../main/module/assert/assertLessOrEqual.js | 23 + .../src/main/module/assert/assertNaN.js | 23 + .../main/module/assert/assertNegUnlimited.js | 23 + .../src/main/module/assert/assertNull.js | 23 + .../main/module/assert/assertPosUnlimited.js | 23 + .../module/assert/assertPromiseIsPending.js | 42 + .../module/assert/assertPromiseIsRejected.js | 40 + .../assert/assertPromiseIsRejectedWith.js | 57 + .../assertPromiseIsRejectedWithError.js | 78 + .../module/assert/assertPromiseIsResolved.js | 45 + .../assert/assertPromiseIsResolvedWith.js | 59 + .../main/module/assert/assertThrowError.js | 44 + .../src/main/module/assert/assertUndefined.js | 23 + .../module/assert/deepEquals/DeepTypeUtils.js | 138 + .../assert/deepEquals/assertDeepEquals.js | 315 + .../src/main/module/assert/isPromiseLike.js | 32 + .../src/main/module/config/DataDriver.js | 116 + .../hypium/src/main/module/config/Filter.js | 143 + .../src/main/module/config/configService.js | 299 + .../main/module/coverage/coverageCollect.js | 76 + .../hypium/src/main/module/kit/SysTestKit.js | 101 + .../src/main/module/mock/ArgumentMatchers.js | 122 + .../src/main/module/mock/ExtendInterface.js | 57 + .../hypium/src/main/module/mock/MockKit.js | 256 + .../src/main/module/mock/VerificationMode.js | 49 + .../src/main/module/report/LogExpectError.js | 70 + .../hypium/src/main/module/report/OhReport.js | 186 + .../src/main/module/report/ReportExtend.js | 137 + .../@ohos/hypium/src/main/service.js | 1217 ++ .../main/testrunner/OpenHarmonyTestRunner.ts | 83 + .../oh_modules/@ohos/hypium/BuildProfile.ets | 5 + .../oh_modules/@ohos/hypium/CHANGELOG.md | 18 + .../uitest/oh_modules/@ohos/hypium/LICENSE | 177 + .../uitest/oh_modules/@ohos/hypium/README.md | 220 + .../@ohos/hypium/build-profile.json5 | 28 + .../oh_modules/@ohos/hypium/hvigorfile.ts | 6 + .../uitest/oh_modules/@ohos/hypium/index.d.ts | 148 + .../uitest/oh_modules/@ohos/hypium/index.ets | 131 + .../uitest/oh_modules/@ohos/hypium/index.js | 106 + .../uitest/oh_modules/@ohos/hypium/index.ts | 32 + .../oh_modules/@ohos/hypium/oh-package.json5 | 1 + .../@ohos/hypium/src/main/Constant.js | 87 + .../oh_modules/@ohos/hypium/src/main/core.js | 159 + .../oh_modules/@ohos/hypium/src/main/event.js | 100 + .../@ohos/hypium/src/main/interface.js | 68 + .../@ohos/hypium/src/main/module.json | 26 + .../src/main/module/assert/ExpectExtend.js | 85 + .../src/main/module/assert/assertClose.js | 41 + .../src/main/module/assert/assertContain.js | 35 + .../src/main/module/assert/assertFail.js | 23 + .../src/main/module/assert/assertFalse.js | 23 + .../main/module/assert/assertInstanceOf.js | 29 + .../src/main/module/assert/assertLarger.js | 23 + .../main/module/assert/assertLargerOrEqual.js | 23 + .../src/main/module/assert/assertLess.js | 23 + .../main/module/assert/assertLessOrEqual.js | 23 + .../src/main/module/assert/assertNaN.js | 23 + .../main/module/assert/assertNegUnlimited.js | 23 + .../src/main/module/assert/assertNull.js | 23 + .../main/module/assert/assertPosUnlimited.js | 23 + .../module/assert/assertPromiseIsPending.js | 42 + .../module/assert/assertPromiseIsRejected.js | 40 + .../assert/assertPromiseIsRejectedWith.js | 57 + .../assertPromiseIsRejectedWithError.js | 78 + .../module/assert/assertPromiseIsResolved.js | 45 + .../assert/assertPromiseIsResolvedWith.js | 59 + .../main/module/assert/assertThrowError.js | 44 + .../src/main/module/assert/assertUndefined.js | 23 + .../module/assert/deepEquals/DeepTypeUtils.js | 138 + .../assert/deepEquals/assertDeepEquals.js | 315 + .../src/main/module/assert/isPromiseLike.js | 32 + .../src/main/module/config/DataDriver.js | 116 + .../hypium/src/main/module/config/Filter.js | 143 + .../src/main/module/config/configService.js | 299 + .../main/module/coverage/coverageCollect.js | 76 + .../hypium/src/main/module/kit/SysTestKit.js | 101 + .../src/main/module/mock/ArgumentMatchers.js | 122 + .../src/main/module/mock/ExtendInterface.js | 57 + .../hypium/src/main/module/mock/MockKit.js | 256 + .../src/main/module/mock/VerificationMode.js | 49 + .../src/main/module/report/LogExpectError.js | 70 + .../hypium/src/main/module/report/OhReport.js | 186 + .../src/main/module/report/ReportExtend.js | 137 + .../@ohos/hypium/src/main/service.js | 1217 ++ .../main/testrunner/OpenHarmonyTestRunner.ts | 83 + 468 files changed, 116284 insertions(+), 191 deletions(-) create mode 100644 code/Project/Test/uitest/.clang-format create mode 100644 code/Project/Test/uitest/.hvigor/cache/file-cache.json create mode 100644 code/Project/Test/uitest/.hvigor/cache/meta.json create mode 100644 code/Project/Test/uitest/.hvigor/cache/task-cache.json create mode 100644 code/Project/Test/uitest/.hvigor/dependencyMap/dependencyMap.json5 create mode 100644 code/Project/Test/uitest/.hvigor/dependencyMap/entry/oh-package.json5 create mode 100644 code/Project/Test/uitest/.hvigor/dependencyMap/oh-package.json5 create mode 100644 code/Project/Test/uitest/.hvigor/outputs/build-logs/build.log create mode 100644 code/Project/Test/uitest/.hvigor/outputs/logs/details/details.json create mode 100644 code/Project/Test/uitest/.hvigor/outputs/sync/fileCache.json create mode 100644 code/Project/Test/uitest/.hvigor/outputs/sync/output.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221513425780.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221513481590.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221545157810.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221545261800.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221546322840.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221546329690.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221551056480.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221551062360.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221552205410.json create mode 100644 code/Project/Test/uitest/.hvigor/report/report-202501221552240240.json create mode 100644 code/Project/Test/uitest/.idea/.deveco/module/entry.cache.json create mode 100644 code/Project/Test/uitest/.idea/.deveco/project.cache.json create mode 100644 code/Project/Test/uitest/.idea/.gitignore create mode 100644 code/Project/Test/uitest/.idea/OhosTestConfigurationModuleSettings.xml create mode 100644 code/Project/Test/uitest/.idea/modules.xml create mode 100644 code/Project/Test/uitest/.idea/modules/entry/entry.iml create mode 100644 code/Project/Test/uitest/.idea/modules/uitest.iml create mode 100644 code/Project/Test/uitest/.idea/vcs.xml create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.ts_checker_cache create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo.linter create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/compiler.cache.msgpack create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/component_collection.json create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Drag.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Drag.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Index.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Index.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Mouse.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Mouse.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Scroller.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Scroller.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pinchability/PinchAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pinchability/PinchAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/scrollerability/ScrollerAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/scrollerability/ScrollerAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/swipeability/SwipeAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/swipeability/SwipeAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/util/Logger.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/util/Logger.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/webability/WebAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/webability/WebAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/filesInfo.txt create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/module_collection.json create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/modules.cache create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/npmEntries.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/npmEntries.txt create mode 100644 code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/sourceMaps.json create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.ts_checker_cache create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo.linter create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/compiler.cache.msgpack create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/component_collection.json create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/TestRunner/OpenHarmonyTestRunner.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/List.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/List.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/basicExampleTest/basicExample.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/basicExampleTest/basicExample.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/findCommentExampleTest/Component/findCommentExample.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/findCommentExampleTest/Component/findCommentExample.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/findCommentExampleTest/window/findWindowExample.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/findCommentExampleTest/window/findWindowExample.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/FlingEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/FlingEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/InputEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/InputEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/MonitorEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/MonitorEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/MouseEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/MouseEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/PinchEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/PinchEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/PontMatrixEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/PontMatrixEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/ScreenCapEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/ScreenCapEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/ScrollerEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/ScrollerEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/SwipeEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/SwipeEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/clickEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/ui/clickEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/web/webOperate.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/web/webOperate.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/window/MoveToEvent.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/window/MoveToEvent.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/window/ReSizeWindow.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/window/ReSizeWindow.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/window/WindowAttr.test.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/test/operationExampleTest/window/WindowAttr.test.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/testability/TestAbility.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/testability/TestAbility.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/testability/pages/Index.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/testability/pages/Index.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/util/Logger.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/entry/src/ohosTest/ets/util/Logger.ts create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/filesInfo.txt create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/module_collection.json create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/modules.cache create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/npmEntries.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/npmEntries.txt create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/Constant.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/Constant.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/core.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/core.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/event.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/event.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/interface.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/interface.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/Filter.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/Filter.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/configService.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/configService.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/report/OhReport.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/service.js create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/service.protoBin create mode 100644 code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/sourceMaps.json create mode 100644 code/Project/Test/uitest/entry/build/default/generated/profile/default/BuildProfile.ets create mode 100644 code/Project/Test/uitest/entry/build/default/generated/profile/ohosTest/BuildProfile.ets create mode 100644 code/Project/Test/uitest/entry/build/default/generated/r/default/ResourceTable.h create mode 100644 code/Project/Test/uitest/entry/build/default/generated/r/ohosTest/ResourceTable.h create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/hap_metadata/default/output_metadata.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/hap_metadata/ohosTest/output_metadata.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/loader/default/loader.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/loader/ohosTest/loader.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/loader_out/default/ets/modules.abc create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/loader_out/default/ets/sourceMaps.map create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/loader_out/ohosTest/ets/modules.abc create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/loader_out/ohosTest/ets/sourceMaps.map create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/merge_profile/default/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/merge_profile/ohosTest/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/package/default/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/package/ohosTest/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/patch/default/base_native_libs.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/patch/ohosTest/base_native_libs.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/process_profile/default/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/process_profile/ohosTest/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/ResourceTable.txt create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/ids_map/id_defined.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/resConfig.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/resources.index create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/resources/base/media/app_icon.png create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/resources/base/media/icon.png create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/resources/base/profile/main_pages.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/default/resources/rawfile/index.html create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/ResourceTable.txt create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/ids_map/id_defined.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/module.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/resConfig.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/resources.index create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/resources/base/media/app_icon.png create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/resources/base/media/icon.png create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/resources/base/profile/main_pages.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/resources/base/profile/test_pages.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/res/ohosTest/resources/rawfile/index.html create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/router_map/default/intermediate_routerMap_for_loader.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/router_map/default/intermediates_temp_routerMap.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/router_map/ohosTest/intermediate_routerMap_for_loader.json create mode 100644 code/Project/Test/uitest/entry/build/default/intermediates/router_map/ohosTest/intermediates_temp_routerMap.json create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/default/entry-default-signed.hap create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/default/entry-default-unsigned.hap create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/default/mapping/sourceMaps.map create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/default/pack.info create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/ohosTest/entry-ohosTest-signed.hap create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/ohosTest/entry-ohosTest-unsigned.hap create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/ohosTest/mapping/sourceMaps.map create mode 100644 code/Project/Test/uitest/entry/build/default/outputs/ohosTest/pack.info create mode 100644 code/Project/Test/uitest/entry/src/main/ets/pages/Pen.ets create mode 100644 code/Project/Test/uitest/entry/src/main/ets/penentryability/PenEntryAbility.ets create mode 100644 code/Project/Test/uitest/entry/src/main/resources/base/media/background.png create mode 100644 code/Project/Test/uitest/entry/src/main/resources/base/media/foreground.png create mode 100644 code/Project/Test/uitest/entry/src/main/resources/base/media/layered_image.json create mode 100644 code/Project/Test/uitest/entry/src/main/resources/base/media/startIcon.png create mode 100644 code/Project/Test/uitest/entry/src/ohosTest/ets/test/operationExampleTest/ui/PenEvent.test.ets delete mode 100644 code/Project/Test/uitest/hvigor/hvigor-wrapper.js delete mode 100644 code/Project/Test/uitest/hvigorw delete mode 100644 code/Project/Test/uitest/hvigorw.bat create mode 100644 code/Project/Test/uitest/local.properties create mode 100644 code/Project/Test/uitest/oh-package-lock.json5 create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/BuildProfile.ets create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/CHANGELOG.md create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/LICENSE create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/README.md create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/build-profile.json5 create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/hvigorfile.ts create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.d.ts create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.ets create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.ts create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/oh-package.json5 create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/Constant.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/core.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/event.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/interface.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module.json create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/Filter.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/config/configService.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/service.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/src/main/testrunner/OpenHarmonyTestRunner.ts create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/BuildProfile.ets create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/CHANGELOG.md create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/LICENSE create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/README.md create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/build-profile.json5 create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/hvigorfile.ts create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.d.ts create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ets create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/index.ts create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/oh-package.json5 create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/Constant.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/core.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/event.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/interface.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module.json create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/Filter.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/config/configService.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/service.js create mode 100644 code/Project/Test/uitest/oh_modules/.ohpm/oh_modules/@ohos/hypium/src/main/testrunner/OpenHarmonyTestRunner.ts create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/BuildProfile.ets create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/CHANGELOG.md create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/LICENSE create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/README.md create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/build-profile.json5 create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/hvigorfile.ts create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/index.d.ts create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/index.ets create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/index.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/index.ts create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/oh-package.json5 create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/Constant.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/core.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/event.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/interface.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module.json create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/ExpectExtend.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertClose.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertContain.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertFail.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertFalse.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertInstanceOf.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertLarger.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertLargerOrEqual.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertLess.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertLessOrEqual.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertNaN.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertNegUnlimited.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertNull.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertPosUnlimited.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsPending.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejected.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWith.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsRejectedWithError.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolved.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertPromiseIsResolvedWith.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertThrowError.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/assertUndefined.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/DeepTypeUtils.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/deepEquals/assertDeepEquals.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/assert/isPromiseLike.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/config/DataDriver.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/config/Filter.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/config/configService.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/coverage/coverageCollect.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/kit/SysTestKit.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/mock/ArgumentMatchers.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/mock/ExtendInterface.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/mock/MockKit.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/mock/VerificationMode.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/report/LogExpectError.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/report/OhReport.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/module/report/ReportExtend.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/service.js create mode 100644 code/Project/Test/uitest/oh_modules/@ohos/hypium/src/main/testrunner/OpenHarmonyTestRunner.ts diff --git a/code/Project/Test/uitest/.clang-format b/code/Project/Test/uitest/.clang-format new file mode 100644 index 0000000000..31a096cf40 --- /dev/null +++ b/code/Project/Test/uitest/.clang-format @@ -0,0 +1,62 @@ +Language: Cpp +# BasedOnStyle: LLVM +ColumnLimit: 120 +SortIncludes: false +TabWidth: 4 +IndentWidth: 4 +UseTab: Never +AccessModifierOffset: -4 +ContinuationIndentWidth: 4 +IndentCaseBlocks: false +IndentCaseLabels: false +IndentGotoLabels: true +IndentWrappedFunctionNames: false +SortUsingDeclarations: false +NamespaceIndentation: None +SpaceAfterCStyleCast: false +SpaceAfterLogicalNot: false +SpaceAfterTemplateKeyword: true +SpaceBeforeAssignmentOperators: true +SpaceBeforeCaseColon: false +SpaceBeforeCpp11BracedList: false +SpaceBeforeCtorInitializerColon: true +SpaceBeforeInheritanceColon: true +SpaceBeforeRangeBasedForLoopColon: true +SpaceBeforeSquareBrackets: false +SpaceInEmptyBlock: false +SpaceInEmptyParentheses: false +SpacesInAngles: false +SpacesInCStyleCastParentheses: false +SpacesInConditionalStatement: false +SpacesInParentheses: false +SpacesInSquareBrackets: false +AllowShortCaseLabelsOnASingleLine: false +AllowShortEnumsOnASingleLine: true +AllowShortFunctionsOnASingleLine: All +AllowShortIfStatementsOnASingleLine: Never +AllowShortLambdasOnASingleLine: All +AllowShortLoopsOnASingleLine: false +AlwaysBreakTemplateDeclarations: MultiLine +BinPackArguments: true +BinPackParameters: true +BreakBeforeTernaryOperators: true +BreakConstructorInitializers: BeforeColon +BreakInheritanceList: BeforeColon +BreakStringLiterals: true +InsertBraces: false +IndentExternBlock: NoIndent +BreakBeforeBraces: Custom +BraceWrapping: + AfterCaseLabel: false + AfterClass: false + AfterControlStatement: Never + AfterEnum: false + AfterFunction: false + AfterNamespace: false + AfterStruct: false + AfterUnion: false + AfterExternBlock: false + BeforeCatch: false + BeforeElse: false +ReflowComments: true +MaxEmptyLinesToKeep: 2 \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/cache/file-cache.json b/code/Project/Test/uitest/.hvigor/cache/file-cache.json new file mode 100644 index 0000000000..9ec41bde43 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/cache/file-cache.json @@ -0,0 +1 @@ +{"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5":{"hashValue":"19a9dc3c1f0d7ffc0ed153555da6971c","name":"app.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":886,"lastModifiedTime":1737529283630}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5":{"hashValue":"ea47a0b3e0d7e0f17682a2913493ee2c","name":"module.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5415,"lastModifiedTime":1737529283642}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5":{"hashValue":"08a183169d8a0866ae901e16b9b76968","name":"build-profile.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1887,"lastModifiedTime":1737531901117}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5":{"hashValue":"612764587bb3149d331af06c06723d89","name":"build-profile.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":769,"lastModifiedTime":1737529283632}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\profile\\main_pages.json":{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigor\\hvigor-config.json5":{"hashValue":"7e3e232b3817fb34de7cbb0b7499081d","name":"hvigor-config.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigor\\hvigor-config.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":59,"lastModifiedTime":1737530006233}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5":{"hashValue":"ee10bdd9f9065733b7ce2a7fc812dc98","name":"oh-package.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":790,"lastModifiedTime":1737529283633}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json":{"hashValue":"35ec19f1a47cb94d3eb9550c5e3ff384","name":"output_metadata.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":92,"lastModifiedTime":1737531916060}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\default\\module.json":{"hashValue":"b21d7dddeea23cdad772c3ddb2af7516","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4638,"lastModifiedTime":1737531916068}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets":{"hashValue":"af24eaaf78f493e01c787535e3ce43c4","name":"BuildProfile.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":865,"lastModifiedTime":1737531916073}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info":{"hashValue":"939a9c73c66ecfd3f6d602eb2444f963","name":"pack.info","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1351,"lastModifiedTime":1737531916103}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\default\\module.json":{"hashValue":"087a4c78d63246acfcee649cbf49c5bc","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4724,"lastModifiedTime":1737531916861}},"D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe":{"hashValue":"3847ed876173d30bd7d57196e23a184a","name":"syscap_tool.exe","path":"D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe","type":"file","isSymbolicLink":false,"fileMetaData":{"size":341176,"lastModifiedTime":1718816101000}},"D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define":{"hashValue":"1590719431b6ab59c77bfb891c83140e","name":"device-define","path":"D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"bb9445d39cf64f0f33cf92e5d3a43a53","name":"default.json","path":"D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define\\default.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":11355,"lastModifiedTime":1718816101000}},{"hashValue":"973382b4b323ecc7265911d39f229c72","name":"liteWearable.json","path":"D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define\\liteWearable.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":686,"lastModifiedTime":1718816101000}},{"hashValue":"7906cebbde5098be24e870946d8d5897","name":"tablet.json","path":"D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define\\tablet.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":10984,"lastModifiedTime":1718816101000}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5":{"hashValue":"a523cccaf74fa60caa2f8c7aec88924b","name":"oh-package.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":241,"lastModifiedTime":1737530006230}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediates_temp_routerMap.json":{"hashValue":"ea2d778f34c71bcd110ecbf11f4c5c74","name":"intermediates_temp_routerMap.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediates_temp_routerMap.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1737531916875}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediate_routerMap_for_loader.json":{"hashValue":"e4bf764f10e7dd445ac300e586858024","name":"intermediate_routerMap_for_loader.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediate_routerMap_for_loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1737531916876}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json":{"hashValue":"9b0ad296538d3eb2528ceb939513983e","name":"resConfig.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1392,"lastModifiedTime":1737531916887}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json":{"hashValue":"2967d40cd42baf7ae419d4a79fcbd96b","name":"loader.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":886,"lastModifiedTime":1737531916902}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default":{"hashValue":"","name":"default","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default","type":"directory","isSymbolicLink":false,"children":[]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources":{"hashValue":"fc652572d43aca6ac2894ccbdc1fac8d","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3e85662d6ccc9e4d64894a00396315ad","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ee1fa607920bdea9dc28b4aafe615da5","name":"element","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"88318e0d1a37c03065e84f561897074b","name":"color.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\element\\color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":105,"lastModifiedTime":1737529283642}},{"hashValue":"4c03721c8b780631f2b3ab8791e3a34b","name":"string.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2199,"lastModifiedTime":1737529283643}}]},{"hashValue":"6eb2e58057ee04140d79c41fc60a1f14","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d25eb619a706d81c9269d59b5f1218ed","name":"icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\media\\icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283643}}]},{"hashValue":"af570dac26eb774c9f0b44a3ff191b44","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}}]}]},{"hashValue":"2cf8d92159a7511dc02311add09403b9","name":"en_US","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\en_US","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e8c306e9a2e1a79a54388a9ce709807e","name":"element","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\en_US\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"6b1bffb30ff9c34348e9bb28558a47d4","name":"string.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\en_US\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2130,"lastModifiedTime":1737529283644}}]}]},{"hashValue":"6a5c668a1cfe08058a0f90fa7c81dea7","name":"rawfile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff9f357abbc6adee0a6540ff90c68d40","name":"index.html","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\rawfile\\index.html","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1488,"lastModifiedTime":1737529283645}}]},{"hashValue":"c9f651d14c26ec179c3a12f09d114124","name":"zh_CN","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\zh_CN","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"602ef671f370903ef1589b5dec232f2c","name":"element","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\zh_CN\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"932bc4f6daeefb411949ad818e948274","name":"string.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\zh_CN\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2124,"lastModifiedTime":1737529283645}}]}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources":{"hashValue":"b86b0851ca5bc7c655c631a62525ec64","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"22a3dab510f9149ee0ecb6d1cda6e356","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9c04af7cc48232cfc57bf3dc5da3a29e","name":"element","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ec60e25060eac3f0dca0eea5ddafea36","name":"string.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":92,"lastModifiedTime":1737529283631}}]},{"hashValue":"002d4489dac2710bd344b6549ea264b0","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f83bff9b8cbe16d1641d80e06a929f6b","name":"app_icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources\\base\\media\\app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283631}}]}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default":{"hashValue":"7be4d7dae672784314596acf7c12a39f","name":"default","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e707ee891d34d7149c51bd3b403f35f0","name":"ids_map","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8bca3fdec8670d53585a5da2a00eed68","name":"id_defined.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ids_map\\id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2665,"lastModifiedTime":1737531917442}}]},{"hashValue":"36d2eb29078d0b54aab383d6e76f53cc","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6425,"lastModifiedTime":1737531917440}},{"hashValue":"9b0ad296538d3eb2528ceb939513983e","name":"resConfig.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1392,"lastModifiedTime":1737531916887}},{"hashValue":"3337b89090aad4e57f5103067cc02ccf","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"1bfb03fe436e81a41f4be4f4d630e5f2","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"cc15afa02df396c20084172aeb22e037","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f83bff9b8cbe16d1641d80e06a929f6b","name":"app_icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\media\\app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283631}},{"hashValue":"d25eb619a706d81c9269d59b5f1218ed","name":"icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\media\\icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283643}}]},{"hashValue":"af570dac26eb774c9f0b44a3ff191b44","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}}]}]},{"hashValue":"6a5c668a1cfe08058a0f90fa7c81dea7","name":"rawfile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff9f357abbc6adee0a6540ff90c68d40","name":"index.html","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile\\index.html","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1488,"lastModifiedTime":1737529283645}}]}]},{"hashValue":"0484b51f970d983a2435316b63639220","name":"resources.index","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4712,"lastModifiedTime":1737531917441}},{"hashValue":"2b6799f8b97051d7b30d6413b4b0b538","name":"ResourceTable.txt","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1131,"lastModifiedTime":1737531917436}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default\\ResourceTable.h":{"hashValue":"d0db395385ec4ae377f70251af5ff759","name":"ResourceTable.h","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2398,"lastModifiedTime":1737531917436}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default":{"hashValue":"955daf9293dbfdb9285309bb1a40e4db","name":"default","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"d0db395385ec4ae377f70251af5ff759","name":"ResourceTable.h","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2398,"lastModifiedTime":1737531917436}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default":{"hashValue":"3eee24620cceded1eb37e6fbaed857a9","name":"default","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"2967d40cd42baf7ae419d4a79fcbd96b","name":"loader.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":886,"lastModifiedTime":1737531916902}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile":{"hashValue":"6a5c668a1cfe08058a0f90fa7c81dea7","name":"rawfile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff9f357abbc6adee0a6540ff90c68d40","name":"index.html","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile\\index.html","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1488,"lastModifiedTime":1737529283645}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt":{"hashValue":"2b6799f8b97051d7b30d6413b4b0b538","name":"ResourceTable.txt","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1131,"lastModifiedTime":1737531917436}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json":{"hashValue":"36d2eb29078d0b54aab383d6e76f53cc","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6425,"lastModifiedTime":1737531917440}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile":{"hashValue":"af570dac26eb774c9f0b44a3ff191b44","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets":{"hashValue":"47376ee3e284863588309a6a3ad2c509","name":"ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"82ac63bcb2a22ad4b530a8d203c1978f","name":"clickability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\clickability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b81e6daaa6bb509123eb5b07f1a8aa9d","name":"ClickAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\clickability\\ClickAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2094,"lastModifiedTime":1737529283633}}]},{"hashValue":"0b4c6c5457555e712e515ca5e506f406","name":"dragability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\dragability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8d6d20843ea01f51c94bdb375635eb51","name":"DragAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\dragability\\DragAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2078,"lastModifiedTime":1737529283634}}]},{"hashValue":"0484f9076411fb2c2a055f24b96600f6","name":"entryability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\entryability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"96752fd6ae2922b6a802b7cf87376363","name":"EntryAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\entryability\\EntryAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2124,"lastModifiedTime":1737529283634}}]},{"hashValue":"3a8440b93f9a4b8e7a72a14539541e4b","name":"flingability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\flingability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff568dd23bbad367b7ef1689fdeb33e8","name":"FlingAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\flingability\\FlingAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2092,"lastModifiedTime":1737529283635}}]},{"hashValue":"eb004ec1c36b1175a48374ddc4a31108","name":"inputability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\inputability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"1cf7af867dfe58d750314f8a3d1fa501","name":"InputAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\inputability\\InputAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2092,"lastModifiedTime":1737529283635}}]},{"hashValue":"dcc8ef2ff27cdad6490771c4c0d29d3e","name":"mouseability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\mouseability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"2d182cdea8f16eceb93b02165445f919","name":"MouseAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\mouseability\\MouseAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2092,"lastModifiedTime":1737529283635}}]},{"hashValue":"2a61abd0570495814b50d860c0c6e1c7","name":"pages","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"8fa397b2aba5660b9bb81a9b393739c9","name":"Click.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Click.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1646,"lastModifiedTime":1737529283636}},{"hashValue":"2cfc0c51081c00efa617b9d8a9168f1a","name":"Drag.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Drag.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5465,"lastModifiedTime":1737529283636}},{"hashValue":"3e57db532f52e7516670c695dccd6bde","name":"five.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\five.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5453,"lastModifiedTime":1737532328350}},{"hashValue":"1a0570f49b6c60f2c70f9ec8d3c14fe2","name":"Fling.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Fling.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3745,"lastModifiedTime":1737529283636}},{"hashValue":"b371ff147fdccd5836f1081fd2460f5d","name":"Fourth.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Fourth.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1291,"lastModifiedTime":1737529283637}},{"hashValue":"0fad0f7c88fffaf8bc574d116c726148","name":"Index.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6349,"lastModifiedTime":1737529283637}},{"hashValue":"c5eaa4e1b4f0d15e10ddd052731ff05a","name":"Input.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Input.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1143,"lastModifiedTime":1737529283637}},{"hashValue":"622fdc7f7885fd144716de678c828bf4","name":"Mouse.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Mouse.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4046,"lastModifiedTime":1737529283638}},{"hashValue":"c6ba775f2bd3d080b7a4bee4b7178f8a","name":"Pinch.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Pinch.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2062,"lastModifiedTime":1737529283638}},{"hashValue":"51eacea270ae8f99f61c37fb9aaef12d","name":"Scroller.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Scroller.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4077,"lastModifiedTime":1737529283638}},{"hashValue":"88a4e6024e0e3d2a6b48f9fc86396853","name":"Swipe.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Swipe.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3814,"lastModifiedTime":1737529283638}},{"hashValue":"6ff1c0e7dae04b864e4087920d39c2de","name":"Third.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Third.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1303,"lastModifiedTime":1737529283639}},{"hashValue":"568c2b9bdd02c43acbeeb7afee5d6aeb","name":"Web.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Web.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1470,"lastModifiedTime":1737529283639}}]},{"hashValue":"db73f56084eab3d11a71f306915023b0","name":"pinchability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pinchability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9fc22008dbee7c8db7eea0fb6a4ecf34","name":"PinchAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pinchability\\PinchAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2105,"lastModifiedTime":1737529283640}}]},{"hashValue":"89e25099491228f55dce860c7a658183","name":"pointmatrixability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pointmatrixability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"236d383b2521b1bc68e4da7daa943ea4","name":"PointMatrixAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pointmatrixability\\PointMatrixAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2138,"lastModifiedTime":1737529283640}}]},{"hashValue":"3e3edcc03ec6e85c865d65b797bd7789","name":"scrollerability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\scrollerability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e76c8799f387fd039c4ca1edc0c9fae3","name":"ScrollerAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\scrollerability\\ScrollerAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2092,"lastModifiedTime":1737529283640}}]},{"hashValue":"ce4521de042c27f20e0341163ad45efd","name":"swipeability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\swipeability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"6212d3550579860793b6e9748e0ff462","name":"SwipeAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\swipeability\\SwipeAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2064,"lastModifiedTime":1737529283641}}]},{"hashValue":"2257ff1e2f1f600eed4ca7aae39e6df2","name":"util","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b8127733e031b89756a2e2c896328fe3","name":"Logger.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1423,"lastModifiedTime":1737529283641}}]},{"hashValue":"f66809cd18c20fbe2de500481b8d2213","name":"webability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"04e925c56002ab235d26f480216981c2","name":"WebAbility.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2470,"lastModifiedTime":1737529283642}}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets":{"hashValue":"59756a760f0e510e4b56bf5de6847d88","name":"ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"b991625132890e4ce4292ba60aff9f03","name":"modules.abc","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets\\modules.abc","type":"file","isSymbolicLink":false,"fileMetaData":{"size":306296,"lastModifiedTime":1737532343010}},{"hashValue":"f5c42c9644fad2312559c1dd5d69be86","name":"sourceMaps.map","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets\\sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":59099,"lastModifiedTime":1737532342917}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default":{"hashValue":"","name":"default","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default","type":"directory","isSymbolicLink":false,"children":[]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\default\\base_native_libs.json":{"hashValue":"ffdf5c12890f0b5affc3677d862baa18","name":"base_native_libs.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\default\\base_native_libs.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":25,"lastModifiedTime":1737531918114}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\default\\module.json":{"hashValue":"36d2eb29078d0b54aab383d6e76f53cc","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\default\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6425,"lastModifiedTime":1737531917440}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources":{"hashValue":"3337b89090aad4e57f5103067cc02ccf","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"1bfb03fe436e81a41f4be4f4d630e5f2","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"cc15afa02df396c20084172aeb22e037","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f83bff9b8cbe16d1641d80e06a929f6b","name":"app_icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\media\\app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283631}},{"hashValue":"d25eb619a706d81c9269d59b5f1218ed","name":"icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\media\\icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283643}}]},{"hashValue":"af570dac26eb774c9f0b44a3ff191b44","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}}]}]},{"hashValue":"6a5c668a1cfe08058a0f90fa7c81dea7","name":"rawfile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff9f357abbc6adee0a6540ff90c68d40","name":"index.html","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile\\index.html","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1488,"lastModifiedTime":1737529283645}}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index":{"hashValue":"0484b51f970d983a2435316b63639220","name":"resources.index","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4712,"lastModifiedTime":1737531917441}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap":{"hashValue":"da0d5af0789b543b827c06203ccb99ec","name":"entry-default-unsigned.hap","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":393158,"lastModifiedTime":1737532343508}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\mapping\\sourceMaps.map":{"hashValue":"f5c42c9644fad2312559c1dd5d69be86","name":"sourceMaps.map","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\mapping\\sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":59099,"lastModifiedTime":1737532342917}},"C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer":{"hashValue":"45df731f55265ad319364adbb54ee9cb","name":"default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer","path":"C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2910,"lastModifiedTime":1737531898673}},"C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b":{"hashValue":"81edf5a5c7054608a64d697b1f263919","name":"default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b","path":"C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5217,"lastModifiedTime":1737531899580}},"C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12":{"hashValue":"4330fe53e82dd3cfcefcdad9c0f257e4","name":"default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12","path":"C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1128,"lastModifiedTime":1737531896979}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-signed.hap":{"hashValue":"9ef89d04192b74cc3abc32dac7857400","name":"entry-default-signed.hap","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-signed.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":421457,"lastModifiedTime":1737532343676}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5":{"hashValue":"7eb7c74d64d72bf715c5b7760f53cace","name":"module.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1559,"lastModifiedTime":1737529283654}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile\\test_pages.json":{"hashValue":"15f6c7a28f6f6cb6bead980b4d032ee1","name":"test_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile\\test_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":54,"lastModifiedTime":1737529283656}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\ohosTest\\output_metadata.json":{"hashValue":"c901ec4e7f0833b393164fa30e9b1bee","name":"output_metadata.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\ohosTest\\output_metadata.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":93,"lastModifiedTime":1737531926323}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\ohosTest\\module.json":{"hashValue":"b37ec42e7f8832fad7a52e86911852d0","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\ohosTest\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1265,"lastModifiedTime":1737531926331}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets":{"hashValue":"de038519dc7d7984d8bf8b0311689efd","name":"BuildProfile.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":866,"lastModifiedTime":1737531926335}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info":{"hashValue":"6b4fe4412de85baabe6822dd7bee8b7a","name":"pack.info","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1683,"lastModifiedTime":1737531926354}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\ohosTest\\module.json":{"hashValue":"630eb6450d98d14c09af1a411202a0f7","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\ohosTest\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1351,"lastModifiedTime":1737531926510}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediates_temp_routerMap.json":{"hashValue":"aeb7aecbd65117cc3d6e360c33d02e49","name":"intermediates_temp_routerMap.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediates_temp_routerMap.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1737531926522}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediate_routerMap_for_loader.json":{"hashValue":"0eda96919ac7444c3c11f61e241c5570","name":"intermediate_routerMap_for_loader.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediate_routerMap_for_loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":16,"lastModifiedTime":1737531926523}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json":{"hashValue":"a1b9d15dd6ba08952efa9d3b32551ce4","name":"resConfig.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1540,"lastModifiedTime":1737531926533}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json":{"hashValue":"4184d485581121c082901816cb7cb49e","name":"loader.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1018,"lastModifiedTime":1737531926547}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest":{"hashValue":"","name":"ohosTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest","type":"directory","isSymbolicLink":false,"children":[]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources":{"hashValue":"0db24a34884933663aeb6918a1135cf1","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"28301135214116d8ef29876e81f4e0b6","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"cab82f4ffe13d543f88396ddf9dc0d0c","name":"element","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"1e047d307aea3523c7fe36d17d0c63b5","name":"color.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element\\color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":105,"lastModifiedTime":1737529283655}},{"hashValue":"e8fba6fdca53aec3cb26f74a4d95ad84","name":"string.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":350,"lastModifiedTime":1737529283655}}]},{"hashValue":"3cf6c2514c047c46579307247a7b961e","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"acee7a877c018cfb724d5e14dac32b26","name":"icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\media\\icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283655}}]},{"hashValue":"36d485b6ac2fe380f5f09b9b0e0552b1","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"15f6c7a28f6f6cb6bead980b4d032ee1","name":"test_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile\\test_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":54,"lastModifiedTime":1737529283656}}]}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest":{"hashValue":"c89f5ef745b4b82370926418de45dbcd","name":"ohosTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4eb02bb4a2dd3f3ef424f975a804307e","name":"ids_map","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ids_map","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"35aa060c496124934cc8903be64f8855","name":"id_defined.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ids_map\\id_defined.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2985,"lastModifiedTime":1737531926688}}]},{"hashValue":"aaec9047ad0e9a03503d82712c9f82aa","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1522,"lastModifiedTime":1737531926687}},{"hashValue":"a1b9d15dd6ba08952efa9d3b32551ce4","name":"resConfig.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1540,"lastModifiedTime":1737531926533}},{"hashValue":"2385e96fccfb0cd8ac6a1d7845dfaf77","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"942a68e360cc514bb35bdff87f09f0c1","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e66496e5134945acae839e53a6fd034e","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f83bff9b8cbe16d1641d80e06a929f6b","name":"app_icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\media\\app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283631}},{"hashValue":"acee7a877c018cfb724d5e14dac32b26","name":"icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\media\\icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283655}}]},{"hashValue":"d89747b6e3ce9da8f9d3681679732d42","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}},{"hashValue":"15f6c7a28f6f6cb6bead980b4d032ee1","name":"test_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile\\test_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":54,"lastModifiedTime":1737529283656}}]}]},{"hashValue":"6a5c668a1cfe08058a0f90fa7c81dea7","name":"rawfile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff9f357abbc6adee0a6540ff90c68d40","name":"index.html","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile\\index.html","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1488,"lastModifiedTime":1737529283645}}]}]},{"hashValue":"146429135bf953caef1ba3a17335d40a","name":"resources.index","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4989,"lastModifiedTime":1737531926688}},{"hashValue":"7a637b22bed37ac7e44c3d4bedf8033c","name":"ResourceTable.txt","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1267,"lastModifiedTime":1737531926685}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest\\ResourceTable.h":{"hashValue":"4118b376bec42b333c14e548ddc4ba9e","name":"ResourceTable.h","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2602,"lastModifiedTime":1737531926684}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest":{"hashValue":"3a29a5b6bd4411c6d687730c86845891","name":"ohosTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4118b376bec42b333c14e548ddc4ba9e","name":"ResourceTable.h","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest\\ResourceTable.h","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2602,"lastModifiedTime":1737531926684}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest":{"hashValue":"b8158ea6d6b003a828640444395481d8","name":"ohosTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4184d485581121c082901816cb7cb49e","name":"loader.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1018,"lastModifiedTime":1737531926547}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile":{"hashValue":"6a5c668a1cfe08058a0f90fa7c81dea7","name":"rawfile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff9f357abbc6adee0a6540ff90c68d40","name":"index.html","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile\\index.html","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1488,"lastModifiedTime":1737529283645}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt":{"hashValue":"7a637b22bed37ac7e44c3d4bedf8033c","name":"ResourceTable.txt","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1267,"lastModifiedTime":1737531926685}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json":{"hashValue":"aaec9047ad0e9a03503d82712c9f82aa","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1522,"lastModifiedTime":1737531926687}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile":{"hashValue":"d89747b6e3ce9da8f9d3681679732d42","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}},{"hashValue":"15f6c7a28f6f6cb6bead980b4d032ee1","name":"test_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile\\test_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":54,"lastModifiedTime":1737529283656}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets":{"hashValue":"e77af89737c1ff5461c5228e5888d1a1","name":"ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f099298ce6d9c1c4aa64133e06a126f5","name":"test","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9f0f46e185b5dfc6ee0dada8ce2cad2a","name":"basicExampleTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4506832301469324cfd6b768f8d8b1b9","name":"basicExample.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest\\basicExample.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2433,"lastModifiedTime":1737529283647}}]},{"hashValue":"4ac700ecc8987a0e199ad7dbae83f14f","name":"findCommentExampleTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"63d5715cb1733253e1a019be30e392f5","name":"Component","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e3dc685934e6041bb0c06bc5c2464754","name":"findCommentExample.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component\\findCommentExample.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8227,"lastModifiedTime":1737529283648}}]},{"hashValue":"71f6056eb433aca2e691145c2508c86e","name":"window","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3e45358d04559c9783b3271e935f6af5","name":"findWindowExample.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window\\findWindowExample.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1812,"lastModifiedTime":1737529283648}}]}]},{"hashValue":"f25a79059f917263efdb33418dbe804a","name":"List.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2164,"lastModifiedTime":1737529283647}},{"hashValue":"751afd5bda3f71870ff4c2da8670b9df","name":"operationExampleTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4281c6703d78d3f38db2b136aed8ef38","name":"ui","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"99cdf5a2ab1614e5534c17e5ee323875","name":"clickEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\clickEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5212,"lastModifiedTime":1737529283651}},{"hashValue":"708f5a946206c68815711b4aaf2dd20e","name":"FlingEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\FlingEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3727,"lastModifiedTime":1737529283649}},{"hashValue":"16566bc02bc2a8c011d85ad78aac634c","name":"InputEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\InputEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4742,"lastModifiedTime":1737529283649}},{"hashValue":"881383dde130b18bf17b6a2cd0562691","name":"MonitorEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MonitorEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3450,"lastModifiedTime":1737529283649}},{"hashValue":"2f7e14305a44d8a2e27cb855663e366c","name":"MouseEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MouseEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9416,"lastModifiedTime":1737532263047}},{"hashValue":"5a9f115d06165d019a29cc9e90039654","name":"PinchEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PinchEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3875,"lastModifiedTime":1737529283650}},{"hashValue":"be6eb151b9e485f1d0932eac16fbd50d","name":"PontMatrixEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PontMatrixEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3159,"lastModifiedTime":1737529283650}},{"hashValue":"e62685b2f69df6047011523470f9245f","name":"ScreenCapEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScreenCapEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2039,"lastModifiedTime":1737529283651}},{"hashValue":"e8f24bdd4dcd14118075df1c5a9e42f1","name":"ScrollerEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScrollerEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2714,"lastModifiedTime":1737529283651}},{"hashValue":"5a9fd6dfdd2ea939ae5daec174b0b394","name":"SwipeEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\SwipeEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2995,"lastModifiedTime":1737529283651}}]},{"hashValue":"f3c5f038ee8fc7be808dad0cd0b16b51","name":"web","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a483faa7ed2268f0d60afdfb8e41602f","name":"webOperate.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3698,"lastModifiedTime":1737529283652}}]},{"hashValue":"9cfffd798ff771dfa551e9dc1a124ac7","name":"window","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f3512d8b70989e233f97b98627e2c4d2","name":"MoveToEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5796,"lastModifiedTime":1737529283652}},{"hashValue":"552088c4620b356d2a4503f51e2708df","name":"ReSizeWindow.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6364,"lastModifiedTime":1737529283653}},{"hashValue":"5d4c8132a145ef135bc0141242bcab55","name":"WindowAttr.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2830,"lastModifiedTime":1737529283653}}]}]}]},{"hashValue":"25630f1d1985b4254594d1184c7b90cc","name":"testability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"915eccb40956b74b8e12060c58a36a97","name":"pages","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\pages","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a99d1b3d135be6cfbdbd58a2ecf3469d","name":"Index.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\pages\\Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1156,"lastModifiedTime":1737529283654}}]},{"hashValue":"8b2f60d5f05d3676b69ecfd70287c017","name":"TestAbility.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2174,"lastModifiedTime":1737529283653}}]},{"hashValue":"f33d7c770b6bacf85c5a36cabdb161db","name":"TestRunner","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\TestRunner","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"66223e142dac3a1a8b8a07830547f0ad","name":"OpenHarmonyTestRunner.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\TestRunner\\OpenHarmonyTestRunner.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2661,"lastModifiedTime":1737529283646}}]},{"hashValue":"a43650165a1f9a4b478d462efc00b818","name":"util","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"852d34a199ca6710ba59c6c9bd098f64","name":"Logger.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1439,"lastModifiedTime":1737529283654}}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest":{"hashValue":"634a4ac0200b57eaafb5c46142797280","name":"ohosTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e77af89737c1ff5461c5228e5888d1a1","name":"ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f099298ce6d9c1c4aa64133e06a126f5","name":"test","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"9f0f46e185b5dfc6ee0dada8ce2cad2a","name":"basicExampleTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4506832301469324cfd6b768f8d8b1b9","name":"basicExample.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest\\basicExample.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2433,"lastModifiedTime":1737529283647}}]},{"hashValue":"4ac700ecc8987a0e199ad7dbae83f14f","name":"findCommentExampleTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"63d5715cb1733253e1a019be30e392f5","name":"Component","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e3dc685934e6041bb0c06bc5c2464754","name":"findCommentExample.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component\\findCommentExample.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":8227,"lastModifiedTime":1737529283648}}]},{"hashValue":"71f6056eb433aca2e691145c2508c86e","name":"window","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"3e45358d04559c9783b3271e935f6af5","name":"findWindowExample.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window\\findWindowExample.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1812,"lastModifiedTime":1737529283648}}]}]},{"hashValue":"f25a79059f917263efdb33418dbe804a","name":"List.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2164,"lastModifiedTime":1737529283647}},{"hashValue":"751afd5bda3f71870ff4c2da8670b9df","name":"operationExampleTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"4281c6703d78d3f38db2b136aed8ef38","name":"ui","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"99cdf5a2ab1614e5534c17e5ee323875","name":"clickEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\clickEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5212,"lastModifiedTime":1737529283651}},{"hashValue":"708f5a946206c68815711b4aaf2dd20e","name":"FlingEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\FlingEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3727,"lastModifiedTime":1737529283649}},{"hashValue":"16566bc02bc2a8c011d85ad78aac634c","name":"InputEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\InputEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4742,"lastModifiedTime":1737529283649}},{"hashValue":"881383dde130b18bf17b6a2cd0562691","name":"MonitorEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MonitorEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3450,"lastModifiedTime":1737529283649}},{"hashValue":"2f7e14305a44d8a2e27cb855663e366c","name":"MouseEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MouseEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":9416,"lastModifiedTime":1737532263047}},{"hashValue":"5a9f115d06165d019a29cc9e90039654","name":"PinchEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PinchEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3875,"lastModifiedTime":1737529283650}},{"hashValue":"be6eb151b9e485f1d0932eac16fbd50d","name":"PontMatrixEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PontMatrixEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3159,"lastModifiedTime":1737529283650}},{"hashValue":"e62685b2f69df6047011523470f9245f","name":"ScreenCapEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScreenCapEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2039,"lastModifiedTime":1737529283651}},{"hashValue":"e8f24bdd4dcd14118075df1c5a9e42f1","name":"ScrollerEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScrollerEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2714,"lastModifiedTime":1737529283651}},{"hashValue":"5a9fd6dfdd2ea939ae5daec174b0b394","name":"SwipeEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\SwipeEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2995,"lastModifiedTime":1737529283651}}]},{"hashValue":"f3c5f038ee8fc7be808dad0cd0b16b51","name":"web","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a483faa7ed2268f0d60afdfb8e41602f","name":"webOperate.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":3698,"lastModifiedTime":1737529283652}}]},{"hashValue":"9cfffd798ff771dfa551e9dc1a124ac7","name":"window","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f3512d8b70989e233f97b98627e2c4d2","name":"MoveToEvent.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":5796,"lastModifiedTime":1737529283652}},{"hashValue":"552088c4620b356d2a4503f51e2708df","name":"ReSizeWindow.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6364,"lastModifiedTime":1737529283653}},{"hashValue":"5d4c8132a145ef135bc0141242bcab55","name":"WindowAttr.test.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2830,"lastModifiedTime":1737529283653}}]}]}]},{"hashValue":"25630f1d1985b4254594d1184c7b90cc","name":"testability","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"915eccb40956b74b8e12060c58a36a97","name":"pages","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\pages","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"a99d1b3d135be6cfbdbd58a2ecf3469d","name":"Index.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\pages\\Index.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1156,"lastModifiedTime":1737529283654}}]},{"hashValue":"8b2f60d5f05d3676b69ecfd70287c017","name":"TestAbility.ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2174,"lastModifiedTime":1737529283653}}]},{"hashValue":"f33d7c770b6bacf85c5a36cabdb161db","name":"TestRunner","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\TestRunner","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"66223e142dac3a1a8b8a07830547f0ad","name":"OpenHarmonyTestRunner.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\TestRunner\\OpenHarmonyTestRunner.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":2661,"lastModifiedTime":1737529283646}}]},{"hashValue":"a43650165a1f9a4b478d462efc00b818","name":"util","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"852d34a199ca6710ba59c6c9bd098f64","name":"Logger.ts","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1439,"lastModifiedTime":1737529283654}}]}]},{"hashValue":"7eb7c74d64d72bf715c5b7760f53cace","name":"module.json5","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1559,"lastModifiedTime":1737529283654}},{"hashValue":"0db24a34884933663aeb6918a1135cf1","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"28301135214116d8ef29876e81f4e0b6","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"cab82f4ffe13d543f88396ddf9dc0d0c","name":"element","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"1e047d307aea3523c7fe36d17d0c63b5","name":"color.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element\\color.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":105,"lastModifiedTime":1737529283655}},{"hashValue":"e8fba6fdca53aec3cb26f74a4d95ad84","name":"string.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element\\string.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":350,"lastModifiedTime":1737529283655}}]},{"hashValue":"3cf6c2514c047c46579307247a7b961e","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"acee7a877c018cfb724d5e14dac32b26","name":"icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\media\\icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283655}}]},{"hashValue":"36d485b6ac2fe380f5f09b9b0e0552b1","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"15f6c7a28f6f6cb6bead980b4d032ee1","name":"test_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile\\test_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":54,"lastModifiedTime":1737529283656}}]}]}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets":{"hashValue":"f6286b0a1c21efdcb98c689c9df39e1d","name":"ets","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"28d3d3790dd67346688d7172386b8a8e","name":"modules.abc","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets\\modules.abc","type":"file","isSymbolicLink":false,"fileMetaData":{"size":599540,"lastModifiedTime":1737532344712}},{"hashValue":"9248e1b5d3a315a4f7c80eddec749548","name":"sourceMaps.map","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets\\sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":893157,"lastModifiedTime":1737532344602}}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest":{"hashValue":"","name":"ohosTest","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest","type":"directory","isSymbolicLink":false,"children":[]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\ohosTest\\base_native_libs.json":{"hashValue":"4de3bff4c8f26d00efbca1abc1ebc527","name":"base_native_libs.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\ohosTest\\base_native_libs.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":25,"lastModifiedTime":1737531927695}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\ohosTest\\module.json":{"hashValue":"aaec9047ad0e9a03503d82712c9f82aa","name":"module.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\ohosTest\\module.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1522,"lastModifiedTime":1737531926687}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources":{"hashValue":"2385e96fccfb0cd8ac6a1d7845dfaf77","name":"resources","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"942a68e360cc514bb35bdff87f09f0c1","name":"base","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"e66496e5134945acae839e53a6fd034e","name":"media","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\media","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"f83bff9b8cbe16d1641d80e06a929f6b","name":"app_icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\media\\app_icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283631}},{"hashValue":"acee7a877c018cfb724d5e14dac32b26","name":"icon.png","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\media\\icon.png","type":"file","isSymbolicLink":false,"fileMetaData":{"size":6790,"lastModifiedTime":1737529283655}}]},{"hashValue":"d89747b6e3ce9da8f9d3681679732d42","name":"profile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ebba779de333e30c0416f41ec14bbbdc","name":"main_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile\\main_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":280,"lastModifiedTime":1737529283644}},{"hashValue":"15f6c7a28f6f6cb6bead980b4d032ee1","name":"test_pages.json","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile\\test_pages.json","type":"file","isSymbolicLink":false,"fileMetaData":{"size":54,"lastModifiedTime":1737529283656}}]}]},{"hashValue":"6a5c668a1cfe08058a0f90fa7c81dea7","name":"rawfile","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile","type":"directory","isSymbolicLink":false,"children":[{"hashValue":"ff9f357abbc6adee0a6540ff90c68d40","name":"index.html","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile\\index.html","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1488,"lastModifiedTime":1737529283645}}]}]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index":{"hashValue":"146429135bf953caef1ba3a17335d40a","name":"resources.index","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index","type":"file","isSymbolicLink":false,"fileMetaData":{"size":4989,"lastModifiedTime":1737531926688}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap":{"hashValue":"37c30ca6adccc0a44beb0653b7022369","name":"entry-ohosTest-unsigned.hap","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1517189,"lastModifiedTime":1737532345417}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\mapping\\sourceMaps.map":{"hashValue":"9248e1b5d3a315a4f7c80eddec749548","name":"sourceMaps.map","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\mapping\\sourceMaps.map","type":"file","isSymbolicLink":false,"fileMetaData":{"size":893157,"lastModifiedTime":1737532344602}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap":{"hashValue":"c0d14f0701922e6da1e8e03c4073e8a6","name":"entry-ohosTest-signed.hap","path":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap","type":"file","isSymbolicLink":false,"fileMetaData":{"size":1553707,"lastModifiedTime":1737532345564}},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\pkgContextInfo.json":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]},"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\js":{"hashValue":"","name":"emptyroot","path":"","type":"unknown","isSymbolicLink":false,"children":[]}} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/cache/meta.json b/code/Project/Test/uitest/.hvigor/cache/meta.json new file mode 100644 index 0000000000..295b1efac3 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/cache/meta.json @@ -0,0 +1 @@ +{"compileSdkVersion":"5.0.0(12)","hvigorVersion":"5.2.2","toolChainsVersion":"5.0.0.25"} diff --git a/code/Project/Test/uitest/.hvigor/cache/task-cache.json b/code/Project/Test/uitest/.hvigor/cache/task-cache.json new file mode 100644 index 0000000000..63d1ccd738 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/cache/task-cache.json @@ -0,0 +1 @@ +{":uitest:entry:default@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\src\\\\\\\\main\\\\\\\\module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ts\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"launchType\\\":\\\"multiton\\\",\\\"visible\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]},{\\\"name\\\":\\\"clickAbility\\\",\\\"srcEntry\\\":\\\"./ets/clickability/ClickAbility.ts\\\",\\\"description\\\":\\\"$string:clickability_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:clickability_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"InputAbility\\\",\\\"srcEntry\\\":\\\"./ets/inputability/InputAbility.ts\\\",\\\"description\\\":\\\"$string:InputAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:InputAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"MouseAbility\\\",\\\"srcEntry\\\":\\\"./ets/mouseability/MouseAbility.ts\\\",\\\"description\\\":\\\"$string:MouseAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:MouseAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"FlingAbility\\\",\\\"srcEntry\\\":\\\"./ets/flingability/FlingAbility.ts\\\",\\\"description\\\":\\\"$string:FlingAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:FlingAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"SwipeAbility\\\",\\\"srcEntry\\\":\\\"./ets/swipeability/SwipeAbility.ts\\\",\\\"description\\\":\\\"$string:SwipeAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:SwipeAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"PinchAbility\\\",\\\"srcEntry\\\":\\\"./ets/pinchability/PinchAbility.ts\\\",\\\"description\\\":\\\"$string:PinchAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:PinchAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"PointMatrixAbility\\\",\\\"srcEntry\\\":\\\"./ets/pointmatrixability/PointMatrixAbility.ts\\\",\\\"description\\\":\\\"$string:PointMatrixAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:PointMatrixAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"ScrollerAbility\\\",\\\"srcEntry\\\":\\\"./ets/scrollerability/ScrollerAbility.ts\\\",\\\"description\\\":\\\"$string:ScrollerAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:ScrollerAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"DragAbility\\\",\\\"srcEntry\\\":\\\"./ets/dragability/DragAbility.ts\\\",\\\"description\\\":\\\"$string:DragAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:DragAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"WebAbility\\\",\\\"srcEntry\\\":\\\"./ets/webability/WebAbility.ts\\\",\\\"description\\\":\\\"$string:WebAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:WebAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true}]}},\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"entry\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.0.25\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@PreBuild","_key":":uitest:entry:default@PreBuild","_executionId":":uitest:entry:default@PreBuild:1737531915909","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"isDirectory":false,"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5",{"isDirectory":false,"fileSnapShotHashValue":"ea47a0b3e0d7e0f17682a2913493ee2c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5",{"fileSnapShotHashValue":"612764587bb3149d331af06c06723d89"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\profile\\main_pages.json",{"fileSnapShotHashValue":"ebba779de333e30c0416f41ec14bbbdc"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigor\\hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"7e3e232b3817fb34de7cbb0b7499081d"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5",{"fileSnapShotHashValue":"ee10bdd9f9065733b7ce2a7fc812dc98"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":uitest:entry:default@GenerateMetadata":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"entryModules\",\"_value\":[],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existMaterial\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existSigningConfig\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDeviceType\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"product\",\"_value\":\"default\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteHspMetaData\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.0.25\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyAlias\",\"_value\":\"debugKey\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyPassword\",\"_value\":\"0000001B3567D1250CB5A92C9603AB1D40EE27E0559E395E6341CB0AA3BE0468B555B623C94762669D28A3\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_name\",\"_value\":\"default\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_signAlg\",\"_value\":\"SHA256withECDSA\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_storePassword\",\"_value\":\"0000001BFD3F27DED24BA76EBD62C0AC8BF4487B59327DB26DDA6E3CD21E679557037D9C5B92502FE93D41\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_type\",\"_value\":\"HarmonyOS\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@GenerateMetadata","_key":":uitest:entry:default@GenerateMetadata","_executionId":":uitest:entry:default@GenerateMetadata:1737531916057","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5",{"fileSnapShotHashValue":"ea47a0b3e0d7e0f17682a2913493ee2c"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json",{"fileSnapShotHashValue":"35ec19f1a47cb94d3eb9550c5e3ff384"}]]}},":uitest:entry:default@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.samples.test.uitest\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\",\\\"distributedNotificationEnabled\\\":true}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ts\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"launchType\\\":\\\"multiton\\\",\\\"visible\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]},{\\\"name\\\":\\\"clickAbility\\\",\\\"srcEntry\\\":\\\"./ets/clickability/ClickAbility.ts\\\",\\\"description\\\":\\\"$string:clickability_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:clickability_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"InputAbility\\\",\\\"srcEntry\\\":\\\"./ets/inputability/InputAbility.ts\\\",\\\"description\\\":\\\"$string:InputAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:InputAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"MouseAbility\\\",\\\"srcEntry\\\":\\\"./ets/mouseability/MouseAbility.ts\\\",\\\"description\\\":\\\"$string:MouseAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:MouseAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"FlingAbility\\\",\\\"srcEntry\\\":\\\"./ets/flingability/FlingAbility.ts\\\",\\\"description\\\":\\\"$string:FlingAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:FlingAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"SwipeAbility\\\",\\\"srcEntry\\\":\\\"./ets/swipeability/SwipeAbility.ts\\\",\\\"description\\\":\\\"$string:SwipeAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:SwipeAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"PinchAbility\\\",\\\"srcEntry\\\":\\\"./ets/pinchability/PinchAbility.ts\\\",\\\"description\\\":\\\"$string:PinchAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:PinchAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"PointMatrixAbility\\\",\\\"srcEntry\\\":\\\"./ets/pointmatrixability/PointMatrixAbility.ts\\\",\\\"description\\\":\\\"$string:PointMatrixAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:PointMatrixAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"ScrollerAbility\\\",\\\"srcEntry\\\":\\\"./ets/scrollerability/ScrollerAbility.ts\\\",\\\"description\\\":\\\"$string:ScrollerAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:ScrollerAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"DragAbility\\\",\\\"srcEntry\\\":\\\"./ets/dragability/DragAbility.ts\\\",\\\"description\\\":\\\"$string:DragAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:DragAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"WebAbility\\\",\\\"srcEntry\\\":\\\"./ets/webability/WebAbility.ts\\\",\\\"description\\\":\\\"$string:WebAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:WebAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true}]}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Beta1\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@MergeProfile","_key":":uitest:entry:default@MergeProfile","_executionId":":uitest:entry:default@MergeProfile:1737531916065","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5",{"fileSnapShotHashValue":"ea47a0b3e0d7e0f17682a2913493ee2c"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\default\\module.json",{"fileSnapShotHashValue":"b21d7dddeea23cdad772c3ddb2af7516"}]]}},":uitest:entry:default@CreateBuildProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"test\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectOhosConfigAppOpt\",\"_valueType\":\"undefined\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@CreateBuildProfile","_key":":uitest:entry:default@CreateBuildProfile","_executionId":":uitest:entry:default@CreateBuildProfile:1737531916071","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets",{"fileSnapShotHashValue":"af24eaaf78f493e01c787535e3ce43c4"}]]}},":uitest:entry:default@GeneratePkgContextInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap\",\"_value\":\"{\\\"entry\\\":{\\\"packageName\\\":\\\"entry\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"\\\",\\\"entryPath\\\":\\\"src/main/\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"},\\\"@ohos/hypium\\\":{\\\"packageName\\\":\\\"@ohos/hypium\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"1.0.18\\\",\\\"entryPath\\\":\\\"index.js\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@GeneratePkgContextInfo","_key":":uitest:entry:default@GeneratePkgContextInfo","_executionId":":uitest:entry:default@GeneratePkgContextInfo:1737532340698","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":uitest:entry:default@ProcessIntegratedHsp":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@ProcessIntegratedHsp","_key":":uitest:entry:default@ProcessIntegratedHsp","_executionId":":uitest:entry:default@ProcessIntegratedHsp:1737532340701","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":uitest:entry:default@MakePackInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appResOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.samples.test.uitest\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\",\\\"distributedNotificationEnabled\\\":true}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileSdkVersion\",\"_value\":12,\"_valueType\":\"number\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry\\\",\\\"type\\\":\\\"entry\\\",\\\"description\\\":\\\"$string:module_desc\\\",\\\"mainElement\\\":\\\"EntryAbility\\\",\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"pages\\\":\\\"$profile:main_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"EntryAbility\\\",\\\"srcEntry\\\":\\\"./ets/entryability/EntryAbility.ts\\\",\\\"description\\\":\\\"$string:EntryAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:EntryAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"launchType\\\":\\\"multiton\\\",\\\"visible\\\":true,\\\"skills\\\":[{\\\"entities\\\":[\\\"entity.system.home\\\"],\\\"actions\\\":[\\\"action.system.home\\\"]}]},{\\\"name\\\":\\\"clickAbility\\\",\\\"srcEntry\\\":\\\"./ets/clickability/ClickAbility.ts\\\",\\\"description\\\":\\\"$string:clickability_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:clickability_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"InputAbility\\\",\\\"srcEntry\\\":\\\"./ets/inputability/InputAbility.ts\\\",\\\"description\\\":\\\"$string:InputAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:InputAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"MouseAbility\\\",\\\"srcEntry\\\":\\\"./ets/mouseability/MouseAbility.ts\\\",\\\"description\\\":\\\"$string:MouseAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:MouseAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"FlingAbility\\\",\\\"srcEntry\\\":\\\"./ets/flingability/FlingAbility.ts\\\",\\\"description\\\":\\\"$string:FlingAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:FlingAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"SwipeAbility\\\",\\\"srcEntry\\\":\\\"./ets/swipeability/SwipeAbility.ts\\\",\\\"description\\\":\\\"$string:SwipeAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:SwipeAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"PinchAbility\\\",\\\"srcEntry\\\":\\\"./ets/pinchability/PinchAbility.ts\\\",\\\"description\\\":\\\"$string:PinchAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:PinchAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"PointMatrixAbility\\\",\\\"srcEntry\\\":\\\"./ets/pointmatrixability/PointMatrixAbility.ts\\\",\\\"description\\\":\\\"$string:PointMatrixAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:PointMatrixAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"ScrollerAbility\\\",\\\"srcEntry\\\":\\\"./ets/scrollerability/ScrollerAbility.ts\\\",\\\"description\\\":\\\"$string:ScrollerAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:ScrollerAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"DragAbility\\\",\\\"srcEntry\\\":\\\"./ets/dragability/DragAbility.ts\\\",\\\"description\\\":\\\"$string:DragAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:DragAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true},{\\\"name\\\":\\\"WebAbility\\\",\\\"srcEntry\\\":\\\"./ets/webability/WebAbility.ts\\\",\\\"description\\\":\\\"$string:WebAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:WebAbility_label\\\",\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"visible\\\":true}]}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Beta1\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@MakePackInfo","_key":":uitest:entry:default@MakePackInfo","_executionId":":uitest:entry:default@MakePackInfo:1737531916100","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5",{"fileSnapShotHashValue":"ea47a0b3e0d7e0f17682a2913493ee2c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info",{"fileSnapShotHashValue":"939a9c73c66ecfd3f6d602eb2444f963"}]]}},":uitest:entry:default@ProcessProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@ProcessProfile","_key":":uitest:entry:default@ProcessProfile","_executionId":":uitest:entry:default@ProcessProfile:1737531916107","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\default\\module.json",{"fileSnapShotHashValue":"b21d7dddeea23cdad772c3ddb2af7516"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\default\\module.json",{"fileSnapShotHashValue":"087a4c78d63246acfcee649cbf49c5bc"}]]}},":uitest:entry:default@SyscapTransform":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@SyscapTransform","_key":":uitest:entry:default@SyscapTransform","_executionId":":uitest:entry:default@SyscapTransform:1737532340712","_inputFiles":{"dataType":"Map","value":[["D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe",{"fileSnapShotHashValue":"3847ed876173d30bd7d57196e23a184a"}],["D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define",{"fileSnapShotHashValue":"1590719431b6ab59c77bfb891c83140e"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc",{"fileSnapShotHashValue":""}]]}},":uitest:entry:default@ProcessRouterMap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"obfuscated\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@ProcessRouterMap","_key":":uitest:entry:default@ProcessRouterMap","_executionId":":uitest:entry:default@ProcessRouterMap:1737531916871","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5",{"fileSnapShotHashValue":"ee10bdd9f9065733b7ce2a7fc812dc98"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5",{"fileSnapShotHashValue":"a523cccaf74fa60caa2f8c7aec88924b"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5",{"fileSnapShotHashValue":"ea47a0b3e0d7e0f17682a2913493ee2c"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediates_temp_routerMap.json",{"fileSnapShotHashValue":"ea2d778f34c71bcd110ecbf11f4c5c74"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediate_routerMap_for_loader.json",{"fileSnapShotHashValue":"e4bf764f10e7dd445ac300e586858024"}]]}},":uitest:entry:default@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\process_profile\\\\\\\\default\\\\\\\\module.json\\\",\\\"packageName\\\":\\\"com.samples.test.uitest\\\",\\\"output\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\",\\\"moduleNames\\\":\\\"entry\\\",\\\"ResourceTable\\\":[\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\generated\\\\\\\\r\\\\\\\\default\\\\\\\\ResourceTable.h\\\"],\\\"applicationResource\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\AppScope\\\\\\\\resources\\\",\\\"moduleResources\\\":[\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\src\\\\\\\\main\\\\\\\\resources\\\"],\\\"dependencies\\\":[],\\\"iconCheck\\\":true,\\\"ids\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\\\\\\ids_map\\\",\\\"definedIds\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\default\\\\\\\\ids_map\\\\\\\\id_defined.json\\\",\\\"definedSysIds\\\":\\\"D:\\\\\\\\page\\\\\\\\huawei\\\\\\\\dev_5_0\\\\\\\\DevEco Studio\\\\\\\\sdk\\\\\\\\HarmonyOS-NEXT-DB1\\\\\\\\hms\\\\\\\\toolchains\\\\\\\\id_defined.json\\\"}\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@ProcessResource","_key":":uitest:entry:default@ProcessResource","_executionId":":uitest:entry:default@ProcessResource:1737531916886","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"9b0ad296538d3eb2528ceb939513983e"}]]}},":uitest:entry:default@GenerateLoaderJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"anBuildMode\",\"_value\":\"type\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apPath\",\"_value\":\"D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\modules.ap\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"fallbackAnBuild\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarUnitTestWithCoverage\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"modulePathMap\",\"_value\":\"{\\\"entry\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"module_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"nodeModulesPath\",\"_value\":\"D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\default\\\\node_modules\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohos.compile.lib.entryfile\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"overrides\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectRootPath\",\"_value\":\"D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"project_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@GenerateLoaderJson","_key":":uitest:entry:default@GenerateLoaderJson","_executionId":":uitest:entry:default@GenerateLoaderJson:1737531916897","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediates_temp_routerMap.json",{"fileSnapShotHashValue":"ea2d778f34c71bcd110ecbf11f4c5c74"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json",{"isDirectory":false,"fileSnapShotHashValue":"2967d40cd42baf7ae419d4a79fcbd96b"}]]}},":uitest:entry:default@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@ProcessLibs","_key":":uitest:entry:default@ProcessLibs","_executionId":":uitest:entry:default@ProcessLibs:1737531916910","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5",{"fileSnapShotHashValue":"612764587bb3149d331af06c06723d89"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":uitest:entry:default@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\restool.exe,-l,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resConfig.json\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\restool.exe\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"default\\\"}\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@CompileResource","_key":":uitest:entry:default@CompileResource","_executionId":":uitest:entry:default@CompileResource:1737531916923","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources",{"fileSnapShotHashValue":"fc652572d43aca6ac2894ccbdc1fac8d"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources",{"fileSnapShotHashValue":"b86b0851ca5bc7c655c631a62525ec64"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\default\\module.json",{"isDirectory":false,"fileSnapShotHashValue":"087a4c78d63246acfcee649cbf49c5bc"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"9b0ad296538d3eb2528ceb939513983e"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default",{"isDirectory":true,"fileSnapShotHashValue":"7be4d7dae672784314596acf7c12a39f"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default\\ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"d0db395385ec4ae377f70251af5ff759"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default",{"isDirectory":true,"fileSnapShotHashValue":"955daf9293dbfdb9285309bb1a40e4db"}]]}},":uitest:entry:default@CompileArkTS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkTsWdiget\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"OBFUSCATION_ENABLE\",\"_value\":\"undefined\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"noExternalImportByPath\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@CompileArkTS","_key":":uitest:entry:default@CompileArkTS","_executionId":":uitest:entry:default@CompileArkTS:1737532340766","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default",{"isDirectory":true,"fileSnapShotHashValue":"3eee24620cceded1eb37e6fbaed857a9"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile",{"isDirectory":true,"fileSnapShotHashValue":"6a5c668a1cfe08058a0f90fa7c81dea7"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt",{"fileSnapShotHashValue":"2b6799f8b97051d7b30d6413b4b0b538"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json",{"fileSnapShotHashValue":"36d2eb29078d0b54aab383d6e76f53cc"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile",{"isDirectory":true,"fileSnapShotHashValue":"af570dac26eb774c9f0b44a3ff191b44"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets",{"isDirectory":true,"fileSnapShotHashValue":"47376ee3e284863588309a6a3ad2c509"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets",{"fileSnapShotHashValue":"af24eaaf78f493e01c787535e3ce43c4"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets",{"isDirectory":true,"fileSnapShotHashValue":"59756a760f0e510e4b56bf5de6847d88"}]]}},":uitest:entry:default@BuildJS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@BuildJS","_key":":uitest:entry:default@BuildJS","_executionId":":uitest:entry:default@BuildJS:1737532340792","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default",{"isDirectory":true,"fileSnapShotHashValue":"3eee24620cceded1eb37e6fbaed857a9"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile",{"isDirectory":true,"fileSnapShotHashValue":"6a5c668a1cfe08058a0f90fa7c81dea7"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt",{"fileSnapShotHashValue":"2b6799f8b97051d7b30d6413b4b0b538"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json",{"fileSnapShotHashValue":"36d2eb29078d0b54aab383d6e76f53cc"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile",{"isDirectory":true,"fileSnapShotHashValue":"af570dac26eb774c9f0b44a3ff191b44"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\js",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":uitest:entry:default@DoNativeStrip":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@DoNativeStrip","_key":":uitest:entry:default@DoNativeStrip","_executionId":":uitest:entry:default@DoNativeStrip:1737531917706","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":uitest:entry:default@CacheNativeLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@CacheNativeLibs","_key":":uitest:entry:default@CacheNativeLibs","_executionId":":uitest:entry:default@CacheNativeLibs:1737531917729","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\default\\base_native_libs.json",{"isDirectory":false,"fileSnapShotHashValue":"ffdf5c12890f0b5affc3677d862baa18"}]]}},":uitest:entry:default@GeneratePkgModuleJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@GeneratePkgModuleJson","_key":":uitest:entry:default@GeneratePkgModuleJson","_executionId":":uitest:entry:default@GeneratePkgModuleJson:1737531924399","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json",{"fileSnapShotHashValue":"36d2eb29078d0b54aab383d6e76f53cc"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\default\\module.json",{"fileSnapShotHashValue":"36d2eb29078d0b54aab383d6e76f53cc"}]]}},":uitest:entry:default@PackageHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"hotReload\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceMapDir\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"bundleType\",\"_value\":\"app\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"java,-Dfile.encoding=GBK,-jar,D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar,--mode,hap,--force,true,--lib-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\stripped_native_libs\\\\default,--json-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\package\\\\default\\\\module.json,--resources-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resources,--index-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resources.index,--pack-info-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\pack.info,--out-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\entry-default-unsigned.hap,--ets-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\default\\\\ets\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@PackageHap","_key":":uitest:entry:default@PackageHap","_executionId":":uitest:entry:default@PackageHap:1737532343111","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default",{"isDirectory":false,"fileSnapShotHashValue":""}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json",{"isDirectory":false,"fileSnapShotHashValue":"36d2eb29078d0b54aab383d6e76f53cc"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources",{"isDirectory":false,"fileSnapShotHashValue":"3337b89090aad4e57f5103067cc02ccf"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index",{"isDirectory":false,"fileSnapShotHashValue":"0484b51f970d983a2435316b63639220"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info",{"isDirectory":false,"fileSnapShotHashValue":"939a9c73c66ecfd3f6d602eb2444f963"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets",{"isDirectory":false,"fileSnapShotHashValue":"59756a760f0e510e4b56bf5de6847d88"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets",{"fileSnapShotHashValue":"af24eaaf78f493e01c787535e3ce43c4"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"da0d5af0789b543b827c06203ccb99ec"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\mapping\\sourceMaps.map",{"fileSnapShotHashValue":"f5c42c9644fad2312559c1dd5d69be86"}]]}},":uitest:entry:default@SignHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.0.25\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existSigningConfig\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_name\",\"_value\":\"default\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_type\",\"_value\":\"HarmonyOS\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existMaterial\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_signAlg\",\"_value\":\"SHA256withECDSA\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyAlias\",\"_value\":\"debugKey\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyPassword\",\"_value\":\"0000001B3567D1250CB5A92C9603AB1D40EE27E0559E395E6341CB0AA3BE0468B555B623C94762669D28A3\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_storePassword\",\"_value\":\"0000001BFD3F27DED24BA76EBD62C0AC8BF4487B59327DB26DDA6E3CD21E679557037D9C5B92502FE93D41\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"default@SignHap","_key":":uitest:entry:default@SignHap","_executionId":":uitest:entry:default@SignHap:1737532343552","_inputFiles":{"dataType":"Map","value":[["C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer",{"isDirectory":false,"fileSnapShotHashValue":"45df731f55265ad319364adbb54ee9cb"}],["C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b",{"isDirectory":false,"fileSnapShotHashValue":"81edf5a5c7054608a64d697b1f263919"}],["C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12",{"isDirectory":false,"fileSnapShotHashValue":"4330fe53e82dd3cfcefcdad9c0f257e4"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"da0d5af0789b543b827c06203ccb99ec"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-signed.hap",{"isDirectory":false,"fileSnapShotHashValue":"9ef89d04192b74cc3abc32dac7857400"}]]}},":uitest:entry:ohosTest@PreBuild":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apiType\",\"_value\":\"stageMode\",\"_valueType\":\"string\",\"_hash\":\"699c7565645ea3ea8c88551a4926a3d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"codeType\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"d6dcf21a9f078b661283507536e57ce8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"b8c1ba3ecddcd8b1be17325fb873c8bc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileApiVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"5bc55d1554c9b9f95bf3de5259c04c8b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"970a2695bffac1c5a4fa283dc36050e3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceType\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"3f44547af15457ff8e1ec09282ca9922\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"2538281751f182d9123d2ab28efaf9be\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isSupportOhpmProj\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"f3a249d7e3f751316e931b8a08b074b4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"jsonFilePath\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\src\\\\\\\\ohosTest\\\\\\\\module.json5\\\",\\\"profile\\\":{\\\"module\\\":{\\\"name\\\":\\\"entry_test\\\",\\\"type\\\":\\\"feature\\\",\\\"description\\\":\\\"$string:module_test_desc\\\",\\\"mainElement\\\":\\\"TestAbility\\\",\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:test_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"TestAbility\\\",\\\"srcEntry\\\":\\\"./ets/testability/TestAbility.ets\\\",\\\"description\\\":\\\"$string:TestAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:TestAbility_label\\\",\\\"visible\\\":true,\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"skills\\\":[{\\\"actions\\\":[\\\"action.system.home\\\"],\\\"entities\\\":[\\\"entity.system.home\\\"]}]}]}},\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deviceConfig\\\":\\\"deviceTypes\\\",\\\"configurationProfile\\\":\\\"module.json5\\\"}\",\"_valueType\":\"string\",\"_hash\":\"597ee047df5f367631f2753ba9ae58ab\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"profileModuleName\",\"_value\":\"entry\",\"_valueType\":\"string\",\"_hash\":\"b174ea6ff5824844dde5ad92f6b3ef2b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.0.25\",\"_valueType\":\"string\",\"_hash\":\"fd5b0cb90ed803c18e07a2f087165927\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceRoots\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"a369c115d2c4122f3819759804ec9d35\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetStatusCode\",\"_value\":2,\"_valueType\":\"number\",\"_hash\":\"5a9255c0f4ee50904a9349ebafca8369\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"7d270d0ce7ae5c6e2e32760cb396ea5a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"45c309ddef659bd1ca26b5b8988a1a78\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@PreBuild","_key":":uitest:entry:ohosTest@PreBuild","_executionId":":uitest:entry:ohosTest@PreBuild:1737531926312","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"isDirectory":false,"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5",{"isDirectory":false,"fileSnapShotHashValue":"7eb7c74d64d72bf715c5b7760f53cace"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5",{"fileSnapShotHashValue":"612764587bb3149d331af06c06723d89"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile\\test_pages.json",{"fileSnapShotHashValue":"15f6c7a28f6f6cb6bead980b4d032ee1"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigor\\hvigor-config.json5",{"isDirectory":true,"fileSnapShotHashValue":"7e3e232b3817fb34de7cbb0b7499081d"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5",{"fileSnapShotHashValue":"ee10bdd9f9065733b7ce2a7fc812dc98"}]]},"_outputFiles":{"dataType":"Map","value":[]}},":uitest:entry:ohosTest@GenerateMetadata":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"910298825388ce24c00cb3c1aeb80caa\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"entryModules\",\"_value\":[],\"_valueType\":\"object\",\"_hash\":\"aea18c73616ef065de1f5734ffcfeacd\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existMaterial\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"93dc57ba6785b4754ab913cd6a94a2d4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existSigningConfig\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"0a625026bbf59499155e2fd8a2f97c6e\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleDeviceType\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"574e6667ec7818cf1e8ef904ad345e21\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"product\",\"_value\":\"default\",\"_valueType\":\"string\",\"_hash\":\"c78efd675257060e500cc4a185c4a166\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"remoteHspMetaData\",\"_valueType\":\"undefined\",\"_hash\":\"55a9137298c1d5ff2e0dbb72f4577d79\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.0.25\",\"_valueType\":\"string\",\"_hash\":\"fd5b0cb90ed803c18e07a2f087165927\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyAlias\",\"_value\":\"debugKey\",\"_valueType\":\"string\",\"_hash\":\"4c07b0ee3239f12b1e68b46f50f552cb\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyPassword\",\"_value\":\"0000001B3567D1250CB5A92C9603AB1D40EE27E0559E395E6341CB0AA3BE0468B555B623C94762669D28A3\",\"_valueType\":\"string\",\"_hash\":\"182f3ba4df7f9ebccb87132119405e40\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_name\",\"_value\":\"default\",\"_valueType\":\"string\",\"_hash\":\"8b60e376556ce51d68b5485c5f79822c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_signAlg\",\"_value\":\"SHA256withECDSA\",\"_valueType\":\"string\",\"_hash\":\"6914b6129327418a0e5596a96e0d04c2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_storePassword\",\"_value\":\"0000001BFD3F27DED24BA76EBD62C0AC8BF4487B59327DB26DDA6E3CD21E679557037D9C5B92502FE93D41\",\"_valueType\":\"string\",\"_hash\":\"766cbf59f2fbb78611addb6e367f7232\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_type\",\"_value\":\"HarmonyOS\",\"_valueType\":\"string\",\"_hash\":\"7d6077786f4ba499719f9cf052004f2a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"ohosTest\\\"}\",\"_valueType\":\"string\",\"_hash\":\"a0edf49f792d88220a02362674cf9662\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@GenerateMetadata","_key":":uitest:entry:ohosTest@GenerateMetadata","_executionId":":uitest:entry:ohosTest@GenerateMetadata:1737531926321","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5",{"fileSnapShotHashValue":"7eb7c74d64d72bf715c5b7760f53cace"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\ohosTest\\output_metadata.json",{"fileSnapShotHashValue":"c901ec4e7f0833b393164fa30e9b1bee"}]]}},":uitest:entry:ohosTest@MergeProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appJsonOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.samples.test.uitest\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\",\\\"distributedNotificationEnabled\\\":true}}\",\"_valueType\":\"string\",\"_hash\":\"9ca657991f8a08d37fc3c7098072b1d8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"asanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"bc2129ba20a21b7e5234139ede1b4d7b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildProfileAbilities\",\"_valueType\":\"undefined\",\"_hash\":\"40d5093f345351dd6d67ce5d6a209345\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildRoot\",\"_value\":\"build\",\"_valueType\":\"string\",\"_hash\":\"4c2dd7bb7507f74001ec27f2936db7f9\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3c48b1937556f5c7e1ff0b2e0af0184f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e67900c25b1f9fb70cc779de77dc6912\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isDebug\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"edbf05a2d2be2c385e75d9565a48d419\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarModule\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a15b7a3ed818faa99a4a10d67f52cb72\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry_test\\\",\\\"type\\\":\\\"feature\\\",\\\"description\\\":\\\"$string:module_test_desc\\\",\\\"mainElement\\\":\\\"TestAbility\\\",\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"installationFree\\\":false,\\\"pages\\\":\\\"$profile:test_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"TestAbility\\\",\\\"srcEntry\\\":\\\"./ets/testability/TestAbility.ets\\\",\\\"description\\\":\\\"$string:TestAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:TestAbility_label\\\",\\\"visible\\\":true,\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"skills\\\":[{\\\"actions\\\":[\\\"action.system.home\\\"],\\\"entities\\\":[\\\"entity.system.home\\\"]}]}]}}\",\"_valueType\":\"string\",\"_hash\":\"63213e0a1c0cd3597223ccc048a0de83\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"multiProjects\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"555604752defc243b4e4c55d1549fc06\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"b52997704fa206ed96a13a1f2e464a85\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Beta1\",\"_valueType\":\"string\",\"_hash\":\"1a006c1958194950c056f6e6aa5438b0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"94972355fc6ee8e90cfba1a7db4cf5db\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"tsanEnable\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"086cac69f102cdd9ee25e54982ad7b76\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@MergeProfile","_key":":uitest:entry:ohosTest@MergeProfile","_executionId":":uitest:entry:ohosTest@MergeProfile:1737531926330","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5",{"fileSnapShotHashValue":"7eb7c74d64d72bf715c5b7760f53cace"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\ohosTest\\module.json",{"fileSnapShotHashValue":"b37ec42e7f8832fad7a52e86911852d0"}]]}},":uitest:entry:ohosTest@CreateBuildProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildMode\",\"_value\":\"Debug\",\"_valueType\":\"string\",\"_hash\":\"8120d22ada0d6de22b101e1f4ea16e81\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"buildModeName\",\"_value\":\"test\",\"_valueType\":\"string\",\"_hash\":\"5f32322fbea8c10a8419081877c57a06\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectOhosConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"d55b976f16f2e6ec7261b64755922538\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@CreateBuildProfile","_key":":uitest:entry:ohosTest@CreateBuildProfile","_executionId":":uitest:entry:ohosTest@CreateBuildProfile:1737531926334","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets",{"fileSnapShotHashValue":"de038519dc7d7984d8bf8b0311689efd"}]]}},":uitest:entry:ohosTest@GeneratePkgContextInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"pkgContextInfoMap\",\"_value\":\"{\\\"entry\\\":{\\\"packageName\\\":\\\"entry\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"\\\",\\\"entryPath\\\":\\\"src/ohosTest/\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"},\\\"@ohos/hypium\\\":{\\\"packageName\\\":\\\"@ohos/hypium\\\",\\\"bundleName\\\":\\\"\\\",\\\"moduleName\\\":\\\"\\\",\\\"version\\\":\\\"1.0.18\\\",\\\"entryPath\\\":\\\"index.js\\\",\\\"isSO\\\":false,\\\"dependencyAlias\\\":\\\"\\\"}}\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@GeneratePkgContextInfo","_key":":uitest:entry:ohosTest@GeneratePkgContextInfo","_executionId":":uitest:entry:ohosTest@GeneratePkgContextInfo:1737532344182","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\pkgContextInfo.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":uitest:entry:ohosTest@ProcessIntegratedHsp":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@ProcessIntegratedHsp","_key":":uitest:entry:ohosTest@ProcessIntegratedHsp","_executionId":":uitest:entry:ohosTest@ProcessIntegratedHsp:1737532344188","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json",{"isDirectory":false,"fileSnapShotHashValue":""}]]}},":uitest:entry:ohosTest@MakePackInfo":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"appResOpt\",\"_value\":\"{\\\"app\\\":{\\\"bundleName\\\":\\\"com.samples.test.uitest\\\",\\\"vendor\\\":\\\"example\\\",\\\"versionCode\\\":1000000,\\\"versionName\\\":\\\"1.0.0\\\",\\\"icon\\\":\\\"$media:app_icon\\\",\\\"label\\\":\\\"$string:app_name\\\",\\\"distributedNotificationEnabled\\\":true}}\",\"_valueType\":\"string\",\"_hash\":\"c3054a79080009470bcf7fbebdc2c8ae\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compatibleSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"3c48b1937556f5c7e1ff0b2e0af0184f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileSdkVersion\",\"_value\":12,\"_valueType\":\"number\",\"_hash\":\"56b3e38757636db61170725108e621dc\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"0342e19985c07130618d063695ce1f7c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integratedHsp\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"e67900c25b1f9fb70cc779de77dc6912\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"moduleJsonOpt\",\"_value\":\"{\\\"module\\\":{\\\"name\\\":\\\"entry_test\\\",\\\"type\\\":\\\"feature\\\",\\\"description\\\":\\\"$string:module_test_desc\\\",\\\"mainElement\\\":\\\"TestAbility\\\",\\\"deviceTypes\\\":[\\\"default\\\",\\\"tablet\\\"],\\\"deliveryWithInstall\\\":true,\\\"pages\\\":\\\"$profile:test_pages\\\",\\\"abilities\\\":[{\\\"name\\\":\\\"TestAbility\\\",\\\"srcEntry\\\":\\\"./ets/testability/TestAbility.ets\\\",\\\"description\\\":\\\"$string:TestAbility_desc\\\",\\\"icon\\\":\\\"$media:icon\\\",\\\"label\\\":\\\"$string:TestAbility_label\\\",\\\"visible\\\":true,\\\"startWindowIcon\\\":\\\"$media:icon\\\",\\\"startWindowBackground\\\":\\\"$color:start_window_background\\\",\\\"skills\\\":[{\\\"actions\\\":[\\\"action.system.home\\\"],\\\"entities\\\":[\\\"entity.system.home\\\"]}]}]}}\",\"_valueType\":\"string\",\"_hash\":\"33c9bd23b51f35ac708eb8409ff60b0f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\",\"_hash\":\"b52997704fa206ed96a13a1f2e464a85\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"releaseType\",\"_value\":\"Beta1\",\"_valueType\":\"string\",\"_hash\":\"1a006c1958194950c056f6e6aa5438b0\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@MakePackInfo","_key":":uitest:entry:ohosTest@MakePackInfo","_executionId":":uitest:entry:ohosTest@MakePackInfo:1737531926352","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5",{"fileSnapShotHashValue":"19a9dc3c1f0d7ffc0ed153555da6971c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5",{"fileSnapShotHashValue":"7eb7c74d64d72bf715c5b7760f53cace"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info",{"fileSnapShotHashValue":"6b4fe4412de85baabe6822dd7bee8b7a"}]]}},":uitest:entry:ohosTest@ProcessProfile":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkEnable\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"750b4bda198545a67903dfb3f6a00a95\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"dacafc8e0b77a950178a0b4d142dc32c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"dependency\",\"_value\":\"[]\",\"_valueType\":\"string\",\"_hash\":\"ac54f3d4ced2d4c1d666d40e4f7c454a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\",\"_hash\":\"0342e19985c07130618d063695ce1f7c\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@ProcessProfile","_key":":uitest:entry:ohosTest@ProcessProfile","_executionId":":uitest:entry:ohosTest@ProcessProfile:1737531926357","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\ohosTest\\module.json",{"fileSnapShotHashValue":"b37ec42e7f8832fad7a52e86911852d0"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\ohosTest\\module.json",{"fileSnapShotHashValue":"630eb6450d98d14c09af1a411202a0f7"}]]}},":uitest:entry:ohosTest@SyscapTransform":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"deviceTypes\",\"_value\":[\"default\",\"tablet\"],\"_valueType\":\"object\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@SyscapTransform","_key":":uitest:entry:ohosTest@SyscapTransform","_executionId":":uitest:entry:ohosTest@SyscapTransform:1737532344201","_inputFiles":{"dataType":"Map","value":[["D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe",{"fileSnapShotHashValue":"3847ed876173d30bd7d57196e23a184a"}],["D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define",{"fileSnapShotHashValue":"1590719431b6ab59c77bfb891c83140e"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc",{"fileSnapShotHashValue":""}]]}},":uitest:entry:ohosTest@ProcessRouterMap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"obfuscated\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"a69c27b9cf01a6710d3662cfe180239f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"45c309ddef659bd1ca26b5b8988a1a78\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@ProcessRouterMap","_key":":uitest:entry:ohosTest@ProcessRouterMap","_executionId":":uitest:entry:ohosTest@ProcessRouterMap:1737531926519","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5",{"fileSnapShotHashValue":"ee10bdd9f9065733b7ce2a7fc812dc98"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5",{"fileSnapShotHashValue":"a523cccaf74fa60caa2f8c7aec88924b"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5",{"fileSnapShotHashValue":"7eb7c74d64d72bf715c5b7760f53cace"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediates_temp_routerMap.json",{"fileSnapShotHashValue":"aeb7aecbd65117cc3d6e360c33d02e49"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediate_routerMap_for_loader.json",{"fileSnapShotHashValue":"0eda96919ac7444c3c11f61e241c5570"}]]}},":uitest:entry:ohosTest@ProcessResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"resConfigJsonContent\",\"_value\":\"{\\\"configPath\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\process_profile\\\\\\\\ohosTest\\\\\\\\module.json\\\",\\\"packageName\\\":\\\"com.samples.test.uitest\\\",\\\"output\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\ohosTest\\\",\\\"moduleNames\\\":\\\"entry,entry_test\\\",\\\"ResourceTable\\\":[\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\generated\\\\\\\\r\\\\\\\\ohosTest\\\\\\\\ResourceTable.h\\\"],\\\"applicationResource\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\AppScope\\\\\\\\resources\\\",\\\"moduleResources\\\":[\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\src\\\\\\\\ohosTest\\\\\\\\resources\\\",\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\src\\\\\\\\main\\\\\\\\resources\\\"],\\\"dependencies\\\":[],\\\"iconCheck\\\":true,\\\"ids\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\ohosTest\\\\\\\\ids_map\\\",\\\"definedIds\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\\\\\\build\\\\\\\\default\\\\\\\\intermediates\\\\\\\\res\\\\\\\\ohosTest\\\\\\\\ids_map\\\\\\\\id_defined.json\\\",\\\"definedSysIds\\\":\\\"D:\\\\\\\\page\\\\\\\\huawei\\\\\\\\dev_5_0\\\\\\\\DevEco Studio\\\\\\\\sdk\\\\\\\\HarmonyOS-NEXT-DB1\\\\\\\\hms\\\\\\\\toolchains\\\\\\\\id_defined.json\\\"}\",\"_valueType\":\"string\",\"_hash\":\"0277f10a4c6076e5738d93aef6365ab4\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@ProcessResource","_key":":uitest:entry:ohosTest@ProcessResource","_executionId":":uitest:entry:ohosTest@ProcessResource:1737531926532","_inputFiles":{"dataType":"Map","value":[]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"a1b9d15dd6ba08952efa9d3b32551ce4"}]]}},":uitest:entry:ohosTest@GenerateLoaderJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"anBuildMode\",\"_value\":\"type\",\"_valueType\":\"string\",\"_hash\":\"de241a1eec94a2a622ff1c89f32846a2\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"apPath\",\"_value\":\"D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\modules.ap\",\"_valueType\":\"string\",\"_hash\":\"3daf6e592b2da7ed80bf75b53840ab86\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"compileMode\",\"_value\":\"esmodule\",\"_valueType\":\"string\",\"_hash\":\"dacafc8e0b77a950178a0b4d142dc32c\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"fallbackAnBuild\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"a63e98bb3f368ced6ed4d5579ea7ca39\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"harNameOhmMap\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"0faf006bccbcdc2c7f04ff2d8c87894f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isHarUnitTestWithCoverage\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"744da56bc11ecf740dd50ee87124668f\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"modulePathMap\",\"_value\":\"{\\\"entry\\\":\\\"D:\\\\\\\\project\\\\\\\\applications_app_samples_3\\\\\\\\applications_app_samples_3\\\\\\\\code\\\\\\\\Project\\\\\\\\Test\\\\\\\\uitest\\\\\\\\entry\\\"}\",\"_valueType\":\"string\",\"_hash\":\"59e3eeb0a996c87ce43e6d07125e64f5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"module_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"974757f304b5bfd1c1454ea7a38cd0d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"nodeModulesPath\",\"_value\":\"D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\ohosTest\\\\node_modules\",\"_valueType\":\"string\",\"_hash\":\"53ce9f9e45d4471d4c5e4b34261880a5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"ohos.compile.lib.entryfile\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"aff727c146f6984867d4f539f41bf1f0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"overrides\",\"_valueType\":\"undefined\",\"_hash\":\"0e8f66f8eb79c6f33fb153c3fc3942f4\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectRootPath\",\"_value\":\"D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\",\"_valueType\":\"string\",\"_hash\":\"f8c9b241c0b79f4076e64c799c0d7548\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"project_dependencies\",\"_value\":\"{}\",\"_valueType\":\"string\",\"_hash\":\"e15496bf1de2273597f444f07f1ca6d5\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"targetConfig\",\"_value\":\"{\\\"name\\\":\\\"ohosTest\\\"}\",\"_valueType\":\"string\",\"_hash\":\"a0edf49f792d88220a02362674cf9662\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"45c309ddef659bd1ca26b5b8988a1a78\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@GenerateLoaderJson","_key":":uitest:entry:ohosTest@GenerateLoaderJson","_executionId":":uitest:entry:ohosTest@GenerateLoaderJson:1737531926543","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediates_temp_routerMap.json",{"fileSnapShotHashValue":"aeb7aecbd65117cc3d6e360c33d02e49"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json",{"isDirectory":false,"fileSnapShotHashValue":"4184d485581121c082901816cb7cb49e"}]]}},":uitest:entry:ohosTest@ProcessLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@ProcessLibs","_key":":uitest:entry:ohosTest@ProcessLibs","_executionId":":uitest:entry:ohosTest@ProcessLibs:1737531926553","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5",{"fileSnapShotHashValue":"08a183169d8a0866ae901e16b9b76968"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5",{"fileSnapShotHashValue":"612764587bb3149d331af06c06723d89"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":uitest:entry:ohosTest@CompileResource":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\restool.exe,-l,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resConfig.json\",\"_valueType\":\"string\",\"_hash\":\"0ddc482f6ed57c80984a3fc4f447c506\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\restool.exe\",\"_valueType\":\"string\",\"_hash\":\"a02a85e167e573564d4f9fb5a83d4dc8\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"TARGET_CONFIG\",\"_value\":\"{\\\"name\\\":\\\"ohosTest\\\"}\",\"_valueType\":\"string\",\"_hash\":\"a2fdaf9455e3b25416f99ce92110a18c\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@CompileResource","_key":":uitest:entry:ohosTest@CompileResource","_executionId":":uitest:entry:ohosTest@CompileResource:1737531926562","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources",{"fileSnapShotHashValue":"0db24a34884933663aeb6918a1135cf1"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources",{"fileSnapShotHashValue":"b86b0851ca5bc7c655c631a62525ec64"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\ohosTest\\module.json",{"isDirectory":false,"fileSnapShotHashValue":"630eb6450d98d14c09af1a411202a0f7"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources",{"fileSnapShotHashValue":"fc652572d43aca6ac2894ccbdc1fac8d"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json",{"isDirectory":false,"fileSnapShotHashValue":"a1b9d15dd6ba08952efa9d3b32551ce4"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":"c89f5ef745b4b82370926418de45dbcd"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest\\ResourceTable.h",{"isDirectory":false,"fileSnapShotHashValue":"4118b376bec42b333c14e548ddc4ba9e"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":"3a29a5b6bd4411c6d687730c86845891"}]]}},":uitest:entry:ohosTest@OhosTestCompileArkTS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"OBFUSCATION_ENABLE\",\"_value\":\"undefined\",\"_valueType\":\"string\",\"_hash\":\"ff7227e14d015249a3e7d1c72a6f786b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"arkTsWdiget\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"b12526953df011fdbb1a10e071b0de01\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"aad26d12cc6ecf64ecfa582b1a324518\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"970a2695bffac1c5a4fa283dc36050e3\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"9317e353a3dfc7a50e38661ad8ff5997\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\",\"_hash\":\"17ecedf2dfb147b839a2b53bbdd3901b\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"581186029b4d8239f5770bb9c4a40772\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"noExternalImportByPath\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"f6ce940efd71de0861cf1c11fa81b403\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"7d270d0ce7ae5c6e2e32760cb396ea5a\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\",\"_hash\":\"45c309ddef659bd1ca26b5b8988a1a78\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@OhosTestCompileArkTS","_key":":uitest:entry:ohosTest@OhosTestCompileArkTS","_executionId":":uitest:entry:ohosTest@OhosTestCompileArkTS:1737532344276","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":"b8158ea6d6b003a828640444395481d8"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile",{"isDirectory":true,"fileSnapShotHashValue":"6a5c668a1cfe08058a0f90fa7c81dea7"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt",{"fileSnapShotHashValue":"7a637b22bed37ac7e44c3d4bedf8033c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json",{"fileSnapShotHashValue":"aaec9047ad0e9a03503d82712c9f82aa"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile",{"isDirectory":true,"fileSnapShotHashValue":"d89747b6e3ce9da8f9d3681679732d42"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets",{"isDirectory":true,"fileSnapShotHashValue":"e77af89737c1ff5461c5228e5888d1a1"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":"634a4ac0200b57eaafb5c46142797280"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets",{"fileSnapShotHashValue":"de038519dc7d7984d8bf8b0311689efd"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets",{"isDirectory":true,"fileSnapShotHashValue":"47376ee3e284863588309a6a3ad2c509"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets",{"isDirectory":true,"fileSnapShotHashValue":"f6286b0a1c21efdcb98c689c9df39e1d"}]]}},":uitest:entry:ohosTest@OhosTestBuildJS":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"debuggable\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"isArk\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"needCoverageInsert\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"customTypes\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"caseSensitiveCheck\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"useNormalizedOHMUrl\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"transformLib\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":false,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@OhosTestBuildJS","_key":":uitest:entry:ohosTest@OhosTestBuildJS","_executionId":":uitest:entry:ohosTest@OhosTestBuildJS:1737532344317","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":"b8158ea6d6b003a828640444395481d8"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile",{"isDirectory":true,"fileSnapShotHashValue":"6a5c668a1cfe08058a0f90fa7c81dea7"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt",{"fileSnapShotHashValue":"7a637b22bed37ac7e44c3d4bedf8033c"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json",{"fileSnapShotHashValue":"aaec9047ad0e9a03503d82712c9f82aa"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile",{"isDirectory":true,"fileSnapShotHashValue":"d89747b6e3ce9da8f9d3681679732d42"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":"634a4ac0200b57eaafb5c46142797280"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\js",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":uitest:entry:ohosTest@DoNativeStrip":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@DoNativeStrip","_key":":uitest:entry:ohosTest@DoNativeStrip","_executionId":":uitest:entry:ohosTest@DoNativeStrip:1737531927325","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":""}]]}},":uitest:entry:ohosTest@CacheNativeLibs":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@CacheNativeLibs","_key":":uitest:entry:ohosTest@CacheNativeLibs","_executionId":":uitest:entry:ohosTest@CacheNativeLibs:1737531927346","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":""}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest",{"isDirectory":true,"fileSnapShotHashValue":""}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\ohosTest\\base_native_libs.json",{"isDirectory":false,"fileSnapShotHashValue":"4de3bff4c8f26d00efbca1abc1ebc527"}]]}},":uitest:entry:ohosTest@GeneratePkgModuleJson":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"0b5d05294fdf4e78e8482ef53eb64ac0\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"cdcdc2ec8062ca9ec1de46dbf2bbc053\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\",\"_hash\":\"e7f94a9422a8bc317a7d90b58efcb5f6\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@GeneratePkgModuleJson","_key":":uitest:entry:ohosTest@GeneratePkgModuleJson","_executionId":":uitest:entry:ohosTest@GeneratePkgModuleJson:1737531930850","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json",{"fileSnapShotHashValue":"aaec9047ad0e9a03503d82712c9f82aa"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\ohosTest\\module.json",{"fileSnapShotHashValue":"aaec9047ad0e9a03503d82712c9f82aa"}]]}},":uitest:entry:ohosTest@PackageHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"hotReload\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"integrated_hsp\",\"_value\":false,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"projectConfigAppOpt\",\"_valueType\":\"undefined\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sourceMapDir\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"bundleType\",\"_value\":\"app\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"java,-Dfile.encoding=GBK,-jar,D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar,--mode,hap,--force,true,--lib-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\stripped_native_libs\\\\ohosTest,--json-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\package\\\\ohosTest\\\\module.json,--resources-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources,--index-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources.index,--pack-info-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\pack.info,--out-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-unsigned.hap,--ets-path,D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\ohosTest\\\\ets\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@PackageHap","_key":":uitest:entry:ohosTest@PackageHap","_executionId":":uitest:entry:ohosTest@PackageHap:1737532344993","_inputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest",{"isDirectory":false,"fileSnapShotHashValue":""}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json",{"isDirectory":false,"fileSnapShotHashValue":"aaec9047ad0e9a03503d82712c9f82aa"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources",{"isDirectory":false,"fileSnapShotHashValue":"2385e96fccfb0cd8ac6a1d7845dfaf77"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index",{"isDirectory":false,"fileSnapShotHashValue":"146429135bf953caef1ba3a17335d40a"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info",{"isDirectory":false,"fileSnapShotHashValue":"6b4fe4412de85baabe6822dd7bee8b7a"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets",{"isDirectory":false,"fileSnapShotHashValue":"f6286b0a1c21efdcb98c689c9df39e1d"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets",{"fileSnapShotHashValue":"de038519dc7d7984d8bf8b0311689efd"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"37c30ca6adccc0a44beb0653b7022369"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\mapping\\sourceMaps.map",{"fileSnapShotHashValue":"9248e1b5d3a315a4f7c80eddec749548"}]]}},":uitest:entry:ohosTest@SignHap":{"_inputs":[{"dataType":"ValueEntry","value":"{\"_name\":\"enableSignTask\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"sdkToolchainsComponentVersion\",\"_value\":\"5.0.0.25\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existSigningConfig\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_name\",\"_value\":\"default\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_type\",\"_value\":\"HarmonyOS\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"existMaterial\",\"_value\":true,\"_valueType\":\"boolean\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_signAlg\",\"_value\":\"SHA256withECDSA\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyAlias\",\"_value\":\"debugKey\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_keyPassword\",\"_value\":\"0000001B3567D1250CB5A92C9603AB1D40EE27E0559E395E6341CB0AA3BE0468B555B623C94762669D28A3\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"signingConfig_storePassword\",\"_value\":\"0000001BFD3F27DED24BA76EBD62C0AC8BF4487B59327DB26DDA6E3CD21E679557037D9C5B92502FE93D41\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_COMMAND\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_TOOLCHAIN\",\"_value\":\"\",\"_valueType\":\"string\"}"},{"dataType":"ValueEntry","value":"{\"_name\":\"BUILTIN_TASK_ENV\",\"_value\":\"\",\"_valueType\":\"string\"}"}],"_successful":true,"_projectName":"uitest","_moduleName":"entry","_taskName":"ohosTest@SignHap","_key":":uitest:entry:ohosTest@SignHap","_executionId":":uitest:entry:ohosTest@SignHap:1737532345433","_inputFiles":{"dataType":"Map","value":[["C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer",{"isDirectory":false,"fileSnapShotHashValue":"45df731f55265ad319364adbb54ee9cb"}],["C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b",{"isDirectory":false,"fileSnapShotHashValue":"81edf5a5c7054608a64d697b1f263919"}],["C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12",{"isDirectory":false,"fileSnapShotHashValue":"4330fe53e82dd3cfcefcdad9c0f257e4"}],["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap",{"isDirectory":false,"fileSnapShotHashValue":"37c30ca6adccc0a44beb0653b7022369"}]]},"_outputFiles":{"dataType":"Map","value":[["D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap",{"isDirectory":false,"fileSnapShotHashValue":"c0d14f0701922e6da1e8e03c4073e8a6"}]]}}} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/dependencyMap/dependencyMap.json5 b/code/Project/Test/uitest/.hvigor/dependencyMap/dependencyMap.json5 new file mode 100644 index 0000000000..959ae33a2d --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/dependencyMap/dependencyMap.json5 @@ -0,0 +1 @@ +{"rootDependency":"./oh-package.json5","dependencyMap":{"entry":"./entry/oh-package.json5"}} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/dependencyMap/entry/oh-package.json5 b/code/Project/Test/uitest/.hvigor/dependencyMap/entry/oh-package.json5 new file mode 100644 index 0000000000..2229fb76eb --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/dependencyMap/entry/oh-package.json5 @@ -0,0 +1 @@ +{"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/dependencyMap/oh-package.json5 b/code/Project/Test/uitest/.hvigor/dependencyMap/oh-package.json5 new file mode 100644 index 0000000000..7238c234cd --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/dependencyMap/oh-package.json5 @@ -0,0 +1 @@ +{"modelVersion":"5.0.0","license":"ISC","devDependencies":{"@ohos/hypium":"1.0.18"},"name":"uitest","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/outputs/build-logs/build.log b/code/Project/Test/uitest/.hvigor/outputs/build-logs/build.log new file mode 100644 index 0000000000..feaaf6497f --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/outputs/build-logs/build.log @@ -0,0 +1,4273 @@ +[2025-01-22T15:13:29.752] [DEBUG] debug-file - env: nodejsVersion=v18.20.1 +[2025-01-22T15:13:29.824] [DEBUG] debug-file - env: daemon=true +[2025-01-22T15:13:29.753] [DEBUG] debug-file - env: hvigor-config.json5 content = { modelVersion: '5.0.0', dependencies: {} } +[2025-01-22T15:13:30.367] [DEBUG] debug-file - hvigor start cli arguments:{ + prop: [ 'product=default' ], + sync: true, + parallel: true, + incremental: true, + daemon: true, + _: [ '--analyze=normal' ] +} +[2025-01-22T15:13:30.360] [DEBUG] debug-file - java daemon tryConnect failed Error: connect ECONNREFUSED ::1:45050 +[2025-01-22T15:13:30.371] [DEBUG] debug-file - java daemon started at port 45050 pid 15412 +[2025-01-22T15:13:30.395] [DEBUG] debug-file - session manager: set active socket. socketId=4aRRZTaww7pE5He0AAAB +[2025-01-22T15:13:31.014] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:13:31.015] [DEBUG] debug-file - Since current hvigor version 5.2.2 differs from last hvigor version + undefined, delete file-cache.json and task-cache.json. +[2025-01-22T15:13:31.015] [DEBUG] debug-file - Cache service initialization finished in 2 ms +[2025-01-22T15:13:31.023] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:13:32.604] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:13:32.605] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:13:32.786] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-01-22T15:13:32.786] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-01-22T15:13:32.787] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:13:32.787] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-01-22T15:13:32.790] [ERROR] debug-file - Error: Invalid value of 'sdk.dir' in 'local.properties' or 'OHOS_BASE_SDK_HOME' in the system environment path. + at D:/page/huawei/next/idea/oh_Sdk + at OhosLogger.errorMessageExit (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\log\hvigor-log.js:1:2844) + at OhosLogger._printErrorAndExit (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\utils\log\ohos-logger.js:1:1931) + at Property.validatePath (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\lib\property-get.js:1:2871) + at Property.getSdkDir (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\lib\property-get.js:1:1287) + at SdkLoader.getSdkInfo (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\sdk-loader.js:1:654) + at new ProjectTaskService (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\tasks\service\project-task-service.js:1:1950) + at AppPlugin.initTaskService (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\plugin\app-plugin.js:1:715) + at ProjectImpl. (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\plugin\factory\plugin-factory.js:1:2070) + at ProjectImpl.executeAfterBindSystemPluginsHook (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\internal\lifecycle\hvigor-node-impl\default-node-impl.js:1:5374) + at evaluateNodeVigorFile (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\internal\lifecycle\configuration.js:1:8240) +[2025-01-22T15:13:42.584] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:13:42.585] [DEBUG] debug-file - Since current hvigor version 5.2.2 differs from last hvigor version + undefined, delete file-cache.json and task-cache.json. +[2025-01-22T15:13:42.587] [DEBUG] debug-file - Cache service initialization finished in 3 ms +[2025-01-22T15:13:42.594] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:13:42.599] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:13:42.599] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:13:42.605] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-01-22T15:13:42.605] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-01-22T15:13:42.605] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:13:42.605] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-01-22T15:13:42.607] [ERROR] debug-file - Error: Invalid value of 'sdk.dir' in 'local.properties' or 'OHOS_BASE_SDK_HOME' in the system environment path. + at D:/page/huawei/next/idea/oh_Sdk + at OhosLogger.errorMessageExit (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\log\hvigor-log.js:1:2844) + at OhosLogger._printErrorAndExit (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\utils\log\ohos-logger.js:1:1931) + at Property.validatePath (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\lib\property-get.js:1:2871) + at Property.getSdkDir (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\lib\property-get.js:1:1287) + at SdkLoader.getSdkInfo (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\sdk-loader.js:1:654) + at new ProjectTaskService (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\tasks\service\project-task-service.js:1:1950) + at AppPlugin.initTaskService (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\plugin\app-plugin.js:1:715) + at ProjectImpl. (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\plugin\factory\plugin-factory.js:1:2070) + at ProjectImpl.executeAfterBindSystemPluginsHook (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\internal\lifecycle\hvigor-node-impl\default-node-impl.js:1:5374) + at evaluateNodeVigorFile (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\internal\lifecycle\configuration.js:1:8240) +[2025-01-22T15:13:48.165] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:13:48.166] [DEBUG] debug-file - Since current hvigor version 5.2.2 differs from last hvigor version + undefined, delete file-cache.json and task-cache.json. +[2025-01-22T15:13:48.167] [DEBUG] debug-file - Cache service initialization finished in 2 ms +[2025-01-22T15:13:48.175] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:13:48.180] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:13:48.181] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:13:48.187] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-01-22T15:13:48.188] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-01-22T15:13:48.188] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:13:48.188] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-01-22T15:13:48.189] [ERROR] debug-file - Error: Unable to find 'sdk.dir' in 'local.properties' or 'OHOS_BASE_SDK_HOME' in the system environment path. + at D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\local.properties + at OhosLogger.errorMessageExit (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\log\hvigor-log.js:1:2844) + at OhosLogger._printErrorAndExit (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\utils\log\ohos-logger.js:1:1931) + at Property.validatePath (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\lib\property-get.js:1:2516) + at Property.getSdkDir (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\lib\property-get.js:1:1287) + at SdkLoader.getSdkInfo (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\sdk\sdk-loader.js:1:654) + at new ProjectTaskService (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\tasks\service\project-task-service.js:1:1950) + at AppPlugin.initTaskService (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\plugin\app-plugin.js:1:715) + at ProjectImpl. (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor-ohos-plugin\src\plugin\factory\plugin-factory.js:1:2070) + at ProjectImpl.executeAfterBindSystemPluginsHook (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\internal\lifecycle\hvigor-node-impl\default-node-impl.js:1:5374) + at evaluateNodeVigorFile (D:\page\huawei\dev_5_0\DevEco Studio\tools\hvigor\hvigor\src\base\internal\lifecycle\configuration.js:1:8240) +[2025-01-22T15:44:37.421] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:44:37.422] [DEBUG] debug-file - Since current hvigor version 5.2.2 differs from last hvigor version + undefined, delete file-cache.json and task-cache.json. +[2025-01-22T15:44:37.423] [DEBUG] debug-file - Cache service initialization finished in 2 ms +[2025-01-22T15:44:37.431] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:44:37.435] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:44:37.435] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:44:37.441] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-01-22T15:44:37.441] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-01-22T15:44:37.442] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:44:37.442] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-01-22T15:44:37.443] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:44:37.445] [DEBUG] debug-file - No signingConfig found, initRemoteHspCache failed. +[2025-01-22T15:44:37.449] [DEBUG] debug-file - Local scan or download HarmonyOS sdk components toolchains,ets,js,native +[2025-01-22T15:44:37.454] [DEBUG] debug-file - Local scan or download hmscore sdk components toolchains,ets,native +[2025-01-22T15:44:37.460] [DEBUG] debug-file - Sdk init in 14 ms +[2025-01-22T15:44:37.476] [DEBUG] debug-file - Project task initialization takes 16 ms +[2025-01-22T15:44:37.476] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:44:37.481] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:44:37.484] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:44:37.484] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:44:37.496] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-01-22T15:44:37.496] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:44:37.496] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:44:37.496] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:44:37.496] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:44:37.496] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:44:37.497] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:44:37.503] [DEBUG] debug-file - Module entry task initialization takes 5 ms +[2025-01-22T15:44:37.504] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:44:37.578] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 74 ms +[2025-01-22T15:44:37.578] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:44:37.579] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:44:37.582] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:44:37.583] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:44:37.583] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:44:37.586] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:44:37.586] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:44:37.589] [DEBUG] debug-file - Configuration phase cost:163 ms +[2025-01-22T15:44:37.592] [DEBUG] debug-file - Configuration task cost before running: 177 ms +[2025-01-22T15:44:37.594] [DEBUG] debug-file - Executing task :entry:clean +[2025-01-22T15:44:37.594] [DEBUG] debug-file - clean: Worker pool is inactive. +[2025-01-22T15:44:37.596] [DEBUG] debug-file - entry : clean cost memory 0.17059326171875 +[2025-01-22T15:44:37.596] [DEBUG] debug-file - runTaskFromQueue task cost before running: 181 ms +[2025-01-22T15:44:37.597] [INFO] debug-file - Finished :entry:clean... after 3 ms +[2025-01-22T15:44:37.597] [DEBUG] debug-file - Executing task ::clean +[2025-01-22T15:44:37.597] [DEBUG] debug-file - clean: Worker pool is inactive. +[2025-01-22T15:44:37.597] [DEBUG] debug-file - uitest : clean cost memory 0.03627777099609375 +[2025-01-22T15:44:37.598] [DEBUG] debug-file - runTaskFromQueue task cost before running: 182 ms +[2025-01-22T15:44:37.598] [INFO] debug-file - Finished ::clean... after 1 ms +[2025-01-22T15:44:37.598] [DEBUG] debug-file - Executing task :entry:init +[2025-01-22T15:44:37.598] [DEBUG] debug-file - entry : init cost memory 0.013580322265625 +[2025-01-22T15:44:37.598] [DEBUG] debug-file - runTaskFromQueue task cost before running: 183 ms +[2025-01-22T15:44:37.598] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-01-22T15:44:37.598] [DEBUG] debug-file - Executing task ::init +[2025-01-22T15:44:37.599] [DEBUG] debug-file - uitest : init cost memory 0.01235198974609375 +[2025-01-22T15:44:37.599] [DEBUG] debug-file - runTaskFromQueue task cost before running: 184 ms +[2025-01-22T15:44:37.599] [INFO] debug-file - Finished ::init... after 1 ms +[2025-01-22T15:44:37.611] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:44:37.615] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:45:03.283] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:45:03.283] [DEBUG] debug-file - Cache service initialization finished in 1 ms +[2025-01-22T15:45:03.290] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:45:03.353] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:45:03.353] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:45:03.371] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-01-22T15:45:03.372] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-01-22T15:45:03.372] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:45:03.372] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-01-22T15:45:03.373] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:45:03.382] [DEBUG] debug-file - Sdk init in 7 ms +[2025-01-22T15:45:03.396] [DEBUG] debug-file - Project task initialization takes 14 ms +[2025-01-22T15:45:03.396] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:45:03.399] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:45:03.402] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:45:03.402] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:45:03.409] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-01-22T15:45:03.409] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:45:03.409] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:45:03.409] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:45:03.409] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:45:03.409] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:45:03.410] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:45:03.415] [DEBUG] debug-file - Module entry task initialization takes 3 ms +[2025-01-22T15:45:03.415] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:45:03.471] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 56 ms +[2025-01-22T15:45:03.472] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:45:03.472] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:45:03.479] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:45:03.480] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:45:03.480] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:45:03.482] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:45:03.482] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:45:03.485] [DEBUG] debug-file - Configuration phase cost:200 ms +[2025-01-22T15:45:03.487] [DEBUG] debug-file - Configuration task cost before running: 212 ms +[2025-01-22T15:45:03.487] [DEBUG] debug-file - Executing task :entry:init +[2025-01-22T15:45:03.488] [DEBUG] debug-file - entry : init cost memory 0.014190673828125 +[2025-01-22T15:45:03.488] [DEBUG] debug-file - runTaskFromQueue task cost before running: 212 ms +[2025-01-22T15:45:03.488] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-01-22T15:45:03.488] [DEBUG] debug-file - Executing task ::init +[2025-01-22T15:45:03.488] [DEBUG] debug-file - uitest : init cost memory 0.01163482666015625 +[2025-01-22T15:45:03.488] [DEBUG] debug-file - runTaskFromQueue task cost before running: 213 ms +[2025-01-22T15:45:03.489] [INFO] debug-file - Finished ::init... after 1 ms +[2025-01-22T15:45:03.497] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:45:03.499] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:45:15.787] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:45:15.788] [DEBUG] debug-file - Cache service initialization finished in 1 ms +[2025-01-22T15:45:15.794] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:45:15.798] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:45:15.798] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:45:15.804] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:45:15.804] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:45:15.804] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:45:15.804] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:45:15.804] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:45:15.810] [DEBUG] debug-file - Sdk init in 5 ms +[2025-01-22T15:45:15.823] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-01-22T15:45:15.823] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:45:15.826] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:45:15.830] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:45:15.830] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:45:15.834] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:45:15.834] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:45:15.834] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:45:15.834] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:45:15.834] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:45:15.834] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:45:15.834] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:45:15.837] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T15:45:15.838] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:45:15.892] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 54 ms +[2025-01-22T15:45:15.892] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:45:15.892] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:45:15.896] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:45:15.897] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:45:15.897] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:45:15.897] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:45:15.897] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:45:15.899] [DEBUG] debug-file - Configuration phase cost:109 ms +[2025-01-22T15:45:15.900] [DEBUG] debug-file - Configuration task cost before running: 119 ms +[2025-01-22T15:45:15.901] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:15.902] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:15.902] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:15.906] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-01-22T15:45:16.051] [DEBUG] debug-file - current product is not Atomic service. +[2025-01-22T15:45:16.052] [DEBUG] debug-file - Use tool [win32: JAVA_HOME, CLASSPATH] + [ + { JAVA_HOME: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\jbr' }, + { CLASSPATH: undefined } +] +[2025-01-22T15:45:16.052] [DEBUG] debug-file - Use tool [win32: NODE_HOME] + [ + { + NODE_HOME: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\node' + } +] +[2025-01-22T15:45:16.053] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.48732757568359375 +[2025-01-22T15:45:16.053] [DEBUG] debug-file - runTaskFromQueue task cost before running: 272 ms +[2025-01-22T15:45:16.054] [INFO] debug-file - Finished :entry:default@PreBuild... after 147 ms +[2025-01-22T15:45:16.055] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.056] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.056] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.057] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-01-22T15:45:16.060] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.1680450439453125 +[2025-01-22T15:45:16.060] [DEBUG] debug-file - runTaskFromQueue task cost before running: 279 ms +[2025-01-22T15:45:16.061] [INFO] debug-file - Finished :entry:default@GenerateMetadata... after 4 ms +[2025-01-22T15:45:16.062] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.062] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.062] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.062] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-01-22T15:45:16.062] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.01522064208984375 +[2025-01-22T15:45:16.063] [DEBUG] debug-file - runTaskFromQueue task cost before running: 281 ms +[2025-01-22T15:45:16.063] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-01-22T15:45:16.064] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.064] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.064] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.065] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-01-22T15:45:16.066] [DEBUG] debug-file - Change app api release type with 'Beta1' +[2025-01-22T15:45:16.066] [DEBUG] debug-file - Change app compile API version with '5.0.0.25' +[2025-01-22T15:45:16.066] [DEBUG] debug-file - Change app target API version with '50000012' +[2025-01-22T15:45:16.066] [DEBUG] debug-file - Change app minimum API version with '50000012' +[2025-01-22T15:45:16.066] [DEBUG] debug-file - Use cli appEnvironment +[2025-01-22T15:45:16.068] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.2452392578125 +[2025-01-22T15:45:16.068] [DEBUG] debug-file - runTaskFromQueue task cost before running: 287 ms +[2025-01-22T15:45:16.069] [INFO] debug-file - Finished :entry:default@MergeProfile... after 4 ms +[2025-01-22T15:45:16.070] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.070] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.070] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.071] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-01-22T15:45:16.073] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.09894561767578125 +[2025-01-22T15:45:16.073] [DEBUG] debug-file - runTaskFromQueue task cost before running: 292 ms +[2025-01-22T15:45:16.073] [INFO] debug-file - Finished :entry:default@CreateBuildProfile... after 3 ms +[2025-01-22T15:45:16.075] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.075] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.075] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.075] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-01-22T15:45:16.076] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.0183868408203125 +[2025-01-22T15:45:16.076] [DEBUG] debug-file - runTaskFromQueue task cost before running: 295 ms +[2025-01-22T15:45:16.077] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-01-22T15:45:16.079] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.079] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.079] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.089] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-01-22T15:45:16.090] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.033660888671875 +[2025-01-22T15:45:16.090] [DEBUG] debug-file - runTaskFromQueue task cost before running: 309 ms +[2025-01-22T15:45:16.090] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:45:16.091] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.092] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.092] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.093] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-01-22T15:45:16.093] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.05339813232421875 +[2025-01-22T15:45:16.094] [DEBUG] debug-file - runTaskFromQueue task cost before running: 312 ms +[2025-01-22T15:45:16.094] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-01-22T15:45:16.096] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.096] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.096] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.097] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-01-22T15:45:16.097] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.02629852294921875 +[2025-01-22T15:45:16.098] [DEBUG] debug-file - runTaskFromQueue task cost before running: 317 ms +[2025-01-22T15:45:16.098] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:45:16.099] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.099] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.099] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.100] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-01-22T15:45:16.102] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { + bundleName: 'com.samples.test.uitest', + bundleType: 'app', + version: [Object] + }, + modules: [ [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'entry', + deliveryWithInstall: true, + name: 'entry-default' + } + ] +} +[2025-01-22T15:45:16.103] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1796417236328125 +[2025-01-22T15:45:16.103] [DEBUG] debug-file - runTaskFromQueue task cost before running: 322 ms +[2025-01-22T15:45:16.104] [INFO] debug-file - Finished :entry:default@MakePackInfo... after 4 ms +[2025-01-22T15:45:16.105] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.105] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.105] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.107] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-01-22T15:45:16.109] [DEBUG] debug-file - [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\node\\node.exe', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\bin\\ark\\ts2abc.js', + '--target-api-version', + '12' +] +[2025-01-22T15:45:16.860] [DEBUG] debug-file - 12.0.2.0 +[2025-01-22T15:45:16.861] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 1.9472885131835938 +[2025-01-22T15:45:16.862] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 80 ms +[2025-01-22T15:45:16.862] [INFO] debug-file - Finished :entry:default@ProcessProfile... after 755 ms +[2025-01-22T15:45:16.863] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.863] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.863] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.864] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-01-22T15:45:16.866] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.0551300048828125 +[2025-01-22T15:45:16.866] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 85 ms +[2025-01-22T15:45:16.866] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-01-22T15:45:16.868] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.868] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.868] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.870] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-01-22T15:45:16.876] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.46723175048828125 +[2025-01-22T15:45:16.876] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 95 ms +[2025-01-22T15:45:16.877] [INFO] debug-file - Finished :entry:default@ProcessRouterMap... after 7 ms +[2025-01-22T15:45:16.879] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.879] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.879] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.880] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-01-22T15:45:16.881] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.04068756103515625 +[2025-01-22T15:45:16.881] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 100 ms +[2025-01-22T15:45:16.881] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 2 ms +[2025-01-22T15:45:16.883] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.883] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.883] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.884] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-01-22T15:45:16.885] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-01-22T15:45:16.887] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.1160125732421875 +[2025-01-22T15:45:16.888] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 107 ms +[2025-01-22T15:45:16.890] [INFO] debug-file - Finished :entry:default@ProcessResource... after 4 ms +[2025-01-22T15:45:16.891] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.891] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.891] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.893] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-01-22T15:45:16.902] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.8870620727539062 +[2025-01-22T15:45:16.902] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 121 ms +[2025-01-22T15:45:16.907] [INFO] debug-file - Finished :entry:default@GenerateLoaderJson... after 9 ms +[2025-01-22T15:45:16.908] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.908] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.908] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.910] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-01-22T15:45:16.914] [DEBUG] debug-file - default@ProcessLibs work[0] is submitted. +[2025-01-22T15:45:16.915] [DEBUG] debug-file - default@ProcessLibs work[0] is pushed to ready queue. +[2025-01-22T15:45:16.915] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:16.917] [DEBUG] debug-file - default@ProcessLibs work[0] has been dispatched to worker[14]. +[2025-01-22T15:45:16.917] [DEBUG] debug-file - default@ProcessLibs work[0] is dispatched. +[2025-01-22T15:45:16.917] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.5159378051757812 +[2025-01-22T15:45:16.919] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.919] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:16.919] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:16.920] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-01-22T15:45:16.921] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-01-22T15:45:16.950] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\restool.exe] + [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\restool.exe', + '-l', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json' +] +[2025-01-22T15:45:16.951] [DEBUG] debug-file - current process memoryUsage: { + rss: 185364480, + heapTotal: 132759552, + heapUsed: 98755592, + external: 1476458, + arrayBuffers: 187560 +} os memoryUsage :11.340744018554688 +[2025-01-22T15:45:17.443] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-01-22T15:45:17.448] [DEBUG] debug-file - entry : default@CompileResource cost memory 7.684974670410156 +[2025-01-22T15:45:17.448] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 667 ms +[2025-01-22T15:45:17.449] [INFO] debug-file - Finished :entry:default@CompileResource... after 527 ms +[2025-01-22T15:45:17.451] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.451] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.451] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:17.453] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-01-22T15:45:17.471] [DEBUG] debug-file - build config: +[2025-01-22T15:45:17.471] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\local.properties', + isPreview: false, + isOhosTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile', + etsLoaderPath: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader', + modulePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest', + compileSdkVersion: 12, + compatibleSdkVersion: 12, + bundleName: 'com.samples.test.uitest', + etsLoaderVersion: '5.0.0.25', + etsLoaderReleaseType: 'Beta1', + aotCompileMode: 'type', + apPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '09d94aa2056451c2d2d0f54390be1a15', + externalApiPaths: [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets' + ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + buildGeneratedProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 12, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: undefined, + buildDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build', + deviceTypes: [ 'default', 'tablet' ], + moduleDependencies: { dependency: {} }, + projectDependencies: { '@ohos/hypium': '1.0.18', dependency: {} }, + useNormalizedOHMUrl: false, + pkgContextInfo: undefined, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: false, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + aceModuleJsonPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json', + appResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt', + rawFileResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile', + resourceTableHash: 'eb00a8ed34e460b74af4c0cc0f915d72', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:12:5.0.0.25:Beta1', + aceModuleRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets', + compileMode: 'esmodule', + aceSuperVisualPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\supervisual', + aceBuildJson: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json', + cachePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\default\\default@CompileArkTS\\esmodule\\debug', + aceModuleBuild: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets', + supportChunks: true, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest': { + moduleName: 'entry_test', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest': { + moduleName: 'uitest', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest' + } + }, + pkgJsonFileHash: '33ef5d9b052240224ae8a5b4f7052cee', + allModulePaths: [ + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + ], + routerMap: {}, + obfuscationOptions: undefined, + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: undefined, + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ + '..\\*', + '..\\..\\..\\build\\default\\generated\\profile\\default\\*' + ] + }, + collectImportersConfig: undefined +} +[2025-01-22T15:45:17.471] [DEBUG] debug-file - Compile arkts with external api path: D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\hms\ets +[2025-01-22T15:45:17.473] [DEBUG] debug-file - default@CompileArkTS work[1] is submitted. +[2025-01-22T15:45:17.473] [DEBUG] debug-file - default@CompileArkTS work[1] is pushed to ready queue. +[2025-01-22T15:45:17.473] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.473] [DEBUG] debug-file - A work dispatched to worker[14] failed because of worker busy. +[2025-01-22T15:45:17.473] [DEBUG] debug-file - A work dispatched to worker[13] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.473] [DEBUG] debug-file - A work dispatched to worker[12] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[11] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[10] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[9] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[8] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.474] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.475] [DEBUG] debug-file - default@CompileArkTS work[1] has been dispatched to worker[0]. +[2025-01-22T15:45:17.475] [DEBUG] debug-file - default@CompileArkTS work[1] is dispatched. +[2025-01-22T15:45:17.475] [DEBUG] debug-file - CopyResources startTime: 511689526212100 +[2025-01-22T15:45:17.475] [DEBUG] debug-file - default@CompileArkTS work[2] is submitted. +[2025-01-22T15:45:17.476] [DEBUG] debug-file - default@CompileArkTS work[2] is pushed to ready queue. +[2025-01-22T15:45:17.476] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.476] [DEBUG] debug-file - A work dispatched to worker[14] failed because of worker busy. +[2025-01-22T15:45:17.477] [DEBUG] debug-file - default@CompileArkTS work[2] has been dispatched to worker[13]. +[2025-01-22T15:45:17.477] [DEBUG] debug-file - default@CompileArkTS work[2] is dispatched. +[2025-01-22T15:45:17.477] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 1.6876068115234375 +[2025-01-22T15:45:17.479] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.479] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.479] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:17.482] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-01-22T15:45:17.486] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1546630859375 +[2025-01-22T15:45:17.486] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 705 ms +[2025-01-22T15:45:17.486] [INFO] debug-file - Finished :entry:default@BuildJS... after 4 ms +[2025-01-22T15:45:17.701] [DEBUG] debug-file - default@ProcessLibs work[0] done. +[2025-01-22T15:45:17.702] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.703] [INFO] debug-file - Finished :entry:default@ProcessLibs... after 792 ms +[2025-01-22T15:45:17.704] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.704] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.705] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:17.706] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-01-22T15:45:17.707] [DEBUG] debug-file - default@DoNativeStrip work[3] is submitted. +[2025-01-22T15:45:17.707] [DEBUG] debug-file - default@DoNativeStrip work[3] is pushed to ready queue. +[2025-01-22T15:45:17.708] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.708] [DEBUG] debug-file - default@DoNativeStrip work[3] has been dispatched to worker[14]. +[2025-01-22T15:45:17.708] [DEBUG] debug-file - default@DoNativeStrip work[3] is dispatched. +[2025-01-22T15:45:17.708] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.173004150390625 +[2025-01-22T15:45:17.717] [DEBUG] debug-file - Do not need strip, copying .so files to stripped_native_libs +[2025-01-22T15:45:17.725] [DEBUG] debug-file - default@DoNativeStrip work[3] done. +[2025-01-22T15:45:17.725] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.726] [INFO] debug-file - Finished :entry:default@DoNativeStrip... after 20 ms +[2025-01-22T15:45:17.727] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.727] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:17.727] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:17.728] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-01-22T15:45:17.729] [DEBUG] debug-file - default@CacheNativeLibs work[4] is submitted. +[2025-01-22T15:45:17.730] [DEBUG] debug-file - default@CacheNativeLibs work[4] is pushed to ready queue. +[2025-01-22T15:45:17.730] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:17.730] [DEBUG] debug-file - default@CacheNativeLibs work[4] has been dispatched to worker[14]. +[2025-01-22T15:45:17.730] [DEBUG] debug-file - default@CacheNativeLibs work[4] is dispatched. +[2025-01-22T15:45:17.730] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.16332244873046875 +[2025-01-22T15:45:18.115] [DEBUG] debug-file - default@CacheNativeLibs work[4] done. +[2025-01-22T15:45:18.115] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:18.115] [INFO] debug-file - Finished :entry:default@CacheNativeLibs... after 387 ms +[2025-01-22T15:45:18.188] [DEBUG] debug-file - CopyResources is end, endTime: 511690239497900 +[2025-01-22T15:45:18.189] [DEBUG] debug-file - default@CompileArkTS work[2] done. +[2025-01-22T15:45:18.189] [DEBUG] debug-file - A work dispatched to worker[13] failed because unable to get work from ready queue. +[2025-01-22T15:45:24.388] [INFO] debug-file - WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/webability/WebAbility.ts:27:16 + 'SetOrCreate' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/webability/WebAbility.ts:45:16 + 'SetOrCreate' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:103:20 + 'push' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:111:20 + 'push' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:175:22 + 'push' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Fling.ets:83:17 + 'editable' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Swipe.ets:84:17 + 'editable' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Scroller.ets:47:12 + 'onScroll' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Scroller.ets:53:12 + 'onScrollEnd' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Scroller.ets:81:17 + 'editable' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Drag.ets:101:8 + 'editMode' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/five.ets:99:8 + 'editMode' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:73:13 + The current component id "btnTest" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:65:13. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Mouse.ets:116:13 + The current component id "scroll_test" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:58:13. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Mouse.ets:107:22 + The current component id "scroll_item" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:49:22. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Fling.ets:72:13 + The current component id "scroll_test" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:58:13. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Fling.ets:63:22 + The current component id "scroll_item" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:49:22. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Swipe.ets:36:12 + The current component id "swiper_text" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Fling.ets:35:12. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Swipe.ets:42:10 + The current component id "swiper" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Fling.ets:41:10. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Swipe.ets:73:13 + The current component id "scroll_test" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:58:13. +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Scroller.ets:41:13 + The current component id "scroll_test" is duplicate with D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:58:13. + +[2025-01-22T15:45:24.389] [DEBUG] debug-file - Ark compile task finished.finished time is 511696439751700 +[2025-01-22T15:45:24.393] [DEBUG] debug-file - default@CompileArkTS work[1] done. +[2025-01-22T15:45:24.394] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-01-22T15:45:24.395] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 6 s 941 ms +[2025-01-22T15:45:24.396] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:24.396] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:24.396] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:24.397] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-01-22T15:45:24.399] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.06090545654296875 +[2025-01-22T15:45:24.399] [DEBUG] debug-file - runTaskFromQueue task cost before running: 8 s 618 ms +[2025-01-22T15:45:24.399] [INFO] debug-file - Finished :entry:default@GeneratePkgModuleJson... after 2 ms +[2025-01-22T15:45:24.401] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:24.401] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:24.401] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:24.404] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-01-22T15:45:24.408] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=GBK', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default', + '--json-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\default\\module.json', + '--resources-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources', + '--index-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index', + '--pack-info-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info', + '--out-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap', + '--ets-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets' +] +[2025-01-22T15:45:24.409] [DEBUG] debug-file - default@PackageHap work[5] is submitted. +[2025-01-22T15:45:24.410] [DEBUG] debug-file - default@PackageHap work[5] is pushed to ready queue. +[2025-01-22T15:45:24.410] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:24.410] [DEBUG] debug-file - default@PackageHap work[5] has been dispatched to worker[14]. +[2025-01-22T15:45:24.410] [DEBUG] debug-file - default@PackageHap work[5] is dispatched. +[2025-01-22T15:45:24.412] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.6464614868164062 +[2025-01-22T15:45:24.413] [DEBUG] debug-file - current process memoryUsage: { + rss: 712364032, + heapTotal: 89370624, + heapUsed: 63330152, + external: 2891017, + arrayBuffers: 815205 +} os memoryUsage :11.774421691894531 +[2025-01-22T15:45:24.765] [DEBUG] debug-file - default@PackageHap work[5] done. +[2025-01-22T15:45:24.765] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:24.766] [INFO] debug-file - Finished :entry:default@PackageHap... after 361 ms +[2025-01-22T15:45:24.768] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:24.768] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:24.768] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:24.769] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-01-22T15:45:24.790] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\hap-sign-tool.jar] + [ + 'java', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar', + 'sign-app', + '-mode', + 'localSign', + '-keystoreFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12', + '-keystorePwd', + '******', + '-keyAlias', + 'debugKey', + '-keyPwd', + '******', + '-signAlg', + 'SHA256withECDSA', + '-profileFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b', + '-appCertFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer', + '-inFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap', + '-outFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-signed.hap' +] +[2025-01-22T15:45:25.580] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"verify profile success"} +[2025-01-22T15:45:25.585] [DEBUG] debug-file - java daemon socket close code:1000 reason:close by user +[2025-01-22T15:45:25.654] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - certificate in profile: 李家浪(839730444449632385)\\ + +[2025-01-22T15:45:25.664] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - Start to sign code. + +[2025-01-22T15:45:25.668] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - profile type is: debug + +[2025-01-22T15:45:25.684] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 is exist. Try to load it with given passwd + +[2025-01-22T15:45:25.777] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - Create a sign info successfully. + +[2025-01-22T15:45:25.785] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - No native libs. + +[2025-01-22T15:45:25.788] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - Sign successfully. + +[2025-01-22T15:45:25.796] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - Add sign data in sign info list success. + +[2025-01-22T15:45:25.799] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - Generate signing block success, begin write it to output file + +[2025-01-22T15:45:25.800] [DEBUG] debug-file - on stdout: 01-22 15:45:25 INFO - Sign Hap success! + +[2025-01-22T15:45:25.801] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"sign app success"} +[2025-01-22T15:45:25.801] [DEBUG] debug-file - entry : default@SignHap cost memory -16.01386260986328 +[2025-01-22T15:45:25.801] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 20 ms +[2025-01-22T15:45:25.802] [INFO] debug-file - Finished :entry:default@SignHap... after 1 s 32 ms +[2025-01-22T15:45:25.803] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:45:25.803] [DEBUG] debug-file - entry : assembleHap cost memory 0.01160430908203125 +[2025-01-22T15:45:25.803] [DEBUG] debug-file - runTaskFromQueue task cost before running: 10 s 22 ms +[2025-01-22T15:45:25.803] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:45:25.811] [DEBUG] debug-file - Update task entry:default@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:25.812] [DEBUG] debug-file - Update task entry:default@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\module.json5 cache by regenerate. +[2025-01-22T15:45:25.812] [DEBUG] debug-file - Update task entry:default@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:25.812] [DEBUG] debug-file - Update task entry:default@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:25.813] [DEBUG] debug-file - Update task entry:default@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\resources\base\profile\main_pages.json cache by regenerate. +[2025-01-22T15:45:25.813] [DEBUG] debug-file - Update task entry:default@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigor\hvigor-config.json5 cache by regenerate. +[2025-01-22T15:45:25.813] [DEBUG] debug-file - Update task entry:default@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\oh-package.json5 cache by regenerate. +[2025-01-22T15:45:25.814] [DEBUG] debug-file - Incremental task entry:default@PreBuild post-execution cost:3 ms . +[2025-01-22T15:45:25.814] [DEBUG] debug-file - Update task entry:default@GenerateMetadata input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\module.json5 cache by regenerate. +[2025-01-22T15:45:25.814] [DEBUG] debug-file - Update task entry:default@GenerateMetadata output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\hap_metadata\default\output_metadata.json cache. +[2025-01-22T15:45:25.814] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata post-execution cost:1 ms . +[2025-01-22T15:45:25.815] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:25.815] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:25.815] [DEBUG] debug-file - Update task entry:default@MergeProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\module.json5 cache by regenerate. +[2025-01-22T15:45:25.815] [DEBUG] debug-file - Update task entry:default@MergeProfile output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\merge_profile\default\module.json cache. +[2025-01-22T15:45:25.816] [DEBUG] debug-file - Incremental task entry:default@MergeProfile post-execution cost:2 ms . +[2025-01-22T15:45:25.816] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:25.816] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:25.817] [DEBUG] debug-file - Update task entry:default@CreateBuildProfile output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\default\BuildProfile.ets cache. +[2025-01-22T15:45:25.817] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile post-execution cost:2 ms . +[2025-01-22T15:45:25.817] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default\pkgContextInfo.json cache. +[2025-01-22T15:45:25.817] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:45:25.817] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:45:25.818] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:45:25.818] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:25.818] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\module.json5 cache by regenerate. +[2025-01-22T15:45:25.818] [DEBUG] debug-file - Update task entry:default@MakePackInfo input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:25.819] [DEBUG] debug-file - Update task entry:default@MakePackInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\pack.info cache. +[2025-01-22T15:45:25.819] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo post-execution cost:2 ms . +[2025-01-22T15:45:25.819] [DEBUG] debug-file - Update task entry:default@ProcessProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\merge_profile\default\module.json cache by regenerate. +[2025-01-22T15:45:25.819] [DEBUG] debug-file - Update task entry:default@ProcessProfile output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\process_profile\default\module.json cache. +[2025-01-22T15:45:25.820] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile post-execution cost:1 ms . +[2025-01-22T15:45:25.820] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:45:25.821] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:45:25.821] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\default\rpcid.sc cache. +[2025-01-22T15:45:25.822] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-01-22T15:45:25.823] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\oh-package.json5 cache by regenerate. +[2025-01-22T15:45:25.823] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\oh-package.json5 cache by regenerate. +[2025-01-22T15:45:25.823] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\module.json5 cache by regenerate. +[2025-01-22T15:45:25.823] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\router_map\default\intermediates_temp_routerMap.json cache. +[2025-01-22T15:45:25.824] [DEBUG] debug-file - Update task entry:default@ProcessRouterMap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\router_map\default\intermediate_routerMap_for_loader.json cache. +[2025-01-22T15:45:25.824] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap post-execution cost:3 ms . +[2025-01-22T15:45:25.824] [DEBUG] debug-file - Update task entry:default@ProcessResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resConfig.json cache. +[2025-01-22T15:45:25.824] [DEBUG] debug-file - Incremental task entry:default@ProcessResource post-execution cost:1 ms . +[2025-01-22T15:45:25.826] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\router_map\default\intermediates_temp_routerMap.json cache by regenerate. +[2025-01-22T15:45:25.826] [DEBUG] debug-file - Update task entry:default@GenerateLoaderJson output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default\loader.json cache. +[2025-01-22T15:45:25.827] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson post-execution cost:3 ms . +[2025-01-22T15:45:25.827] [DEBUG] debug-file - Update task entry:default@ProcessLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:25.827] [DEBUG] debug-file - Update task entry:default@ProcessLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:25.827] [DEBUG] debug-file - Update task entry:default@ProcessLibs output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\libs\default cache. +[2025-01-22T15:45:25.827] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs post-execution cost:1 ms . +[2025-01-22T15:45:25.829] [DEBUG] debug-file - Update task entry:default@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\resources cache by regenerate. +[2025-01-22T15:45:25.831] [DEBUG] debug-file - Update task entry:default@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\resources cache by regenerate. +[2025-01-22T15:45:25.832] [DEBUG] debug-file - Update task entry:default@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\process_profile\default\module.json cache by regenerate. +[2025-01-22T15:45:25.832] [DEBUG] debug-file - Update task entry:default@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resConfig.json cache by regenerate. +[2025-01-22T15:45:25.832] [DEBUG] debug-file - Update task entry:default@CompileResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default cache. +[2025-01-22T15:45:25.834] [DEBUG] debug-file - Update task entry:default@CompileResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\r\default\ResourceTable.h cache. +[2025-01-22T15:45:25.834] [DEBUG] debug-file - Update task entry:default@CompileResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\r\default cache. +[2025-01-22T15:45:25.835] [DEBUG] debug-file - Incremental task entry:default@CompileResource post-execution cost:8 ms . +[2025-01-22T15:45:25.836] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default cache by regenerate. +[2025-01-22T15:45:25.836] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\rawfile cache by regenerate. +[2025-01-22T15:45:25.836] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\ResourceTable.txt cache by regenerate. +[2025-01-22T15:45:25.837] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:45:25.837] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\base\profile cache by regenerate. +[2025-01-22T15:45:25.837] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\ets cache by regenerate. +[2025-01-22T15:45:25.841] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\default\BuildProfile.ets cache by regenerate. +[2025-01-22T15:45:25.841] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\ets cache. +[2025-01-22T15:45:25.842] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:8 ms . +[2025-01-22T15:45:25.843] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default cache by regenerate. +[2025-01-22T15:45:25.843] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\rawfile cache by regenerate. +[2025-01-22T15:45:25.844] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\ResourceTable.txt cache by regenerate. +[2025-01-22T15:45:25.844] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:45:25.844] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\base\profile cache by regenerate. +[2025-01-22T15:45:25.844] [DEBUG] debug-file - Update task entry:default@BuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\js cache. +[2025-01-22T15:45:25.845] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:3 ms . +[2025-01-22T15:45:25.845] [DEBUG] debug-file - Update task entry:default@DoNativeStrip input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\libs\default cache by regenerate. +[2025-01-22T15:45:25.845] [DEBUG] debug-file - Update task entry:default@DoNativeStrip output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\default cache. +[2025-01-22T15:45:25.845] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip post-execution cost:1 ms . +[2025-01-22T15:45:25.845] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\libs\default cache by regenerate. +[2025-01-22T15:45:25.845] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\default cache by regenerate. +[2025-01-22T15:45:25.846] [DEBUG] debug-file - Update task entry:default@CacheNativeLibs output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\patch\default\base_native_libs.json cache. +[2025-01-22T15:45:25.846] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs post-execution cost:1 ms . +[2025-01-22T15:45:25.846] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:45:25.846] [DEBUG] debug-file - Update task entry:default@GeneratePkgModuleJson output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\package\default\module.json cache. +[2025-01-22T15:45:25.847] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-01-22T15:45:25.847] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\default cache by regenerate. +[2025-01-22T15:45:25.847] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:45:25.848] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources cache by regenerate. +[2025-01-22T15:45:25.848] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources.index cache by regenerate. +[2025-01-22T15:45:25.849] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\pack.info cache by regenerate. +[2025-01-22T15:45:25.849] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\ets cache by regenerate. +[2025-01-22T15:45:25.850] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\default\BuildProfile.ets cache by regenerate. +[2025-01-22T15:45:25.850] [DEBUG] debug-file - Update task entry:default@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\entry-default-unsigned.hap cache. +[2025-01-22T15:45:25.850] [DEBUG] debug-file - Update task entry:default@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\mapping\sourceMaps.map cache. +[2025-01-22T15:45:25.851] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:5 ms . +[2025-01-22T15:45:25.851] [DEBUG] debug-file - Update task entry:default@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate. +[2025-01-22T15:45:25.851] [DEBUG] debug-file - Update task entry:default@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate. +[2025-01-22T15:45:25.851] [DEBUG] debug-file - Update task entry:default@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate. +[2025-01-22T15:45:25.851] [DEBUG] debug-file - Update task entry:default@SignHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\entry-default-unsigned.hap cache by regenerate. +[2025-01-22T15:45:25.852] [DEBUG] debug-file - Update task entry:default@SignHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\entry-default-signed.hap cache. +[2025-01-22T15:45:25.852] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:2 ms . +[2025-01-22T15:45:26.185] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:45:26.190] [DEBUG] debug-file - Cache service initialization finished in 4 ms +[2025-01-22T15:45:26.196] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:45:26.200] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:45:26.200] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:45:26.205] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:45:26.205] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:45:26.205] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:45:26.205] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:45:26.206] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:45:26.212] [DEBUG] debug-file - Sdk init in 6 ms +[2025-01-22T15:45:26.225] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-01-22T15:45:26.225] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:45:26.228] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:45:26.231] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:45:26.231] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:45:26.236] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:45:26.236] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:45:26.236] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:45:26.236] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:45:26.236] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:45:26.236] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:45:26.236] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:45:26.238] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T15:45:26.238] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:45:26.297] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 59 ms +[2025-01-22T15:45:26.297] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:45:26.297] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:45:26.303] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:45:26.303] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:45:26.304] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:45:26.304] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:45:26.304] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:45:26.306] [DEBUG] debug-file - Configuration phase cost:114 ms +[2025-01-22T15:45:26.307] [DEBUG] debug-file - Configuration task cost before running: 127 ms +[2025-01-22T15:45:26.308] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.308] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.308] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.311] [DEBUG] debug-file - Executing task :entry:ohosTest@PreBuild +[2025-01-22T15:45:26.316] [DEBUG] debug-file - current product is not Atomic service. +[2025-01-22T15:45:26.316] [DEBUG] debug-file - Use tool [win32: JAVA_HOME, CLASSPATH] + [ + { JAVA_HOME: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\jbr' }, + { CLASSPATH: undefined } +] +[2025-01-22T15:45:26.316] [DEBUG] debug-file - Use tool [win32: NODE_HOME] + [ + { + NODE_HOME: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\node' + } +] +[2025-01-22T15:45:26.316] [DEBUG] debug-file - entry : ohosTest@PreBuild cost memory 0.39019012451171875 +[2025-01-22T15:45:26.317] [DEBUG] debug-file - runTaskFromQueue task cost before running: 137 ms +[2025-01-22T15:45:26.318] [INFO] debug-file - Finished :entry:ohosTest@PreBuild... after 6 ms +[2025-01-22T15:45:26.319] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.320] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.320] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.321] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateMetadata +[2025-01-22T15:45:26.323] [DEBUG] debug-file - entry : ohosTest@GenerateMetadata cost memory 0.133026123046875 +[2025-01-22T15:45:26.323] [DEBUG] debug-file - runTaskFromQueue task cost before running: 144 ms +[2025-01-22T15:45:26.324] [INFO] debug-file - Finished :entry:ohosTest@GenerateMetadata... after 3 ms +[2025-01-22T15:45:26.327] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.327] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.327] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.327] [DEBUG] debug-file - Executing task :entry:ohosTest@ConfigureCmake +[2025-01-22T15:45:26.328] [DEBUG] debug-file - entry : ohosTest@ConfigureCmake cost memory 0.0139007568359375 +[2025-01-22T15:45:26.328] [DEBUG] debug-file - runTaskFromQueue task cost before running: 148 ms +[2025-01-22T15:45:26.328] [INFO] debug-file - Finished :entry:ohosTest@ConfigureCmake... after 1 ms +[2025-01-22T15:45:26.329] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.329] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.329] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.330] [DEBUG] debug-file - Executing task :entry:ohosTest@MergeProfile +[2025-01-22T15:45:26.330] [DEBUG] debug-file - Change app api release type with 'Beta1' +[2025-01-22T15:45:26.330] [DEBUG] debug-file - Change app compile API version with '5.0.0.25' +[2025-01-22T15:45:26.330] [DEBUG] debug-file - Change app target API version with '50000012' +[2025-01-22T15:45:26.330] [DEBUG] debug-file - Change app minimum API version with '50000012' +[2025-01-22T15:45:26.330] [DEBUG] debug-file - Use cli appEnvironment +[2025-01-22T15:45:26.331] [DEBUG] debug-file - entry : ohosTest@MergeProfile cost memory 0.135223388671875 +[2025-01-22T15:45:26.332] [DEBUG] debug-file - runTaskFromQueue task cost before running: 152 ms +[2025-01-22T15:45:26.332] [INFO] debug-file - Finished :entry:ohosTest@MergeProfile... after 2 ms +[2025-01-22T15:45:26.333] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.333] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.333] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.333] [DEBUG] debug-file - Executing task :entry:ohosTest@CreateBuildProfile +[2025-01-22T15:45:26.335] [DEBUG] debug-file - entry : ohosTest@CreateBuildProfile cost memory 0.0876007080078125 +[2025-01-22T15:45:26.335] [DEBUG] debug-file - runTaskFromQueue task cost before running: 156 ms +[2025-01-22T15:45:26.336] [INFO] debug-file - Finished :entry:ohosTest@CreateBuildProfile... after 2 ms +[2025-01-22T15:45:26.338] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.338] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.338] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.338] [DEBUG] debug-file - Executing task :entry:ohosTest@PreCheckSyscap +[2025-01-22T15:45:26.338] [DEBUG] debug-file - entry : ohosTest@PreCheckSyscap cost memory 0.01409912109375 +[2025-01-22T15:45:26.338] [DEBUG] debug-file - runTaskFromQueue task cost before running: 159 ms +[2025-01-22T15:45:26.338] [INFO] debug-file - Finished :entry:ohosTest@PreCheckSyscap... after 1 ms +[2025-01-22T15:45:26.340] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.340] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.340] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.344] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgContextInfo +[2025-01-22T15:45:26.344] [DEBUG] debug-file - entry : ohosTest@GeneratePkgContextInfo cost memory 0.02201080322265625 +[2025-01-22T15:45:26.344] [DEBUG] debug-file - runTaskFromQueue task cost before running: 165 ms +[2025-01-22T15:45:26.344] [INFO] debug-file - Finished :entry:ohosTest@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:45:26.345] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.346] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.346] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.346] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessIntegratedHsp +[2025-01-22T15:45:26.347] [DEBUG] debug-file - entry : ohosTest@ProcessIntegratedHsp cost memory 0.04836273193359375 +[2025-01-22T15:45:26.347] [DEBUG] debug-file - runTaskFromQueue task cost before running: 168 ms +[2025-01-22T15:45:26.348] [INFO] debug-file - Finished :entry:ohosTest@ProcessIntegratedHsp... after 1 ms +[2025-01-22T15:45:26.349] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.349] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.349] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.349] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithCmake +[2025-01-22T15:45:26.349] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625 +[2025-01-22T15:45:26.350] [DEBUG] debug-file - runTaskFromQueue task cost before running: 170 ms +[2025-01-22T15:45:26.350] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:45:26.351] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.351] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.351] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.352] [DEBUG] debug-file - Executing task :entry:ohosTest@MakePackInfo +[2025-01-22T15:45:26.353] [DEBUG] debug-file - Module Pack Info: { + summary: { + app: { + bundleName: 'com.samples.test.uitest', + bundleType: 'app', + version: [Object] + }, + modules: [ [Object], [Object] ] + }, + packages: [ + { + deviceType: [Array], + moduleType: 'feature', + deliveryWithInstall: true, + name: 'entry-ohosTest' + } + ] +} +[2025-01-22T15:45:26.354] [DEBUG] debug-file - entry : ohosTest@MakePackInfo cost memory 0.1654205322265625 +[2025-01-22T15:45:26.354] [DEBUG] debug-file - runTaskFromQueue task cost before running: 175 ms +[2025-01-22T15:45:26.355] [INFO] debug-file - Finished :entry:ohosTest@MakePackInfo... after 3 ms +[2025-01-22T15:45:26.356] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.356] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.356] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.357] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessProfile +[2025-01-22T15:45:26.358] [DEBUG] debug-file - [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\node\\node.exe', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\bin\\ark\\ts2abc.js', + '--target-api-version', + '12' +] +[2025-01-22T15:45:26.508] [DEBUG] debug-file - 12.0.2.0 +[2025-01-22T15:45:26.510] [DEBUG] debug-file - entry : ohosTest@ProcessProfile cost memory 0.21966552734375 +[2025-01-22T15:45:26.510] [DEBUG] debug-file - runTaskFromQueue task cost before running: 331 ms +[2025-01-22T15:45:26.510] [INFO] debug-file - Finished :entry:ohosTest@ProcessProfile... after 154 ms +[2025-01-22T15:45:26.512] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.512] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.512] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.513] [DEBUG] debug-file - Executing task :entry:ohosTest@SyscapTransform +[2025-01-22T15:45:26.514] [DEBUG] debug-file - entry : ohosTest@SyscapTransform cost memory 0.04270172119140625 +[2025-01-22T15:45:26.514] [DEBUG] debug-file - runTaskFromQueue task cost before running: 334 ms +[2025-01-22T15:45:26.514] [INFO] debug-file - Finished :entry:ohosTest@SyscapTransform... after 1 ms +[2025-01-22T15:45:26.515] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.516] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.516] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.518] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessRouterMap +[2025-01-22T15:45:26.523] [DEBUG] debug-file - entry : ohosTest@ProcessRouterMap cost memory 0.43759918212890625 +[2025-01-22T15:45:26.523] [DEBUG] debug-file - runTaskFromQueue task cost before running: 344 ms +[2025-01-22T15:45:26.525] [INFO] debug-file - Finished :entry:ohosTest@ProcessRouterMap... after 6 ms +[2025-01-22T15:45:26.526] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.526] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.526] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.527] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithNinja +[2025-01-22T15:45:26.528] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithNinja cost memory 0.040008544921875 +[2025-01-22T15:45:26.528] [DEBUG] debug-file - runTaskFromQueue task cost before running: 349 ms +[2025-01-22T15:45:26.528] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithNinja... after 2 ms +[2025-01-22T15:45:26.530] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.530] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.530] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.530] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource +[2025-01-22T15:45:26.531] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessResource +[2025-01-22T15:45:26.533] [DEBUG] debug-file - entry : ohosTest@ProcessResource cost memory 0.1106719970703125 +[2025-01-22T15:45:26.536] [DEBUG] debug-file - runTaskFromQueue task cost before running: 356 ms +[2025-01-22T15:45:26.537] [INFO] debug-file - Finished :entry:ohosTest@ProcessResource... after 3 ms +[2025-01-22T15:45:26.538] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.538] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.538] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.540] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateLoaderJson +[2025-01-22T15:45:26.547] [DEBUG] debug-file - entry : ohosTest@GenerateLoaderJson cost memory 0.61346435546875 +[2025-01-22T15:45:26.547] [DEBUG] debug-file - runTaskFromQueue task cost before running: 368 ms +[2025-01-22T15:45:26.550] [INFO] debug-file - Finished :entry:ohosTest@GenerateLoaderJson... after 8 ms +[2025-01-22T15:45:26.551] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.552] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.552] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.553] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessLibs +[2025-01-22T15:45:26.556] [DEBUG] debug-file - ohosTest@ProcessLibs work[6] is submitted. +[2025-01-22T15:45:26.556] [DEBUG] debug-file - ohosTest@ProcessLibs work[6] is pushed to ready queue. +[2025-01-22T15:45:26.556] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.557] [DEBUG] debug-file - ohosTest@ProcessLibs work[6] has been dispatched to worker[14]. +[2025-01-22T15:45:26.557] [DEBUG] debug-file - ohosTest@ProcessLibs work[6] is dispatched. +[2025-01-22T15:45:26.557] [DEBUG] debug-file - entry : ohosTest@ProcessLibs cost memory 0.41530609130859375 +[2025-01-22T15:45:26.559] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.559] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.559] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.559] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource +[2025-01-22T15:45:26.561] [DEBUG] debug-file - Executing task :entry:ohosTest@CompileResource +[2025-01-22T15:45:26.601] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\restool.exe] + [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\restool.exe', + '-l', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json' +] +[2025-01-22T15:45:26.602] [DEBUG] debug-file - current process memoryUsage: { + rss: 552955904, + heapTotal: 127254528, + heapUsed: 90801768, + external: 1502367, + arrayBuffers: 128823 +} os memoryUsage :11.641487121582031 +[2025-01-22T15:45:26.684] [DEBUG] debug-file - Warning: 'test' conflict, first declared. +at D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\resources\base\element\string.json +but declared again. +at D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\resources\base\element\string.json +Warning: 'start_window_background' conflict, first declared. +at D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\resources\base\element\color.json +but declared again. +at D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\resources\base\element\color.json + +[2025-01-22T15:45:26.688] [DEBUG] debug-file - Info: restool resources compile success. + +[2025-01-22T15:45:26.693] [DEBUG] debug-file - entry : ohosTest@CompileResource cost memory -1.2342987060546875 +[2025-01-22T15:45:26.694] [DEBUG] debug-file - runTaskFromQueue task cost before running: 514 ms +[2025-01-22T15:45:26.695] [INFO] debug-file - Finished :entry:ohosTest@CompileResource... after 133 ms +[2025-01-22T15:45:26.696] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.696] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.696] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.698] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCompileArkTS +[2025-01-22T15:45:26.708] [DEBUG] debug-file - build config: +[2025-01-22T15:45:26.708] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.ohosTest', + packageManagerType: 'ohpm', + localPropertiesPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\local.properties', + isPreview: false, + isOhosTest: true, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile', + etsLoaderPath: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader', + modulePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + testFrameworkPar: { + testMode: 'ohosTest', + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest', + compileSdkVersion: 12, + compatibleSdkVersion: 12, + bundleName: 'com.samples.test.uitest', + etsLoaderVersion: '5.0.0.25', + etsLoaderReleaseType: 'Beta1', + aotCompileMode: 'type', + apPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '09d94aa2056451c2d2d0f54390be1a15', + externalApiPaths: [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets' + ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + buildGeneratedProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 12, + needCompleteSourcesMap: true, + isFaMode: false, + strictMode: undefined, + buildDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build', + deviceTypes: [ 'default', 'tablet' ], + moduleDependencies: { dependency: {} }, + projectDependencies: { '@ohos/hypium': '1.0.18', dependency: {} }, + useNormalizedOHMUrl: false, + pkgContextInfo: undefined, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: false, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + aceModuleJsonPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json', + appResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt', + rawFileResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile', + resourceTableHash: '763e4700384869df78ee691bce7003e4', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:12:5.0.0.25:Beta1', + aceModuleRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets', + compileMode: 'esmodule', + aceSuperVisualPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\supervisual', + aceBuildJson: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json', + cachePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\ohosTest\\ohosTest@OhosTestCompileArkTS\\esmodule\\debug', + aceModuleBuild: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets', + supportChunks: false, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest': { + moduleName: 'entry_test', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest': { + moduleName: 'uitest', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest' + } + }, + pkgJsonFileHash: '33ef5d9b052240224ae8a5b4f7052cee', + allModulePaths: [ + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + ], + routerMap: {}, + obfuscationOptions: undefined, + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: undefined, + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ + '..\\..\\main\\*', + '..\\..\\..\\build\\default\\generated\\profile\\ohosTest\\*' + ] + }, + collectImportersConfig: undefined +} +[2025-01-22T15:45:26.708] [DEBUG] debug-file - Compile arkts with external api path: D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\hms\ets +[2025-01-22T15:45:26.709] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[7] is submitted. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[7] is pushed to ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[14] failed because of worker busy. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[13] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[12] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[11] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[10] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[9] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[8] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.710] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.711] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.711] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.711] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[7] has been dispatched to worker[0]. +[2025-01-22T15:45:26.711] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[7] is dispatched. +[2025-01-22T15:45:26.711] [DEBUG] debug-file - CopyResources startTime: 511698761890700 +[2025-01-22T15:45:26.711] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[8] is submitted. +[2025-01-22T15:45:26.712] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[8] is pushed to ready queue. +[2025-01-22T15:45:26.712] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:26.712] [DEBUG] debug-file - A work dispatched to worker[14] failed because of worker busy. +[2025-01-22T15:45:26.713] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[8] has been dispatched to worker[13]. +[2025-01-22T15:45:26.713] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[8] is dispatched. +[2025-01-22T15:45:26.713] [DEBUG] debug-file - entry : ohosTest@OhosTestCompileArkTS cost memory 1.308074951171875 +[2025-01-22T15:45:26.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:26.715] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:26.717] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestBuildJS +[2025-01-22T15:45:26.720] [DEBUG] debug-file - entry : ohosTest@OhosTestBuildJS cost memory 0.16442108154296875 +[2025-01-22T15:45:26.720] [DEBUG] debug-file - runTaskFromQueue task cost before running: 540 ms +[2025-01-22T15:45:26.720] [INFO] debug-file - Finished :entry:ohosTest@OhosTestBuildJS... after 3 ms +[2025-01-22T15:45:27.319] [DEBUG] debug-file - ohosTest@ProcessLibs work[6] done. +[2025-01-22T15:45:27.320] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:27.320] [INFO] debug-file - Finished :entry:ohosTest@ProcessLibs... after 767 ms +[2025-01-22T15:45:27.322] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:27.322] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:27.322] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:27.324] [DEBUG] debug-file - Executing task :entry:ohosTest@DoNativeStrip +[2025-01-22T15:45:27.325] [DEBUG] debug-file - ohosTest@DoNativeStrip work[9] is submitted. +[2025-01-22T15:45:27.326] [DEBUG] debug-file - ohosTest@DoNativeStrip work[9] is pushed to ready queue. +[2025-01-22T15:45:27.326] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:27.327] [DEBUG] debug-file - ohosTest@DoNativeStrip work[9] has been dispatched to worker[14]. +[2025-01-22T15:45:27.327] [DEBUG] debug-file - ohosTest@DoNativeStrip work[9] is dispatched. +[2025-01-22T15:45:27.327] [DEBUG] debug-file - entry : ohosTest@DoNativeStrip cost memory 0.17002105712890625 +[2025-01-22T15:45:27.342] [DEBUG] debug-file - ohosTest@DoNativeStrip work[9] done. +[2025-01-22T15:45:27.342] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:27.343] [INFO] debug-file - Finished :entry:ohosTest@DoNativeStrip... after 18 ms +[2025-01-22T15:45:27.344] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:27.344] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:27.344] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:27.346] [DEBUG] debug-file - Executing task :entry:ohosTest@CacheNativeLibs +[2025-01-22T15:45:27.346] [DEBUG] debug-file - ohosTest@CacheNativeLibs work[10] is submitted. +[2025-01-22T15:45:27.347] [DEBUG] debug-file - ohosTest@CacheNativeLibs work[10] is pushed to ready queue. +[2025-01-22T15:45:27.347] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:27.347] [DEBUG] debug-file - ohosTest@CacheNativeLibs work[10] has been dispatched to worker[14]. +[2025-01-22T15:45:27.347] [DEBUG] debug-file - ohosTest@CacheNativeLibs work[10] is dispatched. +[2025-01-22T15:45:27.347] [DEBUG] debug-file - entry : ohosTest@CacheNativeLibs cost memory 0.15438079833984375 +[2025-01-22T15:45:27.334] [DEBUG] debug-file - Do not need strip, copying .so files to stripped_native_libs +[2025-01-22T15:45:27.398] [DEBUG] debug-file - CopyResources is end, endTime: 511699449033800 +[2025-01-22T15:45:27.398] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[8] done. +[2025-01-22T15:45:27.398] [DEBUG] debug-file - A work dispatched to worker[13] failed because unable to get work from ready queue. +[2025-01-22T15:45:27.695] [DEBUG] debug-file - ohosTest@CacheNativeLibs work[10] done. +[2025-01-22T15:45:27.696] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:27.696] [INFO] debug-file - Finished :entry:ohosTest@CacheNativeLibs... after 350 ms +[2025-01-22T15:45:30.840] [DEBUG] debug-file - Ark compile task finished.finished time is 511702890806800 +[2025-01-22T15:45:30.843] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[7] done. +[2025-01-22T15:45:30.843] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-01-22T15:45:30.845] [INFO] debug-file - Finished :entry:ohosTest@OhosTestCompileArkTS... after 4 s 145 ms +[2025-01-22T15:45:30.846] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:30.846] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:30.846] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:30.846] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCopyMockConfigJson +[2025-01-22T15:45:30.847] [DEBUG] debug-file - entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.03554534912109375 +[2025-01-22T15:45:30.847] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 668 ms +[2025-01-22T15:45:30.847] [INFO] debug-file - Finished :entry:ohosTest@OhosTestCopyMockConfigJson... after 1 ms +[2025-01-22T15:45:30.848] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:30.848] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:30.848] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:30.849] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgModuleJson +[2025-01-22T15:45:30.850] [DEBUG] debug-file - entry : ohosTest@GeneratePkgModuleJson cost memory 0.05736541748046875 +[2025-01-22T15:45:30.850] [DEBUG] debug-file - runTaskFromQueue task cost before running: 4 s 671 ms +[2025-01-22T15:45:30.850] [INFO] debug-file - Finished :entry:ohosTest@GeneratePkgModuleJson... after 2 ms +[2025-01-22T15:45:30.852] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:30.852] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:30.852] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:30.856] [DEBUG] debug-file - Executing task :entry:ohosTest@PackageHap +[2025-01-22T15:45:30.858] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=GBK', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest', + '--json-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\ohosTest\\module.json', + '--resources-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources', + '--index-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index', + '--pack-info-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info', + '--out-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap', + '--ets-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets' +] +[2025-01-22T15:45:30.859] [DEBUG] debug-file - ohosTest@PackageHap work[11] is submitted. +[2025-01-22T15:45:30.860] [DEBUG] debug-file - ohosTest@PackageHap work[11] is pushed to ready queue. +[2025-01-22T15:45:30.860] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:45:30.860] [DEBUG] debug-file - ohosTest@PackageHap work[11] has been dispatched to worker[14]. +[2025-01-22T15:45:30.860] [DEBUG] debug-file - ohosTest@PackageHap work[11] is dispatched. +[2025-01-22T15:45:30.862] [DEBUG] debug-file - entry : ohosTest@PackageHap cost memory 0.6360702514648438 +[2025-01-22T15:45:30.862] [DEBUG] debug-file - current process memoryUsage: { + rss: 864546816, + heapTotal: 89370624, + heapUsed: 63276256, + external: 2891017, + arrayBuffers: 815205 +} os memoryUsage :11.9149169921875 +[2025-01-22T15:45:31.191] [DEBUG] debug-file - ohosTest@PackageHap work[11] done. +[2025-01-22T15:45:31.191] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:45:31.192] [INFO] debug-file - Finished :entry:ohosTest@PackageHap... after 336 ms +[2025-01-22T15:45:31.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:31.194] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:45:31.194] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:45:31.195] [DEBUG] debug-file - Executing task :entry:ohosTest@SignHap +[2025-01-22T15:45:31.212] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\hap-sign-tool.jar] + [ + 'java', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar', + 'sign-app', + '-mode', + 'localSign', + '-keystoreFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12', + '-keystorePwd', + '******', + '-keyAlias', + 'debugKey', + '-keyPwd', + '******', + '-signAlg', + 'SHA256withECDSA', + '-profileFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b', + '-appCertFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer', + '-inFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap', + '-outFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap' +] +[2025-01-22T15:45:31.233] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"verify profile success"} +[2025-01-22T15:45:31.236] [DEBUG] debug-file - java daemon socket close code:1000 reason:close by user +[2025-01-22T15:45:31.257] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - certificate in profile: 李家浪(839730444449632385)\\ + +[2025-01-22T15:45:31.268] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - Start to sign code. + +[2025-01-22T15:45:31.269] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - profile type is: debug + +[2025-01-22T15:45:31.273] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 is exist. Try to load it with given passwd + +[2025-01-22T15:45:31.308] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - Create a sign info successfully. + +[2025-01-22T15:45:31.312] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - No native libs. + +[2025-01-22T15:45:31.312] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - Sign successfully. + +[2025-01-22T15:45:31.321] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - Add sign data in sign info list success. + +[2025-01-22T15:45:31.324] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - Generate signing block success, begin write it to output file + +[2025-01-22T15:45:31.324] [DEBUG] debug-file - on stdout: 01-22 15:45:31 INFO - Sign Hap success! + +[2025-01-22T15:45:31.325] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"sign app success"} +[2025-01-22T15:45:31.326] [DEBUG] debug-file - entry : ohosTest@SignHap cost memory 1.203887939453125 +[2025-01-22T15:45:31.326] [DEBUG] debug-file - runTaskFromQueue task cost before running: 5 s 147 ms +[2025-01-22T15:45:31.326] [INFO] debug-file - Finished :entry:ohosTest@SignHap... after 131 ms +[2025-01-22T15:45:31.327] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:45:31.327] [DEBUG] debug-file - entry : assembleHap cost memory 0.01142120361328125 +[2025-01-22T15:45:31.327] [DEBUG] debug-file - runTaskFromQueue task cost before running: 5 s 148 ms +[2025-01-22T15:45:31.328] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:45:31.334] [DEBUG] debug-file - Update task entry:ohosTest@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:31.334] [DEBUG] debug-file - Update task entry:ohosTest@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\module.json5 cache by regenerate. +[2025-01-22T15:45:31.334] [DEBUG] debug-file - Update task entry:ohosTest@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:31.335] [DEBUG] debug-file - Update task entry:ohosTest@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:31.335] [DEBUG] debug-file - Update task entry:ohosTest@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\resources\base\profile\test_pages.json cache by regenerate. +[2025-01-22T15:45:31.335] [DEBUG] debug-file - Update task entry:ohosTest@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigor\hvigor-config.json5 cache by regenerate. +[2025-01-22T15:45:31.335] [DEBUG] debug-file - Update task entry:ohosTest@PreBuild input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\oh-package.json5 cache by regenerate. +[2025-01-22T15:45:31.335] [DEBUG] debug-file - Incremental task entry:ohosTest@PreBuild post-execution cost:2 ms . +[2025-01-22T15:45:31.335] [DEBUG] debug-file - Update task entry:ohosTest@GenerateMetadata input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\module.json5 cache by regenerate. +[2025-01-22T15:45:31.336] [DEBUG] debug-file - Update task entry:ohosTest@GenerateMetadata output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\hap_metadata\ohosTest\output_metadata.json cache. +[2025-01-22T15:45:31.336] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateMetadata post-execution cost:1 ms . +[2025-01-22T15:45:31.336] [DEBUG] debug-file - Update task entry:ohosTest@MergeProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:31.336] [DEBUG] debug-file - Update task entry:ohosTest@MergeProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:31.336] [DEBUG] debug-file - Update task entry:ohosTest@MergeProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\module.json5 cache by regenerate. +[2025-01-22T15:45:31.337] [DEBUG] debug-file - Update task entry:ohosTest@MergeProfile output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\merge_profile\ohosTest\module.json cache. +[2025-01-22T15:45:31.337] [DEBUG] debug-file - Incremental task entry:ohosTest@MergeProfile post-execution cost:1 ms . +[2025-01-22T15:45:31.337] [DEBUG] debug-file - Update task entry:ohosTest@CreateBuildProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:31.337] [DEBUG] debug-file - Update task entry:ohosTest@CreateBuildProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:31.337] [DEBUG] debug-file - Update task entry:ohosTest@CreateBuildProfile output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\ohosTest\BuildProfile.ets cache. +[2025-01-22T15:45:31.337] [DEBUG] debug-file - Incremental task entry:ohosTest@CreateBuildProfile post-execution cost:1 ms . +[2025-01-22T15:45:31.338] [DEBUG] debug-file - Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest\pkgContextInfo.json cache. +[2025-01-22T15:45:31.338] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:45:31.338] [DEBUG] debug-file - Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:45:31.338] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:45:31.338] [DEBUG] debug-file - Update task entry:ohosTest@MakePackInfo input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\app.json5 cache by regenerate. +[2025-01-22T15:45:31.339] [DEBUG] debug-file - Update task entry:ohosTest@MakePackInfo input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\module.json5 cache by regenerate. +[2025-01-22T15:45:31.339] [DEBUG] debug-file - Update task entry:ohosTest@MakePackInfo input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:31.339] [DEBUG] debug-file - Update task entry:ohosTest@MakePackInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\pack.info cache. +[2025-01-22T15:45:31.339] [DEBUG] debug-file - Incremental task entry:ohosTest@MakePackInfo post-execution cost:1 ms . +[2025-01-22T15:45:31.339] [DEBUG] debug-file - Update task entry:ohosTest@ProcessProfile input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\merge_profile\ohosTest\module.json cache by regenerate. +[2025-01-22T15:45:31.339] [DEBUG] debug-file - Update task entry:ohosTest@ProcessProfile output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\process_profile\ohosTest\module.json cache. +[2025-01-22T15:45:31.340] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessProfile post-execution cost:1 ms . +[2025-01-22T15:45:31.340] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:45:31.340] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:45:31.341] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\ohosTest\rpcid.sc cache. +[2025-01-22T15:45:31.341] [DEBUG] debug-file - Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms . +[2025-01-22T15:45:31.343] [DEBUG] debug-file - Update task entry:ohosTest@ProcessRouterMap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\oh-package.json5 cache by regenerate. +[2025-01-22T15:45:31.343] [DEBUG] debug-file - Update task entry:ohosTest@ProcessRouterMap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\oh-package.json5 cache by regenerate. +[2025-01-22T15:45:31.343] [DEBUG] debug-file - Update task entry:ohosTest@ProcessRouterMap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\module.json5 cache by regenerate. +[2025-01-22T15:45:31.343] [DEBUG] debug-file - Update task entry:ohosTest@ProcessRouterMap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\router_map\ohosTest\intermediates_temp_routerMap.json cache. +[2025-01-22T15:45:31.343] [DEBUG] debug-file - Update task entry:ohosTest@ProcessRouterMap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\router_map\ohosTest\intermediate_routerMap_for_loader.json cache. +[2025-01-22T15:45:31.344] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessRouterMap post-execution cost:3 ms . +[2025-01-22T15:45:31.344] [DEBUG] debug-file - Update task entry:ohosTest@ProcessResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resConfig.json cache. +[2025-01-22T15:45:31.344] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessResource post-execution cost:1 ms . +[2025-01-22T15:45:31.346] [DEBUG] debug-file - Update task entry:ohosTest@GenerateLoaderJson input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\router_map\ohosTest\intermediates_temp_routerMap.json cache by regenerate. +[2025-01-22T15:45:31.346] [DEBUG] debug-file - Update task entry:ohosTest@GenerateLoaderJson output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest\loader.json cache. +[2025-01-22T15:45:31.346] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateLoaderJson post-execution cost:3 ms . +[2025-01-22T15:45:31.346] [DEBUG] debug-file - Update task entry:ohosTest@ProcessLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:31.347] [DEBUG] debug-file - Update task entry:ohosTest@ProcessLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build-profile.json5 cache by regenerate. +[2025-01-22T15:45:31.347] [DEBUG] debug-file - Update task entry:ohosTest@ProcessLibs output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\libs\ohosTest cache. +[2025-01-22T15:45:31.347] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessLibs post-execution cost:1 ms . +[2025-01-22T15:45:31.348] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\resources cache by regenerate. +[2025-01-22T15:45:31.349] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\AppScope\resources cache by regenerate. +[2025-01-22T15:45:31.350] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\process_profile\ohosTest\module.json cache by regenerate. +[2025-01-22T15:45:31.350] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\resources cache by regenerate. +[2025-01-22T15:45:31.352] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resConfig.json cache by regenerate. +[2025-01-22T15:45:31.352] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest cache. +[2025-01-22T15:45:31.354] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\r\ohosTest\ResourceTable.h cache. +[2025-01-22T15:45:31.354] [DEBUG] debug-file - Update task entry:ohosTest@CompileResource output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\r\ohosTest cache. +[2025-01-22T15:45:31.355] [DEBUG] debug-file - Incremental task entry:ohosTest@CompileResource post-execution cost:8 ms . +[2025-01-22T15:45:31.356] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest cache by regenerate. +[2025-01-22T15:45:31.356] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\rawfile cache by regenerate. +[2025-01-22T15:45:31.356] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\ResourceTable.txt cache by regenerate. +[2025-01-22T15:45:31.357] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:45:31.357] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\base\profile cache by regenerate. +[2025-01-22T15:45:31.358] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\ets cache by regenerate. +[2025-01-22T15:45:31.362] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest cache by regenerate. +[2025-01-22T15:45:31.366] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\ohosTest\BuildProfile.ets cache by regenerate. +[2025-01-22T15:45:31.366] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\ets cache by regenerate. +[2025-01-22T15:45:31.370] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets cache. +[2025-01-22T15:45:31.370] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestCompileArkTS post-execution cost:16 ms . +[2025-01-22T15:45:31.371] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest cache by regenerate. +[2025-01-22T15:45:31.371] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\rawfile cache by regenerate. +[2025-01-22T15:45:31.372] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\ResourceTable.txt cache by regenerate. +[2025-01-22T15:45:31.372] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:45:31.372] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\base\profile cache by regenerate. +[2025-01-22T15:45:31.372] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest cache by regenerate. +[2025-01-22T15:45:31.378] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\js cache. +[2025-01-22T15:45:31.379] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:9 ms . +[2025-01-22T15:45:31.379] [DEBUG] debug-file - Update task entry:ohosTest@DoNativeStrip input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\libs\ohosTest cache by regenerate. +[2025-01-22T15:45:31.379] [DEBUG] debug-file - Update task entry:ohosTest@DoNativeStrip output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\ohosTest cache. +[2025-01-22T15:45:31.379] [DEBUG] debug-file - Incremental task entry:ohosTest@DoNativeStrip post-execution cost:1 ms . +[2025-01-22T15:45:31.379] [DEBUG] debug-file - Update task entry:ohosTest@CacheNativeLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\libs\ohosTest cache by regenerate. +[2025-01-22T15:45:31.379] [DEBUG] debug-file - Update task entry:ohosTest@CacheNativeLibs input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\ohosTest cache by regenerate. +[2025-01-22T15:45:31.380] [DEBUG] debug-file - Update task entry:ohosTest@CacheNativeLibs output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\patch\ohosTest\base_native_libs.json cache. +[2025-01-22T15:45:31.380] [DEBUG] debug-file - Incremental task entry:ohosTest@CacheNativeLibs post-execution cost:1 ms . +[2025-01-22T15:45:31.380] [DEBUG] debug-file - Update task entry:ohosTest@GeneratePkgModuleJson input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:45:31.380] [DEBUG] debug-file - Update task entry:ohosTest@GeneratePkgModuleJson output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\package\ohosTest\module.json cache. +[2025-01-22T15:45:31.380] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgModuleJson post-execution cost:1 ms . +[2025-01-22T15:45:31.381] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\ohosTest cache by regenerate. +[2025-01-22T15:45:31.381] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:45:31.381] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources cache by regenerate. +[2025-01-22T15:45:31.382] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources.index cache by regenerate. +[2025-01-22T15:45:31.382] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\pack.info cache by regenerate. +[2025-01-22T15:45:31.382] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets cache by regenerate. +[2025-01-22T15:45:31.383] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\ohosTest\BuildProfile.ets cache by regenerate. +[2025-01-22T15:45:31.383] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap cache. +[2025-01-22T15:45:31.383] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\mapping\sourceMaps.map cache. +[2025-01-22T15:45:31.383] [DEBUG] debug-file - Incremental task entry:ohosTest@PackageHap post-execution cost:3 ms . +[2025-01-22T15:45:31.384] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate. +[2025-01-22T15:45:31.384] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate. +[2025-01-22T15:45:31.384] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate. +[2025-01-22T15:45:31.384] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap cache by regenerate. +[2025-01-22T15:45:31.384] [DEBUG] debug-file - Update task entry:ohosTest@SignHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-signed.hap cache. +[2025-01-22T15:45:31.384] [DEBUG] debug-file - Incremental task entry:ohosTest@SignHap post-execution cost:2 ms . +[2025-01-22T15:46:32.290] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:46:32.295] [DEBUG] debug-file - Cache service initialization finished in 6 ms +[2025-01-22T15:46:32.304] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:46:32.309] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:46:32.310] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:46:32.316] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:46:32.317] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:46:32.317] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:46:32.317] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:46:32.317] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:46:32.323] [DEBUG] debug-file - Sdk init in 5 ms +[2025-01-22T15:46:32.335] [DEBUG] debug-file - Project task initialization takes 11 ms +[2025-01-22T15:46:32.335] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:46:32.337] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:46:32.340] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:46:32.340] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:46:32.345] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:46:32.345] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:46:32.345] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:46:32.345] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:46:32.345] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:46:32.345] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:46:32.345] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:46:32.347] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T15:46:32.347] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:46:32.402] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 55 ms +[2025-01-22T15:46:32.402] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:46:32.402] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:46:32.406] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:46:32.407] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:46:32.407] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:46:32.407] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:46:32.408] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:46:32.409] [DEBUG] debug-file - Configuration phase cost:110 ms +[2025-01-22T15:46:32.410] [DEBUG] debug-file - Configuration task cost before running: 126 ms +[2025-01-22T15:46:32.411] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.411] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.411] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.414] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-01-22T15:46:32.419] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 4 ms . +[2025-01-22T15:46:32.419] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.39542388916015625 +[2025-01-22T15:46:32.421] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-01-22T15:46:32.422] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.422] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.422] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.423] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-01-22T15:46:32.425] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 2 ms . +[2025-01-22T15:46:32.425] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.15641021728515625 +[2025-01-22T15:46:32.425] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-01-22T15:46:32.427] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.427] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.427] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.427] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-01-22T15:46:32.427] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.01282501220703125 +[2025-01-22T15:46:32.427] [DEBUG] debug-file - runTaskFromQueue task cost before running: 144 ms +[2025-01-22T15:46:32.427] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-01-22T15:46:32.428] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.428] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.428] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.429] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-01-22T15:46:32.430] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 2 ms . +[2025-01-22T15:46:32.430] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.13056182861328125 +[2025-01-22T15:46:32.430] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-01-22T15:46:32.431] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.431] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.432] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.432] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-01-22T15:46:32.433] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-01-22T15:46:32.433] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.12369537353515625 +[2025-01-22T15:46:32.434] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-01-22T15:46:32.435] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.435] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.435] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.435] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-01-22T15:46:32.435] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.01309967041015625 +[2025-01-22T15:46:32.435] [DEBUG] debug-file - runTaskFromQueue task cost before running: 152 ms +[2025-01-22T15:46:32.436] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-01-22T15:46:32.437] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.437] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.437] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.443] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-01-22T15:46:32.443] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.02048492431640625 +[2025-01-22T15:46:32.443] [DEBUG] debug-file - runTaskFromQueue task cost before running: 160 ms +[2025-01-22T15:46:32.443] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:46:32.444] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.444] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.444] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.445] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-01-22T15:46:32.446] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json' does not exist. +[2025-01-22T15:46:32.446] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-01-22T15:46:32.446] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.09299468994140625 +[2025-01-22T15:46:32.446] [DEBUG] debug-file - runTaskFromQueue task cost before running: 163 ms +[2025-01-22T15:46:32.447] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 1 ms +[2025-01-22T15:46:32.448] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.448] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.448] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.448] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-01-22T15:46:32.448] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.013885498046875 +[2025-01-22T15:46:32.448] [DEBUG] debug-file - runTaskFromQueue task cost before running: 165 ms +[2025-01-22T15:46:32.448] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:46:32.449] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.449] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.449] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.450] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-01-22T15:46:32.451] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-01-22T15:46:32.451] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1616668701171875 +[2025-01-22T15:46:32.452] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-01-22T15:46:32.453] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.453] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.453] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.453] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-01-22T15:46:32.454] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-01-22T15:46:32.454] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.06264495849609375 +[2025-01-22T15:46:32.454] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-01-22T15:46:32.455] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.455] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.455] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.456] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-01-22T15:46:32.457] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\default\rpcid.sc' does not exist. +[2025-01-22T15:46:32.457] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-01-22T15:46:32.457] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1235809326171875 +[2025-01-22T15:46:32.457] [DEBUG] debug-file - runTaskFromQueue task cost before running: 174 ms +[2025-01-22T15:46:32.458] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-01-22T15:46:32.459] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.459] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.459] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.460] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-01-22T15:46:32.464] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-01-22T15:46:32.464] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.4964141845703125 +[2025-01-22T15:46:32.465] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-01-22T15:46:32.466] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.466] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.467] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.467] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-01-22T15:46:32.467] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.03343963623046875 +[2025-01-22T15:46:32.467] [DEBUG] debug-file - runTaskFromQueue task cost before running: 184 ms +[2025-01-22T15:46:32.467] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-01-22T15:46:32.469] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.469] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.469] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.469] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-01-22T15:46:32.471] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-01-22T15:46:32.471] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-01-22T15:46:32.471] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.11724090576171875 +[2025-01-22T15:46:32.473] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-01-22T15:46:32.474] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.474] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.474] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.476] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-01-22T15:46:32.483] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms . +[2025-01-22T15:46:32.483] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.7631607055664062 +[2025-01-22T15:46:32.486] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-01-22T15:46:32.487] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.487] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.487] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.489] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-01-22T15:46:32.490] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-01-22T15:46:32.490] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.08463287353515625 +[2025-01-22T15:46:32.490] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-01-22T15:46:32.491] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.491] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.491] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.492] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-01-22T15:46:32.493] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-01-22T15:46:32.501] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 7 ms . +[2025-01-22T15:46:32.501] [DEBUG] debug-file - entry : default@CompileResource cost memory -4.7570037841796875 +[2025-01-22T15:46:32.502] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-01-22T15:46:32.504] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.504] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.504] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.505] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-01-22T15:46:32.506] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-01-22T15:46:32.506] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.074615478515625 +[2025-01-22T15:46:32.506] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-01-22T15:46:32.507] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.507] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.507] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.509] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-01-22T15:46:32.518] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 7 ms . +[2025-01-22T15:46:32.518] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 0.828399658203125 +[2025-01-22T15:46:32.520] [INFO] debug-file - UP-TO-DATE :entry:default@CompileArkTS... +[2025-01-22T15:46:32.521] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.521] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.521] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.523] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-01-22T15:46:32.525] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.153076171875 +[2025-01-22T15:46:32.525] [DEBUG] debug-file - runTaskFromQueue task cost before running: 242 ms +[2025-01-22T15:46:32.525] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-01-22T15:46:32.526] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.526] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.526] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.528] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-01-22T15:46:32.529] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-01-22T15:46:32.529] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.08939361572265625 +[2025-01-22T15:46:32.529] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-01-22T15:46:32.530] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.530] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.530] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.531] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-01-22T15:46:32.532] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-01-22T15:46:32.532] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.0996551513671875 +[2025-01-22T15:46:32.533] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-01-22T15:46:32.534] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.535] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.535] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.538] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-01-22T15:46:32.542] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 4 ms . +[2025-01-22T15:46:32.543] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.4689788818359375 +[2025-01-22T15:46:32.544] [INFO] debug-file - UP-TO-DATE :entry:default@PackageHap... +[2025-01-22T15:46:32.545] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.545] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:32.545] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:32.546] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-01-22T15:46:32.548] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 2 ms . +[2025-01-22T15:46:32.548] [DEBUG] debug-file - entry : default@SignHap cost memory 0.16558074951171875 +[2025-01-22T15:46:32.548] [INFO] debug-file - UP-TO-DATE :entry:default@SignHap... +[2025-01-22T15:46:32.549] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:46:32.549] [DEBUG] debug-file - entry : assembleHap cost memory 0.01142120361328125 +[2025-01-22T15:46:32.549] [DEBUG] debug-file - runTaskFromQueue task cost before running: 266 ms +[2025-01-22T15:46:32.549] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:46:32.556] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-01-22T15:46:32.556] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-01-22T15:46:32.556] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-01-22T15:46:32.556] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-01-22T15:46:32.556] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default\pkgContextInfo.json cache. +[2025-01-22T15:46:32.557] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:46:32.557] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:46:32.557] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:46:32.557] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-01-22T15:46:32.557] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-01-22T15:46:32.558] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:46:32.558] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:46:32.558] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\default\rpcid.sc cache. +[2025-01-22T15:46:32.558] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-01-22T15:46:32.558] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-01-22T15:46:32.559] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-01-22T15:46:32.559] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-01-22T15:46:32.559] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-01-22T15:46:32.559] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-01-22T15:46:32.559] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-01-22T15:46:32.559] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date. +[2025-01-22T15:46:32.559] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default cache by regenerate. +[2025-01-22T15:46:32.560] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\rawfile cache by regenerate. +[2025-01-22T15:46:32.560] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\ResourceTable.txt cache by regenerate. +[2025-01-22T15:46:32.560] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:46:32.560] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\base\profile cache by regenerate. +[2025-01-22T15:46:32.561] [DEBUG] debug-file - Update task entry:default@BuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\js cache. +[2025-01-22T15:46:32.561] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:3 ms . +[2025-01-22T15:46:32.561] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-01-22T15:46:32.561] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-01-22T15:46:32.561] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date. +[2025-01-22T15:46:32.561] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@SignHap is up-to-date. +[2025-01-22T15:46:32.977] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:46:32.983] [DEBUG] debug-file - Cache service initialization finished in 7 ms +[2025-01-22T15:46:32.991] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:46:33.006] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:46:33.007] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:46:33.017] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:46:33.017] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:46:33.017] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:46:33.018] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:46:33.019] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:46:33.034] [DEBUG] debug-file - Sdk init in 13 ms +[2025-01-22T15:46:33.057] [DEBUG] debug-file - Project task initialization takes 21 ms +[2025-01-22T15:46:33.057] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:46:33.062] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:46:33.072] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:46:33.072] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:46:33.086] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:46:33.086] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:46:33.086] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:46:33.087] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:46:33.087] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:46:33.087] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:46:33.087] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:46:33.090] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T15:46:33.090] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:46:33.197] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 106 ms +[2025-01-22T15:46:33.198] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:46:33.198] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:46:33.204] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:46:33.205] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:46:33.205] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:46:33.206] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:46:33.206] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:46:33.209] [DEBUG] debug-file - Configuration phase cost:222 ms +[2025-01-22T15:46:33.210] [DEBUG] debug-file - Configuration task cost before running: 241 ms +[2025-01-22T15:46:33.212] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.212] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.212] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.216] [DEBUG] debug-file - Executing task :entry:ohosTest@PreBuild +[2025-01-22T15:46:33.223] [DEBUG] debug-file - Incremental task entry:ohosTest@PreBuild pre-execution cost: 4 ms . +[2025-01-22T15:46:33.223] [DEBUG] debug-file - entry : ohosTest@PreBuild cost memory 0.33307647705078125 +[2025-01-22T15:46:33.224] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@PreBuild... +[2025-01-22T15:46:33.226] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.227] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.227] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.228] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateMetadata +[2025-01-22T15:46:33.230] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateMetadata pre-execution cost: 2 ms . +[2025-01-22T15:46:33.231] [DEBUG] debug-file - entry : ohosTest@GenerateMetadata cost memory 0.147796630859375 +[2025-01-22T15:46:33.231] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GenerateMetadata... +[2025-01-22T15:46:33.233] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.233] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.233] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.233] [DEBUG] debug-file - Executing task :entry:ohosTest@ConfigureCmake +[2025-01-22T15:46:33.234] [DEBUG] debug-file - entry : ohosTest@ConfigureCmake cost memory 0.013824462890625 +[2025-01-22T15:46:33.234] [DEBUG] debug-file - runTaskFromQueue task cost before running: 265 ms +[2025-01-22T15:46:33.262] [INFO] debug-file - Finished :entry:ohosTest@ConfigureCmake... after 1 ms +[2025-01-22T15:46:33.264] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.265] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.265] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.265] [DEBUG] debug-file - Executing task :entry:ohosTest@MergeProfile +[2025-01-22T15:46:33.267] [DEBUG] debug-file - Incremental task entry:ohosTest@MergeProfile pre-execution cost: 2 ms . +[2025-01-22T15:46:33.267] [DEBUG] debug-file - entry : ohosTest@MergeProfile cost memory 0.1014404296875 +[2025-01-22T15:46:33.268] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@MergeProfile... +[2025-01-22T15:46:33.270] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.270] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.270] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.271] [DEBUG] debug-file - Executing task :entry:ohosTest@CreateBuildProfile +[2025-01-22T15:46:33.273] [DEBUG] debug-file - Incremental task entry:ohosTest@CreateBuildProfile pre-execution cost: 2 ms . +[2025-01-22T15:46:33.273] [DEBUG] debug-file - entry : ohosTest@CreateBuildProfile cost memory 0.1244049072265625 +[2025-01-22T15:46:33.274] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CreateBuildProfile... +[2025-01-22T15:46:33.276] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.276] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.276] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.277] [DEBUG] debug-file - Executing task :entry:ohosTest@PreCheckSyscap +[2025-01-22T15:46:33.278] [DEBUG] debug-file - entry : ohosTest@PreCheckSyscap cost memory 0.01409912109375 +[2025-01-22T15:46:33.278] [DEBUG] debug-file - runTaskFromQueue task cost before running: 309 ms +[2025-01-22T15:46:33.278] [INFO] debug-file - Finished :entry:ohosTest@PreCheckSyscap... after 1 ms +[2025-01-22T15:46:33.280] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.280] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.280] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.287] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgContextInfo +[2025-01-22T15:46:33.287] [DEBUG] debug-file - entry : ohosTest@GeneratePkgContextInfo cost memory 0.02208709716796875 +[2025-01-22T15:46:33.287] [DEBUG] debug-file - runTaskFromQueue task cost before running: 318 ms +[2025-01-22T15:46:33.287] [INFO] debug-file - Finished :entry:ohosTest@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:46:33.289] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.289] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.289] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.291] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessIntegratedHsp +[2025-01-22T15:46:33.293] [DEBUG] debug-file - entry:ohosTest@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json' does not exist. +[2025-01-22T15:46:33.293] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-01-22T15:46:33.293] [DEBUG] debug-file - entry : ohosTest@ProcessIntegratedHsp cost memory 0.0931549072265625 +[2025-01-22T15:46:33.293] [DEBUG] debug-file - runTaskFromQueue task cost before running: 324 ms +[2025-01-22T15:46:33.294] [INFO] debug-file - Finished :entry:ohosTest@ProcessIntegratedHsp... after 2 ms +[2025-01-22T15:46:33.295] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.296] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.296] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.296] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithCmake +[2025-01-22T15:46:33.297] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625 +[2025-01-22T15:46:33.297] [DEBUG] debug-file - runTaskFromQueue task cost before running: 328 ms +[2025-01-22T15:46:33.297] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:46:33.299] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.299] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.299] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.300] [DEBUG] debug-file - Executing task :entry:ohosTest@MakePackInfo +[2025-01-22T15:46:33.309] [DEBUG] debug-file - Incremental task entry:ohosTest@MakePackInfo pre-execution cost: 9 ms . +[2025-01-22T15:46:33.310] [DEBUG] debug-file - entry : ohosTest@MakePackInfo cost memory -8.794891357421875 +[2025-01-22T15:46:33.311] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@MakePackInfo... +[2025-01-22T15:46:33.314] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.314] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.315] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.317] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessProfile +[2025-01-22T15:46:33.318] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessProfile pre-execution cost: 1 ms . +[2025-01-22T15:46:33.318] [DEBUG] debug-file - entry : ohosTest@ProcessProfile cost memory 0.06366729736328125 +[2025-01-22T15:46:33.318] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessProfile... +[2025-01-22T15:46:33.320] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.320] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.320] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.321] [DEBUG] debug-file - Executing task :entry:ohosTest@SyscapTransform +[2025-01-22T15:46:33.324] [DEBUG] debug-file - entry:ohosTest@SyscapTransform is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\ohosTest\rpcid.sc' does not exist. +[2025-01-22T15:46:33.324] [DEBUG] debug-file - Incremental task entry:ohosTest@SyscapTransform pre-execution cost: 2 ms . +[2025-01-22T15:46:33.324] [DEBUG] debug-file - entry : ohosTest@SyscapTransform cost memory 0.12348175048828125 +[2025-01-22T15:46:33.324] [DEBUG] debug-file - runTaskFromQueue task cost before running: 355 ms +[2025-01-22T15:46:33.325] [INFO] debug-file - Finished :entry:ohosTest@SyscapTransform... after 3 ms +[2025-01-22T15:46:33.327] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.327] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.327] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.330] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessRouterMap +[2025-01-22T15:46:33.338] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessRouterMap pre-execution cost: 7 ms . +[2025-01-22T15:46:33.339] [DEBUG] debug-file - entry : ohosTest@ProcessRouterMap cost memory 0.49665069580078125 +[2025-01-22T15:46:33.344] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessRouterMap... +[2025-01-22T15:46:33.347] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.347] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.348] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.349] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithNinja +[2025-01-22T15:46:33.350] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithNinja cost memory 0.033416748046875 +[2025-01-22T15:46:33.350] [DEBUG] debug-file - runTaskFromQueue task cost before running: 381 ms +[2025-01-22T15:46:33.350] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithNinja... after 1 ms +[2025-01-22T15:46:33.352] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.352] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.352] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.353] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource +[2025-01-22T15:46:33.355] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessResource +[2025-01-22T15:46:33.355] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessResource pre-execution cost: 1 ms . +[2025-01-22T15:46:33.355] [DEBUG] debug-file - entry : ohosTest@ProcessResource cost memory 0.1245574951171875 +[2025-01-22T15:46:33.358] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessResource... +[2025-01-22T15:46:33.359] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.360] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.360] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.362] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateLoaderJson +[2025-01-22T15:46:33.373] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateLoaderJson pre-execution cost: 8 ms . +[2025-01-22T15:46:33.374] [DEBUG] debug-file - entry : ohosTest@GenerateLoaderJson cost memory 0.7676849365234375 +[2025-01-22T15:46:33.378] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GenerateLoaderJson... +[2025-01-22T15:46:33.379] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.379] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.379] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.381] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessLibs +[2025-01-22T15:46:33.382] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessLibs pre-execution cost: 1 ms . +[2025-01-22T15:46:33.382] [DEBUG] debug-file - entry : ohosTest@ProcessLibs cost memory 0.09842681884765625 +[2025-01-22T15:46:33.383] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessLibs... +[2025-01-22T15:46:33.384] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.384] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.384] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.385] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource +[2025-01-22T15:46:33.386] [DEBUG] debug-file - Executing task :entry:ohosTest@CompileResource +[2025-01-22T15:46:33.395] [DEBUG] debug-file - Incremental task entry:ohosTest@CompileResource pre-execution cost: 9 ms . +[2025-01-22T15:46:33.395] [DEBUG] debug-file - entry : ohosTest@CompileResource cost memory 1.0663986206054688 +[2025-01-22T15:46:33.397] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CompileResource... +[2025-01-22T15:46:33.398] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.398] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.398] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.399] [DEBUG] debug-file - Executing task :entry:ohosTest@DoNativeStrip +[2025-01-22T15:46:33.400] [DEBUG] debug-file - Incremental task entry:ohosTest@DoNativeStrip pre-execution cost: 1 ms . +[2025-01-22T15:46:33.400] [DEBUG] debug-file - entry : ohosTest@DoNativeStrip cost memory 0.0688934326171875 +[2025-01-22T15:46:33.400] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@DoNativeStrip... +[2025-01-22T15:46:33.402] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.402] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.402] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.404] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCompileArkTS +[2025-01-22T15:46:33.421] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestCompileArkTS pre-execution cost: 16 ms . +[2025-01-22T15:46:33.421] [DEBUG] debug-file - entry : ohosTest@OhosTestCompileArkTS cost memory 1.6152496337890625 +[2025-01-22T15:46:33.423] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@OhosTestCompileArkTS... +[2025-01-22T15:46:33.424] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.424] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.425] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.427] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestBuildJS +[2025-01-22T15:46:33.429] [DEBUG] debug-file - entry : ohosTest@OhosTestBuildJS cost memory 0.1634521484375 +[2025-01-22T15:46:33.429] [DEBUG] debug-file - runTaskFromQueue task cost before running: 460 ms +[2025-01-22T15:46:33.429] [INFO] debug-file - Finished :entry:ohosTest@OhosTestBuildJS... after 3 ms +[2025-01-22T15:46:33.430] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.431] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.431] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.432] [DEBUG] debug-file - Executing task :entry:ohosTest@CacheNativeLibs +[2025-01-22T15:46:33.433] [DEBUG] debug-file - Incremental task entry:ohosTest@CacheNativeLibs pre-execution cost: 1 ms . +[2025-01-22T15:46:33.433] [DEBUG] debug-file - entry : ohosTest@CacheNativeLibs cost memory 0.08966827392578125 +[2025-01-22T15:46:33.433] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CacheNativeLibs... +[2025-01-22T15:46:33.435] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.435] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.435] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.435] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCopyMockConfigJson +[2025-01-22T15:46:33.436] [DEBUG] debug-file - entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.035736083984375 +[2025-01-22T15:46:33.436] [DEBUG] debug-file - runTaskFromQueue task cost before running: 467 ms +[2025-01-22T15:46:33.436] [INFO] debug-file - Finished :entry:ohosTest@OhosTestCopyMockConfigJson... after 1 ms +[2025-01-22T15:46:33.437] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.437] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.437] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.438] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgModuleJson +[2025-01-22T15:46:33.440] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-01-22T15:46:33.440] [DEBUG] debug-file - entry : ohosTest@GeneratePkgModuleJson cost memory 0.09964752197265625 +[2025-01-22T15:46:33.440] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GeneratePkgModuleJson... +[2025-01-22T15:46:33.441] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.441] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.442] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.447] [DEBUG] debug-file - Executing task :entry:ohosTest@PackageHap +[2025-01-22T15:46:33.452] [DEBUG] debug-file - Incremental task entry:ohosTest@PackageHap pre-execution cost: 5 ms . +[2025-01-22T15:46:33.452] [DEBUG] debug-file - entry : ohosTest@PackageHap cost memory 0.481781005859375 +[2025-01-22T15:46:33.453] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@PackageHap... +[2025-01-22T15:46:33.454] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.454] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:46:33.454] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:46:33.455] [DEBUG] debug-file - Executing task :entry:ohosTest@SignHap +[2025-01-22T15:46:33.457] [DEBUG] debug-file - Incremental task entry:ohosTest@SignHap pre-execution cost: 2 ms . +[2025-01-22T15:46:33.457] [DEBUG] debug-file - entry : ohosTest@SignHap cost memory 0.12640380859375 +[2025-01-22T15:46:33.457] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@SignHap... +[2025-01-22T15:46:33.458] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:46:33.458] [DEBUG] debug-file - entry : assembleHap cost memory 0.01142120361328125 +[2025-01-22T15:46:33.458] [DEBUG] debug-file - runTaskFromQueue task cost before running: 489 ms +[2025-01-22T15:46:33.458] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:46:33.465] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@PreBuild is up-to-date. +[2025-01-22T15:46:33.465] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateMetadata is up-to-date. +[2025-01-22T15:46:33.465] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@MergeProfile is up-to-date. +[2025-01-22T15:46:33.465] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CreateBuildProfile is up-to-date. +[2025-01-22T15:46:33.465] [DEBUG] debug-file - Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest\pkgContextInfo.json cache. +[2025-01-22T15:46:33.465] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:46:33.466] [DEBUG] debug-file - Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:46:33.466] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:46:33.466] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@MakePackInfo is up-to-date. +[2025-01-22T15:46:33.466] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessProfile is up-to-date. +[2025-01-22T15:46:33.467] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:46:33.467] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:46:33.467] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\ohosTest\rpcid.sc cache. +[2025-01-22T15:46:33.468] [DEBUG] debug-file - Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms . +[2025-01-22T15:46:33.468] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessRouterMap is up-to-date. +[2025-01-22T15:46:33.468] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessResource is up-to-date. +[2025-01-22T15:46:33.468] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateLoaderJson is up-to-date. +[2025-01-22T15:46:33.468] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessLibs is up-to-date. +[2025-01-22T15:46:33.468] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CompileResource is up-to-date. +[2025-01-22T15:46:33.468] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@DoNativeStrip is up-to-date. +[2025-01-22T15:46:33.468] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@OhosTestCompileArkTS is up-to-date. +[2025-01-22T15:46:33.470] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest cache by regenerate. +[2025-01-22T15:46:33.470] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\rawfile cache by regenerate. +[2025-01-22T15:46:33.471] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\ResourceTable.txt cache by regenerate. +[2025-01-22T15:46:33.471] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:46:33.471] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\base\profile cache by regenerate. +[2025-01-22T15:46:33.471] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest cache by regenerate. +[2025-01-22T15:46:33.478] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\js cache. +[2025-01-22T15:46:33.478] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:10 ms . +[2025-01-22T15:46:33.478] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CacheNativeLibs is up-to-date. +[2025-01-22T15:46:33.478] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GeneratePkgModuleJson is up-to-date. +[2025-01-22T15:46:33.478] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@PackageHap is up-to-date. +[2025-01-22T15:46:33.478] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@SignHap is up-to-date. +[2025-01-22T15:51:05.654] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:51:05.658] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-01-22T15:51:05.666] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:51:05.670] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:51:05.670] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:51:05.676] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:51:05.676] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:51:05.676] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:51:05.676] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:51:05.677] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:51:05.684] [DEBUG] debug-file - Sdk init in 6 ms +[2025-01-22T15:51:05.695] [DEBUG] debug-file - Project task initialization takes 11 ms +[2025-01-22T15:51:05.695] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:51:05.698] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:51:05.701] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:51:05.701] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:51:05.705] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:51:05.705] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:51:05.705] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:51:05.706] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:51:05.706] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:51:05.706] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:51:05.706] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:51:05.707] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T15:51:05.707] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:51:05.759] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 51 ms +[2025-01-22T15:51:05.759] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:51:05.759] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:51:05.764] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:51:05.765] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:51:05.765] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:51:05.766] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:51:05.766] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:51:05.767] [DEBUG] debug-file - Configuration phase cost:106 ms +[2025-01-22T15:51:05.768] [DEBUG] debug-file - Configuration task cost before running: 120 ms +[2025-01-22T15:51:05.769] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.769] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.769] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.772] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-01-22T15:51:05.776] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-01-22T15:51:05.776] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.6016921997070312 +[2025-01-22T15:51:05.777] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-01-22T15:51:05.779] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.779] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.779] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.780] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-01-22T15:51:05.781] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 2 ms . +[2025-01-22T15:51:05.781] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.14794921875 +[2025-01-22T15:51:05.782] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-01-22T15:51:05.783] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.783] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.783] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.783] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-01-22T15:51:05.783] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.01282501220703125 +[2025-01-22T15:51:05.783] [DEBUG] debug-file - runTaskFromQueue task cost before running: 135 ms +[2025-01-22T15:51:05.783] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-01-22T15:51:05.784] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.785] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.785] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.785] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-01-22T15:51:05.786] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-01-22T15:51:05.786] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.12979888916015625 +[2025-01-22T15:51:05.786] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-01-22T15:51:05.789] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.789] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.789] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.790] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-01-22T15:51:05.791] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-01-22T15:51:05.791] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.123565673828125 +[2025-01-22T15:51:05.791] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-01-22T15:51:05.792] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.792] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.792] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.793] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-01-22T15:51:05.793] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.01309967041015625 +[2025-01-22T15:51:05.793] [DEBUG] debug-file - runTaskFromQueue task cost before running: 145 ms +[2025-01-22T15:51:05.793] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-01-22T15:51:05.794] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.794] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.794] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.797] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-01-22T15:51:05.798] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.02043914794921875 +[2025-01-22T15:51:05.798] [DEBUG] debug-file - runTaskFromQueue task cost before running: 150 ms +[2025-01-22T15:51:05.798] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:51:05.799] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.799] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.799] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.800] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-01-22T15:51:05.801] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json' does not exist. +[2025-01-22T15:51:05.801] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-01-22T15:51:05.801] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.09363555908203125 +[2025-01-22T15:51:05.801] [DEBUG] debug-file - runTaskFromQueue task cost before running: 153 ms +[2025-01-22T15:51:05.801] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-01-22T15:51:05.802] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.802] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.802] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.803] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-01-22T15:51:05.803] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.013885498046875 +[2025-01-22T15:51:05.803] [DEBUG] debug-file - runTaskFromQueue task cost before running: 155 ms +[2025-01-22T15:51:05.803] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:51:05.804] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.804] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.804] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.805] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-01-22T15:51:05.807] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-01-22T15:51:05.807] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.1592559814453125 +[2025-01-22T15:51:05.807] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-01-22T15:51:05.808] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.808] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.808] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.809] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-01-22T15:51:05.810] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-01-22T15:51:05.810] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.06256866455078125 +[2025-01-22T15:51:05.810] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-01-22T15:51:05.811] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.811] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.811] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.812] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-01-22T15:51:05.813] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\default\rpcid.sc' does not exist. +[2025-01-22T15:51:05.813] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-01-22T15:51:05.813] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1231231689453125 +[2025-01-22T15:51:05.813] [DEBUG] debug-file - runTaskFromQueue task cost before running: 166 ms +[2025-01-22T15:51:05.814] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-01-22T15:51:05.815] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.815] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.815] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.817] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-01-22T15:51:05.821] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-01-22T15:51:05.821] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory 0.496124267578125 +[2025-01-22T15:51:05.822] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-01-22T15:51:05.823] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.823] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.823] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.824] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-01-22T15:51:05.824] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.03343963623046875 +[2025-01-22T15:51:05.824] [DEBUG] debug-file - runTaskFromQueue task cost before running: 176 ms +[2025-01-22T15:51:05.824] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-01-22T15:51:05.825] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.825] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.825] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.826] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-01-22T15:51:05.827] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-01-22T15:51:05.827] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-01-22T15:51:05.827] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.11717987060546875 +[2025-01-22T15:51:05.829] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-01-22T15:51:05.830] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.830] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.830] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.831] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-01-22T15:51:05.840] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 6 ms . +[2025-01-22T15:51:05.840] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory -4.5775146484375 +[2025-01-22T15:51:05.843] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-01-22T15:51:05.844] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.844] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.844] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.845] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-01-22T15:51:05.846] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-01-22T15:51:05.846] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.084564208984375 +[2025-01-22T15:51:05.846] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-01-22T15:51:05.847] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.847] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.847] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.848] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-01-22T15:51:05.849] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-01-22T15:51:05.857] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 7 ms . +[2025-01-22T15:51:05.857] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.9527587890625 +[2025-01-22T15:51:05.858] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-01-22T15:51:05.859] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.859] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.860] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.861] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-01-22T15:51:05.861] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-01-22T15:51:05.861] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06856536865234375 +[2025-01-22T15:51:05.861] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-01-22T15:51:05.862] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.862] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.862] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.864] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-01-22T15:51:05.874] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 8 ms . +[2025-01-22T15:51:05.874] [DEBUG] debug-file - entry : default@CompileArkTS cost memory 0.8271942138671875 +[2025-01-22T15:51:05.875] [INFO] debug-file - UP-TO-DATE :entry:default@CompileArkTS... +[2025-01-22T15:51:05.876] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.876] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.876] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.878] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-01-22T15:51:05.880] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.15305328369140625 +[2025-01-22T15:51:05.880] [DEBUG] debug-file - runTaskFromQueue task cost before running: 232 ms +[2025-01-22T15:51:05.880] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-01-22T15:51:05.881] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.881] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.881] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.883] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-01-22T15:51:05.883] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-01-22T15:51:05.883] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0889739990234375 +[2025-01-22T15:51:05.884] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-01-22T15:51:05.885] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.885] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.885] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.886] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-01-22T15:51:05.887] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-01-22T15:51:05.887] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.0991668701171875 +[2025-01-22T15:51:05.888] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-01-22T15:51:05.889] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.889] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.889] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.892] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-01-22T15:51:05.896] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 4 ms . +[2025-01-22T15:51:05.896] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.46778106689453125 +[2025-01-22T15:51:05.897] [INFO] debug-file - UP-TO-DATE :entry:default@PackageHap... +[2025-01-22T15:51:05.898] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.898] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:05.898] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:05.899] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-01-22T15:51:05.900] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 2 ms . +[2025-01-22T15:51:05.900] [DEBUG] debug-file - entry : default@SignHap cost memory 0.12619781494140625 +[2025-01-22T15:51:05.900] [INFO] debug-file - UP-TO-DATE :entry:default@SignHap... +[2025-01-22T15:51:05.901] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:51:05.901] [DEBUG] debug-file - entry : assembleHap cost memory 0.01142120361328125 +[2025-01-22T15:51:05.902] [DEBUG] debug-file - runTaskFromQueue task cost before running: 254 ms +[2025-01-22T15:51:05.902] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:51:05.907] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-01-22T15:51:05.907] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-01-22T15:51:05.907] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-01-22T15:51:05.907] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-01-22T15:51:05.908] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default\pkgContextInfo.json cache. +[2025-01-22T15:51:05.908] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:51:05.908] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:51:05.908] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:51:05.908] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-01-22T15:51:05.909] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-01-22T15:51:05.909] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\default\rpcid.sc cache. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:2 ms . +[2025-01-22T15:51:05.910] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-01-22T15:51:05.910] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date. +[2025-01-22T15:51:05.911] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default cache by regenerate. +[2025-01-22T15:51:05.911] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\rawfile cache by regenerate. +[2025-01-22T15:51:05.912] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\ResourceTable.txt cache by regenerate. +[2025-01-22T15:51:05.912] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:51:05.912] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\base\profile cache by regenerate. +[2025-01-22T15:51:05.912] [DEBUG] debug-file - Update task entry:default@BuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\js cache. +[2025-01-22T15:51:05.912] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:2 ms . +[2025-01-22T15:51:05.913] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-01-22T15:51:05.913] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-01-22T15:51:05.913] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date. +[2025-01-22T15:51:05.913] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@SignHap is up-to-date. +[2025-01-22T15:51:06.241] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:51:06.246] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-01-22T15:51:06.253] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:51:06.257] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:51:06.257] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:51:06.262] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:51:06.262] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:51:06.262] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:51:06.262] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:51:06.262] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:51:06.268] [DEBUG] debug-file - Sdk init in 5 ms +[2025-01-22T15:51:06.281] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-01-22T15:51:06.281] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:51:06.285] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:51:06.289] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:51:06.290] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:51:06.294] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:51:06.294] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:51:06.294] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:51:06.294] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:51:06.294] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:51:06.294] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:51:06.294] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:51:06.296] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T15:51:06.296] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:51:06.358] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 61 ms +[2025-01-22T15:51:06.358] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:51:06.358] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:51:06.364] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:51:06.364] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:51:06.364] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:51:06.365] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:51:06.365] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:51:06.367] [DEBUG] debug-file - Configuration phase cost:118 ms +[2025-01-22T15:51:06.367] [DEBUG] debug-file - Configuration task cost before running: 131 ms +[2025-01-22T15:51:06.369] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.369] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.369] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.371] [DEBUG] debug-file - Executing task :entry:ohosTest@PreBuild +[2025-01-22T15:51:06.375] [DEBUG] debug-file - Incremental task entry:ohosTest@PreBuild pre-execution cost: 3 ms . +[2025-01-22T15:51:06.375] [DEBUG] debug-file - entry : ohosTest@PreBuild cost memory 0.2819366455078125 +[2025-01-22T15:51:06.376] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@PreBuild... +[2025-01-22T15:51:06.378] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.378] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.378] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.378] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateMetadata +[2025-01-22T15:51:06.380] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateMetadata pre-execution cost: 1 ms . +[2025-01-22T15:51:06.380] [DEBUG] debug-file - entry : ohosTest@GenerateMetadata cost memory 0.146942138671875 +[2025-01-22T15:51:06.380] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GenerateMetadata... +[2025-01-22T15:51:06.382] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.382] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.382] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.382] [DEBUG] debug-file - Executing task :entry:ohosTest@ConfigureCmake +[2025-01-22T15:51:06.382] [DEBUG] debug-file - entry : ohosTest@ConfigureCmake cost memory 0.013824462890625 +[2025-01-22T15:51:06.382] [DEBUG] debug-file - runTaskFromQueue task cost before running: 146 ms +[2025-01-22T15:51:06.382] [INFO] debug-file - Finished :entry:ohosTest@ConfigureCmake... after 1 ms +[2025-01-22T15:51:06.383] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.384] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.384] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.384] [DEBUG] debug-file - Executing task :entry:ohosTest@MergeProfile +[2025-01-22T15:51:06.385] [DEBUG] debug-file - Incremental task entry:ohosTest@MergeProfile pre-execution cost: 1 ms . +[2025-01-22T15:51:06.385] [DEBUG] debug-file - entry : ohosTest@MergeProfile cost memory 0.10065460205078125 +[2025-01-22T15:51:06.386] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@MergeProfile... +[2025-01-22T15:51:06.387] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.387] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.387] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.387] [DEBUG] debug-file - Executing task :entry:ohosTest@CreateBuildProfile +[2025-01-22T15:51:06.389] [DEBUG] debug-file - Incremental task entry:ohosTest@CreateBuildProfile pre-execution cost: 1 ms . +[2025-01-22T15:51:06.389] [DEBUG] debug-file - entry : ohosTest@CreateBuildProfile cost memory 0.1234588623046875 +[2025-01-22T15:51:06.389] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CreateBuildProfile... +[2025-01-22T15:51:06.390] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.390] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.390] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.391] [DEBUG] debug-file - Executing task :entry:ohosTest@PreCheckSyscap +[2025-01-22T15:51:06.391] [DEBUG] debug-file - entry : ohosTest@PreCheckSyscap cost memory 0.01409912109375 +[2025-01-22T15:51:06.391] [DEBUG] debug-file - runTaskFromQueue task cost before running: 155 ms +[2025-01-22T15:51:06.391] [INFO] debug-file - Finished :entry:ohosTest@PreCheckSyscap... after 1 ms +[2025-01-22T15:51:06.392] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.392] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.393] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.397] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgContextInfo +[2025-01-22T15:51:06.397] [DEBUG] debug-file - entry : ohosTest@GeneratePkgContextInfo cost memory 0.02214813232421875 +[2025-01-22T15:51:06.397] [DEBUG] debug-file - runTaskFromQueue task cost before running: 161 ms +[2025-01-22T15:51:06.398] [INFO] debug-file - Finished :entry:ohosTest@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:51:06.399] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.399] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.399] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.400] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessIntegratedHsp +[2025-01-22T15:51:06.401] [DEBUG] debug-file - entry:ohosTest@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json' does not exist. +[2025-01-22T15:51:06.401] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-01-22T15:51:06.401] [DEBUG] debug-file - entry : ohosTest@ProcessIntegratedHsp cost memory 0.09284210205078125 +[2025-01-22T15:51:06.402] [DEBUG] debug-file - runTaskFromQueue task cost before running: 166 ms +[2025-01-22T15:51:06.402] [INFO] debug-file - Finished :entry:ohosTest@ProcessIntegratedHsp... after 2 ms +[2025-01-22T15:51:06.403] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.403] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.403] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.404] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithCmake +[2025-01-22T15:51:06.404] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625 +[2025-01-22T15:51:06.404] [DEBUG] debug-file - runTaskFromQueue task cost before running: 168 ms +[2025-01-22T15:51:06.404] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:51:06.406] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.406] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.406] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.406] [DEBUG] debug-file - Executing task :entry:ohosTest@MakePackInfo +[2025-01-22T15:51:06.409] [DEBUG] debug-file - Incremental task entry:ohosTest@MakePackInfo pre-execution cost: 3 ms . +[2025-01-22T15:51:06.410] [DEBUG] debug-file - entry : ohosTest@MakePackInfo cost memory 0.14157867431640625 +[2025-01-22T15:51:06.410] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@MakePackInfo... +[2025-01-22T15:51:06.412] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.412] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.412] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.413] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessProfile +[2025-01-22T15:51:06.413] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessProfile pre-execution cost: 1 ms . +[2025-01-22T15:51:06.413] [DEBUG] debug-file - entry : ohosTest@ProcessProfile cost memory 0.0635986328125 +[2025-01-22T15:51:06.413] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessProfile... +[2025-01-22T15:51:06.415] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.415] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.415] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.415] [DEBUG] debug-file - Executing task :entry:ohosTest@SyscapTransform +[2025-01-22T15:51:06.417] [DEBUG] debug-file - entry:ohosTest@SyscapTransform is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\ohosTest\rpcid.sc' does not exist. +[2025-01-22T15:51:06.417] [DEBUG] debug-file - Incremental task entry:ohosTest@SyscapTransform pre-execution cost: 2 ms . +[2025-01-22T15:51:06.417] [DEBUG] debug-file - entry : ohosTest@SyscapTransform cost memory 0.12329864501953125 +[2025-01-22T15:51:06.417] [DEBUG] debug-file - runTaskFromQueue task cost before running: 181 ms +[2025-01-22T15:51:06.418] [INFO] debug-file - Finished :entry:ohosTest@SyscapTransform... after 2 ms +[2025-01-22T15:51:06.419] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.419] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.419] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.420] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessRouterMap +[2025-01-22T15:51:06.425] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessRouterMap pre-execution cost: 4 ms . +[2025-01-22T15:51:06.425] [DEBUG] debug-file - entry : ohosTest@ProcessRouterMap cost memory 0.496307373046875 +[2025-01-22T15:51:06.429] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessRouterMap... +[2025-01-22T15:51:06.431] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.431] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.431] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.431] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithNinja +[2025-01-22T15:51:06.432] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithNinja cost memory 0.03338623046875 +[2025-01-22T15:51:06.432] [DEBUG] debug-file - runTaskFromQueue task cost before running: 196 ms +[2025-01-22T15:51:06.432] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithNinja... after 1 ms +[2025-01-22T15:51:06.433] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.433] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.433] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.434] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource +[2025-01-22T15:51:06.435] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessResource +[2025-01-22T15:51:06.435] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessResource pre-execution cost: 1 ms . +[2025-01-22T15:51:06.435] [DEBUG] debug-file - entry : ohosTest@ProcessResource cost memory 0.12441253662109375 +[2025-01-22T15:51:06.437] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessResource... +[2025-01-22T15:51:06.438] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.438] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.438] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.440] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateLoaderJson +[2025-01-22T15:51:06.448] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateLoaderJson pre-execution cost: 6 ms . +[2025-01-22T15:51:06.448] [DEBUG] debug-file - entry : ohosTest@GenerateLoaderJson cost memory 0.7948074340820312 +[2025-01-22T15:51:06.451] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GenerateLoaderJson... +[2025-01-22T15:51:06.452] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.453] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.453] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.454] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessLibs +[2025-01-22T15:51:06.456] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessLibs pre-execution cost: 2 ms . +[2025-01-22T15:51:06.456] [DEBUG] debug-file - entry : ohosTest@ProcessLibs cost memory 0.08518218994140625 +[2025-01-22T15:51:06.456] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessLibs... +[2025-01-22T15:51:06.458] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.458] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.458] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.458] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource +[2025-01-22T15:51:06.459] [DEBUG] debug-file - Executing task :entry:ohosTest@CompileResource +[2025-01-22T15:51:06.470] [DEBUG] debug-file - Incremental task entry:ohosTest@CompileResource pre-execution cost: 9 ms . +[2025-01-22T15:51:06.470] [DEBUG] debug-file - entry : ohosTest@CompileResource cost memory 1.0651321411132812 +[2025-01-22T15:51:06.471] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CompileResource... +[2025-01-22T15:51:06.472] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.472] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.472] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.474] [DEBUG] debug-file - Executing task :entry:ohosTest@DoNativeStrip +[2025-01-22T15:51:06.475] [DEBUG] debug-file - Incremental task entry:ohosTest@DoNativeStrip pre-execution cost: 1 ms . +[2025-01-22T15:51:06.475] [DEBUG] debug-file - entry : ohosTest@DoNativeStrip cost memory 0.0687713623046875 +[2025-01-22T15:51:06.475] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@DoNativeStrip... +[2025-01-22T15:51:06.477] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.477] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.477] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.480] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCompileArkTS +[2025-01-22T15:51:06.492] [DEBUG] debug-file - entry:ohosTest@OhosTestCompileArkTS is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\ets' has been changed. +[2025-01-22T15:51:06.492] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestCompileArkTS pre-execution cost: 9 ms . +[2025-01-22T15:51:06.498] [DEBUG] debug-file - build config: +[2025-01-22T15:51:06.498] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.ohosTest', + packageManagerType: 'ohpm', + localPropertiesPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\local.properties', + isPreview: false, + isOhosTest: true, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile', + etsLoaderPath: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader', + modulePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + testFrameworkPar: { + testMode: 'ohosTest', + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest', + compileSdkVersion: 12, + compatibleSdkVersion: 12, + bundleName: 'com.samples.test.uitest', + etsLoaderVersion: '5.0.0.25', + etsLoaderReleaseType: 'Beta1', + aotCompileMode: 'type', + apPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '09d94aa2056451c2d2d0f54390be1a15', + externalApiPaths: [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets' + ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + buildGeneratedProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 12, + needCompleteSourcesMap: true, + isFaMode: false, + strictMode: undefined, + buildDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build', + deviceTypes: [ 'default', 'tablet' ], + moduleDependencies: { dependency: {} }, + projectDependencies: { '@ohos/hypium': '1.0.18', dependency: {} }, + useNormalizedOHMUrl: false, + pkgContextInfo: undefined, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: false, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + aceModuleJsonPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json', + appResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt', + rawFileResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile', + resourceTableHash: '763e4700384869df78ee691bce7003e4', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:12:5.0.0.25:Beta1', + aceModuleRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets', + compileMode: 'esmodule', + aceSuperVisualPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\supervisual', + aceBuildJson: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json', + cachePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\ohosTest\\ohosTest@OhosTestCompileArkTS\\esmodule\\debug', + aceModuleBuild: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets', + supportChunks: false, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest': { + moduleName: 'entry_test', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest': { + moduleName: 'uitest', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest' + } + }, + pkgJsonFileHash: '33ef5d9b052240224ae8a5b4f7052cee', + allModulePaths: [ + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + ], + routerMap: {}, + obfuscationOptions: undefined, + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: undefined, + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ + '..\\..\\main\\*', + '..\\..\\..\\build\\default\\generated\\profile\\ohosTest\\*' + ] + }, + collectImportersConfig: undefined +} +[2025-01-22T15:51:06.498] [DEBUG] debug-file - Compile arkts with external api path: D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\hms\ets +[2025-01-22T15:51:06.499] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[12] is submitted. +[2025-01-22T15:51:06.499] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[12] is pushed to ready queue. +[2025-01-22T15:51:06.499] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.499] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[13] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[12] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[11] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[10] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[9] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[8] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.500] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[12] has been dispatched to worker[0]. +[2025-01-22T15:51:06.501] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[12] is dispatched. +[2025-01-22T15:51:06.501] [DEBUG] debug-file - CopyResources startTime: 512038552469200 +[2025-01-22T15:51:06.501] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[13] is submitted. +[2025-01-22T15:51:06.502] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[13] is pushed to ready queue. +[2025-01-22T15:51:06.502] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:51:06.503] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[13] has been dispatched to worker[14]. +[2025-01-22T15:51:06.503] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[13] is dispatched. +[2025-01-22T15:51:06.503] [DEBUG] debug-file - entry : ohosTest@OhosTestCompileArkTS cost memory 1.8041000366210938 +[2025-01-22T15:51:06.505] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.505] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.505] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.508] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestBuildJS +[2025-01-22T15:51:06.512] [DEBUG] debug-file - entry : ohosTest@OhosTestBuildJS cost memory 0.162109375 +[2025-01-22T15:51:06.512] [DEBUG] debug-file - runTaskFromQueue task cost before running: 276 ms +[2025-01-22T15:51:06.512] [INFO] debug-file - Finished :entry:ohosTest@OhosTestBuildJS... after 4 ms +[2025-01-22T15:51:06.514] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.514] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:06.514] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:06.516] [DEBUG] debug-file - Executing task :entry:ohosTest@CacheNativeLibs +[2025-01-22T15:51:06.518] [DEBUG] debug-file - Incremental task entry:ohosTest@CacheNativeLibs pre-execution cost: 2 ms . +[2025-01-22T15:51:06.518] [DEBUG] debug-file - entry : ohosTest@CacheNativeLibs cost memory 0.090087890625 +[2025-01-22T15:51:06.519] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CacheNativeLibs... +[2025-01-22T15:51:07.213] [DEBUG] debug-file - CopyResources is end, endTime: 512039264684300 +[2025-01-22T15:51:07.213] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[13] done. +[2025-01-22T15:51:07.213] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:51:07.638] [DEBUG] debug-file - Ark compile task finished.finished time is 512039688996600 +[2025-01-22T15:51:07.641] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[12] done. +[2025-01-22T15:51:07.641] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-01-22T15:51:07.643] [INFO] debug-file - Finished :entry:ohosTest@OhosTestCompileArkTS... after 1 s 161 ms +[2025-01-22T15:51:07.644] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:07.644] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:07.644] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:07.644] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCopyMockConfigJson +[2025-01-22T15:51:07.644] [DEBUG] debug-file - entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.03537750244140625 +[2025-01-22T15:51:07.644] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 409 ms +[2025-01-22T15:51:07.645] [INFO] debug-file - Finished :entry:ohosTest@OhosTestCopyMockConfigJson... after 1 ms +[2025-01-22T15:51:07.646] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:07.646] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:07.646] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:07.646] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgModuleJson +[2025-01-22T15:51:07.648] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-01-22T15:51:07.648] [DEBUG] debug-file - entry : ohosTest@GeneratePkgModuleJson cost memory 0.09940338134765625 +[2025-01-22T15:51:07.648] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GeneratePkgModuleJson... +[2025-01-22T15:51:07.650] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:07.650] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:07.650] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:07.653] [DEBUG] debug-file - Executing task :entry:ohosTest@PackageHap +[2025-01-22T15:51:07.657] [DEBUG] debug-file - entry:ohosTest@PackageHap is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets' has been changed. +[2025-01-22T15:51:07.657] [DEBUG] debug-file - Incremental task entry:ohosTest@PackageHap pre-execution cost: 4 ms . +[2025-01-22T15:51:07.658] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=GBK', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest', + '--json-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\ohosTest\\module.json', + '--resources-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources', + '--index-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index', + '--pack-info-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info', + '--out-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap', + '--ets-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets' +] +[2025-01-22T15:51:07.659] [DEBUG] debug-file - ohosTest@PackageHap work[14] is submitted. +[2025-01-22T15:51:07.660] [DEBUG] debug-file - ohosTest@PackageHap work[14] is pushed to ready queue. +[2025-01-22T15:51:07.660] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:51:07.660] [DEBUG] debug-file - ohosTest@PackageHap work[14] has been dispatched to worker[14]. +[2025-01-22T15:51:07.660] [DEBUG] debug-file - ohosTest@PackageHap work[14] is dispatched. +[2025-01-22T15:51:07.661] [DEBUG] debug-file - entry : ohosTest@PackageHap cost memory 0.8796310424804688 +[2025-01-22T15:51:07.733] [DEBUG] debug-file - current process memoryUsage: { + rss: 724094976, + heapTotal: 73949184, + heapUsed: 45573224, + external: 2159703, + arrayBuffers: 107401 +} os memoryUsage :11.813301086425781 +[2025-01-22T15:51:08.105] [DEBUG] debug-file - ohosTest@PackageHap work[14] done. +[2025-01-22T15:51:08.105] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:51:08.106] [INFO] debug-file - Finished :entry:ohosTest@PackageHap... after 453 ms +[2025-01-22T15:51:08.107] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:08.107] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:51:08.107] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:51:08.108] [DEBUG] debug-file - Executing task :entry:ohosTest@SignHap +[2025-01-22T15:51:08.109] [DEBUG] debug-file - entry:ohosTest@SignHap is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap' has been changed. +[2025-01-22T15:51:08.109] [DEBUG] debug-file - Incremental task entry:ohosTest@SignHap pre-execution cost: 1 ms . +[2025-01-22T15:51:08.129] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\hap-sign-tool.jar] + [ + 'java', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar', + 'sign-app', + '-mode', + 'localSign', + '-keystoreFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12', + '-keystorePwd', + '******', + '-keyAlias', + 'debugKey', + '-keyPwd', + '******', + '-signAlg', + 'SHA256withECDSA', + '-profileFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b', + '-appCertFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer', + '-inFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap', + '-outFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap' +] +[2025-01-22T15:51:08.153] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"verify profile success"} +[2025-01-22T15:51:08.156] [DEBUG] debug-file - java daemon socket close code:1000 reason:close by user +[2025-01-22T15:51:08.180] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - certificate in profile: 李家浪(839730444449632385)\\ + +[2025-01-22T15:51:08.191] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - Start to sign code. + +[2025-01-22T15:51:08.192] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - profile type is: debug + +[2025-01-22T15:51:08.195] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 is exist. Try to load it with given passwd + +[2025-01-22T15:51:08.226] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - Create a sign info successfully. + +[2025-01-22T15:51:08.228] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - No native libs. + +[2025-01-22T15:51:08.229] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - Sign successfully. + +[2025-01-22T15:51:08.236] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - Add sign data in sign info list success. + +[2025-01-22T15:51:08.239] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - Generate signing block success, begin write it to output file + +[2025-01-22T15:51:08.240] [DEBUG] debug-file - on stdout: 01-22 15:51:08 INFO - Sign Hap success! + +[2025-01-22T15:51:08.240] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"sign app success"} +[2025-01-22T15:51:08.240] [DEBUG] debug-file - entry : ohosTest@SignHap cost memory 0.99578857421875 +[2025-01-22T15:51:08.240] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 5 ms +[2025-01-22T15:51:08.241] [INFO] debug-file - Finished :entry:ohosTest@SignHap... after 133 ms +[2025-01-22T15:51:08.242] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:51:08.242] [DEBUG] debug-file - entry : assembleHap cost memory 0.01142120361328125 +[2025-01-22T15:51:08.242] [DEBUG] debug-file - runTaskFromQueue task cost before running: 2 s 6 ms +[2025-01-22T15:51:08.242] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:51:08.249] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@PreBuild is up-to-date. +[2025-01-22T15:51:08.249] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateMetadata is up-to-date. +[2025-01-22T15:51:08.249] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@MergeProfile is up-to-date. +[2025-01-22T15:51:08.249] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CreateBuildProfile is up-to-date. +[2025-01-22T15:51:08.249] [DEBUG] debug-file - Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest\pkgContextInfo.json cache. +[2025-01-22T15:51:08.249] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:51:08.250] [DEBUG] debug-file - Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:51:08.250] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:51:08.250] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@MakePackInfo is up-to-date. +[2025-01-22T15:51:08.250] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessProfile is up-to-date. +[2025-01-22T15:51:08.251] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:51:08.251] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:51:08.251] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\ohosTest\rpcid.sc cache. +[2025-01-22T15:51:08.252] [DEBUG] debug-file - Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms . +[2025-01-22T15:51:08.252] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessRouterMap is up-to-date. +[2025-01-22T15:51:08.252] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessResource is up-to-date. +[2025-01-22T15:51:08.252] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateLoaderJson is up-to-date. +[2025-01-22T15:51:08.252] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessLibs is up-to-date. +[2025-01-22T15:51:08.252] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CompileResource is up-to-date. +[2025-01-22T15:51:08.252] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@DoNativeStrip is up-to-date. +[2025-01-22T15:51:08.253] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest cache by regenerate. +[2025-01-22T15:51:08.254] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\rawfile cache by regenerate. +[2025-01-22T15:51:08.254] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\ResourceTable.txt cache by regenerate. +[2025-01-22T15:51:08.254] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:51:08.255] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\base\profile cache by regenerate. +[2025-01-22T15:51:08.255] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\ets cache from map. +[2025-01-22T15:51:08.255] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest cache by regenerate. +[2025-01-22T15:51:08.259] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\ohosTest\BuildProfile.ets cache by regenerate. +[2025-01-22T15:51:08.260] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\ets cache by regenerate. +[2025-01-22T15:51:08.264] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets cache. +[2025-01-22T15:51:08.264] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestCompileArkTS post-execution cost:13 ms . +[2025-01-22T15:51:08.265] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest cache by regenerate. +[2025-01-22T15:51:08.265] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\rawfile cache by regenerate. +[2025-01-22T15:51:08.266] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\ResourceTable.txt cache by regenerate. +[2025-01-22T15:51:08.266] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:51:08.266] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\base\profile cache by regenerate. +[2025-01-22T15:51:08.266] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest cache by regenerate. +[2025-01-22T15:51:08.271] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\js cache. +[2025-01-22T15:51:08.271] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:7 ms . +[2025-01-22T15:51:08.271] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CacheNativeLibs is up-to-date. +[2025-01-22T15:51:08.271] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GeneratePkgModuleJson is up-to-date. +[2025-01-22T15:51:08.271] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\ohosTest cache by regenerate. +[2025-01-22T15:51:08.272] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:51:08.272] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources cache by regenerate. +[2025-01-22T15:51:08.273] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources.index cache by regenerate. +[2025-01-22T15:51:08.273] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\pack.info cache by regenerate. +[2025-01-22T15:51:08.273] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets cache from map. +[2025-01-22T15:51:08.273] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\ohosTest\BuildProfile.ets cache by regenerate. +[2025-01-22T15:51:08.274] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap cache. +[2025-01-22T15:51:08.274] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\mapping\sourceMaps.map cache. +[2025-01-22T15:51:08.274] [DEBUG] debug-file - Incremental task entry:ohosTest@PackageHap post-execution cost:3 ms . +[2025-01-22T15:51:08.274] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate. +[2025-01-22T15:51:08.274] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate. +[2025-01-22T15:51:08.274] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate. +[2025-01-22T15:51:08.275] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap cache from map. +[2025-01-22T15:51:08.275] [DEBUG] debug-file - Update task entry:ohosTest@SignHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-signed.hap cache. +[2025-01-22T15:51:08.275] [DEBUG] debug-file - Incremental task entry:ohosTest@SignHap post-execution cost:1 ms . +[2025-01-22T15:52:20.547] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:52:20.552] [DEBUG] debug-file - Cache service initialization finished in 6 ms +[2025-01-22T15:52:20.559] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:52:20.565] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:52:20.565] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:52:20.571] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:52:20.571] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:52:20.571] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:52:20.571] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:52:20.572] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:52:20.578] [DEBUG] debug-file - Sdk init in 6 ms +[2025-01-22T15:52:20.591] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-01-22T15:52:20.591] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:52:20.594] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:52:20.597] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:52:20.597] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:52:20.601] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:52:20.601] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:52:20.601] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:52:20.602] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:52:20.602] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:52:20.602] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:52:20.602] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T15:52:20.604] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T15:52:20.604] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:52:20.660] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 55 ms +[2025-01-22T15:52:20.660] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:52:20.660] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:52:20.666] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:52:20.666] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:52:20.666] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:52:20.667] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:52:20.667] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:52:20.668] [DEBUG] debug-file - Configuration phase cost:112 ms +[2025-01-22T15:52:20.669] [DEBUG] debug-file - Configuration task cost before running: 128 ms +[2025-01-22T15:52:20.670] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.670] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.670] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.673] [DEBUG] debug-file - Executing task :entry:default@PreBuild +[2025-01-22T15:52:20.677] [DEBUG] debug-file - Incremental task entry:default@PreBuild pre-execution cost: 3 ms . +[2025-01-22T15:52:20.677] [DEBUG] debug-file - entry : default@PreBuild cost memory 0.39125823974609375 +[2025-01-22T15:52:20.678] [INFO] debug-file - UP-TO-DATE :entry:default@PreBuild... +[2025-01-22T15:52:20.679] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.679] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.679] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.680] [DEBUG] debug-file - Executing task :entry:default@GenerateMetadata +[2025-01-22T15:52:20.682] [DEBUG] debug-file - Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms . +[2025-01-22T15:52:20.682] [DEBUG] debug-file - entry : default@GenerateMetadata cost memory 0.1468048095703125 +[2025-01-22T15:52:20.682] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateMetadata... +[2025-01-22T15:52:20.683] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.683] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.683] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.683] [DEBUG] debug-file - Executing task :entry:default@ConfigureCmake +[2025-01-22T15:52:20.684] [DEBUG] debug-file - entry : default@ConfigureCmake cost memory 0.01282501220703125 +[2025-01-22T15:52:20.684] [DEBUG] debug-file - runTaskFromQueue task cost before running: 143 ms +[2025-01-22T15:52:20.684] [INFO] debug-file - Finished :entry:default@ConfigureCmake... after 1 ms +[2025-01-22T15:52:20.685] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.685] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.685] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.686] [DEBUG] debug-file - Executing task :entry:default@MergeProfile +[2025-01-22T15:52:20.687] [DEBUG] debug-file - Incremental task entry:default@MergeProfile pre-execution cost: 1 ms . +[2025-01-22T15:52:20.687] [DEBUG] debug-file - entry : default@MergeProfile cost memory 0.12946319580078125 +[2025-01-22T15:52:20.687] [INFO] debug-file - UP-TO-DATE :entry:default@MergeProfile... +[2025-01-22T15:52:20.688] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.688] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.688] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.689] [DEBUG] debug-file - Executing task :entry:default@CreateBuildProfile +[2025-01-22T15:52:20.690] [DEBUG] debug-file - Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms . +[2025-01-22T15:52:20.690] [DEBUG] debug-file - entry : default@CreateBuildProfile cost memory 0.1230926513671875 +[2025-01-22T15:52:20.691] [INFO] debug-file - UP-TO-DATE :entry:default@CreateBuildProfile... +[2025-01-22T15:52:20.692] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.692] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.692] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.692] [DEBUG] debug-file - Executing task :entry:default@PreCheckSyscap +[2025-01-22T15:52:20.692] [DEBUG] debug-file - entry : default@PreCheckSyscap cost memory 0.01309967041015625 +[2025-01-22T15:52:20.692] [DEBUG] debug-file - runTaskFromQueue task cost before running: 152 ms +[2025-01-22T15:52:20.693] [INFO] debug-file - Finished :entry:default@PreCheckSyscap... after 1 ms +[2025-01-22T15:52:20.694] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.694] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.694] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.698] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgContextInfo +[2025-01-22T15:52:20.698] [DEBUG] debug-file - entry : default@GeneratePkgContextInfo cost memory 0.0205535888671875 +[2025-01-22T15:52:20.698] [DEBUG] debug-file - runTaskFromQueue task cost before running: 157 ms +[2025-01-22T15:52:20.698] [INFO] debug-file - Finished :entry:default@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:52:20.699] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.699] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.699] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.700] [DEBUG] debug-file - Executing task :entry:default@ProcessIntegratedHsp +[2025-01-22T15:52:20.701] [DEBUG] debug-file - entry:default@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json' does not exist. +[2025-01-22T15:52:20.701] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-01-22T15:52:20.701] [DEBUG] debug-file - entry : default@ProcessIntegratedHsp cost memory 0.09279632568359375 +[2025-01-22T15:52:20.701] [DEBUG] debug-file - runTaskFromQueue task cost before running: 161 ms +[2025-01-22T15:52:20.702] [INFO] debug-file - Finished :entry:default@ProcessIntegratedHsp... after 2 ms +[2025-01-22T15:52:20.703] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.703] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.703] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.703] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithCmake +[2025-01-22T15:52:20.704] [DEBUG] debug-file - entry : default@BuildNativeWithCmake cost memory 0.013885498046875 +[2025-01-22T15:52:20.704] [DEBUG] debug-file - runTaskFromQueue task cost before running: 163 ms +[2025-01-22T15:52:20.704] [INFO] debug-file - Finished :entry:default@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:52:20.705] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.705] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.705] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.705] [DEBUG] debug-file - Executing task :entry:default@MakePackInfo +[2025-01-22T15:52:20.707] [DEBUG] debug-file - Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms . +[2025-01-22T15:52:20.707] [DEBUG] debug-file - entry : default@MakePackInfo cost memory 0.158599853515625 +[2025-01-22T15:52:20.708] [INFO] debug-file - UP-TO-DATE :entry:default@MakePackInfo... +[2025-01-22T15:52:20.709] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.709] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.709] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.709] [DEBUG] debug-file - Executing task :entry:default@ProcessProfile +[2025-01-22T15:52:20.710] [DEBUG] debug-file - Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms . +[2025-01-22T15:52:20.710] [DEBUG] debug-file - entry : default@ProcessProfile cost memory 0.06201934814453125 +[2025-01-22T15:52:20.710] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessProfile... +[2025-01-22T15:52:20.711] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.711] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.711] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.712] [DEBUG] debug-file - Executing task :entry:default@SyscapTransform +[2025-01-22T15:52:20.714] [DEBUG] debug-file - entry:default@SyscapTransform is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\default\rpcid.sc' does not exist. +[2025-01-22T15:52:20.714] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms . +[2025-01-22T15:52:20.714] [DEBUG] debug-file - entry : default@SyscapTransform cost memory 0.1230926513671875 +[2025-01-22T15:52:20.714] [DEBUG] debug-file - runTaskFromQueue task cost before running: 173 ms +[2025-01-22T15:52:20.714] [INFO] debug-file - Finished :entry:default@SyscapTransform... after 2 ms +[2025-01-22T15:52:20.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.715] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.715] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.717] [DEBUG] debug-file - Executing task :entry:default@ProcessRouterMap +[2025-01-22T15:52:20.722] [DEBUG] debug-file - Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms . +[2025-01-22T15:52:20.722] [DEBUG] debug-file - entry : default@ProcessRouterMap cost memory -5.266044616699219 +[2025-01-22T15:52:20.723] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessRouterMap... +[2025-01-22T15:52:20.725] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.725] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.725] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.725] [DEBUG] debug-file - Executing task :entry:default@BuildNativeWithNinja +[2025-01-22T15:52:20.725] [DEBUG] debug-file - entry : default@BuildNativeWithNinja cost memory 0.03337860107421875 +[2025-01-22T15:52:20.726] [DEBUG] debug-file - runTaskFromQueue task cost before running: 185 ms +[2025-01-22T15:52:20.726] [INFO] debug-file - Finished :entry:default@BuildNativeWithNinja... after 1 ms +[2025-01-22T15:52:20.727] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.727] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.727] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.727] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@ProcessResource +[2025-01-22T15:52:20.728] [DEBUG] debug-file - Executing task :entry:default@ProcessResource +[2025-01-22T15:52:20.729] [DEBUG] debug-file - Incremental task entry:default@ProcessResource pre-execution cost: 1 ms . +[2025-01-22T15:52:20.729] [DEBUG] debug-file - entry : default@ProcessResource cost memory 0.11678314208984375 +[2025-01-22T15:52:20.730] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessResource... +[2025-01-22T15:52:20.731] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.731] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.731] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.733] [DEBUG] debug-file - Executing task :entry:default@GenerateLoaderJson +[2025-01-22T15:52:20.740] [DEBUG] debug-file - Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms . +[2025-01-22T15:52:20.740] [DEBUG] debug-file - entry : default@GenerateLoaderJson cost memory 0.7624664306640625 +[2025-01-22T15:52:20.743] [INFO] debug-file - UP-TO-DATE :entry:default@GenerateLoaderJson... +[2025-01-22T15:52:20.744] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.744] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.744] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.745] [DEBUG] debug-file - Executing task :entry:default@ProcessLibs +[2025-01-22T15:52:20.746] [DEBUG] debug-file - Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms . +[2025-01-22T15:52:20.746] [DEBUG] debug-file - entry : default@ProcessLibs cost memory 0.084259033203125 +[2025-01-22T15:52:20.746] [INFO] debug-file - UP-TO-DATE :entry:default@ProcessLibs... +[2025-01-22T15:52:20.748] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.748] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.748] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.748] [DEBUG] debug-file - restool module names: entry; moduleName=entry, taskName=default@CompileResource +[2025-01-22T15:52:20.749] [DEBUG] debug-file - Executing task :entry:default@CompileResource +[2025-01-22T15:52:20.757] [DEBUG] debug-file - Incremental task entry:default@CompileResource pre-execution cost: 7 ms . +[2025-01-22T15:52:20.757] [DEBUG] debug-file - entry : default@CompileResource cost memory 0.9502487182617188 +[2025-01-22T15:52:20.758] [INFO] debug-file - UP-TO-DATE :entry:default@CompileResource... +[2025-01-22T15:52:20.760] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.760] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.760] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.761] [DEBUG] debug-file - Executing task :entry:default@DoNativeStrip +[2025-01-22T15:52:20.761] [DEBUG] debug-file - Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms . +[2025-01-22T15:52:20.762] [DEBUG] debug-file - entry : default@DoNativeStrip cost memory 0.06827545166015625 +[2025-01-22T15:52:20.762] [INFO] debug-file - UP-TO-DATE :entry:default@DoNativeStrip... +[2025-01-22T15:52:20.763] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.763] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.763] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.765] [DEBUG] debug-file - Executing task :entry:default@CompileArkTS +[2025-01-22T15:52:20.773] [DEBUG] debug-file - entry:default@CompileArkTS is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\ets' has been changed. +[2025-01-22T15:52:20.773] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS pre-execution cost: 7 ms . +[2025-01-22T15:52:20.781] [DEBUG] debug-file - build config: +[2025-01-22T15:52:20.781] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.default', + packageManagerType: 'ohpm', + localPropertiesPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\local.properties', + isPreview: false, + isOhosTest: false, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile', + etsLoaderPath: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader', + modulePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + testFrameworkPar: { + testMode: undefined, + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest', + compileSdkVersion: 12, + compatibleSdkVersion: 12, + bundleName: 'com.samples.test.uitest', + etsLoaderVersion: '5.0.0.25', + etsLoaderReleaseType: 'Beta1', + aotCompileMode: 'type', + apPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '09d94aa2056451c2d2d0f54390be1a15', + externalApiPaths: [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets' + ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + buildGeneratedProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 12, + needCompleteSourcesMap: false, + isFaMode: false, + strictMode: undefined, + buildDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build', + deviceTypes: [ 'default', 'tablet' ], + moduleDependencies: { dependency: {} }, + projectDependencies: { '@ohos/hypium': '1.0.18', dependency: {} }, + useNormalizedOHMUrl: false, + pkgContextInfo: undefined, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: false, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + aceModuleJsonPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json', + appResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt', + rawFileResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile', + resourceTableHash: 'eb00a8ed34e460b74af4c0cc0f915d72', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:12:5.0.0.25:Beta1', + aceModuleRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets', + compileMode: 'esmodule', + aceSuperVisualPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\supervisual', + aceBuildJson: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json', + cachePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\default\\default@CompileArkTS\\esmodule\\debug', + aceModuleBuild: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets', + supportChunks: true, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest': { + moduleName: 'entry_test', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest': { + moduleName: 'uitest', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest' + } + }, + pkgJsonFileHash: '33ef5d9b052240224ae8a5b4f7052cee', + allModulePaths: [ + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + ], + routerMap: {}, + obfuscationOptions: undefined, + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: undefined, + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ + '..\\*', + '..\\..\\..\\build\\default\\generated\\profile\\default\\*' + ] + }, + collectImportersConfig: undefined +} +[2025-01-22T15:52:20.781] [DEBUG] debug-file - Compile arkts with external api path: D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\hms\ets +[2025-01-22T15:52:20.782] [DEBUG] debug-file - default@CompileArkTS work[15] is submitted. +[2025-01-22T15:52:20.782] [DEBUG] debug-file - default@CompileArkTS work[15] is pushed to ready queue. +[2025-01-22T15:52:20.782] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.782] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.782] [DEBUG] debug-file - A work dispatched to worker[13] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.782] [DEBUG] debug-file - A work dispatched to worker[12] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[11] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[10] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[9] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[8] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.784] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.785] [DEBUG] debug-file - default@CompileArkTS work[15] has been dispatched to worker[0]. +[2025-01-22T15:52:20.785] [DEBUG] debug-file - default@CompileArkTS work[15] is dispatched. +[2025-01-22T15:52:20.785] [DEBUG] debug-file - CopyResources startTime: 512112836029700 +[2025-01-22T15:52:20.785] [DEBUG] debug-file - default@CompileArkTS work[16] is submitted. +[2025-01-22T15:52:20.785] [DEBUG] debug-file - default@CompileArkTS work[16] is pushed to ready queue. +[2025-01-22T15:52:20.786] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:52:20.787] [DEBUG] debug-file - default@CompileArkTS work[16] has been dispatched to worker[14]. +[2025-01-22T15:52:20.787] [DEBUG] debug-file - default@CompileArkTS work[16] is dispatched. +[2025-01-22T15:52:20.787] [DEBUG] debug-file - entry : default@CompileArkTS cost memory -4.8480987548828125 +[2025-01-22T15:52:20.789] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.789] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.789] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.791] [DEBUG] debug-file - Executing task :entry:default@BuildJS +[2025-01-22T15:52:20.793] [DEBUG] debug-file - entry : default@BuildJS cost memory 0.1527862548828125 +[2025-01-22T15:52:20.793] [DEBUG] debug-file - runTaskFromQueue task cost before running: 252 ms +[2025-01-22T15:52:20.793] [INFO] debug-file - Finished :entry:default@BuildJS... after 3 ms +[2025-01-22T15:52:20.794] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.794] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:20.794] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:20.795] [DEBUG] debug-file - Executing task :entry:default@CacheNativeLibs +[2025-01-22T15:52:20.796] [DEBUG] debug-file - Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms . +[2025-01-22T15:52:20.796] [DEBUG] debug-file - entry : default@CacheNativeLibs cost memory 0.0888214111328125 +[2025-01-22T15:52:20.796] [INFO] debug-file - UP-TO-DATE :entry:default@CacheNativeLibs... +[2025-01-22T15:52:21.434] [DEBUG] debug-file - CopyResources is end, endTime: 512113485409500 +[2025-01-22T15:52:21.434] [DEBUG] debug-file - default@CompileArkTS work[16] done. +[2025-01-22T15:52:21.435] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:52:23.100] [DEBUG] debug-file - default@CompileArkTS work[15] done. +[2025-01-22T15:52:23.100] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-01-22T15:52:23.102] [INFO] debug-file - Finished :entry:default@CompileArkTS... after 2 s 336 ms +[2025-01-22T15:52:23.103] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:23.103] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:23.103] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:23.095] [INFO] debug-file - WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/webability/WebAbility.ts:27:16 + 'SetOrCreate' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/webability/WebAbility.ts:45:16 + 'SetOrCreate' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:103:20 + 'push' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:111:20 + 'push' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Index.ets:175:22 + 'push' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Fling.ets:83:17 + 'editable' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Swipe.ets:84:17 + 'editable' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Scroller.ets:47:12 + 'onScroll' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Scroller.ets:53:12 + 'onScrollEnd' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Scroller.ets:81:17 + 'editable' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/Drag.ets:101:8 + 'editMode' has been deprecated. + +WARN: ArkTS:WARN File: D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/src/main/ets/pages/five.ets:100:8 + 'editMode' has been deprecated. + + +[2025-01-22T15:52:23.096] [DEBUG] debug-file - Ark compile task finished.finished time is 512115146730000 +[2025-01-22T15:52:23.104] [DEBUG] debug-file - Executing task :entry:default@GeneratePkgModuleJson +[2025-01-22T15:52:23.105] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-01-22T15:52:23.105] [DEBUG] debug-file - entry : default@GeneratePkgModuleJson cost memory 0.10703277587890625 +[2025-01-22T15:52:23.105] [INFO] debug-file - UP-TO-DATE :entry:default@GeneratePkgModuleJson... +[2025-01-22T15:52:23.107] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:23.107] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:23.107] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:23.111] [DEBUG] debug-file - Executing task :entry:default@PackageHap +[2025-01-22T15:52:23.115] [DEBUG] debug-file - entry:default@PackageHap is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\ets' has been changed. +[2025-01-22T15:52:23.115] [DEBUG] debug-file - Incremental task entry:default@PackageHap pre-execution cost: 4 ms . +[2025-01-22T15:52:23.116] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=GBK', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default', + '--json-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\default\\module.json', + '--resources-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources', + '--index-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index', + '--pack-info-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info', + '--out-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap', + '--ets-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets' +] +[2025-01-22T15:52:23.117] [DEBUG] debug-file - default@PackageHap work[17] is submitted. +[2025-01-22T15:52:23.117] [DEBUG] debug-file - default@PackageHap work[17] is pushed to ready queue. +[2025-01-22T15:52:23.117] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:52:23.117] [DEBUG] debug-file - default@PackageHap work[17] has been dispatched to worker[14]. +[2025-01-22T15:52:23.117] [DEBUG] debug-file - default@PackageHap work[17] is dispatched. +[2025-01-22T15:52:23.119] [DEBUG] debug-file - entry : default@PackageHap cost memory 0.8785400390625 +[2025-01-22T15:52:23.185] [DEBUG] debug-file - current process memoryUsage: { + rss: 765112320, + heapTotal: 73949184, + heapUsed: 45621280, + external: 2159703, + arrayBuffers: 107401 +} os memoryUsage :11.032108306884766 +[2025-01-22T15:52:23.548] [DEBUG] debug-file - default@PackageHap work[17] done. +[2025-01-22T15:52:23.549] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:52:23.549] [INFO] debug-file - Finished :entry:default@PackageHap... after 438 ms +[2025-01-22T15:52:23.551] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:23.551] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:23.551] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:23.552] [DEBUG] debug-file - Executing task :entry:default@SignHap +[2025-01-22T15:52:23.553] [DEBUG] debug-file - entry:default@SignHap is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\entry-default-unsigned.hap' has been changed. +[2025-01-22T15:52:23.553] [DEBUG] debug-file - Incremental task entry:default@SignHap pre-execution cost: 1 ms . +[2025-01-22T15:52:23.573] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\hap-sign-tool.jar] + [ + 'java', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar', + 'sign-app', + '-mode', + 'localSign', + '-keystoreFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12', + '-keystorePwd', + '******', + '-keyAlias', + 'debugKey', + '-keyPwd', + '******', + '-signAlg', + 'SHA256withECDSA', + '-profileFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b', + '-appCertFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer', + '-inFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap', + '-outFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-signed.hap' +] +[2025-01-22T15:52:23.598] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"verify profile success"} +[2025-01-22T15:52:23.603] [DEBUG] debug-file - java daemon socket close code:1000 reason:close by user +[2025-01-22T15:52:23.628] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - certificate in profile: 李家浪(839730444449632385)\\ + +[2025-01-22T15:52:23.636] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - Start to sign code. + +[2025-01-22T15:52:23.636] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - profile type is: debug + +[2025-01-22T15:52:23.638] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 is exist. Try to load it with given passwd + +[2025-01-22T15:52:23.666] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - Create a sign info successfully. + +[2025-01-22T15:52:23.668] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - No native libs. + +[2025-01-22T15:52:23.669] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - Sign successfully. + +[2025-01-22T15:52:23.673] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - Add sign data in sign info list success. + +[2025-01-22T15:52:23.675] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - Generate signing block success, begin write it to output file + +[2025-01-22T15:52:23.676] [DEBUG] debug-file - on stdout: 01-22 15:52:23 INFO - Sign Hap success! + +[2025-01-22T15:52:23.676] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"sign app success"} +[2025-01-22T15:52:23.677] [DEBUG] debug-file - entry : default@SignHap cost memory 1.1651229858398438 +[2025-01-22T15:52:23.677] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 137 ms +[2025-01-22T15:52:23.678] [INFO] debug-file - Finished :entry:default@SignHap... after 126 ms +[2025-01-22T15:52:23.679] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:52:23.679] [DEBUG] debug-file - entry : assembleHap cost memory 0.01142120361328125 +[2025-01-22T15:52:23.679] [DEBUG] debug-file - runTaskFromQueue task cost before running: 3 s 139 ms +[2025-01-22T15:52:23.679] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:52:23.686] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date. +[2025-01-22T15:52:23.686] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date. +[2025-01-22T15:52:23.686] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date. +[2025-01-22T15:52:23.686] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date. +[2025-01-22T15:52:23.686] [DEBUG] debug-file - Update task entry:default@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default\pkgContextInfo.json cache. +[2025-01-22T15:52:23.686] [DEBUG] debug-file - Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:52:23.686] [DEBUG] debug-file - Update task entry:default@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:52:23.687] [DEBUG] debug-file - Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:52:23.687] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date. +[2025-01-22T15:52:23.687] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date. +[2025-01-22T15:52:23.687] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:52:23.687] [DEBUG] debug-file - Update task entry:default@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:52:23.688] [DEBUG] debug-file - Update task entry:default@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\default\rpcid.sc cache. +[2025-01-22T15:52:23.688] [DEBUG] debug-file - Incremental task entry:default@SyscapTransform post-execution cost:1 ms . +[2025-01-22T15:52:23.688] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date. +[2025-01-22T15:52:23.688] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date. +[2025-01-22T15:52:23.688] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date. +[2025-01-22T15:52:23.688] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date. +[2025-01-22T15:52:23.688] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date. +[2025-01-22T15:52:23.688] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date. +[2025-01-22T15:52:23.689] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default cache by regenerate. +[2025-01-22T15:52:23.689] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\rawfile cache by regenerate. +[2025-01-22T15:52:23.690] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\ResourceTable.txt cache by regenerate. +[2025-01-22T15:52:23.690] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:52:23.690] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\base\profile cache by regenerate. +[2025-01-22T15:52:23.690] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\ets cache from map. +[2025-01-22T15:52:23.690] [DEBUG] debug-file - Update task entry:default@CompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\default\BuildProfile.ets cache by regenerate. +[2025-01-22T15:52:23.690] [DEBUG] debug-file - Update task entry:default@CompileArkTS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\ets cache. +[2025-01-22T15:52:23.691] [DEBUG] debug-file - Incremental task entry:default@CompileArkTS post-execution cost:3 ms . +[2025-01-22T15:52:23.691] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\default cache by regenerate. +[2025-01-22T15:52:23.692] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\rawfile cache by regenerate. +[2025-01-22T15:52:23.692] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\ResourceTable.txt cache by regenerate. +[2025-01-22T15:52:23.692] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:52:23.692] [DEBUG] debug-file - Update task entry:default@BuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources\base\profile cache by regenerate. +[2025-01-22T15:52:23.693] [DEBUG] debug-file - Update task entry:default@BuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\js cache. +[2025-01-22T15:52:23.693] [DEBUG] debug-file - Incremental task entry:default@BuildJS post-execution cost:3 ms . +[2025-01-22T15:52:23.694] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date. +[2025-01-22T15:52:23.694] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date. +[2025-01-22T15:52:23.694] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\default cache by regenerate. +[2025-01-22T15:52:23.694] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\module.json cache by regenerate. +[2025-01-22T15:52:23.695] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources cache by regenerate. +[2025-01-22T15:52:23.695] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\default\resources.index cache by regenerate. +[2025-01-22T15:52:23.696] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\pack.info cache by regenerate. +[2025-01-22T15:52:23.696] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\default\ets cache from map. +[2025-01-22T15:52:23.696] [DEBUG] debug-file - Update task entry:default@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\default\BuildProfile.ets cache by regenerate. +[2025-01-22T15:52:23.696] [DEBUG] debug-file - Update task entry:default@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\entry-default-unsigned.hap cache. +[2025-01-22T15:52:23.696] [DEBUG] debug-file - Update task entry:default@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\mapping\sourceMaps.map cache. +[2025-01-22T15:52:23.696] [DEBUG] debug-file - Incremental task entry:default@PackageHap post-execution cost:3 ms . +[2025-01-22T15:52:23.697] [DEBUG] debug-file - Update task entry:default@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate. +[2025-01-22T15:52:23.697] [DEBUG] debug-file - Update task entry:default@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate. +[2025-01-22T15:52:23.697] [DEBUG] debug-file - Update task entry:default@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate. +[2025-01-22T15:52:23.697] [DEBUG] debug-file - Update task entry:default@SignHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\entry-default-unsigned.hap cache from map. +[2025-01-22T15:52:23.697] [DEBUG] debug-file - Update task entry:default@SignHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\default\entry-default-signed.hap cache. +[2025-01-22T15:52:23.697] [DEBUG] debug-file - Incremental task entry:default@SignHap post-execution cost:1 ms . +[2025-01-22T15:52:24.029] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T15:52:24.033] [DEBUG] debug-file - Cache service initialization finished in 4 ms +[2025-01-22T15:52:24.039] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:52:24.044] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:52:24.044] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:52:24.049] [DEBUG] debug-file - Start initialize project's product build option map with build mode test. +[2025-01-22T15:52:24.049] [DEBUG] debug-file - Picking option from product 'default' with build mode 'test'. +[2025-01-22T15:52:24.050] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T15:52:24.050] [DEBUG] debug-file - End initialize project's product build option map with build mode 'test'. +[2025-01-22T15:52:24.050] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:52:24.059] [DEBUG] debug-file - Sdk init in 7 ms +[2025-01-22T15:52:24.071] [DEBUG] debug-file - Project task initialization takes 11 ms +[2025-01-22T15:52:24.071] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T15:52:24.074] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:52:24.077] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T15:52:24.078] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T15:52:24.082] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=test +[2025-01-22T15:52:24.082] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T15:52:24.082] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T15:52:24.082] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T15:52:24.082] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T15:52:24.082] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T15:52:24.082] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. +[2025-01-22T15:52:24.086] [DEBUG] debug-file - Module entry task initialization takes 2 ms +[2025-01-22T15:52:24.086] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T15:52:24.140] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 53 ms +[2025-01-22T15:52:24.140] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T15:52:24.140] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T15:52:24.145] [DEBUG] debug-file - load to the disk finished +[2025-01-22T15:52:24.146] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T15:52:24.146] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T15:52:24.147] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T15:52:24.147] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T15:52:24.149] [DEBUG] debug-file - Configuration phase cost:113 ms +[2025-01-22T15:52:24.149] [DEBUG] debug-file - Configuration task cost before running: 126 ms +[2025-01-22T15:52:24.151] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.151] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.151] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.154] [DEBUG] debug-file - Executing task :entry:ohosTest@PreBuild +[2025-01-22T15:52:24.157] [DEBUG] debug-file - Incremental task entry:ohosTest@PreBuild pre-execution cost: 3 ms . +[2025-01-22T15:52:24.157] [DEBUG] debug-file - entry : ohosTest@PreBuild cost memory 0.278472900390625 +[2025-01-22T15:52:24.158] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@PreBuild... +[2025-01-22T15:52:24.160] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.160] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.160] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.161] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateMetadata +[2025-01-22T15:52:24.162] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateMetadata pre-execution cost: 2 ms . +[2025-01-22T15:52:24.163] [DEBUG] debug-file - entry : ohosTest@GenerateMetadata cost memory 0.147369384765625 +[2025-01-22T15:52:24.163] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GenerateMetadata... +[2025-01-22T15:52:24.164] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.164] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.164] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.164] [DEBUG] debug-file - Executing task :entry:ohosTest@ConfigureCmake +[2025-01-22T15:52:24.165] [DEBUG] debug-file - entry : ohosTest@ConfigureCmake cost memory 0.013824462890625 +[2025-01-22T15:52:24.165] [DEBUG] debug-file - runTaskFromQueue task cost before running: 141 ms +[2025-01-22T15:52:24.165] [INFO] debug-file - Finished :entry:ohosTest@ConfigureCmake... after 1 ms +[2025-01-22T15:52:24.166] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.166] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.166] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.166] [DEBUG] debug-file - Executing task :entry:ohosTest@MergeProfile +[2025-01-22T15:52:24.168] [DEBUG] debug-file - Incremental task entry:ohosTest@MergeProfile pre-execution cost: 1 ms . +[2025-01-22T15:52:24.168] [DEBUG] debug-file - entry : ohosTest@MergeProfile cost memory 0.10042572021484375 +[2025-01-22T15:52:24.168] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@MergeProfile... +[2025-01-22T15:52:24.169] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.169] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.169] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.170] [DEBUG] debug-file - Executing task :entry:ohosTest@CreateBuildProfile +[2025-01-22T15:52:24.174] [DEBUG] debug-file - Incremental task entry:ohosTest@CreateBuildProfile pre-execution cost: 5 ms . +[2025-01-22T15:52:24.174] [DEBUG] debug-file - entry : ohosTest@CreateBuildProfile cost memory -8.460494995117188 +[2025-01-22T15:52:24.175] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CreateBuildProfile... +[2025-01-22T15:52:24.176] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.176] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.176] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.176] [DEBUG] debug-file - Executing task :entry:ohosTest@PreCheckSyscap +[2025-01-22T15:52:24.177] [DEBUG] debug-file - entry : ohosTest@PreCheckSyscap cost memory 0.01413726806640625 +[2025-01-22T15:52:24.177] [DEBUG] debug-file - runTaskFromQueue task cost before running: 153 ms +[2025-01-22T15:52:24.177] [INFO] debug-file - Finished :entry:ohosTest@PreCheckSyscap... after 1 ms +[2025-01-22T15:52:24.178] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.178] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.178] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.182] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgContextInfo +[2025-01-22T15:52:24.182] [DEBUG] debug-file - entry : ohosTest@GeneratePkgContextInfo cost memory 0.02210235595703125 +[2025-01-22T15:52:24.182] [DEBUG] debug-file - runTaskFromQueue task cost before running: 158 ms +[2025-01-22T15:52:24.182] [INFO] debug-file - Finished :entry:ohosTest@GeneratePkgContextInfo... after 1 ms +[2025-01-22T15:52:24.184] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.185] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.185] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.187] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessIntegratedHsp +[2025-01-22T15:52:24.188] [DEBUG] debug-file - entry:ohosTest@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json' does not exist. +[2025-01-22T15:52:24.188] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessIntegratedHsp pre-execution cost: 1 ms . +[2025-01-22T15:52:24.189] [DEBUG] debug-file - entry : ohosTest@ProcessIntegratedHsp cost memory 0.09265899658203125 +[2025-01-22T15:52:24.189] [DEBUG] debug-file - runTaskFromQueue task cost before running: 165 ms +[2025-01-22T15:52:24.189] [INFO] debug-file - Finished :entry:ohosTest@ProcessIntegratedHsp... after 2 ms +[2025-01-22T15:52:24.190] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.190] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.190] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.191] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithCmake +[2025-01-22T15:52:24.191] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625 +[2025-01-22T15:52:24.191] [DEBUG] debug-file - runTaskFromQueue task cost before running: 167 ms +[2025-01-22T15:52:24.191] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithCmake... after 1 ms +[2025-01-22T15:52:24.193] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.193] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.193] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.193] [DEBUG] debug-file - Executing task :entry:ohosTest@MakePackInfo +[2025-01-22T15:52:24.195] [DEBUG] debug-file - Incremental task entry:ohosTest@MakePackInfo pre-execution cost: 2 ms . +[2025-01-22T15:52:24.195] [DEBUG] debug-file - entry : ohosTest@MakePackInfo cost memory 0.14122772216796875 +[2025-01-22T15:52:24.196] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@MakePackInfo... +[2025-01-22T15:52:24.197] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.197] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.197] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.197] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessProfile +[2025-01-22T15:52:24.198] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessProfile pre-execution cost: 1 ms . +[2025-01-22T15:52:24.198] [DEBUG] debug-file - entry : ohosTest@ProcessProfile cost memory 0.06305694580078125 +[2025-01-22T15:52:24.198] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessProfile... +[2025-01-22T15:52:24.199] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.199] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.200] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.200] [DEBUG] debug-file - Executing task :entry:ohosTest@SyscapTransform +[2025-01-22T15:52:24.202] [DEBUG] debug-file - entry:ohosTest@SyscapTransform is not up-to-date, since the output file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\ohosTest\rpcid.sc' does not exist. +[2025-01-22T15:52:24.202] [DEBUG] debug-file - Incremental task entry:ohosTest@SyscapTransform pre-execution cost: 2 ms . +[2025-01-22T15:52:24.202] [DEBUG] debug-file - entry : ohosTest@SyscapTransform cost memory 0.12296295166015625 +[2025-01-22T15:52:24.202] [DEBUG] debug-file - runTaskFromQueue task cost before running: 179 ms +[2025-01-22T15:52:24.203] [INFO] debug-file - Finished :entry:ohosTest@SyscapTransform... after 3 ms +[2025-01-22T15:52:24.204] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.205] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.205] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.206] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessRouterMap +[2025-01-22T15:52:24.211] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessRouterMap pre-execution cost: 4 ms . +[2025-01-22T15:52:24.211] [DEBUG] debug-file - entry : ohosTest@ProcessRouterMap cost memory 0.4885406494140625 +[2025-01-22T15:52:24.213] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessRouterMap... +[2025-01-22T15:52:24.214] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.214] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.214] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.215] [DEBUG] debug-file - Executing task :entry:ohosTest@BuildNativeWithNinja +[2025-01-22T15:52:24.215] [DEBUG] debug-file - entry : ohosTest@BuildNativeWithNinja cost memory 0.033355712890625 +[2025-01-22T15:52:24.215] [DEBUG] debug-file - runTaskFromQueue task cost before running: 192 ms +[2025-01-22T15:52:24.216] [INFO] debug-file - Finished :entry:ohosTest@BuildNativeWithNinja... after 1 ms +[2025-01-22T15:52:24.217] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.217] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.217] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.218] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource +[2025-01-22T15:52:24.219] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessResource +[2025-01-22T15:52:24.220] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessResource pre-execution cost: 1 ms . +[2025-01-22T15:52:24.220] [DEBUG] debug-file - entry : ohosTest@ProcessResource cost memory 0.12410736083984375 +[2025-01-22T15:52:24.221] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessResource... +[2025-01-22T15:52:24.223] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.223] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.223] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.225] [DEBUG] debug-file - Executing task :entry:ohosTest@GenerateLoaderJson +[2025-01-22T15:52:24.236] [DEBUG] debug-file - Incremental task entry:ohosTest@GenerateLoaderJson pre-execution cost: 8 ms . +[2025-01-22T15:52:24.237] [DEBUG] debug-file - entry : ohosTest@GenerateLoaderJson cost memory 0.755279541015625 +[2025-01-22T15:52:24.240] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GenerateLoaderJson... +[2025-01-22T15:52:24.242] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.242] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.242] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.244] [DEBUG] debug-file - Executing task :entry:ohosTest@ProcessLibs +[2025-01-22T15:52:24.246] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessLibs pre-execution cost: 2 ms . +[2025-01-22T15:52:24.246] [DEBUG] debug-file - entry : ohosTest@ProcessLibs cost memory 0.085479736328125 +[2025-01-22T15:52:24.246] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@ProcessLibs... +[2025-01-22T15:52:24.248] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.248] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.248] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.249] [DEBUG] debug-file - restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource +[2025-01-22T15:52:24.251] [DEBUG] debug-file - Executing task :entry:ohosTest@CompileResource +[2025-01-22T15:52:24.261] [DEBUG] debug-file - Incremental task entry:ohosTest@CompileResource pre-execution cost: 9 ms . +[2025-01-22T15:52:24.261] [DEBUG] debug-file - entry : ohosTest@CompileResource cost memory 1.055206298828125 +[2025-01-22T15:52:24.263] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CompileResource... +[2025-01-22T15:52:24.264] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.264] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.264] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.266] [DEBUG] debug-file - Executing task :entry:ohosTest@DoNativeStrip +[2025-01-22T15:52:24.267] [DEBUG] debug-file - Incremental task entry:ohosTest@DoNativeStrip pre-execution cost: 1 ms . +[2025-01-22T15:52:24.267] [DEBUG] debug-file - entry : ohosTest@DoNativeStrip cost memory 0.068572998046875 +[2025-01-22T15:52:24.267] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@DoNativeStrip... +[2025-01-22T15:52:24.270] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.270] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.270] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.273] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCompileArkTS +[2025-01-22T15:52:24.296] [DEBUG] debug-file - entry:ohosTest@OhosTestCompileArkTS is not up-to-date, since the task snapshots are different. +[2025-01-22T15:52:24.296] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestCompileArkTS pre-execution cost: 21 ms . +[2025-01-22T15:52:24.305] [DEBUG] debug-file - build config: +[2025-01-22T15:52:24.305] [DEBUG] debug-file - { + moduleType: 'entry', + perf: 0, + targetName: '.ohosTest', + packageManagerType: 'ohpm', + localPropertiesPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\local.properties', + isPreview: false, + isOhosTest: true, + buildMode: 'Debug', + watchMode: 'false', + aceProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile', + etsLoaderPath: 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader', + modulePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + testFrameworkPar: { + testMode: 'ohosTest', + coveragePathFilter: undefined, + coverageMode: undefined + }, + needCoverageInsert: false, + debugLine: false, + projectTopDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest', + compileSdkVersion: 12, + compatibleSdkVersion: 12, + bundleName: 'com.samples.test.uitest', + etsLoaderVersion: '5.0.0.25', + etsLoaderReleaseType: 'Beta1', + aotCompileMode: 'type', + apPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\modules.ap', + entryModuleName: 'entry', + entryModuleVersion: '1.0.0', + entryPackageName: 'entry', + allModuleNameHash: '09d94aa2056451c2d2d0f54390be1a15', + externalApiPaths: [ + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets' + ], + compilerTypes: undefined, + isCrossplatform: false, + hvigorPluginFile: undefined, + buildGeneratedProfilePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest', + bundleType: 'app', + arkTSVersion: undefined, + apiVersion: 12, + needCompleteSourcesMap: true, + isFaMode: false, + strictMode: undefined, + buildDir: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build', + deviceTypes: [ 'default', 'tablet' ], + moduleDependencies: { dependency: {} }, + projectDependencies: { '@ohos/hypium': '1.0.18', dependency: {} }, + useNormalizedOHMUrl: false, + pkgContextInfo: undefined, + ohPackagePathMap: {}, + dependencyAliasMap: {}, + permission: { requestPermissions: undefined, definePermissions: undefined }, + integratedHsp: false, + projectArkOption: undefined, + sourceMapDir: undefined, + branchElimination: false, + transformLib: undefined, + caseSensitiveCheck: false, + tsImportSendable: false, + resolveConflictMode: true, + depName2RootPath: {}, + aceModuleJsonPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json', + appResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt', + rawFileResource: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile', + resourceTableHash: '763e4700384869df78ee691bce7003e4', + runtimeOS: 'HarmonyOS', + sdkInfo: 'false:12:5.0.0.25:Beta1', + aceModuleRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets', + compileMode: 'esmodule', + aceSuperVisualPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\supervisual', + aceBuildJson: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json', + cachePath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\ohosTest\\ohosTest@OhosTestCompileArkTS\\esmodule\\debug', + aceModuleBuild: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets', + supportChunks: false, + pkgNameToPkgBriefInfo: { + entry: { + pkgRoot: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry', + originalSourceRoots: undefined, + sourceRoots: [Array], + pkgName: 'entry' + } + }, + projectModel: { + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest': { + moduleName: 'entry_test', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry': { + moduleName: 'entry', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + }, + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest': { + moduleName: 'uitest', + modulePkgPath: 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest' + } + }, + pkgJsonFileHash: '33ef5d9b052240224ae8a5b4f7052cee', + allModulePaths: [ + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry' + ], + routerMap: {}, + obfuscationOptions: undefined, + mockParams: { + decorator: '@MockSetup', + packageName: '@ohos/hamock', + etsSourceRootPath: 'src/main/ets', + mockConfigPath: undefined, + mockConfigKey2ModuleInfo: {} + }, + otherPaths: { + 'entry/*': [ + '..\\..\\main\\*', + '..\\..\\..\\build\\default\\generated\\profile\\ohosTest\\*' + ] + }, + collectImportersConfig: undefined +} +[2025-01-22T15:52:24.305] [DEBUG] debug-file - Compile arkts with external api path: D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\hms\ets +[2025-01-22T15:52:24.306] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[18] is submitted. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[18] is pushed to ready queue. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - A work dispatched to worker[13] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - A work dispatched to worker[12] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - A work dispatched to worker[11] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - A work dispatched to worker[10] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.307] [DEBUG] debug-file - A work dispatched to worker[9] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[8] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[7] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[6] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[5] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[4] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[3] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[2] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - A work dispatched to worker[1] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[18] has been dispatched to worker[0]. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[18] is dispatched. +[2025-01-22T15:52:24.308] [DEBUG] debug-file - CopyResources startTime: 512116359602300 +[2025-01-22T15:52:24.309] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[19] is submitted. +[2025-01-22T15:52:24.309] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[19] is pushed to ready queue. +[2025-01-22T15:52:24.309] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.310] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[19] has been dispatched to worker[14]. +[2025-01-22T15:52:24.310] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[19] is dispatched. +[2025-01-22T15:52:24.310] [DEBUG] debug-file - entry : ohosTest@OhosTestCompileArkTS cost memory -6.734344482421875 +[2025-01-22T15:52:24.312] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.312] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.312] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.315] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestBuildJS +[2025-01-22T15:52:24.319] [DEBUG] debug-file - entry : ohosTest@OhosTestBuildJS cost memory 0.1624603271484375 +[2025-01-22T15:52:24.319] [DEBUG] debug-file - runTaskFromQueue task cost before running: 296 ms +[2025-01-22T15:52:24.320] [INFO] debug-file - Finished :entry:ohosTest@OhosTestBuildJS... after 4 ms +[2025-01-22T15:52:24.322] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.322] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.322] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.324] [DEBUG] debug-file - Executing task :entry:ohosTest@CacheNativeLibs +[2025-01-22T15:52:24.325] [DEBUG] debug-file - Incremental task entry:ohosTest@CacheNativeLibs pre-execution cost: 1 ms . +[2025-01-22T15:52:24.325] [DEBUG] debug-file - entry : ohosTest@CacheNativeLibs cost memory 0.08899688720703125 +[2025-01-22T15:52:24.325] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@CacheNativeLibs... +[2025-01-22T15:52:24.805] [DEBUG] debug-file - Ark compile task finished.finished time is 512116856133900 +[2025-01-22T15:52:24.809] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[18] done. +[2025-01-22T15:52:24.809] [DEBUG] debug-file - A work dispatched to worker[0] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.979] [DEBUG] debug-file - CopyResources is end, endTime: 512117030169500 +[2025-01-22T15:52:24.979] [DEBUG] debug-file - ohosTest@OhosTestCompileArkTS work[19] done. +[2025-01-22T15:52:24.979] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.981] [INFO] debug-file - Finished :entry:ohosTest@OhosTestCompileArkTS... after 707 ms +[2025-01-22T15:52:24.982] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.982] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.982] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.982] [DEBUG] debug-file - Executing task :entry:ohosTest@OhosTestCopyMockConfigJson +[2025-01-22T15:52:24.983] [DEBUG] debug-file - entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.03531646728515625 +[2025-01-22T15:52:24.983] [DEBUG] debug-file - runTaskFromQueue task cost before running: 959 ms +[2025-01-22T15:52:24.983] [INFO] debug-file - Finished :entry:ohosTest@OhosTestCopyMockConfigJson... after 1 ms +[2025-01-22T15:52:24.984] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.984] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.984] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.985] [DEBUG] debug-file - Executing task :entry:ohosTest@GeneratePkgModuleJson +[2025-01-22T15:52:24.987] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgModuleJson pre-execution cost: 1 ms . +[2025-01-22T15:52:24.987] [DEBUG] debug-file - entry : ohosTest@GeneratePkgModuleJson cost memory 0.0988922119140625 +[2025-01-22T15:52:24.987] [INFO] debug-file - UP-TO-DATE :entry:ohosTest@GeneratePkgModuleJson... +[2025-01-22T15:52:24.989] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.989] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:24.989] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:24.992] [DEBUG] debug-file - Executing task :entry:ohosTest@PackageHap +[2025-01-22T15:52:24.996] [DEBUG] debug-file - entry:ohosTest@PackageHap is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets' has been changed. +[2025-01-22T15:52:24.996] [DEBUG] debug-file - Incremental task entry:ohosTest@PackageHap pre-execution cost: 4 ms . +[2025-01-22T15:52:24.997] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\app_packing_tool.jar] + [ + 'java', + '-Dfile.encoding=GBK', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar', + '--mode', + 'hap', + '--force', + 'true', + '--lib-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest', + '--json-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\ohosTest\\module.json', + '--resources-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources', + '--index-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index', + '--pack-info-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info', + '--out-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap', + '--ets-path', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets' +] +[2025-01-22T15:52:24.998] [DEBUG] debug-file - ohosTest@PackageHap work[20] is submitted. +[2025-01-22T15:52:24.998] [DEBUG] debug-file - ohosTest@PackageHap work[20] is pushed to ready queue. +[2025-01-22T15:52:24.998] [DEBUG] debug-file - A work dispatched to worker[15] failed because unable to get work from ready queue. +[2025-01-22T15:52:24.998] [DEBUG] debug-file - ohosTest@PackageHap work[20] has been dispatched to worker[14]. +[2025-01-22T15:52:24.998] [DEBUG] debug-file - ohosTest@PackageHap work[20] is dispatched. +[2025-01-22T15:52:25.000] [DEBUG] debug-file - entry : ohosTest@PackageHap cost memory 0.8562393188476562 +[2025-01-22T15:52:25.075] [DEBUG] debug-file - current process memoryUsage: { + rss: 790093824, + heapTotal: 73949184, + heapUsed: 52700800, + external: 2623315, + arrayBuffers: 571013 +} os memoryUsage :11.826766967773438 +[2025-01-22T15:52:25.429] [DEBUG] debug-file - ohosTest@PackageHap work[20] done. +[2025-01-22T15:52:25.430] [DEBUG] debug-file - A work dispatched to worker[14] failed because unable to get work from ready queue. +[2025-01-22T15:52:25.431] [INFO] debug-file - Finished :entry:ohosTest@PackageHap... after 438 ms +[2025-01-22T15:52:25.432] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:25.432] [DEBUG] debug-file - jsonObjWithoutParam {} at undefined +[2025-01-22T15:52:25.432] [DEBUG] debug-file - jsonObjWithoutParam {"license":"ISC","devDependencies":{},"name":"entry","description":"example description","repository":{},"version":"1.0.0","dependencies":{}} at undefined +[2025-01-22T15:52:25.433] [DEBUG] debug-file - Executing task :entry:ohosTest@SignHap +[2025-01-22T15:52:25.434] [DEBUG] debug-file - entry:ohosTest@SignHap is not up-to-date, since the input file 'D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap' has been changed. +[2025-01-22T15:52:25.434] [DEBUG] debug-file - Incremental task entry:ohosTest@SignHap pre-execution cost: 1 ms . +[2025-01-22T15:52:25.455] [DEBUG] debug-file - Use tool [D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\lib\hap-sign-tool.jar] + [ + 'java', + '-jar', + 'D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar', + 'sign-app', + '-mode', + 'localSign', + '-keystoreFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12', + '-keystorePwd', + '******', + '-keyAlias', + 'debugKey', + '-keyPwd', + '******', + '-signAlg', + 'SHA256withECDSA', + '-profileFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b', + '-appCertFile', + 'C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer', + '-inFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap', + '-outFile', + 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap' +] +[2025-01-22T15:52:25.478] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"verify profile success"} +[2025-01-22T15:52:25.482] [DEBUG] debug-file - java daemon socket close code:1000 reason:close by user +[2025-01-22T15:52:25.505] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - certificate in profile: 李家浪(839730444449632385)\\ + +[2025-01-22T15:52:25.515] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - Start to sign code. + +[2025-01-22T15:52:25.515] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - profile type is: debug + +[2025-01-22T15:52:25.519] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 is exist. Try to load it with given passwd + +[2025-01-22T15:52:25.549] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - Create a sign info successfully. + +[2025-01-22T15:52:25.552] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - No native libs. + +[2025-01-22T15:52:25.553] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - Sign successfully. + +[2025-01-22T15:52:25.561] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - Add sign data in sign info list success. + +[2025-01-22T15:52:25.563] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - Generate signing block success, begin write it to output file + +[2025-01-22T15:52:25.564] [DEBUG] debug-file - on stdout: 01-22 15:52:25 INFO - Sign Hap success! + +[2025-01-22T15:52:25.565] [DEBUG] debug-file - java daemon socket received message:{"code":0,"message":"sign app success"} +[2025-01-22T15:52:25.565] [DEBUG] debug-file - entry : ohosTest@SignHap cost memory 0.8962249755859375 +[2025-01-22T15:52:25.565] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 541 ms +[2025-01-22T15:52:25.566] [INFO] debug-file - Finished :entry:ohosTest@SignHap... after 133 ms +[2025-01-22T15:52:25.567] [DEBUG] debug-file - Executing task :entry:assembleHap +[2025-01-22T15:52:25.567] [DEBUG] debug-file - entry : assembleHap cost memory 0.01131439208984375 +[2025-01-22T15:52:25.567] [DEBUG] debug-file - runTaskFromQueue task cost before running: 1 s 543 ms +[2025-01-22T15:52:25.567] [INFO] debug-file - Finished :entry:assembleHap... after 1 ms +[2025-01-22T15:52:25.575] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@PreBuild is up-to-date. +[2025-01-22T15:52:25.575] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateMetadata is up-to-date. +[2025-01-22T15:52:25.575] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@MergeProfile is up-to-date. +[2025-01-22T15:52:25.575] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CreateBuildProfile is up-to-date. +[2025-01-22T15:52:25.575] [DEBUG] debug-file - Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest\pkgContextInfo.json cache. +[2025-01-22T15:52:25.576] [DEBUG] debug-file - Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms . +[2025-01-22T15:52:25.576] [DEBUG] debug-file - Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\build\cache\default\integrated_hsp\integratedHspCache.json cache. +[2025-01-22T15:52:25.576] [DEBUG] debug-file - Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms . +[2025-01-22T15:52:25.576] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@MakePackInfo is up-to-date. +[2025-01-22T15:52:25.576] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessProfile is up-to-date. +[2025-01-22T15:52:25.577] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\toolchains\syscap_tool.exe cache by regenerate. +[2025-01-22T15:52:25.577] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform input file:D:\page\huawei\dev_5_0\DevEco Studio\sdk\HarmonyOS-NEXT-DB1\openharmony\ets\api\device-define cache by regenerate. +[2025-01-22T15:52:25.578] [DEBUG] debug-file - Update task entry:ohosTest@SyscapTransform output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\syscap\ohosTest\rpcid.sc cache. +[2025-01-22T15:52:25.578] [DEBUG] debug-file - Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms . +[2025-01-22T15:52:25.578] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessRouterMap is up-to-date. +[2025-01-22T15:52:25.578] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessResource is up-to-date. +[2025-01-22T15:52:25.578] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateLoaderJson is up-to-date. +[2025-01-22T15:52:25.578] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessLibs is up-to-date. +[2025-01-22T15:52:25.579] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CompileResource is up-to-date. +[2025-01-22T15:52:25.579] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@DoNativeStrip is up-to-date. +[2025-01-22T15:52:25.580] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest cache by regenerate. +[2025-01-22T15:52:25.581] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\rawfile cache by regenerate. +[2025-01-22T15:52:25.581] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\ResourceTable.txt cache by regenerate. +[2025-01-22T15:52:25.581] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:52:25.582] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\base\profile cache by regenerate. +[2025-01-22T15:52:25.582] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest\ets cache by regenerate. +[2025-01-22T15:52:25.586] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest cache by regenerate. +[2025-01-22T15:52:25.590] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\ohosTest\BuildProfile.ets cache by regenerate. +[2025-01-22T15:52:25.591] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\main\ets cache by regenerate. +[2025-01-22T15:52:25.595] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestCompileArkTS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets cache. +[2025-01-22T15:52:25.595] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestCompileArkTS post-execution cost:17 ms . +[2025-01-22T15:52:25.596] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader\ohosTest cache by regenerate. +[2025-01-22T15:52:25.596] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\rawfile cache by regenerate. +[2025-01-22T15:52:25.597] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\ResourceTable.txt cache by regenerate. +[2025-01-22T15:52:25.597] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:52:25.597] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources\base\profile cache by regenerate. +[2025-01-22T15:52:25.597] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\src\ohosTest cache by regenerate. +[2025-01-22T15:52:25.602] [DEBUG] debug-file - Update task entry:ohosTest@OhosTestBuildJS output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\js cache. +[2025-01-22T15:52:25.602] [DEBUG] debug-file - Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:7 ms . +[2025-01-22T15:52:25.602] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@CacheNativeLibs is up-to-date. +[2025-01-22T15:52:25.602] [DEBUG] debug-file - There is no need to refresh cache, since the incremental task entry:ohosTest@GeneratePkgModuleJson is up-to-date. +[2025-01-22T15:52:25.603] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\stripped_native_libs\ohosTest cache by regenerate. +[2025-01-22T15:52:25.603] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\module.json cache by regenerate. +[2025-01-22T15:52:25.603] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources cache by regenerate. +[2025-01-22T15:52:25.604] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\res\ohosTest\resources.index cache by regenerate. +[2025-01-22T15:52:25.604] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\pack.info cache by regenerate. +[2025-01-22T15:52:25.604] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\intermediates\loader_out\ohosTest\ets cache from map. +[2025-01-22T15:52:25.604] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\generated\profile\ohosTest\BuildProfile.ets cache by regenerate. +[2025-01-22T15:52:25.605] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap cache. +[2025-01-22T15:52:25.605] [DEBUG] debug-file - Update task entry:ohosTest@PackageHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\mapping\sourceMaps.map cache. +[2025-01-22T15:52:25.605] [DEBUG] debug-file - Incremental task entry:ohosTest@PackageHap post-execution cost:3 ms . +[2025-01-22T15:52:25.605] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate. +[2025-01-22T15:52:25.605] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate. +[2025-01-22T15:52:25.606] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:C:\Users\lenovo\.ohos\config\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate. +[2025-01-22T15:52:25.606] [DEBUG] debug-file - Update task entry:ohosTest@SignHap input file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-unsigned.hap cache from map. +[2025-01-22T15:52:25.606] [DEBUG] debug-file - Update task entry:ohosTest@SignHap output file:D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\outputs\ohosTest\entry-ohosTest-signed.hap cache. +[2025-01-22T15:52:25.606] [DEBUG] debug-file - Incremental task entry:ohosTest@SignHap post-execution cost:1 ms . +[2025-01-22T16:06:21.564] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T16:06:21.569] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-01-22T16:06:21.576] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T16:06:21.578] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T16:06:21.578] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T16:06:21.584] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-01-22T16:06:21.585] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-01-22T16:06:21.585] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T16:06:21.585] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-01-22T16:06:21.585] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T16:06:21.592] [DEBUG] debug-file - Sdk init in 6 ms +[2025-01-22T16:06:21.604] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-01-22T16:06:21.604] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T16:06:21.607] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T16:06:21.609] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T16:06:21.610] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T16:06:21.613] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-01-22T16:06:21.613] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T16:06:21.613] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T16:06:21.613] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T16:06:21.613] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T16:06:21.614] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T16:06:21.614] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T16:06:21.615] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T16:06:21.616] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T16:06:21.667] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 52 ms +[2025-01-22T16:06:21.668] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T16:06:21.668] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T16:06:21.672] [DEBUG] debug-file - load to the disk finished +[2025-01-22T16:06:21.672] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T16:06:21.672] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T16:06:21.673] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T16:06:21.673] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T16:06:21.675] [DEBUG] debug-file - Configuration phase cost:103 ms +[2025-01-22T16:06:21.675] [DEBUG] debug-file - Configuration task cost before running: 117 ms +[2025-01-22T16:06:21.676] [DEBUG] debug-file - Executing task :entry:init +[2025-01-22T16:06:21.676] [DEBUG] debug-file - entry : init cost memory 0.01268768310546875 +[2025-01-22T16:06:21.676] [DEBUG] debug-file - runTaskFromQueue task cost before running: 117 ms +[2025-01-22T16:06:21.676] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-01-22T16:06:21.676] [DEBUG] debug-file - Executing task ::init +[2025-01-22T16:06:21.676] [DEBUG] debug-file - uitest : init cost memory 0.01145172119140625 +[2025-01-22T16:06:21.676] [DEBUG] debug-file - runTaskFromQueue task cost before running: 117 ms +[2025-01-22T16:06:21.676] [INFO] debug-file - Finished ::init... after 1 ms +[2025-01-22T16:06:21.685] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T16:06:21.687] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. +[2025-01-22T16:07:17.488] [DEBUG] debug-file - Hvigor init with startParameters:{ + hvigorfileTypeCheck: false, + parallelExecution: true, + incrementalExecution: true, + printStackTrace: false, + daemon: true, + analyze: 0, + logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' } +} +[2025-01-22T16:07:17.492] [DEBUG] debug-file - Cache service initialization finished in 5 ms +[2025-01-22T16:07:17.498] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T16:07:17.504] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T16:07:17.504] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T16:07:17.509] [DEBUG] debug-file - Start initialize project's product build option map with build mode debug. +[2025-01-22T16:07:17.509] [DEBUG] debug-file - Picking option from product 'default' with build mode 'debug'. +[2025-01-22T16:07:17.509] [DEBUG] debug-file - Product 'default' build option: {} +[2025-01-22T16:07:17.510] [DEBUG] debug-file - End initialize project's product build option map with build mode 'debug'. +[2025-01-22T16:07:17.510] [DEBUG] debug-file - Product 'default' using build option: { + "debuggable": true +} in this build. +[2025-01-22T16:07:17.516] [DEBUG] debug-file - Sdk init in 6 ms +[2025-01-22T16:07:17.529] [DEBUG] debug-file - Project task initialization takes 12 ms +[2025-01-22T16:07:17.529] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\hvigorfile.ts +[2025-01-22T16:07:17.531] [DEBUG] debug-file - hvigorfile, resolving D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T16:07:17.534] [DEBUG] debug-file - hvigorfile, require result: {} +[2025-01-22T16:07:17.534] [DEBUG] debug-file - hvigorfile, binding system plugins {} +[2025-01-22T16:07:17.537] [DEBUG] debug-file - Start initialize module-target build option map, moduleName=entry, buildMode=debug +[2025-01-22T16:07:17.537] [DEBUG] debug-file - Target 'default' config: {} +[2025-01-22T16:07:17.537] [DEBUG] debug-file - Target 'ohosTest' config: {} +[2025-01-22T16:07:17.537] [DEBUG] debug-file - Module 'entry' target 'default' build option: { + "debuggable": true, + "copyFrom": "default" +} +[2025-01-22T16:07:17.537] [DEBUG] debug-file - Module 'entry' target 'ohosTest' build option: { + "debuggable": true +} +[2025-01-22T16:07:17.538] [DEBUG] debug-file - End initialize module-target build option map, moduleName=entry +[2025-01-22T16:07:17.538] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T16:07:17.540] [DEBUG] debug-file - Module entry task initialization takes 1 ms +[2025-01-22T16:07:17.540] [DEBUG] debug-file - hvigorfile, resolve finished D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\hvigorfile.ts +[2025-01-22T16:07:17.597] [DEBUG] debug-file - hvigorfile, resolve hvigorfile dependencies in 57 ms +[2025-01-22T16:07:17.598] [DEBUG] debug-file - project has submodules:entry +[2025-01-22T16:07:17.598] [DEBUG] debug-file - start to load updatedOhPackageInfo to the disk +[2025-01-22T16:07:17.603] [DEBUG] debug-file - load to the disk finished +[2025-01-22T16:07:17.604] [DEBUG] debug-file - Module uitest Collected Dependency: +[2025-01-22T16:07:17.604] [DEBUG] debug-file - Module uitest's total dependency: 0 +[2025-01-22T16:07:17.605] [DEBUG] debug-file - Module entry Collected Dependency: +[2025-01-22T16:07:17.605] [DEBUG] debug-file - Module entry's total dependency: 0 +[2025-01-22T16:07:17.606] [DEBUG] debug-file - Configuration phase cost:112 ms +[2025-01-22T16:07:17.607] [DEBUG] debug-file - Configuration task cost before running: 125 ms +[2025-01-22T16:07:17.607] [DEBUG] debug-file - Executing task :entry:init +[2025-01-22T16:07:17.607] [DEBUG] debug-file - entry : init cost memory 0.01262664794921875 +[2025-01-22T16:07:17.607] [DEBUG] debug-file - runTaskFromQueue task cost before running: 125 ms +[2025-01-22T16:07:17.608] [INFO] debug-file - Finished :entry:init... after 1 ms +[2025-01-22T16:07:17.608] [DEBUG] debug-file - Executing task ::init +[2025-01-22T16:07:17.608] [DEBUG] debug-file - uitest : init cost memory 0.01143646240234375 +[2025-01-22T16:07:17.608] [DEBUG] debug-file - runTaskFromQueue task cost before running: 126 ms +[2025-01-22T16:07:17.608] [INFO] debug-file - Finished ::init... after 1 ms +[2025-01-22T16:07:17.616] [DEBUG] debug-file - Module 'entry' target 'default' using build option: { + "debuggable": true, + "copyFrom": "default" +} in this build. +[2025-01-22T16:07:17.618] [DEBUG] debug-file - Module 'entry' target 'ohosTest' using build option: { + "debuggable": true +} in this build. diff --git a/code/Project/Test/uitest/.hvigor/outputs/logs/details/details.json b/code/Project/Test/uitest/.hvigor/outputs/logs/details/details.json new file mode 100644 index 0000000000..94e688a82f --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/outputs/logs/details/details.json @@ -0,0 +1,59 @@ +{ + "HVIGOR_OHOS_PLUGIN": { + "MODULE_CONFIG": [ + { + "MODULE_NAME": "entry", + "API_TYPE": "stageMode", + "TARGETS": [ + { + "name": "default" + }, + { + "name": "ohosTest" + } + ], + "DEVICE_TYPES": [ + "default", + "tablet" + ], + "AOT_COMPILE_MODE": "type" + } + ], + "PROJECT_CONFIG": { + "PRODUCTS": [ + { + "NAME": "default", + "COMPATIBLE_SDK_VERSION": "5.0.0(12)", + "RUNTIMEOS": "HarmonyOS" + } + ], + "MODULES": [ + { + "TARGETS": [ + { + "NAME": "default" + } + ] + } + ], + "BUILD_MODE": "test" + } + }, + "totalTime": 1550179700, + "moduleNum": 1, + "taskTime": { + "compileArkTS": 707626400, + "buildArkTS": 0, + "compileJS": 0, + "buildJS": 4061400, + "compileResource": 0, + "packageHap": 438761900, + "signHap": 132631700 + }, + "isIncremental": true, + "hasIncremental": true, + "isParallel": true, + "IS_DAEMON": true, + "LOG_LEVEL": "INFO", + "IS_HVIGORFILE_TYPE_CHECK": false +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/outputs/sync/fileCache.json b/code/Project/Test/uitest/.hvigor/outputs/sync/fileCache.json new file mode 100644 index 0000000000..be6500c3bd --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/outputs/sync/fileCache.json @@ -0,0 +1 @@ +{"CACHE_SYNC_FILE_HASH":{"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\.hvigor\\outputs\\sync\\output.json":"fc77942bad2b8e7db2f1a25995c3ec981d3ac31c9a5211a5f253fc40a13f9ac7","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5":"c4f5685e3117e7be5d68c3db8d9b6481a55bbaebf1668ecf67fd133a6750450e","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigor\\hvigor-config.json5":"f966b016d302001562e831d47b42cddc3715a28451a92dbde405b09394587926","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5":"abd6f1f5426e8b8daa3f57e46318fa7f066ae8d2b5eb663a5448b6f25c55e006","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5":"ade8927d5005b0202324881643fb8a7b56bb4ae9009696c43266afd49d6a837e","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts":"df95e8777912cf7452490321479da63abf96a17659dec6d5834e350a104597b9","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts":"5585729dedf840cc5137a4d0c7c3cb28b0275b601a42ae6428e1302523a78b9c","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5":"aaf496486391fb72cbf1237c55666c8e4b4140e5e89accb597d53f035cbfbdf7"},"OHPM_INSTALL_FILE_HASH":{"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh_modules":false,"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules":true,"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5":"abd6f1f5426e8b8daa3f57e46318fa7f066ae8d2b5eb663a5448b6f25c55e006","D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5":"ade8927d5005b0202324881643fb8a7b56bb4ae9009696c43266afd49d6a837e"}} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/outputs/sync/output.json b/code/Project/Test/uitest/.hvigor/outputs/sync/output.json new file mode 100644 index 0000000000..c7cec478d2 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/outputs/sync/output.json @@ -0,0 +1,138 @@ +{ + "ohos-module-entry": { + "SELECT_TARGET": "default", + "MODULE_BUILD_DIR": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build", + "TARGETS": { + "default": { + "SOURCE_ROOT": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main", + "RESOURCES_PATH": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources" + ], + "BUILD_PATH": { + "OUTPUT_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default", + "INTERMEDIA_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates", + "JS_ASSETS_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default", + "JS_LITE_ASSETS_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out_lite\\default", + "RES_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default", + "RES_PROFILE_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile", + "ETS_SUPER_VISUAL_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\default\\default@CompileArkTS\\esmodule", + "JS_SUPER_VISUAL_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\default\\default@CompileJS\\jsbundle", + "WORKER_LOADER": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json", + "MANIFEST_JSON": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\manifest\\default", + "OUTPUT_METADATA_JSON": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json" + }, + "BUILD_OPTION": { + "debuggable": true + } + }, + "ohosTest": { + "SOURCE_ROOT": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest", + "RESOURCES_PATH": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources" + ], + "BUILD_PATH": { + "OUTPUT_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest", + "INTERMEDIA_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates", + "JS_ASSETS_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest", + "JS_LITE_ASSETS_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out_lite\\ohosTest", + "RES_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest", + "RES_PROFILE_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile", + "ETS_SUPER_VISUAL_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\ohosTest\\ohosTest@OhosTestCompileArkTS\\esmodule", + "JS_SUPER_VISUAL_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\ohosTest\\ohosTest@OhosTestCompileJS\\jsbundle", + "WORKER_LOADER": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json", + "MANIFEST_JSON": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\manifest\\ohosTest", + "OUTPUT_METADATA_JSON": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\ohosTest\\output_metadata.json" + }, + "BUILD_OPTION": { + "debuggable": true + } + } + }, + "BUILD_OPTION": { + "default-default": { + "debuggable": true, + "copyFrom": "default" + } + }, + "BUILD_PROFILE_OPT": { + "apiType": "stageMode", + "buildOption": {}, + "targets": [ + { + "name": "default" + }, + { + "name": "ohosTest" + } + ] + } + }, + "ohos-project": { + "SELECT_PRODUCT_NAME": "default", + "MODULE_BUILD_DIR": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build", + "BUNDLE_NAME": "com.samples.test.uitest", + "BUILD_PATH": { + "OUTPUT_PATH": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\outputs\\default" + }, + "MODULES": [ + { + "name": "entry", + "srcPath": "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ], + "PROFILE_OPT": { + "app": { + "signingConfigs": [ + { + "name": "default", + "type": "HarmonyOS", + "material": { + "certpath": "C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer", + "storePassword": "0000001BFD3F27DED24BA76EBD62C0AC8BF4487B59327DB26DDA6E3CD21E679557037D9C5B92502FE93D41", + "keyAlias": "debugKey", + "keyPassword": "0000001B3567D1250CB5A92C9603AB1D40EE27E0559E395E6341CB0AA3BE0468B555B623C94762669D28A3", + "profile": "C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b", + "signAlg": "SHA256withECDSA", + "storeFile": "C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12" + } + } + ], + "products": [ + { + "name": "default", + "signingConfig": "default", + "compatibleSdkVersion": "5.0.0(12)", + "runtimeOS": "HarmonyOS" + } + ] + }, + "modules": [ + { + "name": "entry", + "srcPath": "./entry", + "targets": [ + { + "name": "default", + "applyToProducts": [ + "default" + ] + } + ] + } + ] + }, + "CONFIG_PROPERTIES": { + "enableSignTask": true, + "skipNativeIncremental": false + } + }, + "version": 1 +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221513425780.json b/code/Project/Test/uitest/.hvigor/report/report-202501221513425780.json new file mode 100644 index 0000000000..74ad8abbb6 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221513425780.json @@ -0,0 +1,767 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "fb2eec26-7529-4900-bad2-95f52d707fd8", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509784872505400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6fa680cf-f353-410f-a310-70d5cc27a3b5", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509784874051500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d64b796-734a-4222-be37-069328a2bf15", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509784874295100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cfe9eb7-3866-45ae-895e-69a65439ac90", + "name": "worker[0] exits with exit code 0.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509784874844100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39a5e11b-1e25-49d0-b096-9424866c6273", + "name": "worker[1] exits with exit code 0.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509784875109100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "560a67a4-e22d-4ca7-a1e1-74f11df2dd72", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794627840900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b47e7d2-c902-4d41-9e2d-d02919a99258", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794631603200 + }, + "additional": { + "children": [ + "e6fff7f9-20eb-434a-8884-19288ff8cad5", + "b94cb17c-de49-4180-b6b6-2926fa82523f", + "79f51b2a-b9d4-4e49-9502-f3f2f955b05e", + "7c4860aa-68f8-46a4-b12f-218d20b5aaa8" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [] + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e6fff7f9-20eb-434a-8884-19288ff8cad5", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794631605300, + "endTime": 509794638179100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2b47e7d2-c902-4d41-9e2d-d02919a99258", + "logId": "6ff22cb9-4210-495b-a032-d5cb316f867e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b94cb17c-de49-4180-b6b6-2926fa82523f", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794638204300 + }, + "additional": { + "children": [ + "871f860d-cc24-4963-bd79-3bedd0a838b5", + "739ae507-b296-46c6-a7ff-52c7c03497aa", + "bd63828a-2bca-4f30-8f7a-e5db1ce603fb", + "ed0b060e-eeef-40a6-bdb5-f98802f075af", + "50b420e1-07ce-4318-9553-055e80960a62", + "e60c1faf-0dce-4ff6-a8b8-dbcae8f061b8", + "b20f4674-c5ca-474b-a805-73fe276cf211", + "f40e26d0-a0ce-4f38-8369-9a2d6e4f797c" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2b47e7d2-c902-4d41-9e2d-d02919a99258" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cf0323a8-ec8d-490a-a638-cc6680473005", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794635220500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3220cc79-195b-4454-b1dd-563f7dad4d92", + "name": "Since current hvigor version 5.2.2 differs from last hvigor version \n undefined, delete file-cache.json and task-cache.json.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794636651400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e87d9f58-e904-498c-94ff-80996303df8b", + "name": "Cache service initialization finished in 3 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794638086800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ff22cb9-4210-495b-a032-d5cb316f867e", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794631605300, + "endTime": 509794638179100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e6fff7f9-20eb-434a-8884-19288ff8cad5" + } + }, + { + "head": { + "id": "871f860d-cc24-4963-bd79-3bedd0a838b5", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794641434700, + "endTime": 509794641448700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b94cb17c-de49-4180-b6b6-2926fa82523f", + "logId": "06fbc189-e241-408d-9430-904de794a5a7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "739ae507-b296-46c6-a7ff-52c7c03497aa", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794641466200, + "endTime": 509794644485500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b94cb17c-de49-4180-b6b6-2926fa82523f", + "logId": "a6c3b827-d786-4fd4-8164-5773ff9f8094" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bd63828a-2bca-4f30-8f7a-e5db1ce603fb", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794644498800 + }, + "additional": { + "children": [ + "dbef999c-be04-4c50-86ab-ca22267731f6" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b94cb17c-de49-4180-b6b6-2926fa82523f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "06fbc189-e241-408d-9430-904de794a5a7", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794641434700, + "endTime": 509794641448700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "871f860d-cc24-4963-bd79-3bedd0a838b5" + } + }, + { + "head": { + "id": "a6c3b827-d786-4fd4-8164-5773ff9f8094", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794641466200, + "endTime": 509794644485500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "739ae507-b296-46c6-a7ff-52c7c03497aa" + } + }, + { + "head": { + "id": "dbef999c-be04-4c50-86ab-ca22267731f6", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794645641800 + }, + "additional": { + "children": [ + "b001c4bd-9dc0-49f0-aea2-4f93d6c8dc17", + "6a68fc49-6f56-4c51-8a59-71064b729191" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bd63828a-2bca-4f30-8f7a-e5db1ce603fb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b001c4bd-9dc0-49f0-aea2-4f93d6c8dc17", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794645642600, + "endTime": 509794650711000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dbef999c-be04-4c50-86ab-ca22267731f6", + "logId": "fa9edeb0-191e-44cf-be29-b23e26b2ae02" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6a68fc49-6f56-4c51-8a59-71064b729191", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794650723400 + }, + "additional": { + "children": [], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dbef999c-be04-4c50-86ab-ca22267731f6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d4f1ed90-753d-4746-baa3-37b2513425b6", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794645646500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2615ea21-e612-4bd5-aaac-0690cd6fd7ac", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794650605900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa9edeb0-191e-44cf-be29-b23e26b2ae02", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794645642600, + "endTime": 509794650711000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b001c4bd-9dc0-49f0-aea2-4f93d6c8dc17" + } + }, + { + "head": { + "id": "5761473a-7d5d-498a-9693-b78f6fb7ea10", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794650740200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb0e07d8-afdf-4d53-98ff-cd70f9375b79", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794656562500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f1b75b6-acfc-494f-b3b3-0dd1066c6f3c", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794656650400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a573a19a-993b-49fc-bbe3-a744bbf44610", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794656735200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3936f069-fc0f-4fb4-b188-9582457be798", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794656786900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2e7919a7-895d-4ad1-9d29-374e15803d76", + "name": "hvigor build process will be closed with an error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794658625100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d755901-c757-48e4-a29a-6b0c7102d4c6", + "name": "ERROR: stacktrace = Error: Invalid value of 'sdk.dir' in 'local.properties' or 'OHOS_BASE_SDK_HOME' in the system environment path.\r\n\t at D:/page/huawei/next/idea/oh_Sdk\n at OhosLogger.errorMessageExit (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor\\src\\base\\log\\hvigor-log.js:1:2844)\n at OhosLogger._printErrorAndExit (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\utils\\log\\ohos-logger.js:1:1931)\n at Property.validatePath (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\sdk\\lib\\property-get.js:1:2871)\n at Property.getSdkDir (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\sdk\\lib\\property-get.js:1:1287)\n at SdkLoader.getSdkInfo (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\sdk\\sdk-loader.js:1:654)\n at new ProjectTaskService (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\tasks\\service\\project-task-service.js:1:1950)\n at AppPlugin.initTaskService (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\plugin\\app-plugin.js:1:715)\n at ProjectImpl. (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\plugin\\factory\\plugin-factory.js:1:2070)\n at ProjectImpl.executeAfterBindSystemPluginsHook (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor\\src\\base\\internal\\lifecycle\\hvigor-node-impl\\default-node-impl.js:1:5374)\n at evaluateNodeVigorFile (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor\\src\\base\\internal\\lifecycle\\configuration.js:1:8240)", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794658762300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1728799f-4a30-4bd8-a6e9-74e2606bcb0e", + "name": "", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794629751300, + "endTime": 509794664397200 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 13 + }, + "completeCommand": "{\"completeCommand\":\"--sync -p product=default --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"product=default\"],\"incremental\":true,\"sync\":true,\"_\":[],\"daemon\":true,\"analyze\":\"normal\"};--sync -p product=default --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "failed" + } + }, + { + "head": { + "id": "e9daa0f1-397c-40fb-bf80-230223bc8e5d", + "name": "BUILD FAILED in 35 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794664424600 + }, + "additional": { + "logType": "error", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221513481590.json b/code/Project/Test/uitest/.hvigor/report/report-202501221513481590.json new file mode 100644 index 0000000000..393181c712 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221513481590.json @@ -0,0 +1,733 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "d64dc3e2-5b24-4eed-a22b-cccf33dc0f7c", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794673280800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3e224c9-59f0-42f9-9644-b6febffa0baf", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794679420500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebf176e2-579c-4720-9f8a-ee6cee3b7f43", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509794679724200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbed353f-c6c2-4974-a7e7-059423c098aa", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800208353900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c26a1165-d436-45db-a79c-a0166b77635a", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800212256800 + }, + "additional": { + "children": [ + "ef3daacc-5714-49cf-a870-04b16b441c6a", + "35cc9a4d-2cea-4f80-9351-7f4654c5b69c", + "70a005f8-f95e-4f47-a650-067e07cee2ac", + "eb1b1e69-0470-48e2-b41c-78df6b1197c1" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [] + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ef3daacc-5714-49cf-a870-04b16b441c6a", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800212257900, + "endTime": 509800218518800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c26a1165-d436-45db-a79c-a0166b77635a", + "logId": "92fba164-b36a-48f1-bac9-2b2920a88e25" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "35cc9a4d-2cea-4f80-9351-7f4654c5b69c", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800218537800 + }, + "additional": { + "children": [ + "28cd6cfc-62c6-4662-9ac7-22b34f5048ff", + "9e241bfd-d7fc-4c47-b381-562488817dfa", + "af9ddaf7-75a2-4d9a-a39a-2334f6a1d10b", + "09f23f45-63ce-4a25-a116-c50a487f7de0", + "b1026094-9cb7-42a0-b90e-0551e567a131", + "5d988e02-b5d1-4ef3-8468-d3b2f8c4f048", + "af08a9ea-efe5-42e1-8ed0-bfa58e24d874", + "21989ad9-2d96-4b93-bd36-2a9fd8892234" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c26a1165-d436-45db-a79c-a0166b77635a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "038864c2-7e2c-4c65-b555-20b2009c6143", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800216662300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "115283cb-6ad8-489a-bcbb-6756bee7b325", + "name": "Since current hvigor version 5.2.2 differs from last hvigor version \n undefined, delete file-cache.json and task-cache.json.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800217512600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b95955a3-5110-43c1-b297-ff7c90d41eb0", + "name": "Cache service initialization finished in 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800218420600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92fba164-b36a-48f1-bac9-2b2920a88e25", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800212257900, + "endTime": 509800218518800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ef3daacc-5714-49cf-a870-04b16b441c6a" + } + }, + { + "head": { + "id": "28cd6cfc-62c6-4662-9ac7-22b34f5048ff", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800222310400, + "endTime": 509800222330000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "35cc9a4d-2cea-4f80-9351-7f4654c5b69c", + "logId": "f3d46adf-2a15-47b0-a0b6-54a2048b6a94" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9e241bfd-d7fc-4c47-b381-562488817dfa", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800222352400, + "endTime": 509800225310700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "35cc9a4d-2cea-4f80-9351-7f4654c5b69c", + "logId": "5586dc78-55d0-4cb0-b78d-2d92551be362" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "af9ddaf7-75a2-4d9a-a39a-2334f6a1d10b", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800225380100 + }, + "additional": { + "children": [ + "a2fd58aa-d267-4527-8b3a-cf9c9c4e088c" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "35cc9a4d-2cea-4f80-9351-7f4654c5b69c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f3d46adf-2a15-47b0-a0b6-54a2048b6a94", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800222310400, + "endTime": 509800222330000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "28cd6cfc-62c6-4662-9ac7-22b34f5048ff" + } + }, + { + "head": { + "id": "5586dc78-55d0-4cb0-b78d-2d92551be362", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800222352400, + "endTime": 509800225310700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9e241bfd-d7fc-4c47-b381-562488817dfa" + } + }, + { + "head": { + "id": "a2fd58aa-d267-4527-8b3a-cf9c9c4e088c", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800226750600 + }, + "additional": { + "children": [ + "cc5dac51-aaa0-47cd-93c1-dbef47105c47", + "b8f2bf16-5122-4b63-84ad-47ba470d3ab3" + ], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "af9ddaf7-75a2-4d9a-a39a-2334f6a1d10b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cc5dac51-aaa0-47cd-93c1-dbef47105c47", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800226751600, + "endTime": 509800232004300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a2fd58aa-d267-4527-8b3a-cf9c9c4e088c", + "logId": "7483bada-9854-4866-b3e9-90a0c107ecb4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b8f2bf16-5122-4b63-84ad-47ba470d3ab3", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800232033500 + }, + "additional": { + "children": [], + "state": "running", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a2fd58aa-d267-4527-8b3a-cf9c9c4e088c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4340531b-140b-48e8-bd94-b00e916885b0", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800226756400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4fdef2d1-7443-464f-bd0d-dc0c8f4e8bcb", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800231864900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7483bada-9854-4866-b3e9-90a0c107ecb4", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800226751600, + "endTime": 509800232004300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cc5dac51-aaa0-47cd-93c1-dbef47105c47" + } + }, + { + "head": { + "id": "fd7b8729-fc23-436e-b61f-aa9de8384d4a", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800232075400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d232a7ec-b4cd-4238-80c3-57be28538129", + "name": "Start initialize project's product build option map with build mode debug.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800238247200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "149c469e-1a81-47d6-a390-e403bfb73c95", + "name": "Picking option from product 'default' with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800239155800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "504c073f-0eed-43b2-8aba-296bfa3970ab", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800239256500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5456dd0-5943-47ef-8983-9d11b218781e", + "name": "End initialize project's product build option map with build mode 'debug'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800239313200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1bed5e9-50a9-41e4-82ec-eee3146bcec0", + "name": "hvigor build process will be closed with an error.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800240577700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d17133e-9a1b-4d15-8ed5-1986b0b34aed", + "name": "ERROR: stacktrace = Error: Unable to find 'sdk.dir' in 'local.properties' or 'OHOS_BASE_SDK_HOME' in the system environment path.\r\n\t at D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\local.properties\n at OhosLogger.errorMessageExit (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor\\src\\base\\log\\hvigor-log.js:1:2844)\n at OhosLogger._printErrorAndExit (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\utils\\log\\ohos-logger.js:1:1931)\n at Property.validatePath (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\sdk\\lib\\property-get.js:1:2516)\n at Property.getSdkDir (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\sdk\\lib\\property-get.js:1:1287)\n at SdkLoader.getSdkInfo (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\sdk\\sdk-loader.js:1:654)\n at new ProjectTaskService (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\tasks\\service\\project-task-service.js:1:1950)\n at AppPlugin.initTaskService (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\plugin\\app-plugin.js:1:715)\n at ProjectImpl. (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor-ohos-plugin\\src\\plugin\\factory\\plugin-factory.js:1:2070)\n at ProjectImpl.executeAfterBindSystemPluginsHook (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor\\src\\base\\internal\\lifecycle\\hvigor-node-impl\\default-node-impl.js:1:5374)\n at evaluateNodeVigorFile (D:\\page\\huawei\\dev_5_0\\DevEco Studio\\tools\\hvigor\\hvigor\\src\\base\\internal\\lifecycle\\configuration.js:1:8240)", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800240743100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83502731-44f0-4287-bb20-1d585d25ad0e", + "name": "", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800210216000, + "endTime": 509800247055700 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 13 + }, + "completeCommand": "{\"completeCommand\":\"--sync -p product=default --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"product=default\"],\"incremental\":true,\"sync\":true,\"_\":[],\"daemon\":true,\"analyze\":\"normal\"};--sync -p product=default --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "failed" + } + }, + { + "head": { + "id": "83a5d3ad-29a7-4f1c-b3c9-5398c6237109", + "name": "BUILD FAILED in 37 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 509800247112800 + }, + "additional": { + "logType": "error", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221545157810.json b/code/Project/Test/uitest/.hvigor/report/report-202501221545157810.json new file mode 100644 index 0000000000..9a7630ea6c --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221545157810.json @@ -0,0 +1,10840 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "929a7df1-5bec-492c-b527-e65ce4dfdbaa", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511675551933900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b118d541-7bf5-450e-89be-01c9ccdea1ba", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511675603424300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3accd793-b24a-461d-a05c-2e3cd5020207", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511675604261700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25753b5e-36e0-4c11-83b7-f8949c2ec22c", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687830727600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97ba33be-887a-4c8c-8809-cd63bf889aae", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687834219700, + "endTime": 511687950555800 + }, + "additional": { + "children": [ + "e01bca7d-892a-4127-a729-2d724a2026d9", + "cd3464d2-4478-4d2e-acae-48e165566802", + "343cef93-fbc5-46bf-9754-47f51ceb08b7", + "5703e3b0-4bab-4d3f-9746-91d2e7f4fefe" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "22f649ca-2f9d-489d-92e3-5eb3cdf57269" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e01bca7d-892a-4127-a729-2d724a2026d9", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687834225600, + "endTime": 511687839109400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "97ba33be-887a-4c8c-8809-cd63bf889aae", + "logId": "b4e8d8ba-ef52-45b5-b9d6-f6164b563f83" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cd3464d2-4478-4d2e-acae-48e165566802", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687839135700, + "endTime": 511687949918000 + }, + "additional": { + "children": [ + "f4932653-9408-410b-922f-10dd9ce9de1d", + "5c9824df-8301-4bb4-8811-36f5c3542fdf", + "c7fc99f7-17bb-4b25-a469-841a28a2c1e7", + "b62e9a51-84dd-49ae-a378-11c211bce574", + "d3624a03-64d8-46a4-a0d3-76a1c82b00d4", + "999afe90-c41b-4d3c-ade7-24635ccd4d6f", + "35e935dd-ca5a-4f9e-a959-d9088200e789", + "025ca722-0e85-49d3-8536-6925bd4fe8a4" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "97ba33be-887a-4c8c-8809-cd63bf889aae", + "logId": "98eb4507-c414-4ebc-8764-e97b2e38faa2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "343cef93-fbc5-46bf-9754-47f51ceb08b7", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687949944800, + "endTime": 511687950509500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "97ba33be-887a-4c8c-8809-cd63bf889aae", + "logId": "b5f51c15-f4cf-472e-ae89-60d79f5f4f0a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5703e3b0-4bab-4d3f-9746-91d2e7f4fefe", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687950520000, + "endTime": 511687950529600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "97ba33be-887a-4c8c-8809-cd63bf889aae", + "logId": "0bd5850e-10e7-4158-b6fe-e02d8e884dec" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "280bf1cf-9df1-44d0-82bb-5f88281868d2", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687838392400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0dcae28-802e-4cd6-a048-922b9ea1c420", + "name": "Cache service initialization finished in 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687839016200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4e8d8ba-ef52-45b5-b9d6-f6164b563f83", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687834225600, + "endTime": 511687839109400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e01bca7d-892a-4127-a729-2d724a2026d9", + "parent": "22f649ca-2f9d-489d-92e3-5eb3cdf57269" + } + }, + { + "head": { + "id": "f4932653-9408-410b-922f-10dd9ce9de1d", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687841673900, + "endTime": 511687841681900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802", + "logId": "cd261930-4c4e-4a25-8725-da6ada7b2806" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5c9824df-8301-4bb4-8811-36f5c3542fdf", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687841696900, + "endTime": 511687843802900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802", + "logId": "95f9ae49-2402-4098-aafd-87a06acc7452" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c7fc99f7-17bb-4b25-a469-841a28a2c1e7", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687843812500, + "endTime": 511687874114800 + }, + "additional": { + "children": [ + "c966138e-0acb-440a-a2d2-8b8f87d3853d" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802", + "logId": "ecaa9a1f-40a6-4364-934b-5f0261b4dd27" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b62e9a51-84dd-49ae-a378-11c211bce574", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687874123800, + "endTime": 511687889097400 + }, + "additional": { + "children": [ + "b0fb2d79-9a0e-4619-90ed-626e2713c833" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802", + "logId": "92e97e77-545d-402f-b5ce-23a94c32c181" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d3624a03-64d8-46a4-a0d3-76a1c82b00d4", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687889105700, + "endTime": 511687942849200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802", + "logId": "0b9ae7c3-0e9c-4e7b-b663-f55b5ecd0b6b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "999afe90-c41b-4d3c-ade7-24635ccd4d6f", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687840724500, + "endTime": 511687949921800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "35e935dd-ca5a-4f9e-a959-d9088200e789", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687841026700, + "endTime": 511687949922900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "025ca722-0e85-49d3-8536-6925bd4fe8a4", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687949809800, + "endTime": 511687949904300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "cd3464d2-4478-4d2e-acae-48e165566802", + "logId": "63663e7a-6652-4af9-a3d3-d5f89db37ef0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cd261930-4c4e-4a25-8725-da6ada7b2806", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687841673900, + "endTime": 511687841681900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f4932653-9408-410b-922f-10dd9ce9de1d", + "parent": "98eb4507-c414-4ebc-8764-e97b2e38faa2" + } + }, + { + "head": { + "id": "95f9ae49-2402-4098-aafd-87a06acc7452", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687841696900, + "endTime": 511687843802900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5c9824df-8301-4bb4-8811-36f5c3542fdf", + "parent": "98eb4507-c414-4ebc-8764-e97b2e38faa2" + } + }, + { + "head": { + "id": "c966138e-0acb-440a-a2d2-8b8f87d3853d", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687844984800, + "endTime": 511687874073900 + }, + "additional": { + "children": [ + "9f8b905d-d316-49f0-a8da-1d9ff99eef2c", + "da7b4439-eac5-414b-9fb1-bb2b9dc90e5b" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c7fc99f7-17bb-4b25-a469-841a28a2c1e7", + "logId": "aa7cf4e5-334d-4e2a-81da-ea7b89bde1ba" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9f8b905d-d316-49f0-a8da-1d9ff99eef2c", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687844985700, + "endTime": 511687849066800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c966138e-0acb-440a-a2d2-8b8f87d3853d", + "logId": "7700d0e9-15df-464c-bf4f-aa18078830c2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "da7b4439-eac5-414b-9fb1-bb2b9dc90e5b", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687849081200, + "endTime": 511687874052400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c966138e-0acb-440a-a2d2-8b8f87d3853d", + "logId": "df7c2697-262a-433c-b9c0-8aceb5097e70" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d407c763-d73f-432f-a5eb-91adb61bbbb2", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687844990500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5aec7b4-4de9-4c9f-9f3d-84b135732bd3", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687848941000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7700d0e9-15df-464c-bf4f-aa18078830c2", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687844985700, + "endTime": 511687849066800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9f8b905d-d316-49f0-a8da-1d9ff99eef2c", + "parent": "aa7cf4e5-334d-4e2a-81da-ea7b89bde1ba" + } + }, + { + "head": { + "id": "75a42b8e-5a12-45e1-b1ec-272a12230103", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687849096000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bfd5115-c302-48d6-a85c-e103d94ddd6c", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687854666200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45a43e1e-2119-49df-bdf2-858b0f1ba2c9", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687854783200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38bc1087-0507-4679-8a54-ab06d895d82a", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687854873400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4a8b64d-a369-4bec-93a7-7af9798cbbb0", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687854926300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de06ec76-9416-4ab3-b41c-d9535375891e", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687855386000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e0fec81-ea41-4ed7-96f5-3e92ced6ffc7", + "name": "Sdk init in 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687861440300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "754017a2-e94e-459c-888c-765fff1b0871", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687861631200 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 45 + }, + "markType": "other" + } + }, + { + "head": { + "id": "c20a5ca9-e4e5-45d5-a41f-04862b9ce1a9", + "name": "Project task initialization takes 12 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687873882400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a4028b7-fa99-4935-b2af-9b58a7fa801a", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687873985900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df7c2697-262a-433c-b9c0-8aceb5097e70", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687849081200, + "endTime": 511687874052400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "da7b4439-eac5-414b-9fb1-bb2b9dc90e5b", + "parent": "aa7cf4e5-334d-4e2a-81da-ea7b89bde1ba" + } + }, + { + "head": { + "id": "aa7cf4e5-334d-4e2a-81da-ea7b89bde1ba", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687844984800, + "endTime": 511687874073900 + }, + "additional": { + "logType": "info", + "children": [ + "7700d0e9-15df-464c-bf4f-aa18078830c2", + "df7c2697-262a-433c-b9c0-8aceb5097e70" + ], + "durationId": "c966138e-0acb-440a-a2d2-8b8f87d3853d", + "parent": "ecaa9a1f-40a6-4364-934b-5f0261b4dd27" + } + }, + { + "head": { + "id": "ecaa9a1f-40a6-4364-934b-5f0261b4dd27", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687843812500, + "endTime": 511687874114800 + }, + "additional": { + "logType": "info", + "children": [ + "aa7cf4e5-334d-4e2a-81da-ea7b89bde1ba" + ], + "durationId": "c7fc99f7-17bb-4b25-a469-841a28a2c1e7", + "parent": "98eb4507-c414-4ebc-8764-e97b2e38faa2" + } + }, + { + "head": { + "id": "b0fb2d79-9a0e-4619-90ed-626e2713c833", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687874460700, + "endTime": 511687889082200 + }, + "additional": { + "children": [ + "c1c96c1d-ac78-47e8-9fe2-83aed514317f" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b62e9a51-84dd-49ae-a378-11c211bce574", + "logId": "76f00bc8-5bca-403e-b995-841f5a8be4a5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c1c96c1d-ac78-47e8-9fe2-83aed514317f", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687877085700, + "endTime": 511687888693400 + }, + "additional": { + "children": [ + "6d152de5-7e19-481f-b120-9e5be39e5638", + "51e4ad47-d30e-44d8-b5eb-d091c0cab87d" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b0fb2d79-9a0e-4619-90ed-626e2713c833", + "logId": "22534d2a-f16d-4462-ae2c-8cc4d452de58" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6d152de5-7e19-481f-b120-9e5be39e5638", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687877086800, + "endTime": 511687881412400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c1c96c1d-ac78-47e8-9fe2-83aed514317f", + "logId": "bf7b570c-4726-47a3-9667-171a630d4250" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "51e4ad47-d30e-44d8-b5eb-d091c0cab87d", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687881427300, + "endTime": 511687888682800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c1c96c1d-ac78-47e8-9fe2-83aed514317f", + "logId": "9ceaf746-2ead-4a13-9c49-54dd219f9d1b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "14bd98a1-d11b-43db-83c8-05df282bd604", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687877092300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32c91c1b-3595-41ec-82bc-c3494914ac6c", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687881279700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf7b570c-4726-47a3-9667-171a630d4250", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687877086800, + "endTime": 511687881412400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6d152de5-7e19-481f-b120-9e5be39e5638", + "parent": "22534d2a-f16d-4462-ae2c-8cc4d452de58" + } + }, + { + "head": { + "id": "2679c74b-4d18-4de0-b0f0-ac285d877923", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687881442800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "992b6ea8-97be-47fe-90e4-dc5e646c446d", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687884831900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b49fc18-f247-4a3b-ad66-8beb655a2b55", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687884969000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32365792-f5d1-47ed-b7fe-df949f564dce", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687885101400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b170c62-0314-4b55-941c-14da6f37d562", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687885174700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "587e837c-6550-4046-bea6-603612114963", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687885249300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee550982-7120-44ec-8815-be717acd0f47", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687885296400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98c801d1-151c-489b-9e1f-afc66f0c5c02", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687885381300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a60f4fc-142e-447d-bce5-008f2409566d", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687888474800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08cb539c-a496-49ef-82a7-3c49262a0880", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687888599800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ceaf746-2ead-4a13-9c49-54dd219f9d1b", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687881427300, + "endTime": 511687888682800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "51e4ad47-d30e-44d8-b5eb-d091c0cab87d", + "parent": "22534d2a-f16d-4462-ae2c-8cc4d452de58" + } + }, + { + "head": { + "id": "22534d2a-f16d-4462-ae2c-8cc4d452de58", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687877085700, + "endTime": 511687888693400 + }, + "additional": { + "logType": "info", + "children": [ + "bf7b570c-4726-47a3-9667-171a630d4250", + "9ceaf746-2ead-4a13-9c49-54dd219f9d1b" + ], + "durationId": "c1c96c1d-ac78-47e8-9fe2-83aed514317f", + "parent": "76f00bc8-5bca-403e-b995-841f5a8be4a5" + } + }, + { + "head": { + "id": "76f00bc8-5bca-403e-b995-841f5a8be4a5", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687874460700, + "endTime": 511687889082200 + }, + "additional": { + "logType": "info", + "children": [ + "22534d2a-f16d-4462-ae2c-8cc4d452de58" + ], + "durationId": "b0fb2d79-9a0e-4619-90ed-626e2713c833", + "parent": "92e97e77-545d-402f-b5ce-23a94c32c181" + } + }, + { + "head": { + "id": "92e97e77-545d-402f-b5ce-23a94c32c181", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687874123800, + "endTime": 511687889097400 + }, + "additional": { + "logType": "info", + "children": [ + "76f00bc8-5bca-403e-b995-841f5a8be4a5" + ], + "durationId": "b62e9a51-84dd-49ae-a378-11c211bce574", + "parent": "98eb4507-c414-4ebc-8764-e97b2e38faa2" + } + }, + { + "head": { + "id": "2e702626-1127-49f8-8097-ba882d7155ab", + "name": "hvigorfile, resolve hvigorfile dependencies in 54 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687942732600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b9ae7c3-0e9c-4e7b-b663-f55b5ecd0b6b", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687889105700, + "endTime": 511687942849200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d3624a03-64d8-46a4-a0d3-76a1c82b00d4", + "parent": "98eb4507-c414-4ebc-8764-e97b2e38faa2" + } + }, + { + "head": { + "id": "58b0c3bc-0607-4eb3-8a9b-ad5d9b866236", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687942885900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e006a2d-1467-40a3-b725-8278b2af572a", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687943091400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f8a7b7b-1707-43cb-b2f9-59b1391512d6", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687947138100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a34533af-7fcb-4f22-9baa-f6a8b7c561b8", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687947641300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf5b9145-8142-4fa1-8d44-2ce05bb12ab6", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687947714300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84a7a5c3-7f69-491a-a53f-1516a8e98432", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687948332100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "085ae302-4f2d-4984-bafc-1f6291596b81", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687948404300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84241925-8b68-4b0c-a427-ddf3ba8266a2", + "name": "Configuration phase cost:109 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687949832800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63663e7a-6652-4af9-a3d3-d5f89db37ef0", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687949809800, + "endTime": 511687949904300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "025ca722-0e85-49d3-8536-6925bd4fe8a4", + "parent": "98eb4507-c414-4ebc-8764-e97b2e38faa2" + } + }, + { + "head": { + "id": "98eb4507-c414-4ebc-8764-e97b2e38faa2", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687839135700, + "endTime": 511687949918000 + }, + "additional": { + "logType": "info", + "children": [ + "cd261930-4c4e-4a25-8725-da6ada7b2806", + "95f9ae49-2402-4098-aafd-87a06acc7452", + "ecaa9a1f-40a6-4364-934b-5f0261b4dd27", + "92e97e77-545d-402f-b5ce-23a94c32c181", + "0b9ae7c3-0e9c-4e7b-b663-f55b5ecd0b6b", + "63663e7a-6652-4af9-a3d3-d5f89db37ef0" + ], + "durationId": "cd3464d2-4478-4d2e-acae-48e165566802", + "parent": "22f649ca-2f9d-489d-92e3-5eb3cdf57269" + } + }, + { + "head": { + "id": "b5f51c15-f4cf-472e-ae89-60d79f5f4f0a", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687949944800, + "endTime": 511687950509500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "343cef93-fbc5-46bf-9754-47f51ceb08b7", + "parent": "22f649ca-2f9d-489d-92e3-5eb3cdf57269" + } + }, + { + "head": { + "id": "0bd5850e-10e7-4158-b6fe-e02d8e884dec", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687950520000, + "endTime": 511687950529600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5703e3b0-4bab-4d3f-9746-91d2e7f4fefe", + "parent": "22f649ca-2f9d-489d-92e3-5eb3cdf57269" + } + }, + { + "head": { + "id": "22f649ca-2f9d-489d-92e3-5eb3cdf57269", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687834219700, + "endTime": 511687950555800 + }, + "additional": { + "logType": "info", + "children": [ + "b4e8d8ba-ef52-45b5-b9d6-f6164b563f83", + "98eb4507-c414-4ebc-8764-e97b2e38faa2", + "b5f51c15-f4cf-472e-ae89-60d79f5f4f0a", + "0bd5850e-10e7-4158-b6fe-e02d8e884dec" + ], + "durationId": "97ba33be-887a-4c8c-8809-cd63bf889aae" + } + }, + { + "head": { + "id": "d6dec1c2-e5af-4833-b22b-48486aaa7d76", + "name": "Configuration task cost before running: 119 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687950863600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32372e1b-ad84-4aab-8355-c28df03ad5d2", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687957119400, + "endTime": 511688103885000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "5419de66-33b5-4bc0-8b1c-4c33c8226bcf", + "logId": "0e27350f-c84b-4ac4-8a9b-d5513198760d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5419de66-33b5-4bc0-8b1c-4c33c8226bcf", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687951988400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "32372e1b-ad84-4aab-8355-c28df03ad5d2" + } + }, + { + "head": { + "id": "b3b06f3b-0ca9-4cf6-a383-54ed2df62b5c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687952478900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0b4f7df-7e03-40f3-9784-526bebfd5b81", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687952696800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16ada4a3-0ff5-4e0e-be48-ce6abba36770", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687952786100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dde16381-ef78-451a-8ab1-40db3ea22051", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687957136000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed9473b4-5269-4501-932a-bdd89c5f030b", + "name": "current product is not Atomic service.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688102463600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e6cf3c5-03c2-4bc3-9a23-e57f48f697c5", + "name": "Use tool [win32: JAVA_HOME, CLASSPATH]\n [\n { JAVA_HOME: 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\jbr' },\n { CLASSPATH: undefined }\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688102967600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53e04768-05f0-4aa4-9ce6-9416275939f1", + "name": "Use tool [win32: NODE_HOME]\n [\n {\n NODE_HOME: 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\tools\\\\node'\n }\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688103105200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d052ab6-82d0-4d05-a561-0edae4c2d1d4", + "name": "entry : default@PreBuild cost memory 0.48732757568359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688103731700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ee66b3a-a922-4e24-b8e1-cdd0ff7ec061", + "name": "runTaskFromQueue task cost before running: 272 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688103830300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e27350f-c84b-4ac4-8a9b-d5513198760d", + "name": "Finished :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687957119400, + "endTime": 511688103885000, + "totalTime": 146692200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "32372e1b-ad84-4aab-8355-c28df03ad5d2" + } + }, + { + "head": { + "id": "adb43424-90aa-4559-bcf1-d323ff0e0829", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688107584900, + "endTime": 511688111177500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "9a5a88bd-3d0d-4e4b-8e09-90221aedff1e", + "logId": "b2c3336b-b3a8-4bc4-927f-220b863e9e8b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9a5a88bd-3d0d-4e4b-8e09-90221aedff1e", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688106144500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "adb43424-90aa-4559-bcf1-d323ff0e0829" + } + }, + { + "head": { + "id": "9174212f-7c0f-4f50-a05f-7ee67755b7e6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688106436500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cbb3a1a9-0980-442d-a072-12bf1201780a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688106569000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1384c521-1370-41b0-aef2-da34439d472f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688106627000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f79ca036-4e18-4095-b26d-9ac2107e519e", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688107597000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d93129b5-8487-46d7-a4a9-b4968c7a639f", + "name": "entry : default@GenerateMetadata cost memory 0.1680450439453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688111014000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d9f9a7bf-41b2-49d5-8ec2-72cd31c259fb", + "name": "runTaskFromQueue task cost before running: 279 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688111124100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2c3336b-b3a8-4bc4-927f-220b863e9e8b", + "name": "Finished :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688107584900, + "endTime": 511688111177500, + "totalTime": 3521500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "adb43424-90aa-4559-bcf1-d323ff0e0829" + } + }, + { + "head": { + "id": "2e2ec0b4-756d-4ae7-9955-97e0f7820079", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688113258700, + "endTime": 511688113661800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "0fc5d2d8-59a9-4e71-8b76-1cbca34909e0", + "logId": "d52363b2-ed2e-4953-af61-801e52fb5599" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0fc5d2d8-59a9-4e71-8b76-1cbca34909e0", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688112414500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2e2ec0b4-756d-4ae7-9955-97e0f7820079" + } + }, + { + "head": { + "id": "c1b59b49-3ac9-44e1-b511-f9f7e8bef25d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688112776500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a515e6f4-8770-4bb7-8e3f-dbf8ca499b39", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688112929800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40354ce5-274b-4db4-a96d-fc2543b74f63", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688112990300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b43b821-cd13-49c0-a0ac-1a4f3ef840b5", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688113268000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0ce7f5d-4e63-49ec-8a99-d3c60fb10d3b", + "name": "entry : default@ConfigureCmake cost memory 0.01522064208984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688113430600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c954b19-9bfb-4371-b1dc-ff01e6285c19", + "name": "runTaskFromQueue task cost before running: 281 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688113557000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d52363b2-ed2e-4953-af61-801e52fb5599", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688113258700, + "endTime": 511688113661800, + "totalTime": 246400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2e2ec0b4-756d-4ae7-9955-97e0f7820079" + } + }, + { + "head": { + "id": "dc9cd172-5b2f-458a-aed7-2240f3840f99", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688115917200, + "endTime": 511688119384300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "1c37713c-5816-46bc-b7c9-85604dc10710", + "logId": "26093dd3-8dd1-4ec3-b415-d638008d5a1a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1c37713c-5816-46bc-b7c9-85604dc10710", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688114820400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "dc9cd172-5b2f-458a-aed7-2240f3840f99" + } + }, + { + "head": { + "id": "a6ee5977-919d-4ffc-a7dc-2cd5c5c35b69", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688115169000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f71f7c1f-c816-4603-8cb7-03f612edaa32", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688115248700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c669f81-0c6b-401a-874e-d5c0defc4c54", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688115300500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a36eeeb-8aa8-47a9-b6e1-5274957da0b9", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688115927900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "faf3e19e-8aff-4cf0-bde9-b2bf66f63980", + "name": "Change app api release type with 'Beta1'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688116829600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d370e8d0-76cf-4cfa-a516-d6b53b8d2bde", + "name": "Change app compile API version with '5.0.0.25'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688117082300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0f79029-45f1-4543-970a-df9c261d3bc7", + "name": "Change app target API version with '50000012'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688117150800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eac85294-c68e-4c62-afbb-44a1fde9383b", + "name": "Change app minimum API version with '50000012'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688117203400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20cfa488-73e7-44c3-bb76-1e07fdb4b787", + "name": "Use cli appEnvironment", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688117334700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dda8007c-3b58-41ef-82df-8f297edf52ef", + "name": "entry : default@MergeProfile cost memory 0.2452392578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688119213700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d955758-3f0f-4268-a9e5-19af84734e79", + "name": "runTaskFromQueue task cost before running: 287 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688119331900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26093dd3-8dd1-4ec3-b415-d638008d5a1a", + "name": "Finished :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688115917200, + "endTime": 511688119384300, + "totalTime": 3397800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dc9cd172-5b2f-458a-aed7-2240f3840f99" + } + }, + { + "head": { + "id": "99173504-0292-466d-a1c0-0b26f2f32c28", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688121594900, + "endTime": 511688123888800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "072c96f3-d485-4b69-831f-48e4399a007d", + "logId": "b33ed757-7405-4b12-bf8b-dd3ca7bbe00f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "072c96f3-d485-4b69-831f-48e4399a007d", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688120495500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "99173504-0292-466d-a1c0-0b26f2f32c28" + } + }, + { + "head": { + "id": "aa4b0459-f440-4760-89c6-78f83765add4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688120836000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07fc30ec-1326-480b-af9a-a2966209b3ff", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688120916300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "121d08a5-25ba-45c5-bcf8-0bbb8fdf9cb4", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688120970900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dfb110eb-ffbb-4ed6-a5c9-d2cc519a4e36", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688121604900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2de21a80-96bc-492f-ac7d-50ecc4648025", + "name": "entry : default@CreateBuildProfile cost memory 0.09894561767578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688123731500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8223e630-bcf0-4bb9-b9aa-6203490fb928", + "name": "runTaskFromQueue task cost before running: 292 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688123833600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b33ed757-7405-4b12-bf8b-dd3ca7bbe00f", + "name": "Finished :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688121594900, + "endTime": 511688123888800, + "totalTime": 2220800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "99173504-0292-466d-a1c0-0b26f2f32c28" + } + }, + { + "head": { + "id": "b729c36a-a8a4-490c-8298-7eeb17330653", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688126368400, + "endTime": 511688127435300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "9a136a55-d031-4454-977d-903646fca562", + "logId": "62f5e0db-f085-4c6c-9bdd-b281b2a6036a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9a136a55-d031-4454-977d-903646fca562", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688125274500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b729c36a-a8a4-490c-8298-7eeb17330653" + } + }, + { + "head": { + "id": "366a8b5c-29af-4577-8a07-214c2fa2ec3b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688125747400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4be6410d-8e36-4d59-874d-10fb79f9f904", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688125839500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b82e261-340f-43c6-9323-e9a5c146d728", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688125895400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b854b6ce-3952-408c-9852-c6f7597918b7", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688126377000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f65801b-e407-4bbd-baeb-d73d9bae7588", + "name": "entry : default@PreCheckSyscap cost memory 0.0183868408203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688126910400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "476e118f-1cbc-4ea9-ba96-840893286ebc", + "name": "runTaskFromQueue task cost before running: 295 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688127308400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62f5e0db-f085-4c6c-9bdd-b281b2a6036a", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688126368400, + "endTime": 511688127435300, + "totalTime": 667300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b729c36a-a8a4-490c-8298-7eeb17330653" + } + }, + { + "head": { + "id": "ef97a9dd-bf0b-4c7e-909e-63f0a7a91f1b", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688140201100, + "endTime": 511688140880400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d2d1c400-2dd0-4f19-a9dc-b4b4e0b7bd5c", + "logId": "d4f4759f-24f1-46ed-b4be-083737e8795c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d2d1c400-2dd0-4f19-a9dc-b4b4e0b7bd5c", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688129226300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ef97a9dd-bf0b-4c7e-909e-63f0a7a91f1b" + } + }, + { + "head": { + "id": "36ea513c-33bf-4813-adf9-1eb7e8c02d4f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688129645800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7139f021-81fd-4598-99db-19e5f87cb8da", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688129740400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "56b103a6-94c6-4190-a842-8964a555b05b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688129797900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef502a9b-2b88-41de-be25-aa69061b8a35", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688140220100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f6f43ed-ad6a-4da7-851b-c5483116b19b", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.033660888671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688140706600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fda06778-1616-4666-8968-a508449fbadd", + "name": "runTaskFromQueue task cost before running: 309 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688140822800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4f4759f-24f1-46ed-b4be-083737e8795c", + "name": "Finished :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688140201100, + "endTime": 511688140880400, + "totalTime": 601400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ef97a9dd-bf0b-4c7e-909e-63f0a7a91f1b" + } + }, + { + "head": { + "id": "9091a5a4-b197-42d7-8ba2-9f42ed02d120", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688143735000, + "endTime": 511688144780100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [], + "detailId": "6580b53d-86d2-46e6-aeb4-994c243b09a8", + "logId": "b019816b-1e9f-4323-b8ce-3f6be3ca4a74" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6580b53d-86d2-46e6-aeb4-994c243b09a8", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688142115400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9091a5a4-b197-42d7-8ba2-9f42ed02d120" + } + }, + { + "head": { + "id": "5cf65aad-20b4-405f-888c-0d24be118c9c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688142429000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "efacc4ad-d519-49f8-b9c1-3490fe8a14c9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688142546100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00c89cba-d8ba-4659-96a9-9007468d5bbe", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688142621700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24b0a8a5-4da0-4f1c-b96f-0a67e834a2aa", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688143746900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f871b56f-cf58-4ab7-bfa2-b2002b9e1310", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.05339813232421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688144442200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e57441b9-fc89-48a4-b096-7189d2f71840", + "name": "runTaskFromQueue task cost before running: 312 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688144587700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b019816b-1e9f-4323-b8ce-3f6be3ca4a74", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688143735000, + "endTime": 511688144780100, + "totalTime": 792900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9091a5a4-b197-42d7-8ba2-9f42ed02d120" + } + }, + { + "head": { + "id": "3b33f107-955e-47b4-aa2b-4aab3ddd34ce", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688148117800, + "endTime": 511688148689600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "c865bee3-9ee9-47f4-99f6-cdd2cd857a7d", + "logId": "bdb3d35a-e951-4491-8a32-8df44a9da73f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c865bee3-9ee9-47f4-99f6-cdd2cd857a7d", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688146825800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3b33f107-955e-47b4-aa2b-4aab3ddd34ce" + } + }, + { + "head": { + "id": "3562d7dd-c022-4c8c-82c1-9e147c99e2c1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688147260800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74509ba9-f007-4ef9-aadc-1d0724c25e8e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688147390700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10c3b629-e278-44fd-9ee7-4cdff6f18bd8", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688147453400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48a517da-0e3e-477c-9402-82153d25f6a2", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688148135100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9398f75b-be26-450e-ac0e-e046ae7af7f0", + "name": "entry : default@BuildNativeWithCmake cost memory 0.02629852294921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688148485300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4ca4eb2-88a4-48df-9872-d6c49551b33a", + "name": "runTaskFromQueue task cost before running: 317 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688148629100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bdb3d35a-e951-4491-8a32-8df44a9da73f", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688148117800, + "endTime": 511688148689600, + "totalTime": 486600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3b33f107-955e-47b4-aa2b-4aab3ddd34ce" + } + }, + { + "head": { + "id": "c7fc7325-0450-4b0a-a9aa-3f6ecff219c9", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688150790500, + "endTime": 511688154399900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "66bb5246-c818-475b-850a-aca6486422a6", + "logId": "08d2a466-56e3-4317-9366-44bc25b203aa" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "66bb5246-c818-475b-850a-aca6486422a6", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688149826000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c7fc7325-0450-4b0a-a9aa-3f6ecff219c9" + } + }, + { + "head": { + "id": "b8e99c0d-5d0e-4147-81ca-3e52f0bb7b4b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688150163000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "516aafee-189c-4fac-bbd7-2a9b37eb9f67", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688150242900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f34fb237-9dd0-4351-a6b1-4146b5f33207", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688150297300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "442538ee-54a1-48f8-8afc-f24b039f6a97", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688150802900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d730d67-96ed-46f6-8f77-2cd356002397", + "name": "Module Pack Info: {\n summary: {\n app: {\n bundleName: 'com.samples.test.uitest',\n bundleType: 'app',\n version: [Object]\n },\n modules: [ [Object] ]\n },\n packages: [\n {\n deviceType: [Array],\n moduleType: 'entry',\n deliveryWithInstall: true,\n name: 'entry-default'\n }\n ]\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688152788100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aea3d43d-3a42-4817-8841-94a0669b97ef", + "name": "entry : default@MakePackInfo cost memory 0.1796417236328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688154227100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c091d9a-c403-462a-bb46-0c1f9b2bbebe", + "name": "runTaskFromQueue task cost before running: 322 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688154339000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08d2a466-56e3-4317-9366-44bc25b203aa", + "name": "Finished :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688150790500, + "endTime": 511688154399900, + "totalTime": 3527100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c7fc7325-0450-4b0a-a9aa-3f6ecff219c9" + } + }, + { + "head": { + "id": "55159af8-c1e7-434f-a3f4-20e39605a116", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688157598400, + "endTime": 511688912645000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "fc990dc3-6e3c-470d-84c0-864578bc536b", + "logId": "3f5c3918-a584-4fd2-87ff-89131a530ca6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fc990dc3-6e3c-470d-84c0-864578bc536b", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688155799400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "55159af8-c1e7-434f-a3f4-20e39605a116" + } + }, + { + "head": { + "id": "3af09616-ec29-4c87-9cc9-449e41e00ecd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688156149000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63bf56e2-5011-4e6f-ab8f-3eb561e889b0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688156229300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f37719a8-f156-46c3-9f29-e323faef7435", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688156284300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "755b3bed-576b-4d82-a8ad-565fff86483e", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688157612100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba6453b3-d959-443f-ac9b-c92908d23d61", + "name": "12.0.2.0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688910671400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2c1a43d-cd1b-4d3b-a44e-273f6a1f58dd", + "name": "entry : default@ProcessProfile cost memory 1.9472885131835938", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688912407500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2af187e-3e37-4201-852a-fe8ffa9942c0", + "name": "runTaskFromQueue task cost before running: 1 s 80 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688912577400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3f5c3918-a584-4fd2-87ff-89131a530ca6", + "name": "Finished :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688157598400, + "endTime": 511688912645000, + "totalTime": 754915700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "55159af8-c1e7-434f-a3f4-20e39605a116" + } + }, + { + "head": { + "id": "a630a570-d26f-4327-b8f2-d54d711d1acd", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688915256300, + "endTime": 511688916774400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "6a2ccca1-6cbb-4c15-a0d3-b232c811a0f1", + "logId": "3a016e28-a1cc-4fd1-9142-b7c0a7987833" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6a2ccca1-6cbb-4c15-a0d3-b232c811a0f1", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688913862200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a630a570-d26f-4327-b8f2-d54d711d1acd" + } + }, + { + "head": { + "id": "6818897b-0e07-412b-ab60-85b4d97fd407", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688914270400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d8d65a1-27db-4600-8605-2c048d730a3c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688914350700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08774970-f38d-4e73-9fee-eeb89765a18b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688914424700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "71f867e3-6558-4e68-bf24-6f3145d79889", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688915268100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7933aef-9e49-428b-8fd1-4762bd0be5f8", + "name": "entry : default@SyscapTransform cost memory 0.0551300048828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688916580100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5160a215-3a54-4aa7-8dfe-d217f99d783a", + "name": "runTaskFromQueue task cost before running: 1 s 85 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688916710600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a016e28-a1cc-4fd1-9142-b7c0a7987833", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688915256300, + "endTime": 511688916774400, + "totalTime": 1427700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a630a570-d26f-4327-b8f2-d54d711d1acd" + } + }, + { + "head": { + "id": "5db550b9-e77f-4bd0-88ed-7eac4aac377b", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688920726100, + "endTime": 511688927222900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "eb052164-9bce-4322-a332-df33e1dcae79", + "logId": "702716cc-40bb-44de-ae83-52de6306387a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "eb052164-9bce-4322-a332-df33e1dcae79", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688918196700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5db550b9-e77f-4bd0-88ed-7eac4aac377b" + } + }, + { + "head": { + "id": "86eb6056-9454-458c-8ed6-e769697ff826", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688918605500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3185daf1-193d-4f04-aa9b-75a47e54ed05", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688918704100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fed6a619-da91-4f82-b6a2-e256bc0ea0a5", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688918759600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7a18c02-c956-4401-8970-11e9dff59512", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688920736200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1119428c-7068-4505-b28e-943c17c6aac6", + "name": "entry : default@ProcessRouterMap cost memory 0.46723175048828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688926991000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "746d801f-af9b-4be9-b166-a3525739ebf0", + "name": "runTaskFromQueue task cost before running: 1 s 95 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688927156300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "702716cc-40bb-44de-ae83-52de6306387a", + "name": "Finished :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688920726100, + "endTime": 511688927222900, + "totalTime": 6376200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5db550b9-e77f-4bd0-88ed-7eac4aac377b" + } + }, + { + "head": { + "id": "11740d61-8ca2-4e63-9617-db5fffc43a2f", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688930691300, + "endTime": 511688932155800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "f73fe29b-f944-401f-91b9-c3664fbf970c", + "logId": "24ebeaa5-d98d-4074-8f3f-2d930676be13" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f73fe29b-f944-401f-91b9-c3664fbf970c", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688929455100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "11740d61-8ca2-4e63-9617-db5fffc43a2f" + } + }, + { + "head": { + "id": "55cc6875-dc84-46c0-a800-2941a58eaeea", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688929910900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7242c04c-f386-4566-af14-d8ad9ff24340", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688929989600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0483c800-2c5e-4b5a-a87d-ccb8631009c8", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688930044100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00d14ccf-ee6a-4dbd-a8ff-2973093f489a", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688930700100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18000303-a500-4e66-b727-13cf83085bee", + "name": "entry : default@BuildNativeWithNinja cost memory 0.04068756103515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688931974000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8bba109-a18c-4268-abdd-bd189443ab7c", + "name": "runTaskFromQueue task cost before running: 1 s 100 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688932080800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24ebeaa5-d98d-4074-8f3f-2d930676be13", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688930691300, + "endTime": 511688932155800, + "totalTime": 1370700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "11740d61-8ca2-4e63-9617-db5fffc43a2f" + } + }, + { + "head": { + "id": "a692d3f2-77a7-4fc5-a838-fddf4a52904d", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688934905800, + "endTime": 511688939551800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "8f11cd2e-5053-47d5-8428-92165ce7a02f", + "logId": "788b9937-bcf6-4732-8345-8a6a5e81b980" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8f11cd2e-5053-47d5-8428-92165ce7a02f", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688933250700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a692d3f2-77a7-4fc5-a838-fddf4a52904d" + } + }, + { + "head": { + "id": "c8337de0-32ad-4eec-8a1d-7b18dea83ee7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688933594600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53debfb9-ad94-4c2d-8d40-18e7da3d0c08", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688933675300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50111d62-617d-412b-8fa0-cd623cabfe89", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688933730600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09d7b03c-35f9-4dbe-b34b-00affd09ad48", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688934552600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39a6c795-a64b-48b1-abd1-36c8e87a2fa5", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688936434500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c72dd530-6c4e-4091-99dc-8f1714d1d93a", + "name": "entry : default@ProcessResource cost memory 0.1160125732421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688938011400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b147c533-b212-4a65-b1fe-b7863ba85c1c", + "name": "runTaskFromQueue task cost before running: 1 s 107 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688939469000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "788b9937-bcf6-4732-8345-8a6a5e81b980", + "name": "Finished :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688934905800, + "endTime": 511688939551800, + "totalTime": 3208600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a692d3f2-77a7-4fc5-a838-fddf4a52904d" + } + }, + { + "head": { + "id": "21f38760-9ca5-42af-acfa-288b3ccba45e", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688944228600, + "endTime": 511688952971700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "6d73401f-e7ee-47ad-8ec4-727db6adf4ec", + "logId": "62f0fd3d-acd5-4020-adef-37524a6e46a8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6d73401f-e7ee-47ad-8ec4-727db6adf4ec", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688941708700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "21f38760-9ca5-42af-acfa-288b3ccba45e" + } + }, + { + "head": { + "id": "bbf4e7b5-2ee1-443a-be54-5c134e40b6aa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688942043100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05e41336-17cf-4429-abea-2c1fdcfead5d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688942134900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5097503a-10cc-4b43-b722-51ec07a2895e", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688942228800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a6fa84b-33a1-457a-83fd-8a01cf4613f0", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688944238100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40610558-492c-4c4f-a29e-ac3bca6c258f", + "name": "entry : default@GenerateLoaderJson cost memory 0.8870620727539062", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688952800000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0f6f1e5-ccbb-4605-aeb9-94ac4ae6487b", + "name": "runTaskFromQueue task cost before running: 1 s 121 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688952916700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62f0fd3d-acd5-4020-adef-37524a6e46a8", + "name": "Finished :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688944228600, + "endTime": 511688952971700, + "totalTime": 8666800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "21f38760-9ca5-42af-acfa-288b3ccba45e" + } + }, + { + "head": { + "id": "1a62ac99-8eaa-410e-aaac-776873bbaecf", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688960494100, + "endTime": 511689752905000 + }, + "additional": { + "children": [ + "dc881cfa-61ef-4572-9f33-e9a8448e9364" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "14f5713a-e006-490a-a0bf-580dec15a6c4", + "logId": "542aa21a-5606-49f8-bb3b-70b103a8d172" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "14f5713a-e006-490a-a0bf-580dec15a6c4", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688958565500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1a62ac99-8eaa-410e-aaac-776873bbaecf" + } + }, + { + "head": { + "id": "802b6f19-6dca-48cb-8a68-c1ae6765dda5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688958918900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e79bd85a-2abf-41b5-9cc0-e72134bde4b2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688959000400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "481fa3d1-51d6-409a-b5c4-117c8f4ab7f3", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688959050100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce8e4366-75c7-42fe-803b-82863daca4f5", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688960504400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e265423c-1cfa-42b9-ae62-eeece6686c81", + "name": "default@ProcessLibs work[0] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688964896100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc881cfa-61ef-4572-9f33-e9a8448e9364", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511688967972800, + "endTime": 511689752042800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "1a62ac99-8eaa-410e-aaac-776873bbaecf", + "logId": "671672e5-8047-4ee3-8d10-2fe851a48996" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7b29162b-6d77-4ddb-8464-98afb8097d72", + "name": "default@ProcessLibs work[0] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688965713200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62d06edd-1f96-4c14-92d2-e9a4365f598c", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688965946600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "034ff82b-fe0c-41c5-9c1e-2ae14c7faab7", + "name": "Create resident worker with id: 14.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688966208000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ecdf4e86-caae-4575-951f-9ca6300f3d54", + "name": "default@ProcessLibs work[0] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688968010200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7e24775-5ab5-46e2-b563-e330bc211e24", + "name": "default@ProcessLibs work[0] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688968142400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6bf7bdff-c5ac-4e9a-90a1-886c706570e3", + "name": "entry : default@ProcessLibs cost memory 0.5159378051757812", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688968237700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7fe8e9ec-054a-41f5-a001-e69518386567", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688971992800, + "endTime": 511689498886000 + }, + "additional": { + "children": [ + "8c223449-7bb2-424b-9f5f-c842f416f824", + "0aac478b-72a7-4403-976c-f83a51f52473" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "151303b3-7298-40db-b08f-bce1d59564f7", + "logId": "18fd3581-0e7a-4042-a52e-888d42564157" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "151303b3-7298-40db-b08f-bce1d59564f7", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688969348900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7fe8e9ec-054a-41f5-a001-e69518386567" + } + }, + { + "head": { + "id": "a46f361c-4a8f-4a18-83d3-9e3fd923e965", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688969807100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d7f09ec-4805-4ba6-a9c0-1a01b619907b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688969953100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68cb1f58-7685-4129-ab16-cce589729fc1", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688970047400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e67ecf7d-cdd8-40e0-b888-d240c0bef6a8", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688970849900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36407b49-e740-4d9e-a264-8afde25d206b", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688972089200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c223449-7bb2-424b-9f5f-c842f416f824", + "name": "create intermediate resource category", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688976170300, + "endTime": 511689000168800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7fe8e9ec-054a-41f5-a001-e69518386567", + "logId": "d40ffeb5-ec23-4a71-b42b-6cb026294d2a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d40ffeb5-ec23-4a71-b42b-6cb026294d2a", + "name": "create intermediate resource category", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688976170300, + "endTime": 511689000168800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8c223449-7bb2-424b-9f5f-c842f416f824", + "parent": "18fd3581-0e7a-4042-a52e-888d42564157" + } + }, + { + "head": { + "id": "921aa176-3df2-4741-8e99-7bdca0451237", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\restool.exe]\n [\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\restool.exe',\n '-l',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resConfig.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689000585200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0aac478b-72a7-4403-976c-f83a51f52473", + "name": "execute compile resource command using restool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689001191700, + "endTime": 511689496542200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7fe8e9ec-054a-41f5-a001-e69518386567", + "logId": "8e59606c-3907-4d8d-8141-188fa7ff7811" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "181bcbe5-21bc-42a4-a829-86c794b4ad5a", + "name": "current process memoryUsage: {\n rss: 185364480,\n heapTotal: 132759552,\n heapUsed: 98755592,\n external: 1476458,\n arrayBuffers: 187560\n} os memoryUsage :11.340744018554688", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689001924400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ddeb4279-0eaf-4e22-aef1-07c55e07ee23", + "name": "Info: restool resources compile success.\r\n", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689493706700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e59606c-3907-4d8d-8141-188fa7ff7811", + "name": "execute compile resource command using restool", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689001191700, + "endTime": 511689496542200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0aac478b-72a7-4403-976c-f83a51f52473", + "parent": "18fd3581-0e7a-4042-a52e-888d42564157" + } + }, + { + "head": { + "id": "8efcb692-fdc2-4b86-a1d8-f0e4f7af95c8", + "name": "entry : default@CompileResource cost memory 7.684974670410156", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689498666100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9f2d14d-c684-42c9-9a27-14cc6269da0e", + "name": "runTaskFromQueue task cost before running: 1 s 667 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689498818900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18fd3581-0e7a-4042-a52e-888d42564157", + "name": "Finished :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688971992800, + "endTime": 511689498886000, + "totalTime": 526781800 + }, + "additional": { + "logType": "info", + "children": [ + "d40ffeb5-ec23-4a71-b42b-6cb026294d2a", + "8e59606c-3907-4d8d-8141-188fa7ff7811" + ], + "durationId": "7fe8e9ec-054a-41f5-a001-e69518386567" + } + }, + { + "head": { + "id": "808ac721-7763-4c75-919b-6dde6501c4a2", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689504137200, + "endTime": 511696444722000 + }, + "additional": { + "children": [ + "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "9f235a8d-e533-48a5-abca-c1b1c756329e" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "a81d1e60-a5f5-4ef9-a181-c6acd49c474b", + "logId": "479af39c-d65f-4086-b4fb-d330db6a6660" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a81d1e60-a5f5-4ef9-a181-c6acd49c474b", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689501554000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "808ac721-7763-4c75-919b-6dde6501c4a2" + } + }, + { + "head": { + "id": "8eebde33-0363-416e-b34d-ca41154b6516", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689501940200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d18dead9-a9fd-422e-96d1-55a3e839bccb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689502020900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e7cb065-476e-41e5-8f66-2b35d1812be2", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689502074200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01c0f404-60fc-42ce-a7d7-588c66b651e3", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689504145200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b230e807-34af-4dea-b867-37d72ed94ae4", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689521940800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df9edbe8-c2e6-47db-b30f-8ba178241ee7", + "name": "Compile arkts with external api path: D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689522352700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5506ccb4-28e8-42f4-9b86-ac9cb5addac4", + "name": "default@CompileArkTS work[1] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689523660200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511689525947500, + "endTime": 511696444315700 + }, + "additional": { + "children": [ + "9c0db1d1-f279-46f3-8ade-018a43422aea", + "e5d073a4-f0cd-475f-8099-139de595a69c", + "367993ce-bce1-40fd-b3fd-36c5083897d7", + "f8400a28-6175-4085-b7ec-58de44bd59d0", + "ca5c4b61-7c59-4f94-8fbc-de0f00823686", + "111d513f-5313-41f9-81bd-5080fba67ae8" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "808ac721-7763-4c75-919b-6dde6501c4a2", + "logId": "67a24cdb-9974-40a1-9484-cfbb7b305d7f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "adbec818-d120-4923-a26b-26b1467f8874", + "name": "default@CompileArkTS work[1] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524237100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb4c5bef-7ac7-4ef0-9443-73512bc806cf", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524315500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e632b4c-a5fe-4678-bc05-4d141ac7cff6", + "name": "A work dispatched to worker[14] failed because of worker busy.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524373400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d40e5269-0592-4cdc-8c1d-cc6175d4eb1f", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524431200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e9e2723-8197-4aab-b199-cb39b094aa73", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524484500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6af97c15-c740-4aa8-b400-b07630460729", + "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524560600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d48504e6-ddc0-44cb-bc82-72e6b726236b", + "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524633400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b1794d2-f14a-45db-b6fc-d1b2e7d450da", + "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524685100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30e85b28-0897-4b0c-b9d0-d3f7d06e8483", + "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524735400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad5f38d6-a527-40eb-b696-0cd1ed1ec5a2", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524789800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "882541b1-a8f4-49e4-bfb2-72c2cecdea08", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524845300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72088ebe-ccd1-4ca5-8402-32afd8386870", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524925400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f86343bf-b37b-44bd-baaa-9161d3bbb4d9", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689524978900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2abee827-8d64-4a68-91da-08e62a612a17", + "name": "A work dispatched to worker[3] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689525042200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de4fd45c-cfcc-4e99-8530-e5ebefc5b478", + "name": "A work dispatched to worker[2] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689525090100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "621d5dff-439d-442f-be2f-7ce6d3919918", + "name": "A work dispatched to worker[1] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689525137600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "370b33fd-93fc-487c-85d4-628507138766", + "name": "Create resident worker with id: 0.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689525203200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a15859e-1af5-437e-9f8b-5a6ee35aa03a", + "name": "default@CompileArkTS work[1] has been dispatched to worker[0].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689525956300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "450ceb41-1d67-4c60-b6c0-50155a8edea1", + "name": "default@CompileArkTS work[1] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689526090700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2983e96-416e-434b-8c0a-ee619968ff7e", + "name": "CopyResources startTime: 511689526212100", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689526216300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22aadf5c-95a6-46da-adb3-e78d7b2565af", + "name": "default@CompileArkTS work[2] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689526303500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f235a8d-e533-48a5-abca-c1b1c756329e", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker13", + "startTime": 511689527919700, + "endTime": 511690239613300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "808ac721-7763-4c75-919b-6dde6501c4a2", + "logId": "f48c5d77-5534-45cf-9e8c-5a0ccd967b23" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "77d2395e-6d72-42f4-87c7-ed585434b041", + "name": "default@CompileArkTS work[2] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689527034100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b6f8c6c-f483-4258-b51d-86533fc777f4", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689527136500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d872595c-aa1a-47b9-b2cd-b868c7df316e", + "name": "A work dispatched to worker[14] failed because of worker busy.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689527216300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50a1e9fb-4807-40b5-82e8-6e388f3b644e", + "name": "Create resident worker with id: 13.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689527277800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "61551c58-3386-4cce-ba78-0d3c629859e9", + "name": "default@CompileArkTS work[2] has been dispatched to worker[13].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689527930300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4bf6584b-3c67-473b-97d9-79b600c9e531", + "name": "default@CompileArkTS work[2] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689528021900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8c1dc70-5225-4e2f-981f-5d106b69b17d", + "name": "entry : default@CompileArkTS cost memory 1.6876068115234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689528168900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fca53018-eaba-4f72-8a28-4667ead8f663", + "name": "entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689532870900, + "endTime": 511689537018600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "1c3b54ba-02eb-467a-ab7c-379eef4f5d22", + "logId": "4c4288fc-03c9-416b-86a4-1b87f30c92f9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1c3b54ba-02eb-467a-ab7c-379eef4f5d22", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689529317100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fca53018-eaba-4f72-8a28-4667ead8f663" + } + }, + { + "head": { + "id": "4835ed23-5493-469b-a109-6b9d160834c9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689529719300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2759c289-c775-4a7f-9a5c-e79df4ebeaea", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689529837800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2755119d-0a3c-452c-9b9e-3a4ba062430d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689529897000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81df089a-8483-45eb-bc3e-7adce206476f", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689532890500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86cd9c7d-6cad-4f85-8854-084353aa110a", + "name": "entry : default@BuildJS cost memory 0.1546630859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689536729100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27ff7a30-8ffd-4314-b483-c72dd4b781f6", + "name": "runTaskFromQueue task cost before running: 1 s 705 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689536929200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c4288fc-03c9-416b-86a4-1b87f30c92f9", + "name": "Finished :entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689532870900, + "endTime": 511689537018600, + "totalTime": 3986800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fca53018-eaba-4f72-8a28-4667ead8f663" + } + }, + { + "head": { + "id": "5752998e-bb58-4c17-a096-4c6563e22f54", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689751942100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f5197f4-a066-40af-863d-0e28b4781e38", + "name": "default@ProcessLibs work[0] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689752251200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "671672e5-8047-4ee3-8d10-2fe851a48996", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511688967972800, + "endTime": 511689752042800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dc881cfa-61ef-4572-9f33-e9a8448e9364", + "parent": "542aa21a-5606-49f8-bb3b-70b103a8d172" + } + }, + { + "head": { + "id": "0b10ca53-0ce5-4619-875b-0feb94502a88", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689752728600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "542aa21a-5606-49f8-bb3b-70b103a8d172", + "name": "Finished :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511688960494100, + "endTime": 511689752905000, + "totalTime": 791552500 + }, + "additional": { + "logType": "info", + "children": [ + "671672e5-8047-4ee3-8d10-2fe851a48996" + ], + "durationId": "1a62ac99-8eaa-410e-aaac-776873bbaecf" + } + }, + { + "head": { + "id": "a2b4fbb8-985b-41b1-905e-a31e551fca0e", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689757063100, + "endTime": 511689776451300 + }, + "additional": { + "children": [ + "eb83c659-284f-4be4-afc7-38f09b835951" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "7458162b-c093-4fd7-a472-6d48dcaa7d3e", + "logId": "c3ccdfc5-b240-484f-ad19-751a57dc24f6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7458162b-c093-4fd7-a472-6d48dcaa7d3e", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689754905800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a2b4fbb8-985b-41b1-905e-a31e551fca0e" + } + }, + { + "head": { + "id": "9445fd93-02be-4fc2-9f6d-2a1759bbe360", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689755355800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2790bdeb-eefb-4b56-9b5a-e3ddcb05fb62", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689755484300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41b2e6dc-1cdc-423f-9741-795a70bd210f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689755545900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94114224-4587-489c-96ce-ae370a6e701a", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689757072700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77114122-f637-4528-a0b8-a37da28ab858", + "name": "default@DoNativeStrip work[3] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689757964500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb83c659-284f-4be4-afc7-38f09b835951", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511689758707900, + "endTime": 511689776226300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "a2b4fbb8-985b-41b1-905e-a31e551fca0e", + "logId": "d5f197c1-01f9-49a5-8387-594956878729" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "661becda-ccb9-4f49-81e9-8f410044387e", + "name": "default@DoNativeStrip work[3] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689758469900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b173a7f8-c907-4e1f-bd20-5cb125ab1a08", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689758554100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "721cb46b-9d89-4d65-b3c5-06b38afdcd66", + "name": "default@DoNativeStrip work[3] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689758721800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c342210e-89e8-47fa-bdb0-c71783c1edd2", + "name": "default@DoNativeStrip work[3] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689758855500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1727ca47-063b-4f15-a042-fa45df8ea137", + "name": "entry : default@DoNativeStrip cost memory 0.173004150390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689758982700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3608ffe1-2bb4-4e50-a6d0-32ea0cf867fc", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689776193700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f2b3edf-9ae3-495f-9d0a-1fefb0f7bbe7", + "name": "default@DoNativeStrip work[3] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689776267000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5f197c1-01f9-49a5-8387-594956878729", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511689758707900, + "endTime": 511689776226300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eb83c659-284f-4be4-afc7-38f09b835951", + "parent": "c3ccdfc5-b240-484f-ad19-751a57dc24f6" + } + }, + { + "head": { + "id": "a58f228b-f968-49d2-acf1-05afb615c6ef", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689776395800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3ccdfc5-b240-484f-ad19-751a57dc24f6", + "name": "Finished :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689757063100, + "endTime": 511689776451300, + "totalTime": 19167200 + }, + "additional": { + "logType": "info", + "children": [ + "d5f197c1-01f9-49a5-8387-594956878729" + ], + "durationId": "a2b4fbb8-985b-41b1-905e-a31e551fca0e" + } + }, + { + "head": { + "id": "b5c9d4ba-fc83-4eb8-8408-c0fc3a589e25", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689779390000, + "endTime": 511690165975500 + }, + "additional": { + "children": [ + "33762737-d891-4f21-aa26-5502d4e0e825" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "68abf1cf-1d37-4730-a1a8-09dabee3a365", + "logId": "6daf1f90-6b8c-4dce-acb9-40e0e7182518" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "68abf1cf-1d37-4730-a1a8-09dabee3a365", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689777715800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b5c9d4ba-fc83-4eb8-8408-c0fc3a589e25" + } + }, + { + "head": { + "id": "022d20f1-a845-42b3-bf34-8d66b5798569", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689778067500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf672c14-4776-461d-ba0a-6d26909ed086", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689778150100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c48c13a3-fcbd-4961-aefa-e8c3309adff0", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689778201400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24f4f1c1-306a-45c2-ac50-9f6421b2eaac", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689779398000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a43e545a-7353-4073-af20-e08df3253ac1", + "name": "default@CacheNativeLibs work[4] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689779926800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33762737-d891-4f21-aa26-5502d4e0e825", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511689780789000, + "endTime": 511690165689300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "b5c9d4ba-fc83-4eb8-8408-c0fc3a589e25", + "logId": "5a1c7dba-a5e2-4a7b-85cb-e33d74bb7927" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "916cb646-73ca-4dff-81f3-648d03ebf073", + "name": "default@CacheNativeLibs work[4] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689780573300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7eb4b44d-482b-43a0-91e2-8e6c4d91dbe3", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689780652600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca3f6f5b-4734-4e1d-b1c6-23290804e933", + "name": "default@CacheNativeLibs work[4] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689780819600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85966273-041c-48e5-bf89-e1ba967e9d9b", + "name": "default@CacheNativeLibs work[4] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689780903000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5dfd136a-ba70-42c8-9451-39dc2c1506fc", + "name": "entry : default@CacheNativeLibs cost memory 0.16332244873046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689781000100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "605b37a8-d613-4350-842b-d4d53234ef47", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690165654200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dce0031e-005a-4321-b45a-1dd50089a9c4", + "name": "default@CacheNativeLibs work[4] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690165710000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a1c7dba-a5e2-4a7b-85cb-e33d74bb7927", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511689780789000, + "endTime": 511690165689300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "33762737-d891-4f21-aa26-5502d4e0e825", + "parent": "6daf1f90-6b8c-4dce-acb9-40e0e7182518" + } + }, + { + "head": { + "id": "dcf7304a-66bd-4302-8905-960bfe25b011", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690165893400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6daf1f90-6b8c-4dce-acb9-40e0e7182518", + "name": "Finished :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689779390000, + "endTime": 511690165975500, + "totalTime": 386303100 + }, + "additional": { + "logType": "info", + "children": [ + "5a1c7dba-a5e2-4a7b-85cb-e33d74bb7927" + ], + "durationId": "b5c9d4ba-fc83-4eb8-8408-c0fc3a589e25" + } + }, + { + "head": { + "id": "e5eaeafe-ea18-4812-9445-fd2c33de79f7", + "name": "worker[13] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690239442200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d6ad525-5a90-4f40-b279-902bca8f7348", + "name": "CopyResources is end, endTime: 511690239497900", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690239502300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a03c8bc0-1c8c-460b-8d39-7e695c69bdc0", + "name": "default@CompileArkTS work[2] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690239636500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f48c5d77-5534-45cf-9e8c-5a0ccd967b23", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker13", + "startTime": 511689527919700, + "endTime": 511690239613300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9f235a8d-e533-48a5-abca-c1b1c756329e", + "parent": "479af39c-d65f-4086-b4fb-d330db6a6660" + } + }, + { + "head": { + "id": "b0be8e0d-fc16-4456-b05b-e5becbdc88ed", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690239735700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7eb12d56-e298-4c35-8779-1620b55932b8", + "name": "worker[0] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696440400400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c0db1d1-f279-46f3-8ade-018a43422aea", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511690639441200, + "endTime": 511691676952000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "logId": "8ea6aca9-9a8d-421d-a17a-e7ee0dbcd276" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8ea6aca9-9a8d-421d-a17a-e7ee0dbcd276", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690639441200, + "endTime": 511691676952000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9c0db1d1-f279-46f3-8ade-018a43422aea", + "parent": "67a24cdb-9974-40a1-9484-cfbb7b305d7f" + } + }, + { + "head": { + "id": "e5d073a4-f0cd-475f-8099-139de595a69c", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511691677117600, + "endTime": 511691677262000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "logId": "23426825-5362-48d1-8899-26599c31a367" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "23426825-5362-48d1-8899-26599c31a367", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511691677117600, + "endTime": 511691677262000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e5d073a4-f0cd-475f-8099-139de595a69c", + "parent": "67a24cdb-9974-40a1-9484-cfbb7b305d7f" + } + }, + { + "head": { + "id": "367993ce-bce1-40fd-b3fd-36c5083897d7", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511691677338400, + "endTime": 511696232463200 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "logId": "c5ef65a4-9106-4691-9038-cf0b3a513b43" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c5ef65a4-9106-4691-9038-cf0b3a513b43", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511691677338400, + "endTime": 511696232463200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "367993ce-bce1-40fd-b3fd-36c5083897d7", + "parent": "67a24cdb-9974-40a1-9484-cfbb7b305d7f" + } + }, + { + "head": { + "id": "f8400a28-6175-4085-b7ec-58de44bd59d0", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511696232486900, + "endTime": 511696242322300 + }, + "additional": { + "children": [ + "0d8d46fc-a7d2-44d3-8e32-eb5a3e226b82", + "30399309-cdd0-45db-8ba9-e87f37e940ea", + "5435b7b3-9eaa-41a0-a013-72ee5373a422" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "logId": "9490d665-0cd4-4d4f-b887-a71dba5a3ce1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9490d665-0cd4-4d4f-b887-a71dba5a3ce1", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696232486900, + "endTime": 511696242322300 + }, + "additional": { + "logType": "info", + "children": [ + "8b03b7b7-02d6-4f1e-bbb8-5b098113ee9e", + "d342c35a-c8a5-4202-bd9a-bd20d1949aca", + "41d80ad5-82ca-4595-930d-cd59920ea6ed" + ], + "durationId": "f8400a28-6175-4085-b7ec-58de44bd59d0", + "parent": "67a24cdb-9974-40a1-9484-cfbb7b305d7f" + } + }, + { + "head": { + "id": "0d8d46fc-a7d2-44d3-8e32-eb5a3e226b82", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511696232645400, + "endTime": 511696232671000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "f8400a28-6175-4085-b7ec-58de44bd59d0", + "logId": "8b03b7b7-02d6-4f1e-bbb8-5b098113ee9e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8b03b7b7-02d6-4f1e-bbb8-5b098113ee9e", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696232645400, + "endTime": 511696232671000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0d8d46fc-a7d2-44d3-8e32-eb5a3e226b82", + "parent": "9490d665-0cd4-4d4f-b887-a71dba5a3ce1" + } + }, + { + "head": { + "id": "30399309-cdd0-45db-8ba9-e87f37e940ea", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511696232686100, + "endTime": 511696241556800 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "f8400a28-6175-4085-b7ec-58de44bd59d0", + "logId": "d342c35a-c8a5-4202-bd9a-bd20d1949aca" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d342c35a-c8a5-4202-bd9a-bd20d1949aca", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696232686100, + "endTime": 511696241556800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "30399309-cdd0-45db-8ba9-e87f37e940ea", + "parent": "9490d665-0cd4-4d4f-b887-a71dba5a3ce1" + } + }, + { + "head": { + "id": "5435b7b3-9eaa-41a0-a013-72ee5373a422", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511696241586600, + "endTime": 511696242269300 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "f8400a28-6175-4085-b7ec-58de44bd59d0", + "logId": "41d80ad5-82ca-4595-930d-cd59920ea6ed" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "41d80ad5-82ca-4595-930d-cd59920ea6ed", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696241586600, + "endTime": 511696242269300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5435b7b3-9eaa-41a0-a013-72ee5373a422", + "parent": "9490d665-0cd4-4d4f-b887-a71dba5a3ce1" + } + }, + { + "head": { + "id": "ca5c4b61-7c59-4f94-8fbc-de0f00823686", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511696242342300, + "endTime": 511696436350000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "logId": "9ef9c7ac-a6e6-46fb-9c54-0c81098d3364" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9ef9c7ac-a6e6-46fb-9c54-0c81098d3364", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696242342300, + "endTime": 511696436350000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ca5c4b61-7c59-4f94-8fbc-de0f00823686", + "parent": "67a24cdb-9974-40a1-9484-cfbb7b305d7f" + } + }, + { + "head": { + "id": "111d513f-5313-41f9-81bd-5080fba67ae8", + "name": "load compilation dependencies", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511690227686700, + "endTime": 511690637048200 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "logId": "104fb4b2-7ac6-47a5-b151-2cb18fc77854" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "104fb4b2-7ac6-47a5-b151-2cb18fc77854", + "name": "load compilation dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511690227686700, + "endTime": 511690637048200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "111d513f-5313-41f9-81bd-5080fba67ae8", + "parent": "67a24cdb-9974-40a1-9484-cfbb7b305d7f" + } + }, + { + "head": { + "id": "d143c99c-5ae5-474f-99de-f112833e8d84", + "name": "default@CompileArkTS work[1] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696444337800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67a24cdb-9974-40a1-9484-cfbb7b305d7f", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511689525947500, + "endTime": 511696444315700 + }, + "additional": { + "logType": "info", + "children": [ + "8ea6aca9-9a8d-421d-a17a-e7ee0dbcd276", + "23426825-5362-48d1-8899-26599c31a367", + "c5ef65a4-9106-4691-9038-cf0b3a513b43", + "9490d665-0cd4-4d4f-b887-a71dba5a3ce1", + "9ef9c7ac-a6e6-46fb-9c54-0c81098d3364", + "104fb4b2-7ac6-47a5-b151-2cb18fc77854" + ], + "durationId": "634b559d-1915-4b7a-9ab4-7e7f362e359a", + "parent": "479af39c-d65f-4086-b4fb-d330db6a6660" + } + }, + { + "head": { + "id": "81e31635-79a2-45c3-9d54-1de2bba7c483", + "name": "A work dispatched to worker[0] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696444649400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "479af39c-d65f-4086-b4fb-d330db6a6660", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511689504137200, + "endTime": 511696444722000, + "totalTime": 6940182100 + }, + "additional": { + "logType": "info", + "children": [ + "67a24cdb-9974-40a1-9484-cfbb7b305d7f", + "f48c5d77-5534-45cf-9e8c-5a0ccd967b23" + ], + "durationId": "808ac721-7763-4c75-919b-6dde6501c4a2" + } + }, + { + "head": { + "id": "f95fb359-b017-4690-ac86-696e6f2bda4f", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696448013700, + "endTime": 511696450058800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "bade66ac-e53b-4232-a237-aff0f353ccac", + "logId": "ba69e866-8900-4ffd-8de5-dcbae41fa10d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bade66ac-e53b-4232-a237-aff0f353ccac", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696447013400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f95fb359-b017-4690-ac86-696e6f2bda4f" + } + }, + { + "head": { + "id": "0da876a0-e3cd-409c-8518-79eb31f3b0ae", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696447313700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec8b0d4e-3ffc-46d4-bc20-6193958daccd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696447384800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b563a65d-bdaa-44f6-9b7b-4e51b4d96e12", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696447433000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6bcffcc-e130-4d1a-a53f-a25efa7b28d0", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696448020900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e091660-d06b-4ec5-86b6-1f70c91dde1b", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.06090545654296875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696449911800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e6959b8-6920-40d8-a6f9-ad23a3243c81", + "name": "runTaskFromQueue task cost before running: 8 s 618 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696450007100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba69e866-8900-4ffd-8de5-dcbae41fa10d", + "name": "Finished :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696448013700, + "endTime": 511696450058800, + "totalTime": 1973400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f95fb359-b017-4690-ac86-696e6f2bda4f" + } + }, + { + "head": { + "id": "4bd28cc6-0db4-4a1a-96e1-8238d0ebd7e3", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696455046100, + "endTime": 511696815991200 + }, + "additional": { + "children": [ + "ca425e12-0e7b-437e-8ff8-b8be3ea1ea0d", + "5381d9cb-c5e9-48ed-aee6-f1b23e6e12e8", + "215a3c31-213b-4e48-bf67-c8c13dcf9ec7" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "f2c32dd5-6801-4502-a86a-a9cd75f3ed82", + "logId": "11c17834-19cf-4bc9-bb0c-705323e1ff70" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f2c32dd5-6801-4502-a86a-a9cd75f3ed82", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696451534200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4bd28cc6-0db4-4a1a-96e1-8238d0ebd7e3" + } + }, + { + "head": { + "id": "cc4f2626-99c0-483d-bd34-d6d691042326", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696451858700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "292bf7c8-a741-4374-9370-ab1213704dce", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696451933500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e121685-e716-4b96-90c9-cab22877c88f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696451985500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d6db8f1-01fc-48f5-9cdc-204e7eb6f940", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696455055000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca425e12-0e7b-437e-8ff8-b8be3ea1ea0d", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696458459100, + "endTime": 511696459660500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4bd28cc6-0db4-4a1a-96e1-8238d0ebd7e3", + "logId": "393c82d8-2194-4c37-b682-d531db0a033d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "edbcdda8-e739-4d58-89d0-de4a53aec975", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=GBK',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\stripped_native_libs\\\\default',\n '--json-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\package\\\\default\\\\module.json',\n '--resources-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resources',\n '--index-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resources.index',\n '--pack-info-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\pack.info',\n '--out-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\entry-default-unsigned.hap',\n '--ets-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\default\\\\ets'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696459494500 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "4bd28cc6-0db4-4a1a-96e1-8238d0ebd7e3" + } + }, + { + "head": { + "id": "393c82d8-2194-4c37-b682-d531db0a033d", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696458459100, + "endTime": 511696459660500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ca425e12-0e7b-437e-8ff8-b8be3ea1ea0d", + "parent": "11c17834-19cf-4bc9-bb0c-705323e1ff70" + } + }, + { + "head": { + "id": "5381d9cb-c5e9-48ed-aee6-f1b23e6e12e8", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696459989900, + "endTime": 511696461300200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4bd28cc6-0db4-4a1a-96e1-8238d0ebd7e3", + "logId": "9f39abe2-9b7d-4ac4-96c0-2c9b031a7441" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f49fb070-1801-4c41-ac01-9a339d065157", + "name": "default@PackageHap work[5] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696460414700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "215a3c31-213b-4e48-bf67-c8c13dcf9ec7", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511696461167700, + "endTime": 511696815665900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "4bd28cc6-0db4-4a1a-96e1-8238d0ebd7e3", + "logId": "c3d4976e-07a3-499b-bc5e-14c54c9b3cd5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2afe67b4-bc98-4faa-838e-aad5688b7f60", + "name": "default@PackageHap work[5] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696460959500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "408a17a2-f92d-4059-8f46-dba7cf5dbd0e", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696461060900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7a0b89d-9d7f-4546-a5fb-e0eb0622d34e", + "name": "default@PackageHap work[5] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696461176700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c042dda8-b0b3-4eea-b693-fcc3d634a7e0", + "name": "default@PackageHap work[5] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696461246200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f39abe2-9b7d-4ac4-96c0-2c9b031a7441", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696459989900, + "endTime": 511696461300200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5381d9cb-c5e9-48ed-aee6-f1b23e6e12e8", + "parent": "11c17834-19cf-4bc9-bb0c-705323e1ff70" + } + }, + { + "head": { + "id": "a8bd3de4-c9c5-479f-b469-c407c4fa6b95", + "name": "entry : default@PackageHap cost memory 0.6464614868164062", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696462848400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ad0e0fe-a412-4f50-99cc-efbb4007f014", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696815605700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3e2f54e-9f61-4644-bcba-d9b0e9a4af3a", + "name": "default@PackageHap work[5] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696815685100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3d4976e-07a3-499b-bc5e-14c54c9b3cd5", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511696461167700, + "endTime": 511696815665900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "215a3c31-213b-4e48-bf67-c8c13dcf9ec7", + "parent": "11c17834-19cf-4bc9-bb0c-705323e1ff70" + } + }, + { + "head": { + "id": "a230d409-dfec-4823-b710-7f31a91d1db4", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696815906700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11c17834-19cf-4bc9-bb0c-705323e1ff70", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696455046100, + "endTime": 511696815991200, + "totalTime": 360623600 + }, + "additional": { + "logType": "info", + "children": [ + "393c82d8-2194-4c37-b682-d531db0a033d", + "9f39abe2-9b7d-4ac4-96c0-2c9b031a7441", + "c3d4976e-07a3-499b-bc5e-14c54c9b3cd5" + ], + "durationId": "4bd28cc6-0db4-4a1a-96e1-8238d0ebd7e3" + } + }, + { + "head": { + "id": "5084787b-b808-48fb-87ba-4d2c40e8ec13", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696820432100, + "endTime": 511697852390400 + }, + "additional": { + "children": [ + "1afa8c87-7d2a-485b-a467-ac3b2231b752", + "bd02022d-8a14-4f98-b92a-b6ccd2fd06f6" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [], + "detailId": "5ef436e4-b8d8-490b-9f4d-31aca48eacb0", + "logId": "37dc0fcb-9278-44d4-a75e-46fcedd1039b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5ef436e4-b8d8-490b-9f4d-31aca48eacb0", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696818147000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5084787b-b808-48fb-87ba-4d2c40e8ec13" + } + }, + { + "head": { + "id": "cfd5c417-9502-4c40-9c6f-d50a683d16d1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696818528400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85e38150-afcf-4c5f-9d21-6aa51bf5b0c8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696818669400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd1397ab-a63f-4b3f-a370-5ff079d15bb6", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696818730400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c34471b2-2b70-4180-b85e-2ef240f53628", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696820440800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1afa8c87-7d2a-485b-a467-ac3b2231b752", + "name": "generate hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696822225000, + "endTime": 511697633082100 + }, + "additional": { + "children": [ + "22fb93d4-391b-4ecb-b679-981c0a5e133a" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "5084787b-b808-48fb-87ba-4d2c40e8ec13", + "logId": "cffb9d8d-4741-46d8-9d36-204cda6736d4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e4cce587-15d1-4abe-8bf9-618bc1b97c23", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar]\n [\n 'java',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\hap-sign-tool.jar',\n 'sign-app',\n '-mode',\n 'localSign',\n '-keystoreFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12',\n '-keystorePwd',\n '******',\n '-keyAlias',\n 'debugKey',\n '-keyPwd',\n '******',\n '-signAlg',\n 'SHA256withECDSA',\n '-profileFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b',\n '-appCertFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer',\n '-inFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\entry-default-unsigned.hap',\n '-outFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\entry-default-signed.hap'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696841150900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22fb93d4-391b-4ecb-b679-981c0a5e133a", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696844136400, + "endTime": 511697631986200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1afa8c87-7d2a-485b-a467-ac3b2231b752", + "logId": "1c0c5c94-bdd2-495c-b33d-db59218e7f28" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "079ada43-a7e4-4b50-94ed-185e90abe5ba", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"verify profile success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697630647000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c0c5c94-bdd2-495c-b33d-db59218e7f28", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696844136400, + "endTime": 511697631986200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "22fb93d4-391b-4ecb-b679-981c0a5e133a", + "parent": "cffb9d8d-4741-46d8-9d36-204cda6736d4" + } + }, + { + "head": { + "id": "cffb9d8d-4741-46d8-9d36-204cda6736d4", + "name": "generate hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696822225000, + "endTime": 511697633082100 + }, + "additional": { + "logType": "info", + "children": [ + "1c0c5c94-bdd2-495c-b33d-db59218e7f28" + ], + "durationId": "1afa8c87-7d2a-485b-a467-ac3b2231b752", + "parent": "37dc0fcb-9278-44d4-a75e-46fcedd1039b" + } + }, + { + "head": { + "id": "bd02022d-8a14-4f98-b92a-b6ccd2fd06f6", + "name": "execute hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697633682400, + "endTime": 511697852026300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "5084787b-b808-48fb-87ba-4d2c40e8ec13", + "logId": "b6e2c40c-e199-4fd5-bf88-8d1c731855d0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "38a31537-8372-4665-a4f7-074153999644", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697636050500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d9ae817-97e7-40c6-98e3-ee02cc3f4699", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"sign app success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697851514600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6e2c40c-e199-4fd5-bf88-8d1c731855d0", + "name": "execute hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697633682400, + "endTime": 511697852026300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bd02022d-8a14-4f98-b92a-b6ccd2fd06f6", + "parent": "37dc0fcb-9278-44d4-a75e-46fcedd1039b" + } + }, + { + "head": { + "id": "25da170c-69a0-4f6f-aaf4-3c6ac9a71594", + "name": "entry : default@SignHap cost memory -16.01386260986328", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697852197800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d823891e-9a68-4ca6-a8df-63551cbb0a57", + "name": "runTaskFromQueue task cost before running: 10 s 20 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697852324200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37dc0fcb-9278-44d4-a75e-46fcedd1039b", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511696820432100, + "endTime": 511697852390400, + "totalTime": 1031862900 + }, + "additional": { + "logType": "info", + "children": [ + "cffb9d8d-4741-46d8-9d36-204cda6736d4", + "b6e2c40c-e199-4fd5-bf88-8d1c731855d0" + ], + "durationId": "5084787b-b808-48fb-87ba-4d2c40e8ec13" + } + }, + { + "head": { + "id": "fd047681-32f2-4b2f-93dd-4d28160a9362", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697854055100, + "endTime": 511697854394400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "791c0aed-50ae-4f89-85c3-727cfcab2c04", + "logId": "f1f3c1c3-66f6-4c84-af43-b4030066cf5e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "791c0aed-50ae-4f89-85c3-727cfcab2c04", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697854011300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fd047681-32f2-4b2f-93dd-4d28160a9362" + } + }, + { + "head": { + "id": "6ecd00ca-cdab-41f4-82d2-9d7cb7641aca", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697854064000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1311443e-4ee8-42f0-a1e7-6cd67bec3a16", + "name": "entry : assembleHap cost memory 0.01160430908203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697854243400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f423dae-f697-46e2-8936-1f81308847ed", + "name": "runTaskFromQueue task cost before running: 10 s 22 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697854334900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1f3c1c3-66f6-4c84-af43-b4030066cf5e", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697854055100, + "endTime": 511697854394400, + "totalTime": 261900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fd047681-32f2-4b2f-93dd-4d28160a9362" + } + }, + { + "head": { + "id": "0589cb91-0f33-4cda-98f8-410412d3f98a", + "name": "BUILD SUCCESSFUL in 10 s 29 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697861111800 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "53b3cd5a-bdff-4093-b1aa-d6444a12cb56", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511687832591600, + "endTime": 511697861473900 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 45 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@default\",\"product=default\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "bd8826a7-40a0-4f49-bd52-ab2e90acf0c9", + "name": "Update task entry:default@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697862132200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "866373b8-6e35-4b93-80c9-76a3fb355e60", + "name": "Update task entry:default@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697862982600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f14e9ec5-dfcf-403c-acb7-3cd457c119d1", + "name": "Update task entry:default@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697863200900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd8a800f-4251-41f7-afae-e617ea3c5895", + "name": "Update task entry:default@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697863407300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2924fcea-a826-43bf-9041-1ed9d4d77fde", + "name": "Update task entry:default@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\profile\\main_pages.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697863762700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e04f995e-c1c6-458d-9956-2ae91d00b679", + "name": "Update task entry:default@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigor\\hvigor-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697863984800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e12d57b-3dc6-458b-a8a7-924810766350", + "name": "Update task entry:default@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697864173200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af3ec03f-cf3c-4c04-adab-8496843ca80c", + "name": "Incremental task entry:default@PreBuild post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697864604100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb9bcb2d-f122-4904-b43a-56d22ae208c1", + "name": "Update task entry:default@GenerateMetadata input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697864713100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77cbb9c3-312b-4908-8fbd-9822dda18830", + "name": "Update task entry:default@GenerateMetadata output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697865217600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "185d9960-ac90-4b06-89a1-1284d45db52b", + "name": "Incremental task entry:default@GenerateMetadata post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697865498500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a360df7c-7187-4eb8-8420-cf4478f162a4", + "name": "Update task entry:default@MergeProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697865602700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3dcb166-aa04-4fb0-9c34-7f79dc954475", + "name": "Update task entry:default@MergeProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697865800100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6695fd45-09ef-48ab-bcc0-eae7aaef6350", + "name": "Update task entry:default@MergeProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697866135200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0c5c930-80df-4987-b91d-523c080381f2", + "name": "Update task entry:default@MergeProfile output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\default\\module.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697866362100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "698bb607-8f72-4efd-b90e-f64b42147ca6", + "name": "Incremental task entry:default@MergeProfile post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697866662800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d7954a3-d012-48f8-9827-1e446d90d37d", + "name": "Update task entry:default@CreateBuildProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697866759800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8420757-b296-4066-a774-59a3a5a8bf97", + "name": "Update task entry:default@CreateBuildProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697867053800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01d28c9f-d18c-4929-b024-0d7166037384", + "name": "Update task entry:default@CreateBuildProfile output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697867558400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d875159-019e-4b02-8e47-79ccb74932f0", + "name": "Incremental task entry:default@CreateBuildProfile post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697867773400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1bce922e-85f0-4cb5-9ab3-b07c4b1341a5", + "name": "Update task entry:default@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697867856700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31dbe3ad-7f16-4853-b840-463d43a3053a", + "name": "Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697868145600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bdb348fc-e154-44a2-a5ac-d7442ef0b536", + "name": "Update task entry:default@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697868467300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cbeb187-3f29-4cc5-8176-d085a09edc26", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697868684900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "132beb7b-7b42-48d5-80a3-8786c4d2fb13", + "name": "Update task entry:default@MakePackInfo input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697868781900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c62dea3f-488e-4e01-833c-d0846b9dbf61", + "name": "Update task entry:default@MakePackInfo input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697868960700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7079a91-a0b8-48d1-9bb9-9e57520f380f", + "name": "Update task entry:default@MakePackInfo input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697869146700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac70c1f6-0ce2-4b53-9a18-3e47a22cd390", + "name": "Update task entry:default@MakePackInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697869607700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "374756ed-9c4f-46f8-9357-dc287a04f673", + "name": "Incremental task entry:default@MakePackInfo post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697869908000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "165ff798-843c-4f66-a8c6-d5bd91569538", + "name": "Update task entry:default@ProcessProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697869996700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f48b89c-ea68-4682-955e-09421361da10", + "name": "Update task entry:default@ProcessProfile output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\default\\module.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697870211200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87a2c8a2-0633-42e9-854d-348b0c5091ee", + "name": "Incremental task entry:default@ProcessProfile post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697870992200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba2b46f1-26f6-4855-83e0-70c075534b4a", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697871389200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ef15083-6d04-41c5-abf6-f9fb5a04ae2c", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697871582900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad5dc77f-fca9-4b7d-99c8-22f7c1cd6dc0", + "name": "Update task entry:default@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697872327400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4acf642a-413c-482e-a250-cb1e4f563908", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697872570100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6047066c-989a-44a6-8526-085e00955384", + "name": "Update task entry:default@ProcessRouterMap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697873846000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d085107-7b96-4543-a186-91264a8b2440", + "name": "Update task entry:default@ProcessRouterMap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697874051300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "479203cf-1770-4b46-b60a-258c313ae932", + "name": "Update task entry:default@ProcessRouterMap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697874222000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f66119c-084f-4774-9102-8a9fd410576f", + "name": "Update task entry:default@ProcessRouterMap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediates_temp_routerMap.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697874398600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86c4d810-1da7-4915-979d-341a1792a91a", + "name": "Update task entry:default@ProcessRouterMap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediate_routerMap_for_loader.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697874579300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f04d8457-5cab-40d7-ad98-711c74550c82", + "name": "Incremental task entry:default@ProcessRouterMap post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697874825700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0f0898a-0bd3-46e3-8b62-ebbf11df7cef", + "name": "Update task entry:default@ProcessResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697874916000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ad3c06e-db43-447c-81a1-2d8de436b105", + "name": "Incremental task entry:default@ProcessResource post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697875106500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f3a1cf7-49d4-4740-bd18-eaede25d40fc", + "name": "Update task entry:default@GenerateLoaderJson input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\default\\intermediates_temp_routerMap.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697877090200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5e24d9f-600b-479a-8217-9cf0d746dee9", + "name": "Update task entry:default@GenerateLoaderJson output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697877314000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "993a4482-7ff5-47d4-a2e4-f62b3068f0dc", + "name": "Incremental task entry:default@GenerateLoaderJson post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697877522800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04d1f696-d3d3-4c6d-9278-4f1ff6e0160b", + "name": "Update task entry:default@ProcessLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697877768200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "618a7b3b-71d7-4755-821f-43fb48456c62", + "name": "Update task entry:default@ProcessLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697877933500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dab1abfe-6b2b-490b-9c34-c3d21238b544", + "name": "Update task entry:default@ProcessLibs output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697878101500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "682cb6cb-4575-4b8a-adf3-476009a4884c", + "name": "Incremental task entry:default@ProcessLibs post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697878326000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22ba9b8c-b717-46c3-b990-6e95d0a922a6", + "name": "Update task entry:default@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697879655100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8f5b381-b4bd-44dd-b478-d84f94f0c233", + "name": "Update task entry:default@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697882100300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f68cd49c-5823-439c-9dd5-5c4f8dd8486b", + "name": "Update task entry:default@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697882883700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48bd0343-afca-4748-a16d-efc35d0e0cbf", + "name": "Update task entry:default@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resConfig.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697883057900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5625c3f0-2c5b-4832-85b3-472a97f10b69", + "name": "Update task entry:default@CompileResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697883237000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5943efde-e04e-4de6-b486-813d80fa421b", + "name": "Update task entry:default@CompileResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default\\ResourceTable.h cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697885025400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5659b2ed-27d5-4b92-bbb0-ca68060a0476", + "name": "Update task entry:default@CompileResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\default cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697885196400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9593ed75-a1d4-4adf-9f65-1be3ed4ff9d7", + "name": "Incremental task entry:default@CompileResource post-execution cost:8 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697885542800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92a35a6e-1131-409c-8b53-b8441760331e", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697886840800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2870a364-023f-4963-8714-0c383b166fa9", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697887205700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3023ea5-2b3b-429f-b859-d119dccc9920", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697887484300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f26cf419-ec9a-46d6-89de-7b5c6ae06024", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697887644500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7792a1b2-74d4-4832-8188-328c88bec1b6", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697887788600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28891849-2c16-47ee-8c9f-dba2224d2739", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697888061600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "006a9ce6-77e2-4290-a7cf-5ab6f3b1364e", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697892062700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "355ecd50-f4c1-46f1-bba1-2d3f137845d4", + "name": "Update task entry:default@CompileArkTS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697892291800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18208fb8-b382-4358-970e-c62a35db99b5", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:8 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697892786900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "111e08a1-0494-4837-b61d-e2bba64b234e", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697894003500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebb35002-c2ea-4291-bff5-df0c1c957952", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697894367500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4b99a24-e6be-4aeb-8075-769e6d173e18", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697894696100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8384ebce-5878-446e-be15-b9be6bd8c518", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697894848000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbc05667-d776-43e0-a052-333377036e9c", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697895033200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59088abc-4b1d-4522-86f1-54c808c83d47", + "name": "Update task entry:default@BuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697895374100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0cf3df3-227a-44ab-b24a-29cc1fa9346f", + "name": "Incremental task entry:default@BuildJS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697895596100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe834a7d-55d6-4c71-b453-d612a72f584d", + "name": "Update task entry:default@DoNativeStrip input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697895739000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6dd9f613-cfa7-429d-8463-abbb695a6b95", + "name": "Update task entry:default@DoNativeStrip output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697895952500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22918b3c-a7fa-46d7-9f31-4b0e659f36f5", + "name": "Incremental task entry:default@DoNativeStrip post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697896179000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "541e6717-fd04-46af-aaba-0ce1c60ae355", + "name": "Update task entry:default@CacheNativeLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697896325600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d090892-877f-43e2-8f98-4c37fe497763", + "name": "Update task entry:default@CacheNativeLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697896480400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4f3439d-1274-43a9-a649-103e89f232ac", + "name": "Update task entry:default@CacheNativeLibs output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\default\\base_native_libs.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697896782600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6823e3e-2325-4463-a269-f89c75d6a5c5", + "name": "Incremental task entry:default@CacheNativeLibs post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697897039400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "777fc34f-71dd-4fb4-8980-54bdc198f56a", + "name": "Update task entry:default@GeneratePkgModuleJson input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697897179600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a54de34-32a1-4dbc-8a5e-98c677ed70f6", + "name": "Update task entry:default@GeneratePkgModuleJson output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\default\\module.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697897381300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c3c7bb4-1b11-42de-b619-24a36a932983", + "name": "Incremental task entry:default@GeneratePkgModuleJson post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697897568400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63d5ec13-04e9-470b-b0c9-7f5c01669f9e", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697898186600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbac7897-9a0c-4205-9e6e-15b8b88e4c95", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697898390000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b66af90c-32f0-49ce-b89a-141f77f8e131", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697898561400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be7b3368-bb05-4344-b487-1ba68ccf6b63", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697899489500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8a959e44-6656-418b-a27d-981eb06a0383", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697900150900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26aebd42-80f8-44ff-b0d9-a4b4e1fc082a", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697900343900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "97dd4916-cccd-4b82-888b-9dc75d778c9b", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697900765200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d4ab3be-d413-4624-b411-305c43f346cf", + "name": "Update task entry:default@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697901218400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd4bdc9b-ca45-46d1-84bf-e18ab5918f79", + "name": "Update task entry:default@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\mapping\\sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697901405500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35b100dc-0759-4076-8d03-d08180e9a54b", + "name": "Incremental task entry:default@PackageHap post-execution cost:5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697901686400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89f79a37-3cae-451e-9836-cccd62cbcb00", + "name": "Update task entry:default@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697901841200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb0b1598-6517-4247-bf4c-5d7e8f50a134", + "name": "Update task entry:default@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697902031000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3cddf8e9-f29d-434e-82e0-eec6be8546b5", + "name": "Update task entry:default@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697902235900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8515bf2a-6bab-4885-a80b-b3d56d3e01aa", + "name": "Update task entry:default@SignHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697902444800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f508c80a-93a9-4b9b-aa43-02612c5e9bac", + "name": "Update task entry:default@SignHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697902612700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14c780da-4e4c-41e6-9b87-26b97a7d440f", + "name": "Incremental task entry:default@SignHap post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697902777400 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221545261800.json b/code/Project/Test/uitest/.hvigor/report/report-202501221545261800.json new file mode 100644 index 0000000000..d04d4c18a1 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221545261800.json @@ -0,0 +1,11078 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "87b5b1bc-e839-4882-a34e-dfec2177636a", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697921682800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cfcdc2b8-c578-4a17-a773-08eab80a9938", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697921919400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e359d3a7-a7d6-45fd-88ac-7e5d1cfb2be7", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697925825900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62db2277-2596-4b65-8c65-c8d2ba854b5d", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697926321400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ade46a48-d0e2-4b98-9c0f-c68206054e04", + "name": "worker[13] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697939687600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8692fa22-6dbf-4ff2-a6a7-b5e12f08c85e", + "name": "worker[14] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511697940065700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6fdbc69-20e5-4a2c-b745-1ed9bde64579", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698229251000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5a57782-77e7-47fa-89a7-2595a7df0b7c", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698233114100, + "endTime": 511698357471800 + }, + "additional": { + "children": [ + "7aa724a8-b1b5-4b95-8170-71e7208397f7", + "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "1c41a3ab-61e9-4fc8-9233-4815fc05c2b1", + "129de474-19d5-445c-83e3-b39351e123a6" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "f042cb03-b761-40da-ac06-75f436d1e316" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7aa724a8-b1b5-4b95-8170-71e7208397f7", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698233115100, + "endTime": 511698240657500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e5a57782-77e7-47fa-89a7-2595a7df0b7c", + "logId": "39051197-f8c9-481d-82eb-cb453b6266cd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698240676300, + "endTime": 511698356918100 + }, + "additional": { + "children": [ + "d9d26d04-c7a0-4fb0-8896-14b4fd1bfad1", + "97eacc6f-8a82-48e7-b364-f2d383ea0a26", + "52ea20f8-eee8-42b9-a13c-14fc84880b22", + "4d3c7dba-0c3d-4cb3-ac1d-370850d86d00", + "11c7d332-46a1-41d2-ba77-4f63e25a67f7", + "7058e71f-61c4-458c-9abd-5968ec606bfa", + "93f5fac0-ea9f-416d-8851-3b3cc17eec51", + "f15a8577-e003-4a3f-8018-84fec83b0e8e" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e5a57782-77e7-47fa-89a7-2595a7df0b7c", + "logId": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1c41a3ab-61e9-4fc8-9233-4815fc05c2b1", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698356958400, + "endTime": 511698357442500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e5a57782-77e7-47fa-89a7-2595a7df0b7c", + "logId": "dadcfd81-cc20-4326-ba0d-e3cf3245cb19" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "129de474-19d5-445c-83e3-b39351e123a6", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698357453500, + "endTime": 511698357466100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e5a57782-77e7-47fa-89a7-2595a7df0b7c", + "logId": "fc9db351-fc48-47de-b66e-40c7ba9c873a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "92da0da7-83c4-4f02-91e1-46a0dde5f0ee", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698236448200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c3c9fc5-8a50-49d1-990d-e995c06b7885", + "name": "Cache service initialization finished in 4 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698240539700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39051197-f8c9-481d-82eb-cb453b6266cd", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698233115100, + "endTime": 511698240657500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7aa724a8-b1b5-4b95-8170-71e7208397f7", + "parent": "f042cb03-b761-40da-ac06-75f436d1e316" + } + }, + { + "head": { + "id": "d9d26d04-c7a0-4fb0-8896-14b4fd1bfad1", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698243391000, + "endTime": 511698243399500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "logId": "a2093c31-a8a4-44ef-a010-70ac14f873c7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "97eacc6f-8a82-48e7-b364-f2d383ea0a26", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698243413200, + "endTime": 511698245886000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "logId": "6a4854dc-97a6-4131-b97e-f2b84b169a80" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "52ea20f8-eee8-42b9-a13c-14fc84880b22", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698245894900, + "endTime": 511698276005700 + }, + "additional": { + "children": [ + "c9a14773-dbc8-488c-98da-2a2c87ed29e0" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "logId": "fd8eadd9-d5a9-4cbd-9859-b0f7568f24e7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4d3c7dba-0c3d-4cb3-ac1d-370850d86d00", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698276014800, + "endTime": 511698289729800 + }, + "additional": { + "children": [ + "3f01c0b6-61b6-4766-bc05-d2d857ac2e3a" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "logId": "410a4933-4db7-4070-8f56-16fe8167d4e9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "11c7d332-46a1-41d2-ba77-4f63e25a67f7", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698289740900, + "endTime": 511698348140000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "logId": "7bc4dba7-cca4-4285-a664-1c5f81556f58" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7058e71f-61c4-458c-9abd-5968ec606bfa", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698242414200, + "endTime": 511698356922900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "93f5fac0-ea9f-416d-8851-3b3cc17eec51", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698242747900, + "endTime": 511698356941000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f15a8577-e003-4a3f-8018-84fec83b0e8e", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698356814500, + "endTime": 511698356903900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "logId": "9ab0e0c2-9ff4-4f31-8cfc-ba14ec8f2cbc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a2093c31-a8a4-44ef-a010-70ac14f873c7", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698243391000, + "endTime": 511698243399500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d9d26d04-c7a0-4fb0-8896-14b4fd1bfad1", + "parent": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5" + } + }, + { + "head": { + "id": "6a4854dc-97a6-4131-b97e-f2b84b169a80", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698243413200, + "endTime": 511698245886000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "97eacc6f-8a82-48e7-b364-f2d383ea0a26", + "parent": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5" + } + }, + { + "head": { + "id": "c9a14773-dbc8-488c-98da-2a2c87ed29e0", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698246881300, + "endTime": 511698275976400 + }, + "additional": { + "children": [ + "86b63c0d-2452-4af3-8665-ff9f7df32859", + "fcc4febe-781b-4e66-b19a-8cd812eea2e4" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "52ea20f8-eee8-42b9-a13c-14fc84880b22", + "logId": "c470ada5-6bdf-4486-a821-bf2e49aa590a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "86b63c0d-2452-4af3-8665-ff9f7df32859", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698246882300, + "endTime": 511698250950400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c9a14773-dbc8-488c-98da-2a2c87ed29e0", + "logId": "1ec72edf-ff16-4fa8-90a5-aa8a3c9faed1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fcc4febe-781b-4e66-b19a-8cd812eea2e4", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698250962900, + "endTime": 511698275963500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c9a14773-dbc8-488c-98da-2a2c87ed29e0", + "logId": "45d8e4e5-59eb-444e-9e0f-63e99bd05472" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9cf354d9-0044-408b-9230-d4c7dc3cca3d", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698246886900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "29746dec-874e-421e-a5c9-08c66f174f0f", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698250842500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ec72edf-ff16-4fa8-90a5-aa8a3c9faed1", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698246882300, + "endTime": 511698250950400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "86b63c0d-2452-4af3-8665-ff9f7df32859", + "parent": "c470ada5-6bdf-4486-a821-bf2e49aa590a" + } + }, + { + "head": { + "id": "acc09cc1-b453-4349-b718-26d8d0ec7554", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698250996200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc9dd31f-f5dd-479d-bbfa-43593556b3d0", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698256008800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8a13b1f2-3938-4e4f-b0da-6dda0c2ef473", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698256115600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "adce16f5-668c-4517-be8d-b5637e478df2", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698256223800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f20de841-f5e9-45d9-9e9e-5ffb6833f4b6", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698256297700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0fa2730a-401b-4597-9069-9535807c8672", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698256791500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94fd1991-18d4-4f77-9ae0-82edf8f106d0", + "name": "Sdk init in 6 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698263351100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a3c9fc6a-53bb-4d55-a6de-b85c317578a5", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698263462300 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 45 + }, + "markType": "other" + } + }, + { + "head": { + "id": "11237988-612c-402e-93b2-041bdb419617", + "name": "Project task initialization takes 12 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698275785000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d191f239-fae5-473d-8adc-15096a561001", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698275900900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45d8e4e5-59eb-444e-9e0f-63e99bd05472", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698250962900, + "endTime": 511698275963500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fcc4febe-781b-4e66-b19a-8cd812eea2e4", + "parent": "c470ada5-6bdf-4486-a821-bf2e49aa590a" + } + }, + { + "head": { + "id": "c470ada5-6bdf-4486-a821-bf2e49aa590a", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698246881300, + "endTime": 511698275976400 + }, + "additional": { + "logType": "info", + "children": [ + "1ec72edf-ff16-4fa8-90a5-aa8a3c9faed1", + "45d8e4e5-59eb-444e-9e0f-63e99bd05472" + ], + "durationId": "c9a14773-dbc8-488c-98da-2a2c87ed29e0", + "parent": "fd8eadd9-d5a9-4cbd-9859-b0f7568f24e7" + } + }, + { + "head": { + "id": "fd8eadd9-d5a9-4cbd-9859-b0f7568f24e7", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698245894900, + "endTime": 511698276005700 + }, + "additional": { + "logType": "info", + "children": [ + "c470ada5-6bdf-4486-a821-bf2e49aa590a" + ], + "durationId": "52ea20f8-eee8-42b9-a13c-14fc84880b22", + "parent": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5" + } + }, + { + "head": { + "id": "3f01c0b6-61b6-4766-bc05-d2d857ac2e3a", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698276356300, + "endTime": 511698289714000 + }, + "additional": { + "children": [ + "7c80e973-e9d2-4d20-bae5-5552dedc5e4b" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4d3c7dba-0c3d-4cb3-ac1d-370850d86d00", + "logId": "6b55d57f-2178-45a5-9557-4b07b4b610b8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7c80e973-e9d2-4d20-bae5-5552dedc5e4b", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698278974600, + "endTime": 511698289288000 + }, + "additional": { + "children": [ + "35ff23f8-2567-42b3-86f7-702a6e33a3c2", + "99023564-c2fd-4228-a24f-68ca4659c0d2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "3f01c0b6-61b6-4766-bc05-d2d857ac2e3a", + "logId": "6ca850ab-f761-4af9-b434-90d8705b3118" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "35ff23f8-2567-42b3-86f7-702a6e33a3c2", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698278975700, + "endTime": 511698282286000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7c80e973-e9d2-4d20-bae5-5552dedc5e4b", + "logId": "b2801f41-175e-457c-bb0f-485133995d74" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "99023564-c2fd-4228-a24f-68ca4659c0d2", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698282318000, + "endTime": 511698289275700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7c80e973-e9d2-4d20-bae5-5552dedc5e4b", + "logId": "cf2dbf21-ac41-4b68-b0f7-168261dce308" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3c5bb559-0c51-47ab-abea-1e13d2b0e6b4", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698278980500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84c06cb3-f62f-405e-a803-4a4e3bb4bceb", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698282160700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2801f41-175e-457c-bb0f-485133995d74", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698278975700, + "endTime": 511698282286000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "35ff23f8-2567-42b3-86f7-702a6e33a3c2", + "parent": "6ca850ab-f761-4af9-b434-90d8705b3118" + } + }, + { + "head": { + "id": "e8c6983e-9f38-4c34-b77c-1ceb28ef1c97", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698282352700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62212617-289d-4e1b-8f22-e9c0a058029b", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698286643400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "534cc5f0-42b8-4363-ab9e-22019c78ebe9", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698286772800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24581d8a-4182-440c-abcb-dcc3ad8e000e", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698286930100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf03b193-0145-4822-b42d-7c8efd326449", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698287031400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f46d0704-617d-4588-853a-ef4bc03c1c2c", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698287109900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7800b351-c5a4-4548-b73d-48b96cc31be0", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698287157200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7da34f1a-fbaf-470d-8102-61e4ec0c0c72", + "name": "Module 'entry' target 'ohosTest' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698287245900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a65b117-73cb-4937-af87-b7e1998aba57", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698289091200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "898b7a44-de4f-462c-bcb7-4df606faf377", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698289196600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf2dbf21-ac41-4b68-b0f7-168261dce308", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698282318000, + "endTime": 511698289275700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "99023564-c2fd-4228-a24f-68ca4659c0d2", + "parent": "6ca850ab-f761-4af9-b434-90d8705b3118" + } + }, + { + "head": { + "id": "6ca850ab-f761-4af9-b434-90d8705b3118", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698278974600, + "endTime": 511698289288000 + }, + "additional": { + "logType": "info", + "children": [ + "b2801f41-175e-457c-bb0f-485133995d74", + "cf2dbf21-ac41-4b68-b0f7-168261dce308" + ], + "durationId": "7c80e973-e9d2-4d20-bae5-5552dedc5e4b", + "parent": "6b55d57f-2178-45a5-9557-4b07b4b610b8" + } + }, + { + "head": { + "id": "6b55d57f-2178-45a5-9557-4b07b4b610b8", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698276356300, + "endTime": 511698289714000 + }, + "additional": { + "logType": "info", + "children": [ + "6ca850ab-f761-4af9-b434-90d8705b3118" + ], + "durationId": "3f01c0b6-61b6-4766-bc05-d2d857ac2e3a", + "parent": "410a4933-4db7-4070-8f56-16fe8167d4e9" + } + }, + { + "head": { + "id": "410a4933-4db7-4070-8f56-16fe8167d4e9", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698276014800, + "endTime": 511698289729800 + }, + "additional": { + "logType": "info", + "children": [ + "6b55d57f-2178-45a5-9557-4b07b4b610b8" + ], + "durationId": "4d3c7dba-0c3d-4cb3-ac1d-370850d86d00", + "parent": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5" + } + }, + { + "head": { + "id": "e25f7a1b-e700-4caa-a39d-3496195463b0", + "name": "hvigorfile, resolve hvigorfile dependencies in 59 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698347989600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7bc4dba7-cca4-4285-a664-1c5f81556f58", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698289740900, + "endTime": 511698348140000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "11c7d332-46a1-41d2-ba77-4f63e25a67f7", + "parent": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5" + } + }, + { + "head": { + "id": "76473790-afdf-4464-8f8d-d60ec2be9fd9", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698348185800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c7108ea-68ff-4673-b195-b929898b07b5", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698348452300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "486f6b01-e06e-4503-a4d6-03bc9cfee99c", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698353769100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3740f562-2293-4ba6-ae40-3e72c0cd5ac0", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698354432400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dcdf5492-8acf-41ad-8c90-ebcf45f29470", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698354521700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02acff04-931b-4f27-8be9-8126cfc63dd4", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698355331800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86948b6f-01aa-4e5c-aa52-af49b0deac88", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698355410000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "124a97ac-8336-452a-9479-3aa83af68e7d", + "name": "Configuration phase cost:114 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698356834400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ab0e0c2-9ff4-4f31-8cfc-ba14ec8f2cbc", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698356814500, + "endTime": 511698356903900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f15a8577-e003-4a3f-8018-84fec83b0e8e", + "parent": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5" + } + }, + { + "head": { + "id": "aa92ce1d-43bb-4124-bb58-f7f23cba07f5", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698240676300, + "endTime": 511698356918100 + }, + "additional": { + "logType": "info", + "children": [ + "a2093c31-a8a4-44ef-a010-70ac14f873c7", + "6a4854dc-97a6-4131-b97e-f2b84b169a80", + "fd8eadd9-d5a9-4cbd-9859-b0f7568f24e7", + "410a4933-4db7-4070-8f56-16fe8167d4e9", + "7bc4dba7-cca4-4285-a664-1c5f81556f58", + "9ab0e0c2-9ff4-4f31-8cfc-ba14ec8f2cbc" + ], + "durationId": "eab31dcc-6cfd-4a04-9e5a-c526da7838ac", + "parent": "f042cb03-b761-40da-ac06-75f436d1e316" + } + }, + { + "head": { + "id": "dadcfd81-cc20-4326-ba0d-e3cf3245cb19", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698356958400, + "endTime": 511698357442500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1c41a3ab-61e9-4fc8-9233-4815fc05c2b1", + "parent": "f042cb03-b761-40da-ac06-75f436d1e316" + } + }, + { + "head": { + "id": "fc9db351-fc48-47de-b66e-40c7ba9c873a", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698357453500, + "endTime": 511698357466100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "129de474-19d5-445c-83e3-b39351e123a6", + "parent": "f042cb03-b761-40da-ac06-75f436d1e316" + } + }, + { + "head": { + "id": "f042cb03-b761-40da-ac06-75f436d1e316", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698233114100, + "endTime": 511698357471800 + }, + "additional": { + "logType": "info", + "children": [ + "39051197-f8c9-481d-82eb-cb453b6266cd", + "aa92ce1d-43bb-4124-bb58-f7f23cba07f5", + "dadcfd81-cc20-4326-ba0d-e3cf3245cb19", + "fc9db351-fc48-47de-b66e-40c7ba9c873a" + ], + "durationId": "e5a57782-77e7-47fa-89a7-2595a7df0b7c" + } + }, + { + "head": { + "id": "7d50b599-e5c6-4fef-9f45-f29f0eeccd0e", + "name": "Configuration task cost before running: 127 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698357749800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "855cc655-7626-43a0-834b-944f400b35dc", + "name": "entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698361889600, + "endTime": 511698367595600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "c3a13822-3061-4813-8419-bed7183e3133", + "logId": "7f247466-dd2a-4a34-a4c1-dec7e86afb94" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c3a13822-3061-4813-8419-bed7183e3133", + "name": "create entry:ohosTest@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698358739000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "855cc655-7626-43a0-834b-944f400b35dc" + } + }, + { + "head": { + "id": "a1649165-512a-40c5-92e6-000d2e9155cb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698359090300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95ed48e1-2557-4f28-86d6-c85ab59412d9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698359273900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6eb6e97-feea-46eb-9d27-30d4a0826aeb", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698359375100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4dbf1bed-8977-4023-85d9-9c74bbfbef20", + "name": "Executing task :entry:ohosTest@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698361904200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a131bee-ce9e-48be-98d0-8adec500ae31", + "name": "current product is not Atomic service.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698366885200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0baafd6-3cff-46e9-a1d0-9b746ffce7c4", + "name": "Use tool [win32: JAVA_HOME, CLASSPATH]\n [\n { JAVA_HOME: 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\jbr' },\n { CLASSPATH: undefined }\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698367124900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2709e7cc-8a41-4857-8871-2dd01c1ec901", + "name": "Use tool [win32: NODE_HOME]\n [\n {\n NODE_HOME: 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\tools\\\\node'\n }\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698367276100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43c45a7d-e8fb-47fc-b6bc-db3c9f55b762", + "name": "entry : ohosTest@PreBuild cost memory 0.39019012451171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698367448100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3d1e83d-ae5c-4be1-8dfc-4a71d9867e78", + "name": "runTaskFromQueue task cost before running: 137 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698367540800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f247466-dd2a-4a34-a4c1-dec7e86afb94", + "name": "Finished :entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698361889600, + "endTime": 511698367595600, + "totalTime": 5632900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "855cc655-7626-43a0-834b-944f400b35dc" + } + }, + { + "head": { + "id": "e2e2764d-a448-49fe-97a0-3dba538869f1", + "name": "entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698371565300, + "endTime": 511698374052400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "cde053a4-c8ac-474a-906d-34ea064575b2", + "logId": "7d2edeb2-b109-416d-8e5a-6459aebaac46" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cde053a4-c8ac-474a-906d-34ea064575b2", + "name": "create entry:ohosTest@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698369953600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e2e2764d-a448-49fe-97a0-3dba538869f1" + } + }, + { + "head": { + "id": "38848fa3-0089-4cce-b6d2-bcf0fb4a2ef3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698370321700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9548af1-2513-4da3-9eba-0159e0095928", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698370530000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "257c826b-42cc-4199-85a4-c32168ce3226", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698370615600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99a7e033-118c-4a86-a48e-df7d0e44bb5e", + "name": "Executing task :entry:ohosTest@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698371577100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df27e76f-ddc1-4153-8d24-bda707cc9096", + "name": "entry : ohosTest@GenerateMetadata cost memory 0.133026123046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698373789700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7d5598c-f546-4e18-bae2-1e79e1eade84", + "name": "runTaskFromQueue task cost before running: 144 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698373965700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d2edeb2-b109-416d-8e5a-6459aebaac46", + "name": "Finished :entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698371565300, + "endTime": 511698374052400, + "totalTime": 2377600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e2e2764d-a448-49fe-97a0-3dba538869f1" + } + }, + { + "head": { + "id": "98a91734-fdd3-44f5-8f8f-793686c29036", + "name": "entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378407500, + "endTime": 511698378665300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "4e57a834-774b-4941-8758-2cd93d6c3f4d", + "logId": "2c9b5572-bbf7-43f3-b122-faa4ee7ffed5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4e57a834-774b-4941-8758-2cd93d6c3f4d", + "name": "create entry:ohosTest@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698377585500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "98a91734-fdd3-44f5-8f8f-793686c29036" + } + }, + { + "head": { + "id": "71aaaceb-71f4-487b-880d-92f8b8fe06e4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378080100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fab64963-4c1c-4b23-8723-1e42c3f0ca2d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378192600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "787fecdc-ef10-4483-b57e-a3336774b48b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378266300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1363fec9-2591-45c2-bb68-91b0e6202e52", + "name": "Executing task :entry:ohosTest@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378416300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3cb4392f-6527-4fe4-ba30-5667bb701dc9", + "name": "entry : ohosTest@ConfigureCmake cost memory 0.0139007568359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378533200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7bdbc43a-969d-41d4-9a9b-77968fe0d34f", + "name": "runTaskFromQueue task cost before running: 148 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378618300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c9b5572-bbf7-43f3-b122-faa4ee7ffed5", + "name": "Finished :entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698378407500, + "endTime": 511698378665300, + "totalTime": 193500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "98a91734-fdd3-44f5-8f8f-793686c29036" + } + }, + { + "head": { + "id": "8738ecdc-963a-4053-a84b-671b3aafd9f4", + "name": "entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698380596300, + "endTime": 511698382637900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "e669c784-c434-4358-982e-59ce17dd6d4a", + "logId": "7faa34f2-828a-4df1-95bd-22754d82d53c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e669c784-c434-4358-982e-59ce17dd6d4a", + "name": "create entry:ohosTest@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698379637500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8738ecdc-963a-4053-a84b-671b3aafd9f4" + } + }, + { + "head": { + "id": "fb85dcad-1dd0-4783-aa9c-d67caac10c84", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698379986600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78e1d9ad-3d23-466b-8e7f-60b9c8a6befd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698380075000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94afdd26-5fcf-4ba3-9f23-42a5892bac49", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698380127900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e77f81a3-c408-4cb3-ac85-2f4f1e900c96", + "name": "Executing task :entry:ohosTest@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698380604700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6b2ef1c-5494-40bd-beb0-9584db515e7d", + "name": "Change app api release type with 'Beta1'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698381030600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66b32cf8-a68c-45cd-9402-5cae62a9ec76", + "name": "Change app compile API version with '5.0.0.25'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698381153700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73f3622c-ef97-4596-b63e-3c36c7ba6ee9", + "name": "Change app target API version with '50000012'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698381213000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44457f8f-c46a-4334-b293-c524afefd341", + "name": "Change app minimum API version with '50000012'", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698381263400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4525615d-231c-48bf-86ff-4a6bd007ec0e", + "name": "Use cli appEnvironment", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698381312600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2f475a1-ff32-4ced-ac4b-aae02d53335c", + "name": "entry : ohosTest@MergeProfile cost memory 0.135223388671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698382459200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "249a18bb-3f15-4308-955f-6c66b85ee083", + "name": "runTaskFromQueue task cost before running: 152 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698382565900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7faa34f2-828a-4df1-95bd-22754d82d53c", + "name": "Finished :entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698380596300, + "endTime": 511698382637900, + "totalTime": 1952500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8738ecdc-963a-4053-a84b-671b3aafd9f4" + } + }, + { + "head": { + "id": "92e08642-a6ce-4afc-94ea-e5859874b4cf", + "name": "entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698384488800, + "endTime": 511698386484600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "de2dc746-1dbd-4801-98a7-d7a56c98057e", + "logId": "5c5dfb21-30f3-48aa-9ec8-996a81406305" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "de2dc746-1dbd-4801-98a7-d7a56c98057e", + "name": "create entry:ohosTest@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698383620300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "92e08642-a6ce-4afc-94ea-e5859874b4cf" + } + }, + { + "head": { + "id": "bac8aad0-25ad-499f-89ef-18e06bbc0768", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698383919800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7980c5ba-2548-41c3-9f9a-005509d0a0ca", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698384001700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e03baff-fbd9-433d-af50-e11702b9c629", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698384053400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "541e261a-4f55-4b7a-a7fc-8922fd9c9a3e", + "name": "Executing task :entry:ohosTest@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698384497800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0736dbd9-e076-4856-b76e-8cc5f441482f", + "name": "entry : ohosTest@CreateBuildProfile cost memory 0.0876007080078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698386277900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "710ac2d4-0a3e-4f71-af57-55cba2b15e18", + "name": "runTaskFromQueue task cost before running: 156 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698386401800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c5dfb21-30f3-48aa-9ec8-996a81406305", + "name": "Finished :entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698384488800, + "endTime": 511698386484600, + "totalTime": 1890100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "92e08642-a6ce-4afc-94ea-e5859874b4cf" + } + }, + { + "head": { + "id": "4fcf832f-0f04-4379-8cec-e5e1d3ef26ba", + "name": "entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698389169700, + "endTime": 511698389441900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "92c73233-30e4-43ba-a907-a738b1012226", + "logId": "7024355f-ef78-45af-a9b3-f6579958aac6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "92c73233-30e4-43ba-a907-a738b1012226", + "name": "create entry:ohosTest@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698388114900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4fcf832f-0f04-4379-8cec-e5e1d3ef26ba" + } + }, + { + "head": { + "id": "47c7f194-f32c-4c03-a27a-6abf60c70f5a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698388563600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19e16244-47ee-47f4-8c7b-c7ddbc242018", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698388664200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d20bfdc6-b288-4f9a-b838-74df8027a8dc", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698388717500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10830a98-d0d0-48f3-8644-4df739854836", + "name": "Executing task :entry:ohosTest@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698389178400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7173ef97-1634-4efe-8312-fd5955f3f341", + "name": "entry : ohosTest@PreCheckSyscap cost memory 0.01409912109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698389308200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a648aac6-9d1f-437a-b451-97cf77bc01b1", + "name": "runTaskFromQueue task cost before running: 159 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698389393800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7024355f-ef78-45af-a9b3-f6579958aac6", + "name": "Finished :entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698389169700, + "endTime": 511698389441900, + "totalTime": 207000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4fcf832f-0f04-4379-8cec-e5e1d3ef26ba" + } + }, + { + "head": { + "id": "573f9520-3a3b-413c-9fea-ed6193724cb1", + "name": "entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698394889800, + "endTime": 511698395278000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "bd2f14b2-5f03-4e22-a53d-0a0573ffd98c", + "logId": "99235341-786a-439a-9d10-c0455a64f4ba" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bd2f14b2-5f03-4e22-a53d-0a0573ffd98c", + "name": "create entry:ohosTest@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698390353900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "573f9520-3a3b-413c-9fea-ed6193724cb1" + } + }, + { + "head": { + "id": "7dcc5411-e2be-428a-bbe4-1a95c1709d81", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698390658400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92739308-fd56-40eb-b661-121a7a631edf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698390739400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff1e8ef5-cc7b-4f0b-8d21-ab532cf17c2b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698390791000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b268f57b-763c-4b31-9096-46b0d1253027", + "name": "Executing task :entry:ohosTest@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698394901100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f17bc412-1198-4f09-8c05-9c2c826924e9", + "name": "entry : ohosTest@GeneratePkgContextInfo cost memory 0.02201080322265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698395113300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "497527b4-3eac-4161-9e9e-2ffda2a04697", + "name": "runTaskFromQueue task cost before running: 165 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698395206200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99235341-786a-439a-9d10-c0455a64f4ba", + "name": "Finished :entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698394889800, + "endTime": 511698395278000, + "totalTime": 299800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "573f9520-3a3b-413c-9fea-ed6193724cb1" + } + }, + { + "head": { + "id": "96c723a5-48b4-4e1f-8b9f-034ed8fcb047", + "name": "entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698397486300, + "endTime": 511698398255800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [], + "detailId": "94a1837b-8242-4ed4-b014-b895b31313cc", + "logId": "5d828cb0-c420-47ff-bbab-256743c04556" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "94a1837b-8242-4ed4-b014-b895b31313cc", + "name": "create entry:ohosTest@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698396176000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "96c723a5-48b4-4e1f-8b9f-034ed8fcb047" + } + }, + { + "head": { + "id": "5d2f601e-a07b-4682-960f-ce9dec4cb7be", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698396466300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1c39529-2211-4790-a894-a87d3c8ee059", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698396558300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "038f588c-c95d-4d53-9c75-4bc06c065c48", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698396615100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5417e2ae-0bfc-47df-9a1b-63529606d9d3", + "name": "Executing task :entry:ohosTest@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698397494000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0dd8559-1668-45d0-af06-f815fa7211dc", + "name": "entry : ohosTest@ProcessIntegratedHsp cost memory 0.04836273193359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698398087400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab7fceef-6e30-4fd1-a95f-5b7b76aa8d31", + "name": "runTaskFromQueue task cost before running: 168 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698398183000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d828cb0-c420-47ff-bbab-256743c04556", + "name": "Finished :entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698397486300, + "endTime": 511698398255800, + "totalTime": 680000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "96c723a5-48b4-4e1f-8b9f-034ed8fcb047" + } + }, + { + "head": { + "id": "4a496924-5c53-4e50-9737-1ce5ffbfd663", + "name": "entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698400293800, + "endTime": 511698400730100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "5a18ec24-4359-41ae-ae30-63141e76a9ac", + "logId": "d7bb265e-389e-439e-bdb9-edfaff2da6f2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5a18ec24-4359-41ae-ae30-63141e76a9ac", + "name": "create entry:ohosTest@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698399370000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4a496924-5c53-4e50-9737-1ce5ffbfd663" + } + }, + { + "head": { + "id": "97db249f-6cee-4718-be66-a619d3ffbf5f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698399687900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1787ddc7-3f9c-44b4-b4e7-987543bae074", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698399780400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d226585-44b7-4102-bd39-b265c40524df", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698399857400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d37a199-7275-4ce0-9a69-d2db90053b74", + "name": "Executing task :entry:ohosTest@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698400302700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8477aa9c-e970-45f9-b967-ed6f3231f379", + "name": "entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698400490100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d267a14c-87fe-438c-99b4-e6a5b5fab36b", + "name": "runTaskFromQueue task cost before running: 170 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698400633000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7bb265e-389e-439e-bdb9-edfaff2da6f2", + "name": "Finished :entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698400293800, + "endTime": 511698400730100, + "totalTime": 305000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4a496924-5c53-4e50-9737-1ce5ffbfd663" + } + }, + { + "head": { + "id": "93e1b219-2289-449f-bf6e-44acdbfe39db", + "name": "entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698402693800, + "endTime": 511698405199900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "43e9af77-fd2b-4405-8588-ccdc795f88e8", + "logId": "819b298a-6005-43b5-a546-e1c7841f1bb4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "43e9af77-fd2b-4405-8588-ccdc795f88e8", + "name": "create entry:ohosTest@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698401743400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "93e1b219-2289-449f-bf6e-44acdbfe39db" + } + }, + { + "head": { + "id": "c3d0b704-d442-4427-b920-70f59fa0d7eb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698402047000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bdc9e7ee-8b08-40a1-92f1-4a9e3fc7f7a4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698402119300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a956658-e714-4b44-8012-df2237e19be9", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698402171100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78979ff5-b12a-4376-ba00-83df6398223d", + "name": "Executing task :entry:ohosTest@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698402701000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c163c0cd-36e4-42fa-9658-a0c3aef5e6a7", + "name": "Module Pack Info: {\n summary: {\n app: {\n bundleName: 'com.samples.test.uitest',\n bundleType: 'app',\n version: [Object]\n },\n modules: [ [Object], [Object] ]\n },\n packages: [\n {\n deviceType: [Array],\n moduleType: 'feature',\n deliveryWithInstall: true,\n name: 'entry-ohosTest'\n }\n ]\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698404125300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df4f78fb-d439-4ceb-a7b4-62f38abc5150", + "name": "entry : ohosTest@MakePackInfo cost memory 0.1654205322265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698405046100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38e13fe2-7311-49e0-ba3a-fd130b778645", + "name": "runTaskFromQueue task cost before running: 175 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698405144300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "819b298a-6005-43b5-a546-e1c7841f1bb4", + "name": "Finished :entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698402693800, + "endTime": 511698405199900, + "totalTime": 2432700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "93e1b219-2289-449f-bf6e-44acdbfe39db" + } + }, + { + "head": { + "id": "37c74b55-b102-4580-a834-2d4a577b2a44", + "name": "entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698407957900, + "endTime": 511698561090600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "24832d49-31d3-4743-918a-c506a11378cc", + "logId": "e24f84c5-3d3f-4251-abb6-f17e64beb27f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "24832d49-31d3-4743-918a-c506a11378cc", + "name": "create entry:ohosTest@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698406882400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "37c74b55-b102-4580-a834-2d4a577b2a44" + } + }, + { + "head": { + "id": "b7f5c034-8b83-4ea6-8123-c8f6188b470a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698407230900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92f44f2c-5664-448e-95c4-96b16caacbeb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698407323100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a197920-88d8-4a69-8fd6-9f112885733d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698407383900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf42b31d-44f3-4d7e-ba3e-23fb07639eff", + "name": "Executing task :entry:ohosTest@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698407967500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "254bec8f-a22e-4c2a-b712-0648eee08295", + "name": "12.0.2.0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698559273800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c9d6518-b649-43ed-9e46-778c1f55987d", + "name": "entry : ohosTest@ProcessProfile cost memory 0.21966552734375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698560803000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af7813e4-ede1-4f33-92c8-edbfd784bced", + "name": "runTaskFromQueue task cost before running: 331 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698561000000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e24f84c5-3d3f-4251-abb6-f17e64beb27f", + "name": "Finished :entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698407957900, + "endTime": 511698561090600, + "totalTime": 153008800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "37c74b55-b102-4580-a834-2d4a577b2a44" + } + }, + { + "head": { + "id": "6ba4587d-8bf0-45bd-b524-3c30194acec6", + "name": "entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698563730400, + "endTime": 511698564809400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3578d360-6053-4478-b2d5-6b90a0214c99", + "logId": "80b38d41-45a0-4bc5-a18a-b8856f554297" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3578d360-6053-4478-b2d5-6b90a0214c99", + "name": "create entry:ohosTest@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698562365100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6ba4587d-8bf0-45bd-b524-3c30194acec6" + } + }, + { + "head": { + "id": "2db1ffb5-b9cd-435f-98b4-f7eed7ebf3d4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698562728900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d80ad0c-bd18-46cd-9b6d-368f3da009b3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698562842600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf4152e0-1dac-4b89-8a71-647779f1eb23", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698562926400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb473f52-e70f-45ab-b0ed-595c8e3aa2ec", + "name": "Executing task :entry:ohosTest@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698563742300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36635a84-26a2-4d75-ad40-9e268eda9551", + "name": "entry : ohosTest@SyscapTransform cost memory 0.04270172119140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698564607700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65f6e268-271a-4d3e-bfd7-1ecdd0cc7385", + "name": "runTaskFromQueue task cost before running: 334 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698564731200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80b38d41-45a0-4bc5-a18a-b8856f554297", + "name": "Finished :entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698563730400, + "endTime": 511698564809400, + "totalTime": 977000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6ba4587d-8bf0-45bd-b524-3c30194acec6" + } + }, + { + "head": { + "id": "85f54540-5f14-43b2-98c1-923072b2260d", + "name": "entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698568493500, + "endTime": 511698574106500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "149119bd-5736-4979-9db0-4941eac67051", + "logId": "35a2eaea-9c4e-4d75-95ee-c9a023ecba82" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "149119bd-5736-4979-9db0-4941eac67051", + "name": "create entry:ohosTest@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698566168100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "85f54540-5f14-43b2-98c1-923072b2260d" + } + }, + { + "head": { + "id": "63470891-71d3-4307-8e6d-9d7daf106a71", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698566502400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea681b61-20f6-48c8-a4a4-3efe2697791a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698566691800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5928635-bb29-4cdb-9168-22d62392277b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698566753200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "036c3d64-ef9b-418a-be38-3a1c4c94fcb5", + "name": "Executing task :entry:ohosTest@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698568501800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "901563e1-69a9-4454-bc02-475645e003d3", + "name": "entry : ohosTest@ProcessRouterMap cost memory 0.43759918212890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698573878200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "975d2262-a693-48df-bb6d-bd926357e268", + "name": "runTaskFromQueue task cost before running: 344 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698574040200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35a2eaea-9c4e-4d75-95ee-c9a023ecba82", + "name": "Finished :entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698568493500, + "endTime": 511698574106500, + "totalTime": 5520000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "85f54540-5f14-43b2-98c1-923072b2260d" + } + }, + { + "head": { + "id": "32587694-a04a-4c81-849b-3c3b5a405f09", + "name": "entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698577670900, + "endTime": 511698579077900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "f6d252f1-3167-4c98-a84e-6c3f62e2c587", + "logId": "40886830-e62c-4957-bacc-04c13179f590" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f6d252f1-3167-4c98-a84e-6c3f62e2c587", + "name": "create entry:ohosTest@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698576500600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "32587694-a04a-4c81-849b-3c3b5a405f09" + } + }, + { + "head": { + "id": "1e1bb7ce-32e3-4291-9562-9309ef24f5bb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698576905600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0884b37-4528-48a9-9b11-fa8123e42552", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698577026700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d3ac704-936e-4f47-b81a-dff336f65520", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698577084200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3224d0cf-c60d-4853-af7f-c4dd9f88fab1", + "name": "Executing task :entry:ohosTest@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698577683000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94710cc6-2ea3-4bac-8626-b3dd46f2dd41", + "name": "entry : ohosTest@BuildNativeWithNinja cost memory 0.040008544921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698578882400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cb77b3d-3acf-4116-9190-d8fa7aa659ce", + "name": "runTaskFromQueue task cost before running: 349 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698579015000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40886830-e62c-4957-bacc-04c13179f590", + "name": "Finished :entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698577670900, + "endTime": 511698579077900, + "totalTime": 1321600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "32587694-a04a-4c81-849b-3c3b5a405f09" + } + }, + { + "head": { + "id": "cad54097-8767-47b7-a0ee-5d40111cba50", + "name": "entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698581532600, + "endTime": 511698586869800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "e6d3cc0a-9e7d-4f94-a96d-9d02274fd8da", + "logId": "e414d803-e109-4e69-9c2a-e1101f09c434" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e6d3cc0a-9e7d-4f94-a96d-9d02274fd8da", + "name": "create entry:ohosTest@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698580189000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cad54097-8767-47b7-a0ee-5d40111cba50" + } + }, + { + "head": { + "id": "90f06b53-249d-45de-8e0f-885da930190a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698580525300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a373fc43-6cb6-4145-812c-d428e10bdb18", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698580660200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5884ee34-64ff-4c3e-96d4-185ad4af49be", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698580718000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "804c264b-e843-470a-b6f6-2cb6e7882d93", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698581216900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0caec56b-9baa-424d-9e3b-cb4e723a87c8", + "name": "Executing task :entry:ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698582487900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25eb09a8-544d-49d5-a812-46a580e49b6f", + "name": "entry : ohosTest@ProcessResource cost memory 0.1106719970703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698583818800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e5d4061-5c04-4447-9df5-0851bb0c870b", + "name": "runTaskFromQueue task cost before running: 356 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698586708000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e414d803-e109-4e69-9c2a-e1101f09c434", + "name": "Finished :entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698581532600, + "endTime": 511698586869800, + "totalTime": 2502800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cad54097-8767-47b7-a0ee-5d40111cba50" + } + }, + { + "head": { + "id": "aae84286-aa92-478a-9853-c80f34044e04", + "name": "entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698590794000, + "endTime": 511698598462200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "41a80c9b-063b-42ef-806b-93b5ac8204e1", + "logId": "e6824a69-56e3-4d1f-9e28-ee8329af69c7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "41a80c9b-063b-42ef-806b-93b5ac8204e1", + "name": "create entry:ohosTest@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698588891900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "aae84286-aa92-478a-9853-c80f34044e04" + } + }, + { + "head": { + "id": "757097f1-c1a3-4cb3-8607-e950dd1d2951", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698589203900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b4d1713-9eb4-4ecc-9065-a1a8f7921b0c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698589326300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dedb66d7-cc14-4dac-8ea1-3c248cbc7cf4", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698589377500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bef7af9b-7419-4cdc-a3c0-fc284f4b1d4d", + "name": "Executing task :entry:ohosTest@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698590803600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee87e23f-f502-48aa-bd5e-767f867d3f3c", + "name": "entry : ohosTest@GenerateLoaderJson cost memory 0.61346435546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698598280000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b92d3a2e-ab9a-49fc-b056-0cffd210a717", + "name": "runTaskFromQueue task cost before running: 368 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698598408600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6824a69-56e3-4d1f-9e28-ee8329af69c7", + "name": "Finished :entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698590794000, + "endTime": 511698598462200, + "totalTime": 7595600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aae84286-aa92-478a-9853-c80f34044e04" + } + }, + { + "head": { + "id": "e99040bb-e032-41e5-b65a-f4f7f819a174", + "name": "entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698603757200, + "endTime": 511699370696100 + }, + "additional": { + "children": [ + "81a46f30-d08b-48cc-8945-6bc572aa959f" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "27f00338-a2b1-40e8-ad59-0f7d33799b43", + "logId": "359214f5-bc1d-4cf7-b098-061bbf6f6461" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "27f00338-a2b1-40e8-ad59-0f7d33799b43", + "name": "create entry:ohosTest@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698602189100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e99040bb-e032-41e5-b65a-f4f7f819a174" + } + }, + { + "head": { + "id": "cb066ec6-071a-44ca-a034-9c0b0f73ac37", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698602504600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebf8354d-ae1f-4c17-a79d-69bbaef86226", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698602597400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d943e8d-4921-4334-bc29-621e6bc7b2c7", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698602650600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1abbb783-fcd9-4ef8-804b-c0490abb0292", + "name": "Executing task :entry:ohosTest@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698603772600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0ba1c52-6c7b-44f5-a5e6-87a8eda7165f", + "name": "ohosTest@ProcessLibs work[6] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698606613100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81a46f30-d08b-48cc-8945-6bc572aa959f", + "name": "entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511698608150300, + "endTime": 511699370401600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "e99040bb-e032-41e5-b65a-f4f7f819a174", + "logId": "7eabefb9-0f0a-43d7-89ff-108f3a404744" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a2add723-bc82-4951-a49c-47782981661f", + "name": "ohosTest@ProcessLibs work[6] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698607156400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19c4509d-20c9-46d2-93ae-78fb6dafb3ca", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698607238700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7acca55d-6a0d-4c89-b29a-c8dad526bd9d", + "name": "Create resident worker with id: 14.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698607307000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b578a1b-c392-4c5f-905f-51bf0ac4a5d6", + "name": "ohosTest@ProcessLibs work[6] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698608159500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c091160-ed7d-404a-a0c1-078618e3864f", + "name": "ohosTest@ProcessLibs work[6] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698608280500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf4d1369-90a4-43c7-a6ed-17d6d1fbec21", + "name": "entry : ohosTest@ProcessLibs cost memory 0.41530609130859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698608384300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18014538-7940-4ea2-abd5-02f8c063b325", + "name": "entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698611649700, + "endTime": 511698744621100 + }, + "additional": { + "children": [ + "45ccd6e3-a4d5-4558-80c2-42d21521236b", + "c5d67045-a813-4ffd-bdfa-c9f3f38d3167" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "e0f4823e-9743-4cf6-a699-802c5beeaaba", + "logId": "f95ee3b0-11dc-4dfc-967f-849285a8c7c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e0f4823e-9743-4cf6-a699-802c5beeaaba", + "name": "create entry:ohosTest@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698609280600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "18014538-7940-4ea2-abd5-02f8c063b325" + } + }, + { + "head": { + "id": "799366ba-154e-4735-95b8-18368039c9f3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698609662500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77abf7ab-23e7-4e32-84d6-64a6c5b8e6dd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698609763400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "acb61865-d297-4456-8fbf-a06d4be6e550", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698609832300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ec4958e-f8b7-414d-94d2-b57658ce840c", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698610410200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f151201-f4e9-4815-8384-0d483b358b42", + "name": "Executing task :entry:ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698611677700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45ccd6e3-a4d5-4558-80c2-42d21521236b", + "name": "create intermediate resource category", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698615178300, + "endTime": 511698651458600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "18014538-7940-4ea2-abd5-02f8c063b325", + "logId": "f0ebaf41-0a30-4d82-9310-e81d13d2ae72" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f0ebaf41-0a30-4d82-9310-e81d13d2ae72", + "name": "create intermediate resource category", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698615178300, + "endTime": 511698651458600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "45ccd6e3-a4d5-4558-80c2-42d21521236b", + "parent": "f95ee3b0-11dc-4dfc-967f-849285a8c7c0" + } + }, + { + "head": { + "id": "cc0d39b2-203b-40ab-a3cc-5feafe96f24f", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\restool.exe]\n [\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\restool.exe',\n '-l',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resConfig.json'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698651610600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5d67045-a813-4ffd-bdfa-c9f3f38d3167", + "name": "execute compile resource command using restool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698652247700, + "endTime": 511698742715800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "18014538-7940-4ea2-abd5-02f8c063b325", + "logId": "a4bfa64d-e470-4f85-98f2-d9358203c7a5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "722f9e0b-c0b4-4807-a511-10a86b294c3a", + "name": "current process memoryUsage: {\n rss: 552955904,\n heapTotal: 127254528,\n heapUsed: 90801768,\n external: 1502367,\n arrayBuffers: 128823\n} os memoryUsage :11.641487121582031", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698652718500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5028b7c-af9a-4cfb-b306-6c30ca680d1c", + "name": "Warning: 'test' conflict, first declared.\r\nat D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element\\string.json\r\nbut declared again.\r\nat D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\element\\string.json\r\nWarning: 'start_window_background' conflict, first declared.\r\nat D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\element\\color.json\r\nbut declared again.\r\nat D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources\\base\\element\\color.json\r\n", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698734628600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2229907-91c2-4497-a953-261a7aa55fce", + "name": "Info: restool resources compile success.\r\n", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698739358500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4bfa64d-e470-4f85-98f2-d9358203c7a5", + "name": "execute compile resource command using restool", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698652247700, + "endTime": 511698742715800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c5d67045-a813-4ffd-bdfa-c9f3f38d3167", + "parent": "f95ee3b0-11dc-4dfc-967f-849285a8c7c0" + } + }, + { + "head": { + "id": "996e8c95-6d86-4cfe-bbd8-8915e15da0a8", + "name": "entry : ohosTest@CompileResource cost memory -1.2342987060546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698744360400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "912cf373-8fdc-4440-8b74-a181cfbcf099", + "name": "runTaskFromQueue task cost before running: 514 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698744553300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f95ee3b0-11dc-4dfc-967f-849285a8c7c0", + "name": "Finished :entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698611649700, + "endTime": 511698744621100, + "totalTime": 132840800 + }, + "additional": { + "logType": "info", + "children": [ + "f0ebaf41-0a30-4d82-9310-e81d13d2ae72", + "a4bfa64d-e470-4f85-98f2-d9358203c7a5" + ], + "durationId": "18014538-7940-4ea2-abd5-02f8c063b325" + } + }, + { + "head": { + "id": "9aaca05d-7917-44ec-86e8-97c10d4842a1", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698749220200, + "endTime": 511702894231900 + }, + "additional": { + "children": [ + "161b6426-c863-445a-8426-ec90cf34c56e", + "6bc3ca4e-ddab-42ed-a61d-db45cb4ccdbf" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "0f06ca7f-05f2-48fa-a27c-00455cbb73c8", + "logId": "ea4331b9-babf-40d6-9c50-87a0d77893a1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0f06ca7f-05f2-48fa-a27c-00455cbb73c8", + "name": "create entry:ohosTest@OhosTestCompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698746868300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9aaca05d-7917-44ec-86e8-97c10d4842a1" + } + }, + { + "head": { + "id": "2ce14c47-438f-4d43-a993-2d10707348ab", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698747226900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63ec231b-8c4a-46cb-a3b3-311580f00dde", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698747386700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8a8ccf5-4305-4f9f-a071-b2aa451743a4", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698747446800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c72e1ceb-678c-4cbc-be47-725273f0d89d", + "name": "Executing task :entry:ohosTest@OhosTestCompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698749228300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ee1f93b-381d-495e-81bd-d971e8382ba7", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698759050600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c759db9c-b185-4bcf-a851-20866387519f", + "name": "Compile arkts with external api path: D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698759414500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f731022-32d4-453a-a277-9da0ba084f2e", + "name": "ohosTest@OhosTestCompileArkTS work[7] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698760190700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "161b6426-c863-445a-8426-ec90cf34c56e", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511698761743800, + "endTime": 511702894002500 + }, + "additional": { + "children": [ + "285c30c0-3194-4d8b-82f0-01bfff6fd751", + "2fad3051-133a-45d1-8758-2829a1064203", + "cccc795c-7f21-430a-a3a5-41be11f30c4b", + "f6b8c056-aa22-4d65-a86f-606908644a46", + "49007d46-1092-4663-8b91-5a512073c9ae" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "9aaca05d-7917-44ec-86e8-97c10d4842a1", + "logId": "a7acd458-6aa2-459b-ad8b-d9c56062bb72" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "86f07709-3946-449d-be5c-48361a338f6d", + "name": "ohosTest@OhosTestCompileArkTS work[7] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698760774300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c69e7f9-e7a4-4a56-be46-9b693f4d4850", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698760875000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0bf9738-562b-47b1-8b16-d2fbab6f785e", + "name": "A work dispatched to worker[14] failed because of worker busy.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698760926600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "108a4b18-00c4-4336-9a09-ffca31a2b182", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698760975600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f51af07-0e76-424d-9b39-3527fad9b468", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761027000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ad7567b-bde2-4859-a42a-911b5f0efbae", + "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761072500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8ad8ad1-e3e7-4f08-a4fb-4aa1db09b6cd", + "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761116300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c2e3052-128d-4cf1-bbec-da0202f9a8e5", + "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761158700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e6a341d-108d-4d91-ac6f-873d72d5ac17", + "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761200200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d43a965e-a93e-4cdd-8ee6-dfd076bdc771", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761337700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "158e2e40-8946-40c5-9a11-6ef45c705496", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761387900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fa292d6-a60d-4c03-bb42-38cfbcc1c525", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761429300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e11023e6-c22e-453f-bbe4-96c2a5781505", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761469600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce4c09e8-2030-4deb-8069-e9461704b996", + "name": "A work dispatched to worker[3] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761512300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47c6a470-64e8-4e8b-ade9-85ac466bbeab", + "name": "A work dispatched to worker[2] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761554800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1891d70-1ff6-4c92-ac32-0bedf2f56447", + "name": "A work dispatched to worker[1] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761612900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e38755e-c6ff-467d-bf5b-cf13758cb2fa", + "name": "ohosTest@OhosTestCompileArkTS work[7] has been dispatched to worker[0].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761752300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f93669e-ea18-4fe9-9e34-96cde27048a5", + "name": "ohosTest@OhosTestCompileArkTS work[7] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761838100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0eff4251-f60d-43f1-824a-be7ee50f1609", + "name": "CopyResources startTime: 511698761890700", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761893600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0b13e98-d245-4431-8ec6-cf820749967c", + "name": "ohosTest@OhosTestCompileArkTS work[8] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698761969000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6bc3ca4e-ddab-42ed-a61d-db45cb4ccdbf", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker13", + "startTime": 511698763713100, + "endTime": 511699449150000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "9aaca05d-7917-44ec-86e8-97c10d4842a1", + "logId": "5cad17ee-a24e-47c5-8cb1-29d6d47c5240" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d8759876-b009-4a7c-9e53-a3cde0f509d1", + "name": "ohosTest@OhosTestCompileArkTS work[8] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698762610200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "278611ab-b349-4f18-a1a9-3ba6c40c7911", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698762679000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a04f5203-9dfd-48e7-80fa-e56f539d355d", + "name": "A work dispatched to worker[14] failed because of worker busy.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698762730400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4bd8084-8d12-4752-9637-2a53d6bc3585", + "name": "Create resident worker with id: 13.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698762788500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8b05fad-60df-47a2-b3e8-7ae05a1074a7", + "name": "ohosTest@OhosTestCompileArkTS work[8] has been dispatched to worker[13].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698763828000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5215354-4f94-4332-9f30-6ce8b44a1a44", + "name": "ohosTest@OhosTestCompileArkTS work[8] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698763942800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65d352f1-aae9-42c0-9505-a79be57f7fab", + "name": "entry : ohosTest@OhosTestCompileArkTS cost memory 1.308074951171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698764091400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a91e482-5062-4155-9244-9d3730a00948", + "name": "entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698767955400, + "endTime": 511698770851800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "c8cb68d4-da1f-45e0-bc7f-f76bfa7cf9b3", + "logId": "d2993bd0-7752-44b6-b065-5efc6844fec2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c8cb68d4-da1f-45e0-bc7f-f76bfa7cf9b3", + "name": "create entry:ohosTest@OhosTestBuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698765276000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5a91e482-5062-4155-9244-9d3730a00948" + } + }, + { + "head": { + "id": "c4a0157d-8b03-46a9-a608-39c879717292", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698765748100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0cf06387-deed-4a5d-ba2d-a4d2c1afa063", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698765932400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fe74b49-84e7-4759-9d9a-d65213027066", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698766031400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6198c8f0-2b34-481b-8d92-24ae83ae2179", + "name": "Executing task :entry:ohosTest@OhosTestBuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698767964600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "982701c6-9921-4655-8120-2e6e71b7e830", + "name": "entry : ohosTest@OhosTestBuildJS cost memory 0.16442108154296875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698770605300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "741d1b26-769f-4933-8c28-3d8d8ee70414", + "name": "runTaskFromQueue task cost before running: 540 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698770761500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2993bd0-7752-44b6-b065-5efc6844fec2", + "name": "Finished :entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698767955400, + "endTime": 511698770851800, + "totalTime": 2777600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5a91e482-5062-4155-9244-9d3730a00948" + } + }, + { + "head": { + "id": "70dc74af-bf40-42a1-9c8e-34993413811f", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699370360200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34a28e4d-b8b7-4bbc-862f-5bb4eb76281f", + "name": "ohosTest@ProcessLibs work[6] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699370425300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7eabefb9-0f0a-43d7-89ff-108f3a404744", + "name": "entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511698608150300, + "endTime": 511699370401600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "81a46f30-d08b-48cc-8945-6bc572aa959f", + "parent": "359214f5-bc1d-4cf7-b098-061bbf6f6461" + } + }, + { + "head": { + "id": "c617645d-ed47-404a-ae7e-ff41d823ed72", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699370594600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "359214f5-bc1d-4cf7-b098-061bbf6f6461", + "name": "Finished :entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698603757200, + "endTime": 511699370696100, + "totalTime": 766649700 + }, + "additional": { + "logType": "info", + "children": [ + "7eabefb9-0f0a-43d7-89ff-108f3a404744" + ], + "durationId": "e99040bb-e032-41e5-b65a-f4f7f819a174" + } + }, + { + "head": { + "id": "ad49cf3d-e76d-4ece-bb5e-2877d4fbb846", + "name": "entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699375343900, + "endTime": 511699393356300 + }, + "additional": { + "children": [ + "48fac5f0-2083-4f4c-babb-dc0677c7d243" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "29109694-9896-4610-8b22-9cc4aa3e30d5", + "logId": "a5c49dbd-6046-44a9-abc3-88aa55375f90" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "29109694-9896-4610-8b22-9cc4aa3e30d5", + "name": "create entry:ohosTest@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699372336700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ad49cf3d-e76d-4ece-bb5e-2877d4fbb846" + } + }, + { + "head": { + "id": "9c0c46f7-9c20-4fa5-940b-fb43b1b4000b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699372987400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6850e250-eb53-4bb5-8b69-a7aeb4baacd0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699373212700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4684dfaf-4d28-487d-b526-ff917e6e9393", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699373330200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1445f2da-0896-46da-b305-accf5037ca38", + "name": "Executing task :entry:ohosTest@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699375358000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "419a29cb-d327-4288-a84b-ab83471651ef", + "name": "ohosTest@DoNativeStrip work[9] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699376430100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48fac5f0-2083-4f4c-babb-dc0677c7d243", + "name": "entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511699377672700, + "endTime": 511699393138900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "ad49cf3d-e76d-4ece-bb5e-2877d4fbb846", + "logId": "80a73e4b-4ab8-46bd-992b-e827a5ddf4bf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ee954470-db94-4ae6-9330-b1a460249aaf", + "name": "ohosTest@DoNativeStrip work[9] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699377344200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50764b33-001b-4524-bd1a-1039c7911aee", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699377479900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75fae16e-59f4-4176-a10d-6a5d744b48cd", + "name": "ohosTest@DoNativeStrip work[9] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699377693200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d590bc2-6a93-469b-b0ac-f4af8da528df", + "name": "ohosTest@DoNativeStrip work[9] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699377823400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73536425-07b3-4b75-8999-443fb72a9b7a", + "name": "entry : ohosTest@DoNativeStrip cost memory 0.17002105712890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699377957700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5a9e878-a925-40a7-b8bc-557ae2633ea2", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699393104300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3bdf9b0-91f0-49a7-b87d-50c5584b1f21", + "name": "ohosTest@DoNativeStrip work[9] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699393155300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80a73e4b-4ab8-46bd-992b-e827a5ddf4bf", + "name": "entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511699377672700, + "endTime": 511699393138900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "48fac5f0-2083-4f4c-babb-dc0677c7d243", + "parent": "a5c49dbd-6046-44a9-abc3-88aa55375f90" + } + }, + { + "head": { + "id": "0a652603-f89c-4eff-b254-d9a8df0bb306", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699393303800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5c49dbd-6046-44a9-abc3-88aa55375f90", + "name": "Finished :entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699375343900, + "endTime": 511699393356300, + "totalTime": 17801200 + }, + "additional": { + "logType": "info", + "children": [ + "80a73e4b-4ab8-46bd-992b-e827a5ddf4bf" + ], + "durationId": "ad49cf3d-e76d-4ece-bb5e-2877d4fbb846" + } + }, + { + "head": { + "id": "8a0861bb-e499-43f3-bc63-0c0482be909c", + "name": "entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699396810400, + "endTime": 511699746668200 + }, + "additional": { + "children": [ + "ad681277-e11c-4d38-9839-378e84479cdd" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "ce965965-71f1-484d-a46f-59e83c71db48", + "logId": "a3a250aa-aead-4798-9168-e950043605c3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ce965965-71f1-484d-a46f-59e83c71db48", + "name": "create entry:ohosTest@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699394542200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8a0861bb-e499-43f3-bc63-0c0482be909c" + } + }, + { + "head": { + "id": "99f4d147-c5b2-46d2-90cc-a1936923b04a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699394923500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34f28b9b-030d-4367-ac5a-e5b991358fb1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699395032100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c86c6d20-a93b-4265-9688-100c3f06936b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699395132800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4b46e65-72d5-4314-b71a-dcc9c3892986", + "name": "Executing task :entry:ohosTest@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699396821700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c4b57e3-715f-40dc-b0dd-0b337329008f", + "name": "ohosTest@CacheNativeLibs work[10] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699397370700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad681277-e11c-4d38-9839-378e84479cdd", + "name": "entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511699398019800, + "endTime": 511699746419000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "8a0861bb-e499-43f3-bc63-0c0482be909c", + "logId": "dc68e67c-fdfa-4581-a6a8-5ba8faaee8b4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4132a220-9cea-4f19-9bb4-88c09d309425", + "name": "ohosTest@CacheNativeLibs work[10] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699397861900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f881b43-3797-43a6-99a2-4f8a7e612bac", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699397931500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0ebe1b8-986e-420f-834f-0fa706e12d7c", + "name": "ohosTest@CacheNativeLibs work[10] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699398029400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "344cd0cc-e631-4ea4-a363-0065aef1b936", + "name": "ohosTest@CacheNativeLibs work[10] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699398114700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d4193a1-16a2-49c8-b3ed-fe58228e0fff", + "name": "entry : ohosTest@CacheNativeLibs cost memory 0.15438079833984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699398234600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f8e5ab1-4404-4f1f-a4c4-e95854cd1864", + "name": "worker[13] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699449003400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98c2547e-51c4-4ccc-9570-db65758dfc64", + "name": "CopyResources is end, endTime: 511699449033800", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699449037300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79709256-d95d-4cc4-b630-0429ac85914d", + "name": "ohosTest@OhosTestCompileArkTS work[8] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699449169600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cad17ee-a24e-47c5-8cb1-29d6d47c5240", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker13", + "startTime": 511698763713100, + "endTime": 511699449150000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6bc3ca4e-ddab-42ed-a61d-db45cb4ccdbf", + "parent": "ea4331b9-babf-40d6-9c50-87a0d77893a1" + } + }, + { + "head": { + "id": "ac657ff5-0307-4c1b-9981-fe8ff60d9342", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699449267900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c24f18e-1277-4a0b-94f9-878096a9e0f2", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699746388100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f4212ce-c35f-4e3e-8613-56455d538495", + "name": "ohosTest@CacheNativeLibs work[10] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699746440200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc68e67c-fdfa-4581-a6a8-5ba8faaee8b4", + "name": "entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511699398019800, + "endTime": 511699746419000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ad681277-e11c-4d38-9839-378e84479cdd", + "parent": "a3a250aa-aead-4798-9168-e950043605c3" + } + }, + { + "head": { + "id": "fe596529-8d1b-48f7-97ff-8c384487f823", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699746612500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a3a250aa-aead-4798-9168-e950043605c3", + "name": "Finished :entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511699396810400, + "endTime": 511699746668200, + "totalTime": 349612900 + }, + "additional": { + "logType": "info", + "children": [ + "dc68e67c-fdfa-4581-a6a8-5ba8faaee8b4" + ], + "durationId": "8a0861bb-e499-43f3-bc63-0c0482be909c" + } + }, + { + "head": { + "id": "dd060d83-7a52-471b-a03a-9f3757f4e3ae", + "name": "worker[0] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702890933800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "285c30c0-3194-4d8b-82f0-01bfff6fd751", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511698762045600, + "endTime": 511698766570800 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "161b6426-c863-445a-8426-ec90cf34c56e", + "logId": "30daabdf-06da-40d8-8a8e-5807740b545b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "30daabdf-06da-40d8-8a8e-5807740b545b", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698762045600, + "endTime": 511698766570800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "285c30c0-3194-4d8b-82f0-01bfff6fd751", + "parent": "a7acd458-6aa2-459b-ad8b-d9c56062bb72" + } + }, + { + "head": { + "id": "2fad3051-133a-45d1-8758-2829a1064203", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511698766616000, + "endTime": 511698766667100 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "161b6426-c863-445a-8426-ec90cf34c56e", + "logId": "b49385f0-b194-4010-bdd9-b7c23f04e598" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b49385f0-b194-4010-bdd9-b7c23f04e598", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698766616000, + "endTime": 511698766667100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2fad3051-133a-45d1-8758-2829a1064203", + "parent": "a7acd458-6aa2-459b-ad8b-d9c56062bb72" + } + }, + { + "head": { + "id": "cccc795c-7f21-430a-a3a5-41be11f30c4b", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511698766680500, + "endTime": 511702646117700 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "161b6426-c863-445a-8426-ec90cf34c56e", + "logId": "af2d99cf-7a94-4c35-99ca-bc3ed504ca44" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "af2d99cf-7a94-4c35-99ca-bc3ed504ca44", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698766680500, + "endTime": 511702646117700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cccc795c-7f21-430a-a3a5-41be11f30c4b", + "parent": "a7acd458-6aa2-459b-ad8b-d9c56062bb72" + } + }, + { + "head": { + "id": "f6b8c056-aa22-4d65-a86f-606908644a46", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511702646132100, + "endTime": 511702676832500 + }, + "additional": { + "children": [ + "af3bd1ae-4592-4554-825a-e84ef16db31b", + "4571c769-d4ef-45f9-83f6-9a5f2b3ccdb7", + "8816edbf-6565-4332-86f6-84c7e044e30e" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "161b6426-c863-445a-8426-ec90cf34c56e", + "logId": "ed029d00-5cbb-47f8-b220-abd08996ac45" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ed029d00-5cbb-47f8-b220-abd08996ac45", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702646132100, + "endTime": 511702676832500 + }, + "additional": { + "logType": "info", + "children": [ + "e86ecf64-518d-4f80-8f70-0eb27d073cc4", + "4970e6ac-61aa-45a5-9545-639f91e201c4", + "8ce00ec9-d046-4eb2-819f-985535a9b53d" + ], + "durationId": "f6b8c056-aa22-4d65-a86f-606908644a46", + "parent": "a7acd458-6aa2-459b-ad8b-d9c56062bb72" + } + }, + { + "head": { + "id": "af3bd1ae-4592-4554-825a-e84ef16db31b", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511702646154400, + "endTime": 511702646160200 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "f6b8c056-aa22-4d65-a86f-606908644a46", + "logId": "e86ecf64-518d-4f80-8f70-0eb27d073cc4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e86ecf64-518d-4f80-8f70-0eb27d073cc4", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702646154400, + "endTime": 511702646160200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "af3bd1ae-4592-4554-825a-e84ef16db31b", + "parent": "ed029d00-5cbb-47f8-b220-abd08996ac45" + } + }, + { + "head": { + "id": "4571c769-d4ef-45f9-83f6-9a5f2b3ccdb7", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511702646164100, + "endTime": 511702675356300 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "f6b8c056-aa22-4d65-a86f-606908644a46", + "logId": "4970e6ac-61aa-45a5-9545-639f91e201c4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4970e6ac-61aa-45a5-9545-639f91e201c4", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702646164100, + "endTime": 511702675356300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4571c769-d4ef-45f9-83f6-9a5f2b3ccdb7", + "parent": "ed029d00-5cbb-47f8-b220-abd08996ac45" + } + }, + { + "head": { + "id": "8816edbf-6565-4332-86f6-84c7e044e30e", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511702675378400, + "endTime": 511702676824200 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "f6b8c056-aa22-4d65-a86f-606908644a46", + "logId": "8ce00ec9-d046-4eb2-819f-985535a9b53d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8ce00ec9-d046-4eb2-819f-985535a9b53d", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702675378400, + "endTime": 511702676824200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8816edbf-6565-4332-86f6-84c7e044e30e", + "parent": "ed029d00-5cbb-47f8-b220-abd08996ac45" + } + }, + { + "head": { + "id": "49007d46-1092-4663-8b91-5a512073c9ae", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511702676851200, + "endTime": 511702889949900 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "161b6426-c863-445a-8426-ec90cf34c56e", + "logId": "47770132-37f8-4f73-b833-7bdaa4b742f6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "47770132-37f8-4f73-b833-7bdaa4b742f6", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702676851200, + "endTime": 511702889949900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "49007d46-1092-4663-8b91-5a512073c9ae", + "parent": "a7acd458-6aa2-459b-ad8b-d9c56062bb72" + } + }, + { + "head": { + "id": "a0d52d04-8a64-4269-afdb-82d7a76c045d", + "name": "ohosTest@OhosTestCompileArkTS work[7] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702894016100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7acd458-6aa2-459b-ad8b-d9c56062bb72", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 511698761743800, + "endTime": 511702894002500 + }, + "additional": { + "logType": "info", + "children": [ + "30daabdf-06da-40d8-8a8e-5807740b545b", + "b49385f0-b194-4010-bdd9-b7c23f04e598", + "af2d99cf-7a94-4c35-99ca-bc3ed504ca44", + "ed029d00-5cbb-47f8-b220-abd08996ac45", + "47770132-37f8-4f73-b833-7bdaa4b742f6" + ], + "durationId": "161b6426-c863-445a-8426-ec90cf34c56e", + "parent": "ea4331b9-babf-40d6-9c50-87a0d77893a1" + } + }, + { + "head": { + "id": "c302d7c1-e8bb-4fb5-aa4c-623a16e46f3c", + "name": "A work dispatched to worker[0] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702894169600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea4331b9-babf-40d6-9c50-87a0d77893a1", + "name": "Finished :entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698749220200, + "endTime": 511702894231900, + "totalTime": 4144785800 + }, + "additional": { + "logType": "info", + "children": [ + "a7acd458-6aa2-459b-ad8b-d9c56062bb72", + "5cad17ee-a24e-47c5-8cb1-29d6d47c5240" + ], + "durationId": "9aaca05d-7917-44ec-86e8-97c10d4842a1" + } + }, + { + "head": { + "id": "a3ae866f-9e4f-4fb6-827a-e14aa1c609c4", + "name": "entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702897363100, + "endTime": 511702898062800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Other", + "taskRunReasons": [], + "detailId": "3bbe90f5-1683-4ada-88a5-ca80e2d38480", + "logId": "478d5000-cbf9-499b-8fef-b7e46a811dd2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3bbe90f5-1683-4ada-88a5-ca80e2d38480", + "name": "create entry:ohosTest@OhosTestCopyMockConfigJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702896773700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a3ae866f-9e4f-4fb6-827a-e14aa1c609c4" + } + }, + { + "head": { + "id": "7d44d159-dff2-445a-9d06-c989655096ba", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702897109800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed1803c0-1b23-4e2f-8ad7-d2e60375aeea", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702897186100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ecdec82-82fe-4efa-badf-0a93c9ea477a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702897240200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f02848a7-9956-431a-91e5-68f48a699842", + "name": "Executing task :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702897372700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5902f477-7425-4cf2-b285-ee8756e6ff9c", + "name": "entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.03554534912109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702897864500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47aef9cc-01a6-4108-8a20-bdae12ba28c2", + "name": "runTaskFromQueue task cost before running: 4 s 668 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702898006000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "478d5000-cbf9-499b-8fef-b7e46a811dd2", + "name": "Finished :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702897363100, + "endTime": 511702898062800, + "totalTime": 581700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a3ae866f-9e4f-4fb6-827a-e14aa1c609c4" + } + }, + { + "head": { + "id": "59a16ab2-2cdf-4603-97b9-9197f8bb2163", + "name": "entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702899864500, + "endTime": 511702901314400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "ee0f885d-75a9-404f-bb42-33aed06beadf", + "logId": "2d61db43-44f9-4fec-a807-494542ed7aa5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ee0f885d-75a9-404f-bb42-33aed06beadf", + "name": "create entry:ohosTest@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702898983300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "59a16ab2-2cdf-4603-97b9-9197f8bb2163" + } + }, + { + "head": { + "id": "5a7da3d3-34dd-4771-b670-17f001074760", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702899288600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1390f808-ac20-4d71-b91f-57f850d43444", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702899360900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7378b3a2-d2a3-4f56-86fb-0c54cd014591", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702899414000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9550417e-c1c7-4c14-88bd-821a75b8c2a9", + "name": "Executing task :entry:ohosTest@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702899872800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ee50087-b1c8-48d7-be2a-9c46716d4a02", + "name": "entry : ohosTest@GeneratePkgModuleJson cost memory 0.05736541748046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702901158900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95636118-5b13-468b-9446-794a79d093e9", + "name": "runTaskFromQueue task cost before running: 4 s 671 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702901259600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d61db43-44f9-4fec-a807-494542ed7aa5", + "name": "Finished :entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702899864500, + "endTime": 511702901314400, + "totalTime": 1375100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "59a16ab2-2cdf-4603-97b9-9197f8bb2163" + } + }, + { + "head": { + "id": "ac57490e-a34f-4853-8482-a57c536ff6fd", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702906660300, + "endTime": 511703242493800 + }, + "additional": { + "children": [ + "caa5c660-968c-4dd2-9a80-43718bf723fd", + "0eca0040-d18b-4d55-8afd-43f01bb52fc0", + "136b6a74-a194-4f60-a754-7fca24c33db2" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "5dfa234a-758c-407c-87c4-65d93278e1ce", + "logId": "29f6a628-15b3-47f6-908b-561d513cf06f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5dfa234a-758c-407c-87c4-65d93278e1ce", + "name": "create entry:ohosTest@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702902841600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ac57490e-a34f-4853-8482-a57c536ff6fd" + } + }, + { + "head": { + "id": "489a2ae1-c3c3-4999-b0aa-b01949949228", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702903257800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e81f85fd-9241-4d4d-8d42-152dff6e735d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702903417600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "656d2754-29e4-42c2-8ae7-bce0c56c3d3b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702903491700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0bae2ec4-fe9e-433a-836e-02e2a399b0bb", + "name": "Executing task :entry:ohosTest@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702906668200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "caa5c660-968c-4dd2-9a80-43718bf723fd", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702908689500, + "endTime": 511702909447800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ac57490e-a34f-4853-8482-a57c536ff6fd", + "logId": "ac8b02df-33df-4fac-b07b-e3866bb6120d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "dd0d094e-d3c1-46dd-86a6-479ce62090a9", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=GBK',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\stripped_native_libs\\\\ohosTest',\n '--json-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\package\\\\ohosTest\\\\module.json',\n '--resources-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources',\n '--index-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources.index',\n '--pack-info-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\pack.info',\n '--out-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-unsigned.hap',\n '--ets-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\ohosTest\\\\ets'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702909320100 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "ac57490e-a34f-4853-8482-a57c536ff6fd" + } + }, + { + "head": { + "id": "ac8b02df-33df-4fac-b07b-e3866bb6120d", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702908689500, + "endTime": 511702909447800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "caa5c660-968c-4dd2-9a80-43718bf723fd", + "parent": "29f6a628-15b3-47f6-908b-561d513cf06f" + } + }, + { + "head": { + "id": "0eca0040-d18b-4d55-8afd-43f01bb52fc0", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702909949100, + "endTime": 511702911136700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "ac57490e-a34f-4853-8482-a57c536ff6fd", + "logId": "95c9c237-ef3c-41f8-9170-9d2554ff05fb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "835a9c85-8119-450f-a371-9a60867ccc24", + "name": "ohosTest@PackageHap work[11] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702910301900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "136b6a74-a194-4f60-a754-7fca24c33db2", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511702910982900, + "endTime": 511703242259300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "ac57490e-a34f-4853-8482-a57c536ff6fd", + "logId": "30b042a4-6544-426d-b352-24d6d6100404" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "71a3b160-a471-42af-a623-b7c1b1a2fa94", + "name": "ohosTest@PackageHap work[11] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702910816800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d4d9b12-06ec-4d7e-aac5-1909c7321f0d", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702910895500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4928ae3b-ba1a-411d-a322-baefbfe5f0f9", + "name": "ohosTest@PackageHap work[11] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702910987500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b18a0fd5-20e8-4ab5-a90b-35f15d4fd032", + "name": "ohosTest@PackageHap work[11] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702911084200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95c9c237-ef3c-41f8-9170-9d2554ff05fb", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702909949100, + "endTime": 511702911136700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0eca0040-d18b-4d55-8afd-43f01bb52fc0", + "parent": "29f6a628-15b3-47f6-908b-561d513cf06f" + } + }, + { + "head": { + "id": "93e59265-4beb-43a9-9105-af208b8fa338", + "name": "entry : ohosTest@PackageHap cost memory 0.6360702514648438", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702913091100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0febf6f-28be-4476-af0d-54e466a77317", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703242087100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8905d6f1-2b2a-4e08-bd79-71156212c3cc", + "name": "ohosTest@PackageHap work[11] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703242285600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30b042a4-6544-426d-b352-24d6d6100404", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 511702910982900, + "endTime": 511703242259300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "136b6a74-a194-4f60-a754-7fca24c33db2", + "parent": "29f6a628-15b3-47f6-908b-561d513cf06f" + } + }, + { + "head": { + "id": "0ad77f32-1d7e-4eb9-b7e4-f6ba7dee24a7", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703242433200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "29f6a628-15b3-47f6-908b-561d513cf06f", + "name": "Finished :entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511702906660300, + "endTime": 511703242493800, + "totalTime": 335602400 + }, + "additional": { + "logType": "info", + "children": [ + "ac8b02df-33df-4fac-b07b-e3866bb6120d", + "95c9c237-ef3c-41f8-9170-9d2554ff05fb", + "30b042a4-6544-426d-b352-24d6d6100404" + ], + "durationId": "ac57490e-a34f-4853-8482-a57c536ff6fd" + } + }, + { + "head": { + "id": "b74fa2fd-dd64-4860-af5f-a6b9d768e6ab", + "name": "entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703245988900, + "endTime": 511703376950800 + }, + "additional": { + "children": [ + "f50cea6d-f8b9-40b1-a6b3-2df1082260e8", + "d8d5c29a-5fcb-4e54-8170-badfc543d835" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [], + "detailId": "c9362699-1a35-44e5-9746-c3c6084c38e6", + "logId": "b16c14f6-58b3-4c6d-8644-48c9f5d95b04" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c9362699-1a35-44e5-9746-c3c6084c38e6", + "name": "create entry:ohosTest@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703244385300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b74fa2fd-dd64-4860-af5f-a6b9d768e6ab" + } + }, + { + "head": { + "id": "6b2e1e26-0bb5-4b62-b8c4-29c0c189971e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703244735200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f6bfd30-8fe0-47e0-bc85-1158ca1a0f65", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703244811400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e09d445-3751-4a98-9265-6768de294797", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703244867300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "160d7b28-ba6c-47dc-acf4-14a59817d187", + "name": "Executing task :entry:ohosTest@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703245997500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f50cea6d-f8b9-40b1-a6b3-2df1082260e8", + "name": "generate hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703246919700, + "endTime": 511703285021900 + }, + "additional": { + "children": [ + "9423bece-eca2-43a8-8ef8-1063636fa81a" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b74fa2fd-dd64-4860-af5f-a6b9d768e6ab", + "logId": "8594cca5-cf19-469d-b8c0-da138fef02f3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1cd484ca-7634-4942-a5eb-764c08063965", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar]\n [\n 'java',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\hap-sign-tool.jar',\n 'sign-app',\n '-mode',\n 'localSign',\n '-keystoreFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12',\n '-keystorePwd',\n '******',\n '-keyAlias',\n 'debugKey',\n '-keyPwd',\n '******',\n '-signAlg',\n 'SHA256withECDSA',\n '-profileFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b',\n '-appCertFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer',\n '-inFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-unsigned.hap',\n '-outFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-signed.hap'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703262708100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9423bece-eca2-43a8-8ef8-1063636fa81a", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703265062400, + "endTime": 511703284015500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f50cea6d-f8b9-40b1-a6b3-2df1082260e8", + "logId": "11a25c0a-20c0-4c37-833f-5038aea73c6c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cebff81b-8059-4354-90f8-875bb1adb621", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"verify profile success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703283663200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11a25c0a-20c0-4c37-833f-5038aea73c6c", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703265062400, + "endTime": 511703284015500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9423bece-eca2-43a8-8ef8-1063636fa81a", + "parent": "8594cca5-cf19-469d-b8c0-da138fef02f3" + } + }, + { + "head": { + "id": "8594cca5-cf19-469d-b8c0-da138fef02f3", + "name": "generate hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703246919700, + "endTime": 511703285021900 + }, + "additional": { + "logType": "info", + "children": [ + "11a25c0a-20c0-4c37-833f-5038aea73c6c" + ], + "durationId": "f50cea6d-f8b9-40b1-a6b3-2df1082260e8", + "parent": "b16c14f6-58b3-4c6d-8644-48c9f5d95b04" + } + }, + { + "head": { + "id": "d8d5c29a-5fcb-4e54-8170-badfc543d835", + "name": "execute hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703285518400, + "endTime": 511703376509000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b74fa2fd-dd64-4860-af5f-a6b9d768e6ab", + "logId": "083caab3-03d1-4a66-99fc-442878178832" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4242de79-5388-440b-9867-52a3a7b63ed6", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703287093800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03674e21-7d30-4027-b471-6246665b33d3", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"sign app success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703376059300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "083caab3-03d1-4a66-99fc-442878178832", + "name": "execute hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703285518400, + "endTime": 511703376509000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d8d5c29a-5fcb-4e54-8170-badfc543d835", + "parent": "b16c14f6-58b3-4c6d-8644-48c9f5d95b04" + } + }, + { + "head": { + "id": "52d25efc-d170-4de3-923c-b739843cbf6c", + "name": "entry : ohosTest@SignHap cost memory 1.203887939453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703376722600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f76c3586-d05a-4d58-8142-bef8f5555b1f", + "name": "runTaskFromQueue task cost before running: 5 s 147 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703376891700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b16c14f6-58b3-4c6d-8644-48c9f5d95b04", + "name": "Finished :entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703245988900, + "endTime": 511703376950800, + "totalTime": 130874400 + }, + "additional": { + "logType": "info", + "children": [ + "8594cca5-cf19-469d-b8c0-da138fef02f3", + "083caab3-03d1-4a66-99fc-442878178832" + ], + "durationId": "b74fa2fd-dd64-4860-af5f-a6b9d768e6ab" + } + }, + { + "head": { + "id": "3a816a33-7e2b-4011-aab8-9506bd2d05a4", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703378309200, + "endTime": 511703378589800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "71933fca-fdee-48ab-a228-95c61edc48eb", + "logId": "8cc886e7-5ad8-4433-9af3-b4c9716a0f0a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "71933fca-fdee-48ab-a228-95c61edc48eb", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703378272600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3a816a33-7e2b-4011-aab8-9506bd2d05a4" + } + }, + { + "head": { + "id": "0263a03d-b09d-427a-922d-773d2c42ec5d", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703378315200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "860396bf-533c-4196-9563-80d46df86bf9", + "name": "entry : assembleHap cost memory 0.01142120361328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703378434300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e28ffca-d470-448c-b142-a2cfacf2a3a3", + "name": "runTaskFromQueue task cost before running: 5 s 148 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703378518300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8cc886e7-5ad8-4433-9af3-b4c9716a0f0a", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703378309200, + "endTime": 511703378589800, + "totalTime": 191700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3a816a33-7e2b-4011-aab8-9506bd2d05a4" + } + }, + { + "head": { + "id": "50fdc9f1-3754-49ac-b8fe-9f70a9e938c9", + "name": "BUILD SUCCESSFUL in 5 s 154 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703384395500 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "97fafd4e-c615-4728-9347-c139cf7c6e9b", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511698230848100, + "endTime": 511703384528000 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 45 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@ohosTest\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "79add06e-a231-4eff-bb07-c0bd99b1001e", + "name": "Update task entry:ohosTest@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703384984900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ecfdbc8e-ce49-4fec-b68f-874b1dd75e97", + "name": "Update task entry:ohosTest@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703385234800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9008766e-aef9-4c69-b513-c9902ca8a564", + "name": "Update task entry:ohosTest@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703385436000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f921f977-87cd-4351-969c-aedf867d0030", + "name": "Update task entry:ohosTest@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703385622500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f170c69d-8adf-4f17-99a0-82a24901b807", + "name": "Update task entry:ohosTest@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources\\base\\profile\\test_pages.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703385767500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00fad15a-c5ef-4e00-bcbb-af0e1a89af69", + "name": "Update task entry:ohosTest@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigor\\hvigor-config.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703385916800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f18a74a3-154e-4f95-8ca6-d214ec91720b", + "name": "Update task entry:ohosTest@PreBuild input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703386085600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58623289-aabe-4ca2-946b-db57c47c150d", + "name": "Incremental task entry:ohosTest@PreBuild post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703386300400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33cd7020-f6ab-4e4d-acd7-ed7f67d41742", + "name": "Update task entry:ohosTest@GenerateMetadata input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703386394400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d41fe93-5cd2-41ca-b936-d2071a6f8981", + "name": "Update task entry:ohosTest@GenerateMetadata output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\ohosTest\\output_metadata.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703386854200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "742d340f-02b6-487c-914f-40e07ae4ac53", + "name": "Incremental task entry:ohosTest@GenerateMetadata post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387041200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb228bb8-b7c8-439c-88d8-3d64ba047093", + "name": "Update task entry:ohosTest@MergeProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387116300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f474f107-ef50-46d5-848b-589b73b1fd3d", + "name": "Update task entry:ohosTest@MergeProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387298200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34570b04-42ea-45a4-9a60-5b51839048b0", + "name": "Update task entry:ohosTest@MergeProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387442300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb042de2-4259-4fff-8ea4-f04931c9e1c7", + "name": "Update task entry:ohosTest@MergeProfile output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\ohosTest\\module.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387588500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "659273d8-7ace-47ea-9ddb-0a374fb7b359", + "name": "Incremental task entry:ohosTest@MergeProfile post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387752200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "82a7d47e-b417-462f-9709-9cfdc0a26b11", + "name": "Update task entry:ohosTest@CreateBuildProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387825100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "710398cb-f35b-483c-80ee-f9228630e906", + "name": "Update task entry:ohosTest@CreateBuildProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703387966400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aee07f66-739d-457b-a802-6791fe062650", + "name": "Update task entry:ohosTest@CreateBuildProfile output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703388316200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f06ef2b-dc6f-4dfb-a344-17f8826180ef", + "name": "Incremental task entry:ohosTest@CreateBuildProfile post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703388508900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7a3fca8-a673-4833-8f48-cf00209cb8d2", + "name": "Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703388632500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0499df87-49ff-4a95-86cd-fcca02422418", + "name": "Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703388829400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b32c38f3-5203-4637-a5b3-2b9fa5d1f6b8", + "name": "Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703389092400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32ed0691-bf26-460f-a1d0-b25ca54d34f9", + "name": "Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703389281100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5557b35-c390-4c38-9372-b1a9647a23e4", + "name": "Update task entry:ohosTest@MakePackInfo input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\app.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703389377300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38e91b12-6071-49ba-886c-13af50691867", + "name": "Update task entry:ohosTest@MakePackInfo input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703389522200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "279745fa-bd4a-4f17-bf44-0fbf89507018", + "name": "Update task entry:ohosTest@MakePackInfo input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703389673300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c377fd35-4094-48aa-a2e3-625b4116cdd5", + "name": "Update task entry:ohosTest@MakePackInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703390049700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1474a8ed-9076-4e7c-9944-5cd53cce4969", + "name": "Incremental task entry:ohosTest@MakePackInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703390229700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a219cf3-eb31-4867-bcb0-384cc98b9bbc", + "name": "Update task entry:ohosTest@ProcessProfile input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\merge_profile\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703390300100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77f85c60-8e2d-4016-9fd3-c5493bf5151c", + "name": "Update task entry:ohosTest@ProcessProfile output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\ohosTest\\module.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703390455500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "468f92b5-5476-4222-a74d-f9567130b59d", + "name": "Incremental task entry:ohosTest@ProcessProfile post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703390725200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43697c42-282b-4964-80cd-7612cba8efd1", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703391049400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e8ced2b-a793-4694-9def-214a79c010c4", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703391192900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e08b5e6f-f0fb-42be-9e3d-a59835ed6e72", + "name": "Update task entry:ohosTest@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703391728500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32496aa0-60e7-4167-8985-a17e30e5a13c", + "name": "Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703392079400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59906039-410f-49df-9eb8-27c6c372dd4b", + "name": "Update task entry:ohosTest@ProcessRouterMap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\oh-package.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703393708400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "582e2194-aad7-467a-9af5-6a97f4dbf676", + "name": "Update task entry:ohosTest@ProcessRouterMap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh-package.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703393891700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a40f6675-2c2d-454c-bb46-39e15d7e9352", + "name": "Update task entry:ohosTest@ProcessRouterMap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\module.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703394050700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0668845c-d2b0-462d-bebc-1f388d206ec0", + "name": "Update task entry:ohosTest@ProcessRouterMap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediates_temp_routerMap.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703394212500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab06c7e1-9d33-4bda-8fbe-9d966451ac37", + "name": "Update task entry:ohosTest@ProcessRouterMap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediate_routerMap_for_loader.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703394423700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79b3bf61-9396-4cb6-b431-bdca0c2c1549", + "name": "Incremental task entry:ohosTest@ProcessRouterMap post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703394637900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45fd2103-2e3f-45cd-9b95-9f5c9f54811d", + "name": "Update task entry:ohosTest@ProcessResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703394718700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21ce5487-eb91-445a-9930-388ff1ffee9b", + "name": "Incremental task entry:ohosTest@ProcessResource post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703394908100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f379c9ca-82ba-498e-a2a6-3f1f6d0ff04b", + "name": "Update task entry:ohosTest@GenerateLoaderJson input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\router_map\\ohosTest\\intermediates_temp_routerMap.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703396788300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8fdcbc9-1c5a-4a4c-a902-4d4e1f139490", + "name": "Update task entry:ohosTest@GenerateLoaderJson output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\loader.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703397004200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f8b30f6-b877-4535-9094-ba48e906b50a", + "name": "Incremental task entry:ohosTest@GenerateLoaderJson post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703397202400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c6ad4dc-3266-435d-a01e-4d8d1d21c583", + "name": "Update task entry:ohosTest@ProcessLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703397420200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d30ee0f-927b-4349-a7d8-255aa9b289b5", + "name": "Update task entry:ohosTest@ProcessLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build-profile.json5 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703397584900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6908367f-0f8f-4c8a-92d7-1acc20d94065", + "name": "Update task entry:ohosTest@ProcessLibs output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703397745800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2535b15f-fb38-44b5-829b-8bc06d4b9d32", + "name": "Incremental task entry:ohosTest@ProcessLibs post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703397953300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5c7e9c6-0025-4d15-ad71-2e48db946137", + "name": "Update task entry:ohosTest@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703399170200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e557c66-f5fb-43d1-92ac-2033f7b0e1ac", + "name": "Update task entry:ohosTest@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\AppScope\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703400268200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c0f1de7-0832-4c47-977d-12bae88043e2", + "name": "Update task entry:ohosTest@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\process_profile\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703401008000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc0e4c31-212c-446c-b592-8cceda22787c", + "name": "Update task entry:ohosTest@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703401181700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a963ea09-6532-43da-9f9f-ad37553cc25b", + "name": "Update task entry:ohosTest@CompileResource input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resConfig.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703403102300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28584f89-34de-4c77-b520-a4bd97cf7f7f", + "name": "Update task entry:ohosTest@CompileResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703403282600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab8c478a-26bb-4f52-82d0-49fea4e9dce7", + "name": "Update task entry:ohosTest@CompileResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest\\ResourceTable.h cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703405080300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebb45717-b2a6-4107-a99b-ec5381321273", + "name": "Update task entry:ohosTest@CompileResource output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\r\\ohosTest cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703405257000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62c80305-72c3-45b3-910d-89db15217c1f", + "name": "Incremental task entry:ohosTest@CompileResource post-execution cost:8 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703405602800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e488bab-9215-4bdb-8b66-20f407c2aab8", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703406793500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "368831b6-5da1-4b33-88da-28dea793544d", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703407135300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "465ee5c7-80aa-492f-a3c5-819af080fb42", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703407415800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "88495e8d-7948-46a7-80d1-aebd19d36873", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703407630300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b1789e6-3c27-42cb-b21d-95d1eef81482", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703407930200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f12cee0d-0565-4af1-bb54-2b9fd7ad3ee4", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703408670000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4e5206c-b41f-49f1-88ea-bc1c37c777f3", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703412582200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09422897-9f05-4bc2-834b-4f957ea42239", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703417089500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5cf9f10-15aa-4a77-8f9c-60bfe52d5d6b", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703417285100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c835213-40f0-49fa-87b0-018c6b6a682b", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703420989600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f5f4208-8306-47e6-ac88-f20a9df111e0", + "name": "Incremental task entry:ohosTest@OhosTestCompileArkTS post-execution cost:16 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703421414300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "618668a5-b6a7-4767-ad72-ce88b9b25566", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703422237000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67784c94-dd9c-44d3-bf1e-3fc3bce91272", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703422510200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b96afc6e-08ea-428d-a0da-1b85a780cdf1", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703422778100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed144075-6cd8-4a51-93ff-0bc28d658eb8", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703422935600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "71f1961a-88d5-43c6-ab14-3748e56d73aa", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703423072900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d73160e-6568-4107-9961-6c40f37ad297", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703423419700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02db3d85-22f6-4b5e-9f41-0bd305f975bd", + "name": "Update task entry:ohosTest@OhosTestBuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703429493800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f67bdd4-9360-45b3-889a-a9d0ff1d2f93", + "name": "Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:9 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703429775400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "88f4f841-ea9d-4744-b2a3-921024c11385", + "name": "Update task entry:ohosTest@DoNativeStrip input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703429906500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea9d5bc8-b125-4ec2-b9ef-746d24eb9df5", + "name": "Update task entry:ohosTest@DoNativeStrip output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703430066000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "572173ea-402f-4021-b864-9a2380b8c134", + "name": "Incremental task entry:ohosTest@DoNativeStrip post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703430230400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26958db4-1ba2-4f03-b45d-7f3fc901471a", + "name": "Update task entry:ohosTest@CacheNativeLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\libs\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703430372200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3afc876-8432-48fb-bf1d-4aca7c144aea", + "name": "Update task entry:ohosTest@CacheNativeLibs input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703430519900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0164863-1f61-489b-9c6f-1183b959295b", + "name": "Update task entry:ohosTest@CacheNativeLibs output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\patch\\ohosTest\\base_native_libs.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703430729900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "710a906a-2def-42af-a132-4a331eaef4c4", + "name": "Incremental task entry:ohosTest@CacheNativeLibs post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703430891700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41305c85-20e4-4603-8e92-a079baab4861", + "name": "Update task entry:ohosTest@GeneratePkgModuleJson input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703430995900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e3ebd43-887e-4537-ab3b-cdc4e2704c4f", + "name": "Update task entry:ohosTest@GeneratePkgModuleJson output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\package\\ohosTest\\module.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703431175100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9ba8dec-f1fc-46f6-badf-d4e8f6d54923", + "name": "Incremental task entry:ohosTest@GeneratePkgModuleJson post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703431353400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0456c6e-c871-4be8-a2f3-13db23f8de56", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703431858600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c12449a0-a083-4c82-ab58-d2aea6da349a", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703432024000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54f55391-b278-454d-b67a-8a520de0c3af", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703432162100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1eb5a201-61a5-4400-b5e3-63fcd96c0e8d", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703433173400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "baf48bb0-e5f8-4364-8e54-99e98722220a", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703433314600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47b388e7-a5fb-4344-bba8-15c8d89faec7", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703433446800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "596164b7-716c-47e3-88fb-cdbaac137fec", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703433757500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ec0ade3-a408-4a49-b84e-b4edbf932d31", + "name": "Update task entry:ohosTest@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703434092600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0832e92-17c3-4597-99b2-bbae78061550", + "name": "Update task entry:ohosTest@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\mapping\\sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703434242000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d228a19-c1c9-4669-bb92-7318dec71418", + "name": "Incremental task entry:ohosTest@PackageHap post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703434408800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b12640d-ac5e-468d-870e-aacdb0749252", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703434566900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf1f8bad-4397-47a1-8eb2-ba1803a6d9cb", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703434840000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33e2744d-34fe-4a18-ae3a-ff764d15bedb", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703434994400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16a8c29b-591d-4dd6-9d98-a67622979a30", + "name": "Update task entry:ohosTest@SignHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703435162800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d891fcbb-d384-4cd3-a789-c7670167aab4", + "name": "Update task entry:ohosTest@SignHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703435315300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98a30051-0cc2-406c-bc7d-9f507af0fff9", + "name": "Incremental task entry:ohosTest@SignHap post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703435499600 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221546322840.json b/code/Project/Test/uitest/.hvigor/report/report-202501221546322840.json new file mode 100644 index 0000000000..e5a2dd8d72 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221546322840.json @@ -0,0 +1,7074 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "aa3bb029-7c18-46f7-b91f-88b4df75df32", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703452478000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d545b36-96e8-4f25-9047-4df673fa0db0", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703452630200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9305905-3dee-4817-9780-70a171ff209e", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703459164400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cdbfa156-21dc-466d-9fe3-ec07d2dc31e3", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703459547500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2137f95c-a09b-4d05-aa16-9968a7271a9a", + "name": "worker[13] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703473653500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "385722dd-83d6-49e7-8822-71ea81837214", + "name": "worker[14] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511703473910500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e50e3568-78ec-4ca9-aceb-3b3fa86a0863", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764333351500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32844f4c-0f16-4b2c-bb8c-3eeb97d47bf4", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764337337200, + "endTime": 511764460902700 + }, + "additional": { + "children": [ + "15ddef6d-d6a9-4140-8954-ac4733f13f58", + "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "213c4645-c358-4f6f-bcfa-450375954268", + "c3b4b97f-5658-472b-9ea2-52156590cc2c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "a309ac21-798b-4a2c-bcc6-ea43ed1e6be1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "15ddef6d-d6a9-4140-8954-ac4733f13f58", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764337338100, + "endTime": 511764346754100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32844f4c-0f16-4b2c-bb8c-3eeb97d47bf4", + "logId": "291706e4-7e3f-4b4f-844d-61f5c9449f0d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764346775600, + "endTime": 511764460408100 + }, + "additional": { + "children": [ + "e5328d49-d62c-4d52-856b-c42ff6d8d2c1", + "5fda0b2b-9a6f-4974-a496-7f0ce8ac1a84", + "7dc131a8-e8ef-4a89-8d8e-e9a249bee89f", + "f625332c-a57d-473a-b364-56310a3cc657", + "3a00fa6f-ad2d-4847-9782-be2a1e789582", + "f7cb0349-6332-4691-a3c4-c2bcc6e6bcdc", + "96e137bb-926c-46bb-b976-b5c8f367e313", + "4a92546c-d11b-4798-91f8-9a90aa19662f" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32844f4c-0f16-4b2c-bb8c-3eeb97d47bf4", + "logId": "9691582a-8fb1-4ab5-8dd6-e867da361e42" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "213c4645-c358-4f6f-bcfa-450375954268", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764460429900, + "endTime": 511764460877100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32844f4c-0f16-4b2c-bb8c-3eeb97d47bf4", + "logId": "fede1aa9-d34f-4d3e-9df6-15b0873ed666" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c3b4b97f-5658-472b-9ea2-52156590cc2c", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764460885700, + "endTime": 511764460897700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32844f4c-0f16-4b2c-bb8c-3eeb97d47bf4", + "logId": "c856def3-e28a-4c09-a09e-5d921480dc21" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "02b41b47-ac77-4985-8fb0-6e750a81376a", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764340915900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b569c5a-b09c-46de-b6a4-03d3857ac96c", + "name": "Cache service initialization finished in 6 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764346644900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "291706e4-7e3f-4b4f-844d-61f5c9449f0d", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764337338100, + "endTime": 511764346754100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "15ddef6d-d6a9-4140-8954-ac4733f13f58", + "parent": "a309ac21-798b-4a2c-bcc6-ea43ed1e6be1" + } + }, + { + "head": { + "id": "e5328d49-d62c-4d52-856b-c42ff6d8d2c1", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764350655700, + "endTime": 511764350664900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "logId": "d52329c5-27ba-4221-8837-82b07cb6fc28" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5fda0b2b-9a6f-4974-a496-7f0ce8ac1a84", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764350681100, + "endTime": 511764353279700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "logId": "f7986df8-8b7e-45d5-94d4-3a8215a1eea4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7dc131a8-e8ef-4a89-8d8e-e9a249bee89f", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764353294800, + "endTime": 511764386384500 + }, + "additional": { + "children": [ + "4ce5174c-a101-422d-877b-0baa1b6082c5" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "logId": "945f537c-66a9-46af-afd2-713f73ffcdaa" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f625332c-a57d-473a-b364-56310a3cc657", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764386393400, + "endTime": 511764398918900 + }, + "additional": { + "children": [ + "6bba7665-4364-4921-9bb9-5f8557ee2b42" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "logId": "021b2bc4-85ba-494f-9699-00fd4ad94d93" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3a00fa6f-ad2d-4847-9782-be2a1e789582", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764398928000, + "endTime": 511764453164000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "logId": "11a12afc-779e-4776-9067-788ec28a12db" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f7cb0349-6332-4691-a3c4-c2bcc6e6bcdc", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764349707600, + "endTime": 511764460412800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "96e137bb-926c-46bb-b976-b5c8f367e313", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764350009700, + "endTime": 511764460413600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4a92546c-d11b-4798-91f8-9a90aa19662f", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764460292100, + "endTime": 511764460375200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "logId": "f2072de8-7c05-4e30-9036-03077ef9355a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d52329c5-27ba-4221-8837-82b07cb6fc28", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764350655700, + "endTime": 511764350664900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e5328d49-d62c-4d52-856b-c42ff6d8d2c1", + "parent": "9691582a-8fb1-4ab5-8dd6-e867da361e42" + } + }, + { + "head": { + "id": "f7986df8-8b7e-45d5-94d4-3a8215a1eea4", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764350681100, + "endTime": 511764353279700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5fda0b2b-9a6f-4974-a496-7f0ce8ac1a84", + "parent": "9691582a-8fb1-4ab5-8dd6-e867da361e42" + } + }, + { + "head": { + "id": "4ce5174c-a101-422d-877b-0baa1b6082c5", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764355506100, + "endTime": 511764386345500 + }, + "additional": { + "children": [ + "663494f4-a637-445d-b40b-825a8b40acf0", + "07fd7906-2ef4-4a8a-aef2-dd265ca6d791" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "7dc131a8-e8ef-4a89-8d8e-e9a249bee89f", + "logId": "23af62d1-e415-4ba3-a396-cc0d974d1786" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "663494f4-a637-445d-b40b-825a8b40acf0", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764355507100, + "endTime": 511764360963700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ce5174c-a101-422d-877b-0baa1b6082c5", + "logId": "6a2f4234-2707-4448-b978-4ca0eb269b36" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "07fd7906-2ef4-4a8a-aef2-dd265ca6d791", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764360999500, + "endTime": 511764386334000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ce5174c-a101-422d-877b-0baa1b6082c5", + "logId": "24c82071-bb12-4c0b-aa13-33afe493b49c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "65cbadc6-523f-47ee-88ec-9fd2675e44e9", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764355512500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f89a12a2-b84c-4045-92d8-8855ecced536", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764360701400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a2f4234-2707-4448-b978-4ca0eb269b36", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764355507100, + "endTime": 511764360963700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "663494f4-a637-445d-b40b-825a8b40acf0", + "parent": "23af62d1-e415-4ba3-a396-cc0d974d1786" + } + }, + { + "head": { + "id": "83bec47b-5f83-4592-b47d-194956b899de", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764361014700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37af2698-439f-4555-ace7-29076b27e12f", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764367728800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58222f0d-5381-4a97-993c-b8356be1ec72", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764367835000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b0a7dff-3596-4c0f-a38c-bf47949d77fa", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764367921000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8176aa15-54fe-431c-af02-59e5d02264be", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764367972200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "794d6bd9-0ddb-47d0-bccd-47706d3d67ea", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764368405900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a1e9727-a7d7-49ed-94a6-c7a1e3fd85b5", + "name": "Sdk init in 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764374597000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb0e144e-3388-47c1-92a7-0ae8cbda9fe1", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764374700800 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 46 + }, + "markType": "other" + } + }, + { + "head": { + "id": "683b1b37-902f-4fa6-8fbe-d66ef34c233e", + "name": "Project task initialization takes 11 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764386194200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "983484f8-191b-4e45-b54e-645a5097f069", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764386278000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24c82071-bb12-4c0b-aa13-33afe493b49c", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764360999500, + "endTime": 511764386334000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "07fd7906-2ef4-4a8a-aef2-dd265ca6d791", + "parent": "23af62d1-e415-4ba3-a396-cc0d974d1786" + } + }, + { + "head": { + "id": "23af62d1-e415-4ba3-a396-cc0d974d1786", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764355506100, + "endTime": 511764386345500 + }, + "additional": { + "logType": "info", + "children": [ + "6a2f4234-2707-4448-b978-4ca0eb269b36", + "24c82071-bb12-4c0b-aa13-33afe493b49c" + ], + "durationId": "4ce5174c-a101-422d-877b-0baa1b6082c5", + "parent": "945f537c-66a9-46af-afd2-713f73ffcdaa" + } + }, + { + "head": { + "id": "945f537c-66a9-46af-afd2-713f73ffcdaa", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764353294800, + "endTime": 511764386384500 + }, + "additional": { + "logType": "info", + "children": [ + "23af62d1-e415-4ba3-a396-cc0d974d1786" + ], + "durationId": "7dc131a8-e8ef-4a89-8d8e-e9a249bee89f", + "parent": "9691582a-8fb1-4ab5-8dd6-e867da361e42" + } + }, + { + "head": { + "id": "6bba7665-4364-4921-9bb9-5f8557ee2b42", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764386689800, + "endTime": 511764398904900 + }, + "additional": { + "children": [ + "c418d25a-d42c-4265-a51e-7541593b83c7" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "f625332c-a57d-473a-b364-56310a3cc657", + "logId": "1a5ef997-862e-4183-858d-664f858c4511" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c418d25a-d42c-4265-a51e-7541593b83c7", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764388701400, + "endTime": 511764398556000 + }, + "additional": { + "children": [ + "c4ec5670-609f-4bb4-828b-5388c2612eef", + "c2a6c000-fb5e-43a8-aad4-e0295a2cb58c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6bba7665-4364-4921-9bb9-5f8557ee2b42", + "logId": "8d625097-62a6-4ea8-a8a7-cf585b9a3539" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c4ec5670-609f-4bb4-828b-5388c2612eef", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764388702200, + "endTime": 511764391723400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c418d25a-d42c-4265-a51e-7541593b83c7", + "logId": "d8581712-0f8a-4c4e-b174-93524ecae17f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c2a6c000-fb5e-43a8-aad4-e0295a2cb58c", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764391734800, + "endTime": 511764398545400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c418d25a-d42c-4265-a51e-7541593b83c7", + "logId": "da922c5e-e54b-4c7e-8336-3ed50e7b4fc0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "25d43b36-c010-47af-b254-07491ad32e6e", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764388706500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fe8031d-7950-4843-9053-2e756688e23b", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764391598500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8581712-0f8a-4c4e-b174-93524ecae17f", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764388702200, + "endTime": 511764391723400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c4ec5670-609f-4bb4-828b-5388c2612eef", + "parent": "8d625097-62a6-4ea8-a8a7-cf585b9a3539" + } + }, + { + "head": { + "id": "e4cf2866-e101-491d-b464-4a85da1c72fe", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764391748500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25d8025a-c88b-429c-a24a-d41502516fa5", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764396247600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab90925f-077e-4a48-b3e6-9e60e7dc7469", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764396348000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7fe54216-80e5-4775-a9db-5241f2195e25", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764396465300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb04b3da-78eb-4a30-8c5e-0ff9525cbcbb", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764396533300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf6b4d67-2b7f-449c-88d1-cf0a89ff6b03", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764396584500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "61e16743-f86b-4044-971f-2228fb77f30d", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764396628600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73654692-0b06-42b6-b1c8-6f727b583b69", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764396680600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96cc86f3-dd59-45cf-9672-bae0e704dee0", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764398390700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c466367a-3d35-4e80-ba50-9791af5ab67b", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764398473500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da922c5e-e54b-4c7e-8336-3ed50e7b4fc0", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764391734800, + "endTime": 511764398545400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c2a6c000-fb5e-43a8-aad4-e0295a2cb58c", + "parent": "8d625097-62a6-4ea8-a8a7-cf585b9a3539" + } + }, + { + "head": { + "id": "8d625097-62a6-4ea8-a8a7-cf585b9a3539", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764388701400, + "endTime": 511764398556000 + }, + "additional": { + "logType": "info", + "children": [ + "d8581712-0f8a-4c4e-b174-93524ecae17f", + "da922c5e-e54b-4c7e-8336-3ed50e7b4fc0" + ], + "durationId": "c418d25a-d42c-4265-a51e-7541593b83c7", + "parent": "1a5ef997-862e-4183-858d-664f858c4511" + } + }, + { + "head": { + "id": "1a5ef997-862e-4183-858d-664f858c4511", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764386689800, + "endTime": 511764398904900 + }, + "additional": { + "logType": "info", + "children": [ + "8d625097-62a6-4ea8-a8a7-cf585b9a3539" + ], + "durationId": "6bba7665-4364-4921-9bb9-5f8557ee2b42", + "parent": "021b2bc4-85ba-494f-9699-00fd4ad94d93" + } + }, + { + "head": { + "id": "021b2bc4-85ba-494f-9699-00fd4ad94d93", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764386393400, + "endTime": 511764398918900 + }, + "additional": { + "logType": "info", + "children": [ + "1a5ef997-862e-4183-858d-664f858c4511" + ], + "durationId": "f625332c-a57d-473a-b364-56310a3cc657", + "parent": "9691582a-8fb1-4ab5-8dd6-e867da361e42" + } + }, + { + "head": { + "id": "14fd9801-fb41-4b71-a5a0-e514d83be339", + "name": "hvigorfile, resolve hvigorfile dependencies in 55 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764452992400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11a12afc-779e-4776-9067-788ec28a12db", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764398928000, + "endTime": 511764453164000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3a00fa6f-ad2d-4847-9782-be2a1e789582", + "parent": "9691582a-8fb1-4ab5-8dd6-e867da361e42" + } + }, + { + "head": { + "id": "bef9044d-5bc1-425d-878d-5505afe1fcb4", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764453214400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1646c7a6-3b92-455f-b2c3-d00d013865c4", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764453499100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6a8d622-69de-4459-9c34-0fd2323b530c", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764457376800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "253a7a4d-84d1-4713-b4ef-18b6cec0ebfc", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764457920600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "653219af-77c4-46d4-aaa5-bb3df4098078", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764457995400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ee9d3b4-c969-40e0-900d-2619977bab19", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764458727100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7cfecb4a-ebf1-4329-a948-4f01fa11dc12", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764458796100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6168fe6b-ada1-48d5-9de9-e96eefdb7c5b", + "name": "Configuration phase cost:110 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764460310900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2072de8-7c05-4e30-9036-03077ef9355a", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764460292100, + "endTime": 511764460375200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4a92546c-d11b-4798-91f8-9a90aa19662f", + "parent": "9691582a-8fb1-4ab5-8dd6-e867da361e42" + } + }, + { + "head": { + "id": "9691582a-8fb1-4ab5-8dd6-e867da361e42", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764346775600, + "endTime": 511764460408100 + }, + "additional": { + "logType": "info", + "children": [ + "d52329c5-27ba-4221-8837-82b07cb6fc28", + "f7986df8-8b7e-45d5-94d4-3a8215a1eea4", + "945f537c-66a9-46af-afd2-713f73ffcdaa", + "021b2bc4-85ba-494f-9699-00fd4ad94d93", + "11a12afc-779e-4776-9067-788ec28a12db", + "f2072de8-7c05-4e30-9036-03077ef9355a" + ], + "durationId": "a4c339d3-a56e-4be4-9723-48c64fb3e4ef", + "parent": "a309ac21-798b-4a2c-bcc6-ea43ed1e6be1" + } + }, + { + "head": { + "id": "fede1aa9-d34f-4d3e-9df6-15b0873ed666", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764460429900, + "endTime": 511764460877100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "213c4645-c358-4f6f-bcfa-450375954268", + "parent": "a309ac21-798b-4a2c-bcc6-ea43ed1e6be1" + } + }, + { + "head": { + "id": "c856def3-e28a-4c09-a09e-5d921480dc21", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764460885700, + "endTime": 511764460897700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c3b4b97f-5658-472b-9ea2-52156590cc2c", + "parent": "a309ac21-798b-4a2c-bcc6-ea43ed1e6be1" + } + }, + { + "head": { + "id": "a309ac21-798b-4a2c-bcc6-ea43ed1e6be1", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764337337200, + "endTime": 511764460902700 + }, + "additional": { + "logType": "info", + "children": [ + "291706e4-7e3f-4b4f-844d-61f5c9449f0d", + "9691582a-8fb1-4ab5-8dd6-e867da361e42", + "fede1aa9-d34f-4d3e-9df6-15b0873ed666", + "c856def3-e28a-4c09-a09e-5d921480dc21" + ], + "durationId": "32844f4c-0f16-4b2c-bb8c-3eeb97d47bf4" + } + }, + { + "head": { + "id": "36243b09-7041-41b0-b91b-55e8c229d3ed", + "name": "Configuration task cost before running: 126 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764461021900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "574e2729-659b-439d-ba61-848921fb6ccf", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764464936100, + "endTime": 511764470609500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "39d366f0-8f5d-42f4-85a1-2cf6a4dcff76", + "logId": "befcf1b5-9c26-49d4-acf2-5692658b8070" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "39d366f0-8f5d-42f4-85a1-2cf6a4dcff76", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764461833100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "574e2729-659b-439d-ba61-848921fb6ccf" + } + }, + { + "head": { + "id": "2ab266cf-96c7-4738-8be1-56615437a9f0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764462120600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce9d4f3e-8964-471b-853c-e5d84fdd8de6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764462275600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4495b796-64f9-47ac-a3f2-e0969ea34e3f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764462334000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5f21369-b94c-4812-972f-44acadab37ed", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764464943800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b363dc6e-cc9e-4a9a-a713-0dabcf29f549", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764470346900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8addc28e-9ef9-434c-bfc8-11138b413067", + "name": "entry : default@PreBuild cost memory 0.39542388916015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764470491800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "befcf1b5-9c26-49d4-acf2-5692658b8070", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764464936100, + "endTime": 511764470609500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "574e2729-659b-439d-ba61-848921fb6ccf" + } + }, + { + "head": { + "id": "483db033-9146-41a5-862a-8c8adf18457a", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764474501100, + "endTime": 511764476363600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "efcfd06e-b4db-416f-8130-1c0888b902db", + "logId": "4fcb91f4-fd1a-49d5-a319-4ce2266404e8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "efcfd06e-b4db-416f-8130-1c0888b902db", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764473079800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "483db033-9146-41a5-862a-8c8adf18457a" + } + }, + { + "head": { + "id": "bd761c88-a70b-4289-8a64-375fc17aef4a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764473469200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01636aea-39c7-4fcd-85c6-88758afebe01", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764473662100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e719459-00ff-4c5f-ba11-3c5e48c03db0", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764473722300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7211d54e-4d93-4aa6-abdc-2036dfff59c6", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764474509400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41bbc3b1-e656-48d0-9a6c-0cd2cabcc610", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764476063400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c668597e-7d49-4e57-9299-33d8167ee52f", + "name": "entry : default@GenerateMetadata cost memory 0.15641021728515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764476292700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4fcb91f4-fd1a-49d5-a319-4ce2266404e8", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764474501100, + "endTime": 511764476363600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "483db033-9146-41a5-862a-8c8adf18457a" + } + }, + { + "head": { + "id": "0ebda078-370e-4d19-9a67-b3bd65533c12", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764478055800, + "endTime": 511764478325700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "432ed9c2-ad45-4b66-812c-5ce1b11e6f02", + "logId": "a5800383-4b6d-4e77-a271-798f10be9b22" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "432ed9c2-ad45-4b66-812c-5ce1b11e6f02", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764477500100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0ebda078-370e-4d19-9a67-b3bd65533c12" + } + }, + { + "head": { + "id": "affa5713-a0d5-49e5-8a91-5696e21e527a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764477802300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77d49ecc-735c-4042-ab54-8a84bb002c56", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764477872900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5a1d266-1e78-4592-b87f-c60ec3add015", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764477943000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e3c0fb95-e541-4399-ae87-2c005047e922", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764478062800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e321643-8b71-45fc-86f8-b6ac0e654dd6", + "name": "entry : default@ConfigureCmake cost memory 0.01282501220703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764478199000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e982867d-7094-4210-bc05-527391aaadb9", + "name": "runTaskFromQueue task cost before running: 144 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764478274800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5800383-4b6d-4e77-a271-798f10be9b22", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764478055800, + "endTime": 511764478325700, + "totalTime": 203900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0ebda078-370e-4d19-9a67-b3bd65533c12" + } + }, + { + "head": { + "id": "4beba1de-697b-4c32-a5f2-0c4b697def81", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764480099000, + "endTime": 511764481463100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "8604522a-671b-448e-a83e-03b4e5fccf48", + "logId": "91839f13-3dbd-40c2-941c-26231543bd20" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8604522a-671b-448e-a83e-03b4e5fccf48", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764479221300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4beba1de-697b-4c32-a5f2-0c4b697def81" + } + }, + { + "head": { + "id": "4ec0eb2b-3b6d-4ba7-be98-f61b233b4c5a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764479502700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31846fd6-0603-4b89-95a2-9fba25fed252", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764479574800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2d9aaab-c7b4-492d-923f-9fbb2e514126", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764479629600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "778a3319-060b-4b15-a585-cc11ac0d3bc4", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764480107300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99f326ee-ee70-4f4c-9da7-d2ead4bdf9ed", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764481319100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aff4ffba-23ba-4b63-b4b2-55d9d73c1b57", + "name": "entry : default@MergeProfile cost memory 0.13056182861328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764481402500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91839f13-3dbd-40c2-941c-26231543bd20", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764480099000, + "endTime": 511764481463100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4beba1de-697b-4c32-a5f2-0c4b697def81" + } + }, + { + "head": { + "id": "8dbfc499-fd68-4b6a-9270-9f6133a3c41b", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764483287500, + "endTime": 511764484648200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "6240e6d4-4df4-454d-abff-5163c4d308df", + "logId": "ef5d622b-1c1c-49ae-8710-d9ca39bd08fa" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6240e6d4-4df4-454d-abff-5163c4d308df", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764482442900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8dbfc499-fd68-4b6a-9270-9f6133a3c41b" + } + }, + { + "head": { + "id": "bc4cb676-7215-45d8-b94e-008b2b40b434", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764482698200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9723b8ee-bf11-4163-a46e-262d7f583651", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764482769300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3dd40bd-7136-4862-bacf-6c1460c0af98", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764482837300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5b9ef10-c717-4fc7-ab07-b8f54d7c2586", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764483294600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0aa3fb0-e908-44c7-94b1-8f6781adbd91", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764484507800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12a9d4d3-078e-432d-b9f3-1dbbc2f8b8fa", + "name": "entry : default@CreateBuildProfile cost memory 0.12369537353515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764484588200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef5d622b-1c1c-49ae-8710-d9ca39bd08fa", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764483287500, + "endTime": 511764484648200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8dbfc499-fd68-4b6a-9270-9f6133a3c41b" + } + }, + { + "head": { + "id": "3265bf15-a869-407b-815e-2cbe38445d8c", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486572300, + "endTime": 511764486806900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "ee2c57f8-e6ee-4e05-83a7-25c92b38daaf", + "logId": "2fd7489c-bffa-425b-bfa9-f35dbe5d49b8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ee2c57f8-e6ee-4e05-83a7-25c92b38daaf", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764485691200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3265bf15-a869-407b-815e-2cbe38445d8c" + } + }, + { + "head": { + "id": "1e35f673-1610-4ca7-ab5e-0fc194acd6d1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486024200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91bf985a-b299-4ed8-910d-5454ec47cd11", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486124600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "49335170-ca33-4303-8a0f-997e961e0bec", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486195900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9282b661-4db6-46cf-becb-a73f8992c1d5", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486580300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf2d51a6-7e72-4352-a047-8f1a0c95abef", + "name": "entry : default@PreCheckSyscap cost memory 0.01309967041015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486686600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ffa2c4d-2e3c-469b-8174-8f0b6df214bf", + "name": "runTaskFromQueue task cost before running: 152 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486761400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fd7489c-bffa-425b-bfa9-f35dbe5d49b8", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764486572300, + "endTime": 511764486806900, + "totalTime": 174500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3265bf15-a869-407b-815e-2cbe38445d8c" + } + }, + { + "head": { + "id": "27324419-cb3a-4e46-be5b-80971e0df83c", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764494074700, + "endTime": 511764494434900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ae9d899b-0522-483c-9fe2-2a115060a670", + "logId": "5d75fcbe-d338-4ea0-86b9-7b5f659679c2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ae9d899b-0522-483c-9fe2-2a115060a670", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764487656100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "27324419-cb3a-4e46-be5b-80971e0df83c" + } + }, + { + "head": { + "id": "108efa46-3116-42a3-b147-188cc818c6ab", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764487942700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed894b05-d0fd-4574-bdb3-b085269c02ee", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764488010700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1741a03-20d6-4a97-a0ac-710093f04b02", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764488062800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7659955f-521e-46ab-adfd-81af789436d2", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764494087400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc1b352e-fe90-4d81-a2c1-7739f223513f", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.02048492431640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764494302400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4aa700ef-f54d-41e3-a1a5-d7b4408348fd", + "name": "runTaskFromQueue task cost before running: 160 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764494387800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d75fcbe-d338-4ea0-86b9-7b5f659679c2", + "name": "Finished :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764494074700, + "endTime": 511764494434900, + "totalTime": 297400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "27324419-cb3a-4e46-be5b-80971e0df83c" + } + }, + { + "head": { + "id": "98d2574e-5dfd-46f5-8cea-457dacdb1f65", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764496576500, + "endTime": 511764497578900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist." + ], + "detailId": "d2cb3c8a-3b73-4c64-a6ee-17d3fdf19afe", + "logId": "f3a568d6-0fcc-460e-88d5-073ac31c8262" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d2cb3c8a-3b73-4c64-a6ee-17d3fdf19afe", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764495321700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "98d2574e-5dfd-46f5-8cea-457dacdb1f65" + } + }, + { + "head": { + "id": "c2c35c7d-a151-4442-8d47-e88bb30c0f30", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764495635700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0577aa5-87ef-407b-b414-0aa6ef9b7409", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764495721600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f713903e-7c91-4284-afc8-ff46bfb0dffd", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764495767300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26596bfe-3600-46f0-b26b-03846cc8d227", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764496582900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7d099df-4b8a-45da-a19a-772d3361e3b6", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764497244000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5382988-b9c1-4b6f-8357-2adb4b0b9217", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764497374100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc433788-3af4-40bb-8810-82e289470a75", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.09299468994140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764497464300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c50aae6e-ac63-452b-af1b-014ab5c0d2b8", + "name": "runTaskFromQueue task cost before running: 163 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764497535000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3a568d6-0fcc-460e-88d5-073ac31c8262", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764496576500, + "endTime": 511764497578900, + "totalTime": 945800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "98d2574e-5dfd-46f5-8cea-457dacdb1f65" + } + }, + { + "head": { + "id": "505c5e72-ab33-467d-bef2-cd1270280c6e", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764499302300, + "endTime": 511764499519700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "cc8bd8fd-4b11-4757-8cb7-c786884b4c0c", + "logId": "d09cc3f4-efeb-43e9-9cba-9893f2127b47" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cc8bd8fd-4b11-4757-8cb7-c786884b4c0c", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764498541100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "505c5e72-ab33-467d-bef2-cd1270280c6e" + } + }, + { + "head": { + "id": "5cb7e236-2262-477d-be35-89762ed4363a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764498833700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28523a90-7118-42fd-99db-2683febaeac1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764498916700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2124d39d-468b-40de-b6be-dd7b7ea28d58", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764498960500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe522d80-4345-4ac5-88bd-a52f5934e111", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764499314700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "097e7b07-a713-4b13-920c-e1355d5ed686", + "name": "entry : default@BuildNativeWithCmake cost memory 0.013885498046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764499408700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c7d422a-2475-4734-addd-5dba67fd34b4", + "name": "runTaskFromQueue task cost before running: 165 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764499477800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d09cc3f4-efeb-43e9-9cba-9893f2127b47", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764499302300, + "endTime": 511764499519700, + "totalTime": 162900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "505c5e72-ab33-467d-bef2-cd1270280c6e" + } + }, + { + "head": { + "id": "a3e1be4d-0f16-49fc-8a27-435d73d4470b", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764501070700, + "endTime": 511764502698200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3575432e-e1bb-4b66-b807-fbe0f6a7cfa2", + "logId": "193c5be9-bec4-4232-8a01-adcec8cbfb21" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3575432e-e1bb-4b66-b807-fbe0f6a7cfa2", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764500305400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a3e1be4d-0f16-49fc-8a27-435d73d4470b" + } + }, + { + "head": { + "id": "ecdb2511-9fb2-4908-bc50-526f87c1f1c9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764500574100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e676a70c-4b00-49ba-b7dd-257a437389bf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764500639800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "606ba1a3-1cd9-495d-b4a7-a9e5c16a0c29", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764500685800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b6632b2-0418-44ba-aad7-830812128f29", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764501077400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5d15ffd-a784-4d23-b67e-f78affe3a254", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764502517900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba15ca51-930b-4f54-9e2a-050ab9c16cd2", + "name": "entry : default@MakePackInfo cost memory 0.1616668701171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764502596300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "193c5be9-bec4-4232-8a01-adcec8cbfb21", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764501070700, + "endTime": 511764502698200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a3e1be4d-0f16-49fc-8a27-435d73d4470b" + } + }, + { + "head": { + "id": "5947e8dc-bf65-4914-8c49-84502e5ab191", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764504675800, + "endTime": 511764505327600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "6887ac34-8cfd-440b-8654-1a75ee1bb46c", + "logId": "2627ab36-8caf-415a-afb9-8f998df24a7c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6887ac34-8cfd-440b-8654-1a75ee1bb46c", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764503799600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5947e8dc-bf65-4914-8c49-84502e5ab191" + } + }, + { + "head": { + "id": "bf6282f3-4728-4da6-a3d1-b1ef22bf2e7c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764504046900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "985599ad-6e6d-47a5-89fe-623200333571", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764504145400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b98b5e3a-9039-4717-8d47-1e4286be30e6", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764504231800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "685e987d-c561-47aa-b395-98774bf584d4", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764504681900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1f421cf-1fda-444f-ac92-b153c7c38968", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764505198100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c76c2666-5041-4b4b-8849-5729c45382f5", + "name": "entry : default@ProcessProfile cost memory 0.06264495849609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764505269900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2627ab36-8caf-415a-afb9-8f998df24a7c", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764504675800, + "endTime": 511764505327600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5947e8dc-bf65-4914-8c49-84502e5ab191" + } + }, + { + "head": { + "id": "a6b715d7-e515-4f83-ab63-e8949ad750e4", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764507008300, + "endTime": 511764508717100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc' does not exist." + ], + "detailId": "5fca595f-f72b-4718-a787-bd4b3ba6ba01", + "logId": "7febf0fe-d015-4f76-89bc-da0dd8c34103" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5fca595f-f72b-4718-a787-bd4b3ba6ba01", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764506056300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a6b715d7-e515-4f83-ab63-e8949ad750e4" + } + }, + { + "head": { + "id": "0b8df871-d22d-4cd9-a8a2-72e0b98f62c0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764506376700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00b0743c-10e7-4b61-9dfb-b12329295a58", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764506441200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1bfb9af-73cd-4f8d-b0e7-598086b3142f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764506484600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8db1b176-a207-43d5-9769-655b37b5e171", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764507015000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac383e20-273d-4108-9b88-09badd9cc7f2", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764508437800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a81d4692-6268-4161-9967-eda9c9076a8d", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764508521400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "115bb254-db8b-48ce-b395-c1f03daf2303", + "name": "entry : default@SyscapTransform cost memory 0.1235809326171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764508607300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed54bab6-25ea-4a74-82bb-9ebb4bafa0e7", + "name": "runTaskFromQueue task cost before running: 174 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764508675500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7febf0fe-d015-4f76-89bc-da0dd8c34103", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764507008300, + "endTime": 511764508717100, + "totalTime": 1655200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a6b715d7-e515-4f83-ab63-e8949ad750e4" + } + }, + { + "head": { + "id": "a6752c9f-affd-4afd-bb9f-9d71da97063d", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764511573300, + "endTime": 511764515467900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3f67d01b-7a80-4d57-9b42-b4536f85758b", + "logId": "a4f536af-acb5-4c7f-8e36-b429599f8dae" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3f67d01b-7a80-4d57-9b42-b4536f85758b", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764509722400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a6752c9f-affd-4afd-bb9f-9d71da97063d" + } + }, + { + "head": { + "id": "8f8ffd78-77ae-40fd-a838-ce0198852495", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764510035800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "577cfcc8-b06b-4400-8ef7-d0020c39a84e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764510121100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8f1dc3b-40d5-47f5-93ab-ddcb457cae54", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764510170700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4344bd1-7aad-4f69-a578-72da6ccb6794", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764511580200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "525670d5-3a46-4dcb-baa1-ed3f22e9c43d", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764515327600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd056fde-4374-40c3-9def-92548675a2fb", + "name": "entry : default@ProcessRouterMap cost memory 0.4964141845703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764515406200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4f536af-acb5-4c7f-8e36-b429599f8dae", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764511573300, + "endTime": 511764515467900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a6752c9f-affd-4afd-bb9f-9d71da97063d" + } + }, + { + "head": { + "id": "879859e9-8a4a-495e-9d1a-5016e2feb6e3", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764518202900, + "endTime": 511764518677500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "80725343-c191-48b9-ae14-a1ea3104b4dc", + "logId": "e1c57960-6641-4cbb-b7a1-180df110e5ae" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "80725343-c191-48b9-ae14-a1ea3104b4dc", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764517418200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "879859e9-8a4a-495e-9d1a-5016e2feb6e3" + } + }, + { + "head": { + "id": "b48e1dd0-fa42-448f-acc8-03d125fe94ce", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764517713800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea44fd5a-a039-400c-a8a4-78b725410a77", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764517782300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bcc1a19a-a069-4419-989e-cb8be16fdc43", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764517835200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a25e6a17-1dd9-407f-aa01-5b9ffabace3a", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764518209600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32b8a0ab-f2d7-4928-9bbe-998b07cab1d1", + "name": "entry : default@BuildNativeWithNinja cost memory 0.03343963623046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764518545100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8dc5226-ea19-44a6-b48e-31fabe9620ab", + "name": "runTaskFromQueue task cost before running: 184 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764518627600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1c57960-6641-4cbb-b7a1-180df110e5ae", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764518202900, + "endTime": 511764518677500, + "totalTime": 410800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "879859e9-8a4a-495e-9d1a-5016e2feb6e3" + } + }, + { + "head": { + "id": "bc7b9a9a-9782-476e-a9d4-1fb24599753a", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764520891800, + "endTime": 511764523305400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "79eeaa8b-efd2-41bd-963d-d58cc103b299", + "logId": "4df89ce7-83b9-4373-a3f9-91b463d3a544" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "79eeaa8b-efd2-41bd-963d-d58cc103b299", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764519597400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bc7b9a9a-9782-476e-a9d4-1fb24599753a" + } + }, + { + "head": { + "id": "6cd2221c-fc7a-428d-876a-27eec611227b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764519880700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d91e1f56-b013-452b-a6a4-fe38fb4a3e46", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764519953600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebe9d4f1-1866-4e7b-ae08-b6c25d88f691", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764520001400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b618785-b256-481f-83e0-b25a28c4d8d3", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764520612900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba6d3472-70b7-48b9-8cca-fd779dbb897e", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764521912200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b44b3116-0d0f-4d58-85da-991f846e592a", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764522413800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "905cc69e-0d26-477b-8705-3279fefacc35", + "name": "entry : default@ProcessResource cost memory 0.11724090576171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764522500600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4df89ce7-83b9-4373-a3f9-91b463d3a544", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764520891800, + "endTime": 511764523305400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bc7b9a9a-9782-476e-a9d4-1fb24599753a" + } + }, + { + "head": { + "id": "36a5079e-6e05-4fc2-8025-43a76f2f2e73", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764526868900, + "endTime": 511764534200200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d7c5ce3b-7223-4aed-8c1f-3dc93f0b40a8", + "logId": "08799b25-f8b2-4d96-9da4-8df3ce37e7da" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d7c5ce3b-7223-4aed-8c1f-3dc93f0b40a8", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764524999700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "36a5079e-6e05-4fc2-8025-43a76f2f2e73" + } + }, + { + "head": { + "id": "9ddd0a00-e251-4283-9c36-e07e4a6dd51c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764525364900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63862b1f-7e67-4bf4-94c6-82b7b2af8946", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764525439700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bdba3eee-9645-466f-8c12-4c18cc6a2d07", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764525530700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f63d1455-9669-4915-956d-c2df80605349", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764526876900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f7feeb0-1453-4de6-8110-1b96bd79469f", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764534050800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "046d9198-dbb3-4d82-a274-fc867c4362ce", + "name": "entry : default@GenerateLoaderJson cost memory 0.7631607055664062", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764534136700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08799b25-f8b2-4d96-9da4-8df3ce37e7da", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764526868900, + "endTime": 511764534200200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "36a5079e-6e05-4fc2-8025-43a76f2f2e73" + } + }, + { + "head": { + "id": "5bcc0bb6-7929-4a6e-bc68-97511e076ca8", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764539809700, + "endTime": 511764541115900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "0ea4ad93-6f88-4835-b281-267dfc7102cd", + "logId": "f899c8bf-14eb-4835-bb4f-ef17d88ebafe" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0ea4ad93-6f88-4835-b281-267dfc7102cd", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764538263000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5bcc0bb6-7929-4a6e-bc68-97511e076ca8" + } + }, + { + "head": { + "id": "bd9a1ec8-e49a-47a0-8f43-a1eafd7c0ebf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764538628400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78c2ff9f-8847-4006-b284-bd2c04d15bc6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764538706300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5099212d-17a7-4752-bcc5-27e3cb7bb1fd", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764538757100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac9b7c1a-6d75-40b9-a901-eb93641df346", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764539820600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "488576c3-0eff-4093-a6bd-e550f5a844fe", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764540928400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22123042-b61f-4ae6-b2ea-3514f3c94635", + "name": "entry : default@ProcessLibs cost memory 0.08463287353515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764541030800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f899c8bf-14eb-4835-bb4f-ef17d88ebafe", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764539809700, + "endTime": 511764541115900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5bcc0bb6-7929-4a6e-bc68-97511e076ca8" + } + }, + { + "head": { + "id": "c865da89-3a93-46d1-86ce-fa507adf4eb2", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764543812300, + "endTime": 511764552708000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "5d7da902-f8a7-406f-b192-80a4432789c2", + "logId": "2dc44fe3-ddbb-4b8e-9b06-119a9321dd7c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5d7da902-f8a7-406f-b192-80a4432789c2", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764542089400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c865da89-3a93-46d1-86ce-fa507adf4eb2" + } + }, + { + "head": { + "id": "5de080e4-5ddb-4560-9ff5-b15482ff6570", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764542417100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b712bc52-50a3-4709-a7b9-fe34d8d374b9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764542488100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4293399b-0840-4970-afa1-317849288960", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764542538500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "caaca0d0-1242-420d-add4-c450e0f66f2c", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764542947600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6b9d70a-21f3-4821-ac1a-725b28b1f1d5", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764543828400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c93c869-a2cf-4ff0-a1a2-fe4050553ed4", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764552539400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ded1a60d-6b62-4131-9681-141863e3f664", + "name": "entry : default@CompileResource cost memory -4.7570037841796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764552634400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2dc44fe3-ddbb-4b8e-9b06-119a9321dd7c", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764543812300, + "endTime": 511764552708000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c865da89-3a93-46d1-86ce-fa507adf4eb2" + } + }, + { + "head": { + "id": "95dc0b07-1b97-4686-aa55-e38cca540fd3", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764556295000, + "endTime": 511764557157900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "e8850f08-784d-4ac7-b836-1053d314e0bd", + "logId": "47d08913-b843-44e3-bd8b-d37a59e0be73" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e8850f08-784d-4ac7-b836-1053d314e0bd", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764554802900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "95dc0b07-1b97-4686-aa55-e38cca540fd3" + } + }, + { + "head": { + "id": "a0e1682e-3eec-40b9-acf3-690f1f90bee0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764555118500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7702a379-5514-4ab1-95de-1820d6922271", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764555191200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "232e8014-fe1a-4db1-9fe5-c74356079561", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764555239300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99d24757-be4a-4661-9cd5-6e3607af7441", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764556302000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f982b278-052e-401a-9429-373646a09bac", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764557020500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "494d64ea-82b4-4aae-ad80-cb8bd4c081d0", + "name": "entry : default@DoNativeStrip cost memory 0.074615478515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764557098900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47d08913-b843-44e3-bd8b-d37a59e0be73", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764556295000, + "endTime": 511764557157900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "95dc0b07-1b97-4686-aa55-e38cca540fd3" + } + }, + { + "head": { + "id": "e308dcd2-662e-4b9e-a334-2062a2ba7109", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764560175800, + "endTime": 511764569174500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "ca7b3348-7a60-49f9-a476-10eaad5ccbf1", + "logId": "70f8c01f-4dfd-44a4-90ec-a0cfd8be4699" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ca7b3348-7a60-49f9-a476-10eaad5ccbf1", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764558149900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e308dcd2-662e-4b9e-a334-2062a2ba7109" + } + }, + { + "head": { + "id": "c0293aa6-70f0-4f48-ad99-e8b7832f68b2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764558428800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0641f68-5956-4c63-ab1f-dcde45c65db3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764558499900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a3ca006d-bdd7-449d-b236-846b0baf1781", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764558548900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a88980d5-dd49-4cf4-93de-7851253bc365", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764560183500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91b506c0-24c1-4390-a384-062331004f34", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764568912700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "408d1dba-8392-4364-b844-7aafc7838b04", + "name": "entry : default@CompileArkTS cost memory 0.828399658203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764569052200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70f8c01f-4dfd-44a4-90ec-a0cfd8be4699", + "name": "UP-TO-DATE :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764560175800, + "endTime": 511764569174500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e308dcd2-662e-4b9e-a334-2062a2ba7109" + } + }, + { + "head": { + "id": "adf29afe-feff-4e3c-a977-03ea7ce7ffb1", + "name": "entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764574084400, + "endTime": 511764576412200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "73f72bab-fdfb-40ca-b463-a29b39ee27dc", + "logId": "cd27ad49-f603-44f4-b2c0-082b3b3c7275" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "73f72bab-fdfb-40ca-b463-a29b39ee27dc", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764571843500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "adf29afe-feff-4e3c-a977-03ea7ce7ffb1" + } + }, + { + "head": { + "id": "5295cd5d-ab79-42e0-afb0-242cf1e1f7b0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764572183100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00bc0da0-1c0a-4230-a6ec-3493d10ab20a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764572256500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6725ebc6-cf63-46a2-9fd3-dc2b5bfe279c", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764572304000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b696310e-8a3e-470f-aa70-1fceafb1fe9d", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764574092200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e87bfd1d-9509-4bcd-8450-2418c6190b57", + "name": "entry : default@BuildJS cost memory 0.153076171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764576234900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37899988-b941-4687-a450-72528d7e5fd0", + "name": "runTaskFromQueue task cost before running: 242 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764576344300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd27ad49-f603-44f4-b2c0-082b3b3c7275", + "name": "Finished :entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764574084400, + "endTime": 511764576412200, + "totalTime": 2243600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "adf29afe-feff-4e3c-a977-03ea7ce7ffb1" + } + }, + { + "head": { + "id": "fd9119e7-092c-46e1-9dc7-21c46314afd2", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764578817000, + "endTime": 511764580076700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "0ce26dd7-c3a7-4cf9-840c-1522d66a48cc", + "logId": "b9ba2804-afd8-4773-947a-0ce98e04e69a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0ce26dd7-c3a7-4cf9-840c-1522d66a48cc", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764577244900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fd9119e7-092c-46e1-9dc7-21c46314afd2" + } + }, + { + "head": { + "id": "9edca43e-29d1-4dd5-8931-0e45d85aeb56", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764577560000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33ca9cde-abf7-4405-9128-3ffcca1b4930", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764577631300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c92c1605-6f69-44bf-aa40-820ba0b3621a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764577680100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea291d1d-9810-4689-8720-27f4fb4669ae", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764578824500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44177893-4aff-4043-9e1e-66c23d664e23", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764579854500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37d9cfd4-ec9f-4611-9c74-640e452f7e69", + "name": "entry : default@CacheNativeLibs cost memory 0.08939361572265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764580004700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9ba2804-afd8-4773-947a-0ce98e04e69a", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764578817000, + "endTime": 511764580076700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fd9119e7-092c-46e1-9dc7-21c46314afd2" + } + }, + { + "head": { + "id": "ea338d92-a2ae-4d67-8614-f670f02d4dbc", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764581896000, + "endTime": 511764583840600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "cbde33bc-b986-42ca-bf6e-5dabc7e6b678", + "logId": "2f8e7a6c-a2c0-4748-a69a-4a4c57ae92b2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cbde33bc-b986-42ca-bf6e-5dabc7e6b678", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764581007500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ea338d92-a2ae-4d67-8614-f670f02d4dbc" + } + }, + { + "head": { + "id": "b56a27ee-83e4-460c-9e82-591d5e98428e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764581317700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9d77581-56a3-4604-a02d-a921e24e758b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764581396200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "13d0232b-2ff3-4682-9e5a-43324bda337c", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764581444600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef1a91a7-6d21-4939-bbca-8031a3f8b693", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764581921300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8719aea1-616a-481a-833c-daacbe26e7a8", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764583636900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b5c385e-abbe-4fd6-9155-eb6cbe9da673", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.0996551513671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764583776700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f8e7a6c-a2c0-4748-a69a-4a4c57ae92b2", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764581896000, + "endTime": 511764583840600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ea338d92-a2ae-4d67-8614-f670f02d4dbc" + } + }, + { + "head": { + "id": "45f3ede4-cb08-4196-946f-8c85fe154f3f", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764588945900, + "endTime": 511764593972000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "5741fc95-6aab-4943-943d-ebb43d930d0a", + "logId": "67fa8336-3dbf-4148-9385-a87ea72bb422" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5741fc95-6aab-4943-943d-ebb43d930d0a", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764585407900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "45f3ede4-cb08-4196-946f-8c85fe154f3f" + } + }, + { + "head": { + "id": "dd4971a0-5c2e-448a-a3c3-84628749c1c9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764585719500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "927fc42f-500b-4052-9321-e042d8686d68", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764585806300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0685da83-e391-4665-89ed-73e142706281", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764585859900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a406708b-a448-4f77-a4ea-5801015ad491", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764588956000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55bf58f4-193a-4129-8660-280ccaa74466", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764593772000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "414b7210-7571-4a1d-90fa-3de5c7cbf813", + "name": "entry : default@PackageHap cost memory 0.4689788818359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764593900500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67fa8336-3dbf-4148-9385-a87ea72bb422", + "name": "UP-TO-DATE :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764588945900, + "endTime": 511764593972000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "45f3ede4-cb08-4196-946f-8c85fe154f3f" + } + }, + { + "head": { + "id": "1499e2c7-bba4-49b7-aa0d-cd4bffc3f09e", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764597612900, + "endTime": 511764599302200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [], + "detailId": "f00bb2f1-2c8a-40e3-afde-8959716c9186", + "logId": "26b81bb9-0b67-4f69-b838-e26d910cd3c9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f00bb2f1-2c8a-40e3-afde-8959716c9186", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764595696200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1499e2c7-bba4-49b7-aa0d-cd4bffc3f09e" + } + }, + { + "head": { + "id": "489e774e-47fd-4762-b47b-3c17ef91ed58", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764596025600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "208992d1-ffff-4a39-ab71-1defaa06a0aa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764596118400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65ba807e-731c-4ed2-aca2-95fb4604da73", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764596176300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd04e8b5-7be5-4d41-8968-37619219d896", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764597621100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a21c5e9f-ae99-41d1-b0e9-845c1d1e4651", + "name": "Incremental task entry:default@SignHap pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764599163100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28650fc5-5d83-4b39-a0ff-1beff57bd79b", + "name": "entry : default@SignHap cost memory 0.16558074951171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764599240400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26b81bb9-0b67-4f69-b838-e26d910cd3c9", + "name": "UP-TO-DATE :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764597612900, + "endTime": 511764599302200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1499e2c7-bba4-49b7-aa0d-cd4bffc3f09e" + } + }, + { + "head": { + "id": "a999fc8e-2ed8-4f24-9864-d452b95000b0", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764600367300, + "endTime": 511764600629700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "68dbae78-0214-42af-9d56-44280772bc91", + "logId": "4f6087c0-2520-4315-bc86-28c933ff2b8e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "68dbae78-0214-42af-9d56-44280772bc91", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764600327500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a999fc8e-2ed8-4f24-9864-d452b95000b0" + } + }, + { + "head": { + "id": "a6486535-3d81-4854-a99e-a7d2398bffc0", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764600377800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7123a3d-e851-4231-a63a-17f2c47b7b13", + "name": "entry : assembleHap cost memory 0.01142120361328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764600478800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "278dfaa6-1dcf-48c2-b49b-efb028924b0b", + "name": "runTaskFromQueue task cost before running: 266 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764600580100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4f6087c0-2520-4315-bc86-28c933ff2b8e", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764600367300, + "endTime": 511764600629700, + "totalTime": 196100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a999fc8e-2ed8-4f24-9864-d452b95000b0" + } + }, + { + "head": { + "id": "2b240794-8e70-4ab0-978a-3a45418cdd19", + "name": "BUILD SUCCESSFUL in 273 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764607128800 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "30ec9ce5-933b-4017-981f-46a3895213be", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764335055100, + "endTime": 511764607342400 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 46 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@default\",\"product=default\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "2a080f8d-e93a-4061-867f-612171c26a35", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764607376500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ca587d9-5eb9-4745-bd3d-e816e7caa927", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764607452400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "659ed524-7254-484f-9076-a4464d45bf4c", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764607506000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9e1c660-d00f-4144-9579-f7d772e75c20", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764607551900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48fd5a90-75a0-4e31-a5de-973fee430638", + "name": "Update task entry:default@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764607660300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b94580c8-a19b-485d-a2c5-838a2682311e", + "name": "Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764607921300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f53cb41-3ce3-486a-b303-59c9cb22f8cd", + "name": "Update task entry:default@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764608313000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34f4e4be-5721-4ab6-a3e4-5c8d54af64c0", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764608495500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99d6793e-786c-4d53-998e-0ff005e4c7a5", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764608562100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd8ccf4e-2fe0-4cc3-87fb-a19f1acade11", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764608614600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "565c6d18-0481-41c0-8b40-71d4597e8191", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764608914100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aefc422a-b939-4ed9-934a-84598222aa7e", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609084300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "400319a5-6aa1-4763-8151-986e91f4c9d6", + "name": "Update task entry:default@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609519800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "708541f1-8736-4f65-8bd2-c33b367cdc30", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609701700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e5d85cf-3261-467a-9bc0-8cf54bdcfc51", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609765800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50075e44-e8cf-4c86-8197-52c459f0c968", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609815200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "929c2622-028d-452d-87c9-66a69b9ea0da", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609859200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fc8be48-12e4-4529-b872-dc57d68e910b", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609907400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14f28f60-0f87-4ce2-b94e-ba6454af9462", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609950900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2d66fd8-ebd9-49fd-8c90-cbbd11ad5dcc", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764609991700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84f264b1-e539-4ad6-b147-8dbe48c8d5d8", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764610032100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db6a819f-546a-40ab-9a0a-298e8f779e3d", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764610782000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8364200-95b7-4b73-a6f0-472e09bb945d", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764611066400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64ba2002-fc25-439e-9f7c-bfa7d887c46b", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764611391600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa8c6ed4-15a0-4468-8d33-6ff0a2aa3746", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764611537100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfe5e31d-bdfd-4016-a04c-9cb6326c9954", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764611675100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b38cb428-b59d-4aab-8b50-71b6297c4ef5", + "name": "Update task entry:default@BuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764611955500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a8ace5a-1f7b-40a1-ad6c-ac0619c019dc", + "name": "Incremental task entry:default@BuildJS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764612161100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4bf2aa45-be1b-4ad8-a233-68ca73adb05b", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764612241400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7290204e-aef6-4282-a16d-051d962f4671", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764612294300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a89d265f-28e6-4b3d-863b-afd2b5a21a78", + "name": "There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764612338400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebfc883b-1729-4015-921d-6eded5eba69b", + "name": "There is no need to refresh cache, since the incremental task entry:default@SignHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764612382600 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221546329690.json b/code/Project/Test/uitest/.hvigor/report/report-202501221546329690.json new file mode 100644 index 0000000000..f7717d6dc6 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221546329690.json @@ -0,0 +1,7216 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "9912295d-6530-4a3a-bd31-e5b99ce2d33d", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764629222900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d51e035-b353-4ca6-90e9-4d269519b30c", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764666365600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75494bf3-6bb0-4263-97a9-3a46e5c212b1", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511764666575100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6506cb6e-44db-42b6-ba0f-1b8f43f127d5", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765018268200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de4ada22-3722-4c8d-9e3a-0de5b074c1fa", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765023339800, + "endTime": 511765261023100 + }, + "additional": { + "children": [ + "3799bfde-485e-4d9d-8f27-7eb9895d22da", + "75353e95-11b4-4172-a0ec-622aca5034f3", + "cf016a23-c94b-45b8-9363-7cc720e823b4", + "389917b9-5e36-4de6-a1e0-9128bd1e0a4f" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "1b1c97bf-1ab2-4b61-bd5c-289a839f0343" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3799bfde-485e-4d9d-8f27-7eb9895d22da", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765023341100, + "endTime": 511765034534700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "de4ada22-3722-4c8d-9e3a-0de5b074c1fa", + "logId": "1207a7fe-33d7-42c0-9f51-eaec5a207b60" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "75353e95-11b4-4172-a0ec-622aca5034f3", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765034567800, + "endTime": 511765260127800 + }, + "additional": { + "children": [ + "a2e336ba-6f20-4191-988d-1d9cf2b7a482", + "d491419c-5799-4cec-8a22-94c443d55039", + "6f531b47-ae9a-4a80-9837-486abef6c0cf", + "b4bc9208-158f-45a3-9967-7a18ea55e50e", + "e6dca0e1-3dc0-48c6-9aca-0e16d6788383", + "0be41aca-e5d8-4d74-bfc7-03fd329edbb0", + "6549d46d-66c6-4bf5-b3ab-be7c6bfe4bc4", + "d7704bfd-9468-4aa0-bd26-f389cb6e01b2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "de4ada22-3722-4c8d-9e3a-0de5b074c1fa", + "logId": "8ab727c0-2600-44c6-85bd-34baac800c79" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cf016a23-c94b-45b8-9363-7cc720e823b4", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765260171500, + "endTime": 511765260974600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "de4ada22-3722-4c8d-9e3a-0de5b074c1fa", + "logId": "552338b2-970c-4b41-ba73-5d6da8b839ff" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "389917b9-5e36-4de6-a1e0-9128bd1e0a4f", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765260999000, + "endTime": 511765261011100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "de4ada22-3722-4c8d-9e3a-0de5b074c1fa", + "logId": "ff4d7d63-2c31-4235-b6da-0c5589bff6ad" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bbc3e7e9-a47a-4183-9c09-4e77366bffb9", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765027834300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4f7e110-c475-4188-9ad4-64c3c0a701d3", + "name": "Cache service initialization finished in 7 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765034350600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1207a7fe-33d7-42c0-9f51-eaec5a207b60", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765023341100, + "endTime": 511765034534700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3799bfde-485e-4d9d-8f27-7eb9895d22da", + "parent": "1b1c97bf-1ab2-4b61-bd5c-289a839f0343" + } + }, + { + "head": { + "id": "a2e336ba-6f20-4191-988d-1d9cf2b7a482", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765038738500, + "endTime": 511765038752100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3", + "logId": "8f47d380-dc7f-4078-a862-6b77eef5dcd3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d491419c-5799-4cec-8a22-94c443d55039", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765038780500, + "endTime": 511765041152500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3", + "logId": "0a7eac95-d071-4019-9ee0-0e0ba95fe367" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6f531b47-ae9a-4a80-9837-486abef6c0cf", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765041167000, + "endTime": 511765109035100 + }, + "additional": { + "children": [ + "0e3aaf50-255f-4b0b-8d29-776ca672245e" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3", + "logId": "7ab72a1f-712f-4b3e-9ffc-eaa630fa492a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b4bc9208-158f-45a3-9967-7a18ea55e50e", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765109049000, + "endTime": 511765142700700 + }, + "additional": { + "children": [ + "4865d11d-a03d-4db8-af06-714382fad08f" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3", + "logId": "b7d6bb7e-7271-4e4e-ab6a-2e8213fbcfc2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e6dca0e1-3dc0-48c6-9aca-0e16d6788383", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765142716900, + "endTime": 511765248721700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3", + "logId": "13b006d6-50ed-413a-90ea-c11312d32686" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0be41aca-e5d8-4d74-bfc7-03fd329edbb0", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765037367300, + "endTime": 511765260136300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6549d46d-66c6-4bf5-b3ab-be7c6bfe4bc4", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765037884500, + "endTime": 511765260139900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d7704bfd-9468-4aa0-bd26-f389cb6e01b2", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765259891500, + "endTime": 511765260095300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "75353e95-11b4-4172-a0ec-622aca5034f3", + "logId": "eaf8e112-0f7d-44f1-89dd-0e1546172d37" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8f47d380-dc7f-4078-a862-6b77eef5dcd3", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765038738500, + "endTime": 511765038752100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a2e336ba-6f20-4191-988d-1d9cf2b7a482", + "parent": "8ab727c0-2600-44c6-85bd-34baac800c79" + } + }, + { + "head": { + "id": "0a7eac95-d071-4019-9ee0-0e0ba95fe367", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765038780500, + "endTime": 511765041152500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d491419c-5799-4cec-8a22-94c443d55039", + "parent": "8ab727c0-2600-44c6-85bd-34baac800c79" + } + }, + { + "head": { + "id": "0e3aaf50-255f-4b0b-8d29-776ca672245e", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765042678800, + "endTime": 511765108864800 + }, + "additional": { + "children": [ + "2e10cd8c-0fe7-435b-a4b8-5d5b8b80ffef", + "a977515d-dfbe-4f17-864e-10943a685ec0" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6f531b47-ae9a-4a80-9837-486abef6c0cf", + "logId": "49b4e371-affe-4941-a079-9be31c05c5e4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2e10cd8c-0fe7-435b-a4b8-5d5b8b80ffef", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765042680300, + "endTime": 511765057956600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0e3aaf50-255f-4b0b-8d29-776ca672245e", + "logId": "8080214d-7eed-4048-a514-2040b639f515" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a977515d-dfbe-4f17-864e-10943a685ec0", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765057981500, + "endTime": 511765108825500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0e3aaf50-255f-4b0b-8d29-776ca672245e", + "logId": "cefc3036-b008-4e7e-8ec3-45db668d31e5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2e7b0f2f-56ee-46b0-a26c-64cc5c005ec9", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765042688700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dca95bf3-d97c-4f7a-a284-f2777a7652bf", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765057742900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8080214d-7eed-4048-a514-2040b639f515", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765042680300, + "endTime": 511765057956600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2e10cd8c-0fe7-435b-a4b8-5d5b8b80ffef", + "parent": "49b4e371-affe-4941-a079-9be31c05c5e4" + } + }, + { + "head": { + "id": "f63da11c-62a3-4046-ab49-6d5da0ceae79", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765058001700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "507178c9-f05a-41a3-be37-1020a6096893", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765068408200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae7e23e3-53ee-43d4-bdab-19d1d5fc5877", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765068585400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b696b247-4da9-410c-acd7-2c314729b588", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765068706700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4adcfad5-2d64-4952-ad77-13932e2f6514", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765068794800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6c60910-7f71-4bec-8984-813a9c0e7196", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765069864000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9ba7691-2f2f-47d6-9d0e-474a35d54057", + "name": "Sdk init in 13 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765085424900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "977bf000-bdd2-442e-ae1d-e57a7037dda8", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765085742500 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 46 + }, + "markType": "other" + } + }, + { + "head": { + "id": "d7f8fc4d-f81d-4b47-a8b6-f14cfe0064a3", + "name": "Project task initialization takes 21 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765108565900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "845fd744-a88b-47d2-ab7a-8be4ab06d279", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765108714800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cefc3036-b008-4e7e-8ec3-45db668d31e5", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765057981500, + "endTime": 511765108825500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a977515d-dfbe-4f17-864e-10943a685ec0", + "parent": "49b4e371-affe-4941-a079-9be31c05c5e4" + } + }, + { + "head": { + "id": "49b4e371-affe-4941-a079-9be31c05c5e4", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765042678800, + "endTime": 511765108864800 + }, + "additional": { + "logType": "info", + "children": [ + "8080214d-7eed-4048-a514-2040b639f515", + "cefc3036-b008-4e7e-8ec3-45db668d31e5" + ], + "durationId": "0e3aaf50-255f-4b0b-8d29-776ca672245e", + "parent": "7ab72a1f-712f-4b3e-9ffc-eaa630fa492a" + } + }, + { + "head": { + "id": "7ab72a1f-712f-4b3e-9ffc-eaa630fa492a", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765041167000, + "endTime": 511765109035100 + }, + "additional": { + "logType": "info", + "children": [ + "49b4e371-affe-4941-a079-9be31c05c5e4" + ], + "durationId": "6f531b47-ae9a-4a80-9837-486abef6c0cf", + "parent": "8ab727c0-2600-44c6-85bd-34baac800c79" + } + }, + { + "head": { + "id": "4865d11d-a03d-4db8-af06-714382fad08f", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765109711000, + "endTime": 511765142660600 + }, + "additional": { + "children": [ + "76e38798-c417-4aa5-88e8-2de30000a483" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b4bc9208-158f-45a3-9967-7a18ea55e50e", + "logId": "c83e81a6-8bc5-4c4e-97e3-32a848c9f608" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "76e38798-c417-4aa5-88e8-2de30000a483", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765113448000, + "endTime": 511765141759300 + }, + "additional": { + "children": [ + "f6f9a897-d1d0-4ed5-90dd-94b0e399cedb", + "c917f285-8f2a-40b1-88db-b194e67da1da" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4865d11d-a03d-4db8-af06-714382fad08f", + "logId": "d017a081-6614-4782-be66-40a1c2c2478e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f6f9a897-d1d0-4ed5-90dd-94b0e399cedb", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765113450300, + "endTime": 511765123183000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "76e38798-c417-4aa5-88e8-2de30000a483", + "logId": "a2341b4b-300b-482b-a1ac-634679a64fd6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c917f285-8f2a-40b1-88db-b194e67da1da", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765123214100, + "endTime": 511765141733300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "76e38798-c417-4aa5-88e8-2de30000a483", + "logId": "e317c47e-e252-4935-b991-e1c82804ca38" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d56c8355-55e3-4cb9-8111-ba129479b23d", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765113457700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c69caa1a-3ec4-473d-bf59-744f6607eb44", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765122797900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2341b4b-300b-482b-a1ac-634679a64fd6", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765113450300, + "endTime": 511765123183000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f6f9a897-d1d0-4ed5-90dd-94b0e399cedb", + "parent": "d017a081-6614-4782-be66-40a1c2c2478e" + } + }, + { + "head": { + "id": "e3acd005-0fec-481a-bdb8-7837cc44f35c", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765123239000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06ed9748-e3e4-43ad-b6f5-d96ae537ea85", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765136706200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbed8cab-0e60-4365-8862-e30c52702711", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765137435000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "49d347f4-1a01-49f1-a53e-de40f18939a0", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765137678900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a39095c-c91d-47f4-a083-8a104f38678b", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765137960600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14d52331-5ec8-434c-9eaf-0b0042ccbc13", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765138066900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "636c65e4-86db-4606-83a7-a3f4806b85b1", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765138142800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "15d40da1-a38e-416d-ae72-5c15277e327c", + "name": "Module 'entry' target 'ohosTest' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765138240400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dcc1b8f5-d737-4c58-9074-17626c37237b", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765141027800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6d60937-a86b-4998-a433-6a8b5f8a36b8", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765141548500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e317c47e-e252-4935-b991-e1c82804ca38", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765123214100, + "endTime": 511765141733300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c917f285-8f2a-40b1-88db-b194e67da1da", + "parent": "d017a081-6614-4782-be66-40a1c2c2478e" + } + }, + { + "head": { + "id": "d017a081-6614-4782-be66-40a1c2c2478e", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765113448000, + "endTime": 511765141759300 + }, + "additional": { + "logType": "info", + "children": [ + "a2341b4b-300b-482b-a1ac-634679a64fd6", + "e317c47e-e252-4935-b991-e1c82804ca38" + ], + "durationId": "76e38798-c417-4aa5-88e8-2de30000a483", + "parent": "c83e81a6-8bc5-4c4e-97e3-32a848c9f608" + } + }, + { + "head": { + "id": "c83e81a6-8bc5-4c4e-97e3-32a848c9f608", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765109711000, + "endTime": 511765142660600 + }, + "additional": { + "logType": "info", + "children": [ + "d017a081-6614-4782-be66-40a1c2c2478e" + ], + "durationId": "4865d11d-a03d-4db8-af06-714382fad08f", + "parent": "b7d6bb7e-7271-4e4e-ab6a-2e8213fbcfc2" + } + }, + { + "head": { + "id": "b7d6bb7e-7271-4e4e-ab6a-2e8213fbcfc2", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765109049000, + "endTime": 511765142700700 + }, + "additional": { + "logType": "info", + "children": [ + "c83e81a6-8bc5-4c4e-97e3-32a848c9f608" + ], + "durationId": "b4bc9208-158f-45a3-9967-7a18ea55e50e", + "parent": "8ab727c0-2600-44c6-85bd-34baac800c79" + } + }, + { + "head": { + "id": "8a856d42-6866-4828-9f4f-169be72332d3", + "name": "hvigorfile, resolve hvigorfile dependencies in 106 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765248538900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "13b006d6-50ed-413a-90ea-c11312d32686", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765142716900, + "endTime": 511765248721700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e6dca0e1-3dc0-48c6-9aca-0e16d6788383", + "parent": "8ab727c0-2600-44c6-85bd-34baac800c79" + } + }, + { + "head": { + "id": "c76641e5-3500-4d8c-afec-363578d35a8e", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765248793600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c997361-0e75-476c-a0eb-6f7579126320", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765249134700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e19f84e-0b54-4fb9-a91d-676049088520", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765254848200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e329d082-ef5c-4174-9752-8191a80efcd2", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765256110100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ec04538-95f2-4f1d-89c9-2fcd1917a363", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765256296800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c25a1926-2560-4299-95d8-b4d73a508b80", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765257510100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58d9a916-96e6-463c-b32b-8da921a9d94b", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765257644500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e59db8e-f7aa-4e7a-866d-6c0ad039c298", + "name": "Configuration phase cost:222 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765259939100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eaf8e112-0f7d-44f1-89dd-0e1546172d37", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765259891500, + "endTime": 511765260095300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d7704bfd-9468-4aa0-bd26-f389cb6e01b2", + "parent": "8ab727c0-2600-44c6-85bd-34baac800c79" + } + }, + { + "head": { + "id": "8ab727c0-2600-44c6-85bd-34baac800c79", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765034567800, + "endTime": 511765260127800 + }, + "additional": { + "logType": "info", + "children": [ + "8f47d380-dc7f-4078-a862-6b77eef5dcd3", + "0a7eac95-d071-4019-9ee0-0e0ba95fe367", + "7ab72a1f-712f-4b3e-9ffc-eaa630fa492a", + "b7d6bb7e-7271-4e4e-ab6a-2e8213fbcfc2", + "13b006d6-50ed-413a-90ea-c11312d32686", + "eaf8e112-0f7d-44f1-89dd-0e1546172d37" + ], + "durationId": "75353e95-11b4-4172-a0ec-622aca5034f3", + "parent": "1b1c97bf-1ab2-4b61-bd5c-289a839f0343" + } + }, + { + "head": { + "id": "552338b2-970c-4b41-ba73-5d6da8b839ff", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765260171500, + "endTime": 511765260974600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cf016a23-c94b-45b8-9363-7cc720e823b4", + "parent": "1b1c97bf-1ab2-4b61-bd5c-289a839f0343" + } + }, + { + "head": { + "id": "ff4d7d63-2c31-4235-b6da-0c5589bff6ad", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765260999000, + "endTime": 511765261011100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "389917b9-5e36-4de6-a1e0-9128bd1e0a4f", + "parent": "1b1c97bf-1ab2-4b61-bd5c-289a839f0343" + } + }, + { + "head": { + "id": "1b1c97bf-1ab2-4b61-bd5c-289a839f0343", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765023339800, + "endTime": 511765261023100 + }, + "additional": { + "logType": "info", + "children": [ + "1207a7fe-33d7-42c0-9f51-eaec5a207b60", + "8ab727c0-2600-44c6-85bd-34baac800c79", + "552338b2-970c-4b41-ba73-5d6da8b839ff", + "ff4d7d63-2c31-4235-b6da-0c5589bff6ad" + ], + "durationId": "de4ada22-3722-4c8d-9e3a-0de5b074c1fa" + } + }, + { + "head": { + "id": "d87a4520-33ed-47b4-8fa4-788ad3124f77", + "name": "Configuration task cost before running: 241 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765261249600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99a09de4-83bb-40fe-8437-aca32c0138a2", + "name": "entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765267418400, + "endTime": 511765274125000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "75ec6750-0556-4509-8cd3-faf658ece739", + "logId": "422ee446-2b2b-4d48-8c0a-0c8fe737f045" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "75ec6750-0556-4509-8cd3-faf658ece739", + "name": "create entry:ohosTest@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765262715500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "99a09de4-83bb-40fe-8437-aca32c0138a2" + } + }, + { + "head": { + "id": "a13cee7e-6ae0-45f4-b18f-ee89beb66c11", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765263213400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1797a6f-9a5d-47a3-83f1-0914ddb867ef", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765263456000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bbb81e8-8d3e-41a5-b21d-d819d314a87f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765263540100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ccdd6ae-bd94-428b-8f44-0e67f1632536", + "name": "Executing task :entry:ohosTest@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765267439700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "053a61c5-6bc7-4b26-bb7e-5271063726b7", + "name": "Incremental task entry:ohosTest@PreBuild pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765273809900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa04bb8d-a7c7-4bf8-866a-e818b042ddef", + "name": "entry : ohosTest@PreBuild cost memory 0.33307647705078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765274007300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "422ee446-2b2b-4d48-8c0a-0c8fe737f045", + "name": "UP-TO-DATE :entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765267418400, + "endTime": 511765274125000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "99a09de4-83bb-40fe-8437-aca32c0138a2" + } + }, + { + "head": { + "id": "a85af52e-c053-4129-9800-8331c9aa431c", + "name": "entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765279113600, + "endTime": 511765281948500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "5b032480-745c-4918-8cf2-17a88b3be0fc", + "logId": "06f78555-2406-4b0d-960d-0339189ff0fe" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5b032480-745c-4918-8cf2-17a88b3be0fc", + "name": "create entry:ohosTest@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765277075300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a85af52e-c053-4129-9800-8331c9aa431c" + } + }, + { + "head": { + "id": "e1dc5aca-2e7c-45ea-936e-5cff28b8cb87", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765277581000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a9c981b-69b4-43b2-856e-da0a0d9937e7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765277839800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9a2e927-2864-4932-b7f9-e09663c55ddb", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765277929000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b96f905-ef4e-4296-a145-50adb9210783", + "name": "Executing task :entry:ohosTest@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765279130700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee848701-3221-4ec4-ad85-1ef7156a2617", + "name": "Incremental task entry:ohosTest@GenerateMetadata pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765281613200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "883f78f6-2ef8-4853-a563-c69c4682c600", + "name": "entry : ohosTest@GenerateMetadata cost memory 0.147796630859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765281815300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06f78555-2406-4b0d-960d-0339189ff0fe", + "name": "UP-TO-DATE :entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765279113600, + "endTime": 511765281948500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a85af52e-c053-4129-9800-8331c9aa431c" + } + }, + { + "head": { + "id": "4641b2f1-ca65-4330-bb7b-319c4e4fafea", + "name": "entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765284753500, + "endTime": 511765285166600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "5e15405f-37d6-4e76-acf3-d875b08dfd9b", + "logId": "7d2912c5-f2a0-4bf1-bd95-6a2fd6d45ed3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5e15405f-37d6-4e76-acf3-d875b08dfd9b", + "name": "create entry:ohosTest@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765283856900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4641b2f1-ca65-4330-bb7b-319c4e4fafea" + } + }, + { + "head": { + "id": "b4bbf6c7-bd19-4b70-b34a-a6249763d0ab", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765284353100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e78226bc-c05d-4e36-be3a-edccbc7ffac9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765284478300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "508f2b6c-bd77-47c6-9ce8-cd63973e9baa", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765284558200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a607bc92-23a0-4da0-96af-817d37e3faae", + "name": "Executing task :entry:ohosTest@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765284764500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "779e7ecd-45b6-4952-b834-406bbc483d4f", + "name": "entry : ohosTest@ConfigureCmake cost memory 0.013824462890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765284970200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b394a78-11db-4220-97aa-adf05779df66", + "name": "runTaskFromQueue task cost before running: 265 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765285090900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d2912c5-f2a0-4bf1-bd95-6a2fd6d45ed3", + "name": "Finished :entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765284753500, + "endTime": 511765285166600, + "totalTime": 312300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4641b2f1-ca65-4330-bb7b-319c4e4fafea" + } + }, + { + "head": { + "id": "79e2a55f-d871-46cd-81fe-5608799d7b02", + "name": "entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765316691800, + "endTime": 511765318827000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "ff5adade-a4ba-4f4b-9cd6-905eb731b0d4", + "logId": "bf6d9da6-9262-4b32-974d-73e389686626" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ff5adade-a4ba-4f4b-9cd6-905eb731b0d4", + "name": "create entry:ohosTest@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765315165000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "79e2a55f-d871-46cd-81fe-5608799d7b02" + } + }, + { + "head": { + "id": "153b5ec3-d7e7-4a69-bc6a-8e66112b6352", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765315716400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "80d6d2c0-3aaf-4744-bf06-4f67f671c557", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765315840200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e61a643e-fb63-412b-b5d3-cf7a45700655", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765315925600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ea76ddb-4d14-4646-9802-cceb41f7ee16", + "name": "Executing task :entry:ohosTest@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765316733000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2f6c03a-4d68-4d39-b144-ff68e64eecf7", + "name": "Incremental task entry:ohosTest@MergeProfile pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765318524300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ccff41e-1e0a-49ef-87d2-51463cb448f1", + "name": "entry : ohosTest@MergeProfile cost memory 0.1014404296875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765318719700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf6d9da6-9262-4b32-974d-73e389686626", + "name": "UP-TO-DATE :entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765316691800, + "endTime": 511765318827000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "79e2a55f-d871-46cd-81fe-5608799d7b02" + } + }, + { + "head": { + "id": "ec05ff0f-4d35-499e-a99b-ae8570151a71", + "name": "entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765321892900, + "endTime": 511765324473800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "b9abd682-5fa6-43a5-98c1-7a7dbb167484", + "logId": "473bf7f5-724b-469f-9b92-a1d9581110c1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b9abd682-5fa6-43a5-98c1-7a7dbb167484", + "name": "create entry:ohosTest@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765320429600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ec05ff0f-4d35-499e-a99b-ae8570151a71" + } + }, + { + "head": { + "id": "962d4998-9edb-4fa8-b3b8-09bc0a800ffe", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765320911900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11b96edd-4086-4bbf-8357-87213701e448", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765321057500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bde8db61-b4dc-45a3-9f61-423dfaa40b8d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765321152700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea9c7b42-2dcf-438e-a089-7c056232df25", + "name": "Executing task :entry:ohosTest@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765321910600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b6d6961-f1da-49b7-aea3-e8c9b9b34a2a", + "name": "Incremental task entry:ohosTest@CreateBuildProfile pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765324162600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f45be66-a721-4492-b1f6-1026c77f83a8", + "name": "entry : ohosTest@CreateBuildProfile cost memory 0.1244049072265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765324362300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "473bf7f5-724b-469f-9b92-a1d9581110c1", + "name": "UP-TO-DATE :entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765321892900, + "endTime": 511765324473800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ec05ff0f-4d35-499e-a99b-ae8570151a71" + } + }, + { + "head": { + "id": "b77f1bcd-61df-47f4-a562-1bbc8291cc48", + "name": "entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765328565200, + "endTime": 511765328981300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "ff1dff0a-2cc9-4d2f-86ad-726dbdcc67f3", + "logId": "ebd40c68-9c6a-4d75-83aa-38422f1d9a37" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ff1dff0a-2cc9-4d2f-86ad-726dbdcc67f3", + "name": "create entry:ohosTest@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765326439500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b77f1bcd-61df-47f4-a562-1bbc8291cc48" + } + }, + { + "head": { + "id": "f3855b1e-18b2-46dc-bd41-a7dd2d6e266e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765327436100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8106cd80-d008-4841-adee-571acba6aa5e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765327630000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6ecf65d-d6fd-4801-8244-3c0fdf2e6a43", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765327741200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d5afd26-669c-4c27-ae7e-66d005df26fa", + "name": "Executing task :entry:ohosTest@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765328581500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ac74983-f88e-4753-a099-54622d005a2d", + "name": "entry : ohosTest@PreCheckSyscap cost memory 0.01409912109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765328788100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "559dde4b-31ad-4163-ac2b-3f9dddf66afe", + "name": "runTaskFromQueue task cost before running: 309 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765328911500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebd40c68-9c6a-4d75-83aa-38422f1d9a37", + "name": "Finished :entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765328565200, + "endTime": 511765328981300, + "totalTime": 320800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b77f1bcd-61df-47f4-a562-1bbc8291cc48" + } + }, + { + "head": { + "id": "64498a7f-00f0-4e1f-a17b-e4588beb0335", + "name": "entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765337834400, + "endTime": 511765338500400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "594da8b1-4821-4170-93cb-d63b758be168", + "logId": "1852eb13-d0fa-477d-93b5-8ba5f3a53d94" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "594da8b1-4821-4170-93cb-d63b758be168", + "name": "create entry:ohosTest@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765330424200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "64498a7f-00f0-4e1f-a17b-e4588beb0335" + } + }, + { + "head": { + "id": "c0a85c02-4590-4253-b883-b14c6bf89454", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765330953900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1488c3ab-1bc8-4489-b691-94c6bf36632b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765331103800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03695f28-4ca1-4ad7-a45f-be0585ad5a6f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765331203000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8e62e12-7673-45cc-9ef7-a0a7baeb1107", + "name": "Executing task :entry:ohosTest@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765337859500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1101928a-6a23-4796-96df-bdd7fe35e474", + "name": "entry : ohosTest@GeneratePkgContextInfo cost memory 0.02208709716796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765338254900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06148bb3-36c0-42c6-a773-f8b16e99276d", + "name": "runTaskFromQueue task cost before running: 318 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765338427800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1852eb13-d0fa-477d-93b5-8ba5f3a53d94", + "name": "Finished :entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765337834400, + "endTime": 511765338500400, + "totalTime": 566500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "64498a7f-00f0-4e1f-a17b-e4588beb0335" + } + }, + { + "head": { + "id": "b06f7316-e908-4efb-803d-c1bb6eebb04d", + "name": "entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765342421200, + "endTime": 511765344466300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist." + ], + "detailId": "aaa931be-65d7-4558-9b6e-74167c4c6764", + "logId": "a01441ac-bcf5-4cbf-948d-4ff442421e1a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "aaa931be-65d7-4558-9b6e-74167c4c6764", + "name": "create entry:ohosTest@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765339986000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b06f7316-e908-4efb-803d-c1bb6eebb04d" + } + }, + { + "head": { + "id": "12d6830b-f894-4f63-a76d-4b822a0c2581", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765340493200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8cb6e8c2-289b-47be-b69a-97f52c1d240a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765340652700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "623b5380-b6f5-40d9-9c7e-ee1808a1aae6", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765340746100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cef6890-db79-4b5d-a45b-6209afb7ecfd", + "name": "Executing task :entry:ohosTest@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765342445200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ca13794-06d6-4eb3-a81c-c77de811bd71", + "name": "entry:ohosTest@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765343871500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4747b81-c2aa-48c0-b2cd-a4c7ab141c16", + "name": "Incremental task entry:ohosTest@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765344065700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a91490b-d504-489f-940e-d98ca6c17c8a", + "name": "entry : ohosTest@ProcessIntegratedHsp cost memory 0.0931549072265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765344254800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca97cde3-bb14-4d6e-8173-11479fdcef6a", + "name": "runTaskFromQueue task cost before running: 324 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765344381400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a01441ac-bcf5-4cbf-948d-4ff442421e1a", + "name": "Finished :entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765342421200, + "endTime": 511765344466300, + "totalTime": 1938200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b06f7316-e908-4efb-803d-c1bb6eebb04d" + } + }, + { + "head": { + "id": "5a1377af-9ccd-465d-a05a-0b85e6b4d1a7", + "name": "entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765347667300, + "endTime": 511765348054500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "f02d8e15-5fe0-4ece-9be8-845dddaaef5f", + "logId": "37c19c80-50bb-42d1-84bf-b6b36ba66bc8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f02d8e15-5fe0-4ece-9be8-845dddaaef5f", + "name": "create entry:ohosTest@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765346144500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5a1377af-9ccd-465d-a05a-0b85e6b4d1a7" + } + }, + { + "head": { + "id": "19d6893c-4ca3-4559-8acb-91daf1d9f133", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765346745500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "adbc8af1-b946-4926-9664-0e0123de51b7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765346891600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea57e27d-92db-4a88-add2-953ce142ff8c", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765346972600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aea3144c-f7d1-4bfa-af95-72c1bc76580e", + "name": "Executing task :entry:ohosTest@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765347686200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c34b1f67-b8c5-4aa3-af8b-2d0a61b2dc19", + "name": "entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765347865600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19713e81-f9e4-4f9e-ae87-f9124fddbbcc", + "name": "runTaskFromQueue task cost before running: 328 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765347985400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37c19c80-50bb-42d1-84bf-b6b36ba66bc8", + "name": "Finished :entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765347667300, + "endTime": 511765348054500, + "totalTime": 290900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5a1377af-9ccd-465d-a05a-0b85e6b4d1a7" + } + }, + { + "head": { + "id": "bb6cfa2b-d175-4549-ac16-f8f97aea4812", + "name": "entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765351344800, + "endTime": 511765360932300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "27d74fb0-45d5-4c2b-b437-958dda12757d", + "logId": "ab2658f6-1930-4bf2-af1f-59b5de4ccf11" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "27d74fb0-45d5-4c2b-b437-958dda12757d", + "name": "create entry:ohosTest@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765349708600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bb6cfa2b-d175-4549-ac16-f8f97aea4812" + } + }, + { + "head": { + "id": "3347aa50-3abc-46da-a95a-227e037937fa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765350247900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7075a90c-1b95-4209-8df7-6088a9fda99c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765350434700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e94f07a-f70c-4116-ab18-fa570a9fa856", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765350527700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e89b5413-5387-45fe-b611-2b10aa6facae", + "name": "Executing task :entry:ohosTest@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765351364500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3dbfbe3a-cb56-4353-9331-b119ba725155", + "name": "Incremental task entry:ohosTest@MakePackInfo pre-execution cost: 9 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765360458800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32ae35c2-4366-4ebf-92b2-469016265a93", + "name": "entry : ohosTest@MakePackInfo cost memory -8.794891357421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765360793500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab2658f6-1930-4bf2-af1f-59b5de4ccf11", + "name": "UP-TO-DATE :entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765351344800, + "endTime": 511765360932300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bb6cfa2b-d175-4549-ac16-f8f97aea4812" + } + }, + { + "head": { + "id": "0f808f5a-537f-4eb8-a5f7-d1d153581e98", + "name": "entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765367872100, + "endTime": 511765369132700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "b6fa0d71-ea4c-4fdc-a1e8-c354d2d0b9fc", + "logId": "a4d21db1-1862-4c63-8894-681d38eb3330" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b6fa0d71-ea4c-4fdc-a1e8-c354d2d0b9fc", + "name": "create entry:ohosTest@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765364632800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0f808f5a-537f-4eb8-a5f7-d1d153581e98" + } + }, + { + "head": { + "id": "bc7a12e7-77bf-4500-a462-32bb57e7ba15", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765365102200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec16c3b9-a147-466c-b343-26b2b20664d2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765365383000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9df9b95-59c9-420d-8647-8bfe6d8db38d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765366753000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a143490d-d83f-476d-95bc-d9e2d4e7d34a", + "name": "Executing task :entry:ohosTest@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765367890000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ebd8f99f-70dc-4315-8325-1bf7dfac64f6", + "name": "Incremental task entry:ohosTest@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765368797800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c446a1f0-280b-4cf0-9254-2eacea861e93", + "name": "entry : ohosTest@ProcessProfile cost memory 0.06366729736328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765369024700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4d21db1-1862-4c63-8894-681d38eb3330", + "name": "UP-TO-DATE :entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765367872100, + "endTime": 511765369132700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0f808f5a-537f-4eb8-a5f7-d1d153581e98" + } + }, + { + "head": { + "id": "cfabfb1b-39e9-427d-b995-4fc97fd4350c", + "name": "entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765372757700, + "endTime": 511765375587800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc' does not exist." + ], + "detailId": "64a3587d-612b-4c76-ad01-e54d3bfc9149", + "logId": "b7a3e277-9c91-452a-a23b-f438984ba330" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "64a3587d-612b-4c76-ad01-e54d3bfc9149", + "name": "create entry:ohosTest@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765370902600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cfabfb1b-39e9-427d-b995-4fc97fd4350c" + } + }, + { + "head": { + "id": "3ca81fe0-ee3d-4456-b36a-e0dbd13e24f4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765371416000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f769d117-2f6c-490e-971e-4915149e8a2e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765371587100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bebcfa15-9345-4d9a-b5e6-9cabefa52eea", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765371673700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f79ede44-0ea0-4062-b98e-eba5caf16066", + "name": "Executing task :entry:ohosTest@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765372775700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9fee1b1-c755-4d0b-a4e9-9b3e6e097c39", + "name": "entry:ohosTest@SyscapTransform is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765374987300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3dcd8ca-1d20-4181-9458-308c6f3e3b6d", + "name": "Incremental task entry:ohosTest@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765375199300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0b2edeeb-e68e-4f49-9225-f5335ba8e425", + "name": "entry : ohosTest@SyscapTransform cost memory 0.12348175048828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765375389500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c605268e-763a-40ef-a66a-e15176d7ba30", + "name": "runTaskFromQueue task cost before running: 355 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765375517600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7a3e277-9c91-452a-a23b-f438984ba330", + "name": "Finished :entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765372757700, + "endTime": 511765375587800, + "totalTime": 2739700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cfabfb1b-39e9-427d-b995-4fc97fd4350c" + } + }, + { + "head": { + "id": "a3401a25-8449-403a-8cfb-236e68296b7d", + "name": "entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765381144600, + "endTime": 511765390201000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ff262220-3a78-46fc-bc04-7570bec97d09", + "logId": "929cdc32-ede9-4f5a-b893-e14907474f6a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ff262220-3a78-46fc-bc04-7570bec97d09", + "name": "create entry:ohosTest@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765377491600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a3401a25-8449-403a-8cfb-236e68296b7d" + } + }, + { + "head": { + "id": "c036c586-c60a-466e-bd08-71ebaf7a61cc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765378042700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f4b0d07-a957-49cd-9674-f2ad2ce49507", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765378212300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1c07914-1af7-4b49-96fe-bb7418dc2336", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765378333100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8bee58c-c4b2-40da-9151-5c44b359955d", + "name": "Executing task :entry:ohosTest@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765381169100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d76a9211-d0ea-4324-a11c-b5075f1028de", + "name": "Incremental task entry:ohosTest@ProcessRouterMap pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765389731500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a947d0d2-7d41-42f6-b0e8-a21f95f162f9", + "name": "entry : ohosTest@ProcessRouterMap cost memory 0.49665069580078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765389932200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "929cdc32-ede9-4f5a-b893-e14907474f6a", + "name": "UP-TO-DATE :entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765381144600, + "endTime": 511765390201000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a3401a25-8449-403a-8cfb-236e68296b7d" + } + }, + { + "head": { + "id": "01a44a2f-303c-4bdd-9a22-6b15f593cf2b", + "name": "entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765400115900, + "endTime": 511765401036700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "b4841113-125f-46c6-9a74-72e40c2f480a", + "logId": "d730ec97-3c9b-4c97-a27b-42195798ab6e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b4841113-125f-46c6-9a74-72e40c2f480a", + "name": "create entry:ohosTest@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765397071100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "01a44a2f-303c-4bdd-9a22-6b15f593cf2b" + } + }, + { + "head": { + "id": "28eaa724-8803-47ff-af6d-235869631043", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765397864000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "657ffe5c-b83b-424e-a728-944735064d2e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765398567400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18f5d57e-c9c3-4e5d-b353-aeb938a50d2c", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765398910400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4b898ca3-f77f-4856-93fc-362228d566f2", + "name": "Executing task :entry:ohosTest@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765400131300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b83b6bf-5931-409b-a268-badfbcfbb3cb", + "name": "entry : ohosTest@BuildNativeWithNinja cost memory 0.033416748046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765400794200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d0482ef-6706-4e62-8145-9de698d9c9fc", + "name": "runTaskFromQueue task cost before running: 381 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765400944800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d730ec97-3c9b-4c97-a27b-42195798ab6e", + "name": "Finished :entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765400115900, + "endTime": 511765401036700, + "totalTime": 794100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "01a44a2f-303c-4bdd-9a22-6b15f593cf2b" + } + }, + { + "head": { + "id": "5d41e5e5-99e8-44b4-96fa-64c7176e0a79", + "name": "entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765404869300, + "endTime": 511765407906500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "0f19924d-8e0d-4c19-8a20-c346117e54b3", + "logId": "2322f9b1-8453-4487-b613-f3a51899b89f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0f19924d-8e0d-4c19-8a20-c346117e54b3", + "name": "create entry:ohosTest@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765402410200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5d41e5e5-99e8-44b4-96fa-64c7176e0a79" + } + }, + { + "head": { + "id": "8f1f37c3-d7e6-465e-8cdd-76688ca60afc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765403050800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d95de364-2a57-4e20-8472-1a326e2c707e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765403254500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21344fcb-b32d-44dc-a57b-2e86221180c2", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765403419300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f22fae54-5a90-41c0-a59b-1b07bde0648f", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765404473000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2cd28335-21dd-403c-919e-28778b330250", + "name": "Executing task :entry:ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765405858400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96088580-0c56-441a-af24-f693cfc4284a", + "name": "Incremental task entry:ohosTest@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765406460900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "060db5c4-6842-4eba-b18a-b6decde59308", + "name": "entry : ohosTest@ProcessResource cost memory 0.1245574951171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765406570900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2322f9b1-8453-4487-b613-f3a51899b89f", + "name": "UP-TO-DATE :entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765404869300, + "endTime": 511765407906500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5d41e5e5-99e8-44b4-96fa-64c7176e0a79" + } + }, + { + "head": { + "id": "76a42663-d395-4421-ae96-51ef9aef6485", + "name": "entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765412857000, + "endTime": 511765425034000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "ce946bf7-9f62-4058-8ca9-f5a6decc21f8", + "logId": "f20b3511-fcd1-4a1d-b93b-80add3d003e7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ce946bf7-9f62-4058-8ca9-f5a6decc21f8", + "name": "create entry:ohosTest@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765410004000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "76a42663-d395-4421-ae96-51ef9aef6485" + } + }, + { + "head": { + "id": "870f8f2d-8c78-4e42-b92f-6fe46e9249c8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765410634500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c277a29-6088-4ede-8906-4061e323b46d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765410783700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "347505e3-5905-4f8a-9136-ee460b28ec04", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765410864500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5aa32afb-58e9-4e1a-be2d-fd2abac74cde", + "name": "Executing task :entry:ohosTest@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765412872600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0841762-8eac-454f-a022-b3dae92b7e82", + "name": "Incremental task entry:ohosTest@GenerateLoaderJson pre-execution cost: 8 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765424678400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8aaf6eb-e146-48e3-a750-372148480538", + "name": "entry : ohosTest@GenerateLoaderJson cost memory 0.7676849365234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765424919800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f20b3511-fcd1-4a1d-b93b-80add3d003e7", + "name": "UP-TO-DATE :entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765412857000, + "endTime": 511765425034000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "76a42663-d395-4421-ae96-51ef9aef6485" + } + }, + { + "head": { + "id": "a4475d4c-de2e-466d-ade0-7409e6cfc9b4", + "name": "entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765432059100, + "endTime": 511765433614400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "6a59134b-bc90-4981-b709-bd9974517f8a", + "logId": "1e3b1227-50ee-404d-b355-fea53b8dc837" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6a59134b-bc90-4981-b709-bd9974517f8a", + "name": "create entry:ohosTest@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765430156300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a4475d4c-de2e-466d-ade0-7409e6cfc9b4" + } + }, + { + "head": { + "id": "c815022b-62d1-4dba-964f-90ff5e6e0c1f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765430562800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec8232f0-0400-4c9a-981f-50a8adac5046", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765430669600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a15aac84-e73f-4cb9-973b-668d0b70e608", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765430750500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7caab98d-aae6-4efc-97d9-4dd6f7b7ff93", + "name": "Executing task :entry:ohosTest@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765432076400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd20f0ba-16cc-4a0e-b417-661ee50dcc50", + "name": "Incremental task entry:ohosTest@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765433440000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e58f8de4-37ec-440a-9b24-e2ae21e44ca4", + "name": "entry : ohosTest@ProcessLibs cost memory 0.09842681884765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765433546200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e3b1227-50ee-404d-b355-fea53b8dc837", + "name": "UP-TO-DATE :entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765432059100, + "endTime": 511765433614400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a4475d4c-de2e-466d-ade0-7409e6cfc9b4" + } + }, + { + "head": { + "id": "6efb4d51-9e06-41a9-a5bf-40510cfa14d9", + "name": "entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765437018000, + "endTime": 511765446788500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "2e7a8f54-fec1-4324-b055-23d370739e47", + "logId": "3693f8bf-678e-4f0d-a6de-532d6dcb3b77" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2e7a8f54-fec1-4324-b055-23d370739e47", + "name": "create entry:ohosTest@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765434827900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6efb4d51-9e06-41a9-a5bf-40510cfa14d9" + } + }, + { + "head": { + "id": "8ee6f49b-1fa3-45b0-8c18-518f5ac465f4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765435162700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a209d01c-9e7c-4458-95d6-7cd5f353e41c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765435279900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf49642b-6f30-4bad-9689-1503874a9783", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765435338500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5adaf2fa-04d7-427c-9f29-5a3fc11d0d06", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765435874000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f228c54a-71e3-4cff-b9fe-db53531eb310", + "name": "Executing task :entry:ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765437040800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "726c61b9-d314-4e50-b078-b3deaa575929", + "name": "Incremental task entry:ohosTest@CompileResource pre-execution cost: 9 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765446556500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d3a921a4-9e9a-400c-8aae-a9d1bc47cb65", + "name": "entry : ohosTest@CompileResource cost memory 1.0663986206054688", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765446694200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3693f8bf-678e-4f0d-a6de-532d6dcb3b77", + "name": "UP-TO-DATE :entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765437018000, + "endTime": 511765446788500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6efb4d51-9e06-41a9-a5bf-40510cfa14d9" + } + }, + { + "head": { + "id": "4853fdd6-0ef4-4f2a-b2e5-ca7573f1b49d", + "name": "entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765450612700, + "endTime": 511765451494600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "bb1e6254-a197-4a47-b637-1a8f2dab88fa", + "logId": "e19b6682-867f-40dc-90df-ecb97f7162a0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bb1e6254-a197-4a47-b637-1a8f2dab88fa", + "name": "create entry:ohosTest@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765448980200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4853fdd6-0ef4-4f2a-b2e5-ca7573f1b49d" + } + }, + { + "head": { + "id": "2a9292e6-9212-46c8-85a9-aaccf5bd9622", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765449311200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c31f366-c52c-4b14-8fcc-25eff2450727", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765449412000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a543ea40-1cf5-4b24-a24f-e4b768717f8d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765449479100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3cc3d54c-7147-4646-b1e5-0ffc117d474d", + "name": "Executing task :entry:ohosTest@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765450621600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "61937985-1668-42da-b26c-91eb204102ad", + "name": "Incremental task entry:ohosTest@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765451343100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dff63cc-af74-4a56-839c-fcd339acbb9f", + "name": "entry : ohosTest@DoNativeStrip cost memory 0.0688934326171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765451431000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e19b6682-867f-40dc-90df-ecb97f7162a0", + "name": "UP-TO-DATE :entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765450612700, + "endTime": 511765451494600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4853fdd6-0ef4-4f2a-b2e5-ca7573f1b49d" + } + }, + { + "head": { + "id": "b2a26157-8b72-4ef0-b30c-e91fdf0ef53f", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765454870700, + "endTime": 511765472494700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "c2b4e5ab-cbbb-4d38-a509-8e6fcf48f087", + "logId": "bba78971-14c9-4ee1-859f-6edf3fa9cf3d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c2b4e5ab-cbbb-4d38-a509-8e6fcf48f087", + "name": "create entry:ohosTest@OhosTestCompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765452535300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b2a26157-8b72-4ef0-b30c-e91fdf0ef53f" + } + }, + { + "head": { + "id": "0c3ee5df-de22-4926-b601-eccb65cab86e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765452877100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3973eb2c-6c5f-44ce-acee-e81055d9f72a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765452970200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0604ffe-99fe-41d0-91fc-415f021bbfa9", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765453021200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c86ff0a1-5c8b-4d6c-9368-fa368f69d2ec", + "name": "Executing task :entry:ohosTest@OhosTestCompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765454882400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa22c555-1426-4bfa-87a6-8b1c78e39c31", + "name": "Incremental task entry:ohosTest@OhosTestCompileArkTS pre-execution cost: 16 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765472204000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7c5809b-00d7-4726-9398-90d8773b89cf", + "name": "entry : ohosTest@OhosTestCompileArkTS cost memory 1.6152496337890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765472417600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bba78971-14c9-4ee1-859f-6edf3fa9cf3d", + "name": "UP-TO-DATE :entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765454870700, + "endTime": 511765472494700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b2a26157-8b72-4ef0-b30c-e91fdf0ef53f" + } + }, + { + "head": { + "id": "9027ac31-5155-497f-a75f-fbce8930647f", + "name": "entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765477849800, + "endTime": 511765480536300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "4e0be672-cbd8-4489-9ad6-cfdcc8f8bf64", + "logId": "5937834a-3cd1-45ea-a9c5-d0577d763158" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4e0be672-cbd8-4489-9ad6-cfdcc8f8bf64", + "name": "create entry:ohosTest@OhosTestBuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765475285600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9027ac31-5155-497f-a75f-fbce8930647f" + } + }, + { + "head": { + "id": "cb7d7991-febb-427b-9b58-d08d95bd04f8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765475671200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e475f40-f6d0-4ed2-875d-1d5b761784dc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765475777600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0fd137e7-553a-41e6-a34e-dfbc6525f337", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765475845800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd506bad-0956-4eb9-8793-7882c3f82918", + "name": "Executing task :entry:ohosTest@OhosTestBuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765477863000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da6064e1-38cc-4fb3-894f-223bb52c9b1a", + "name": "entry : ohosTest@OhosTestBuildJS cost memory 0.1634521484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765480308900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81119fba-ce85-474a-b4d5-7cc8eb769eaa", + "name": "runTaskFromQueue task cost before running: 460 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765480462000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5937834a-3cd1-45ea-a9c5-d0577d763158", + "name": "Finished :entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765477849800, + "endTime": 511765480536300, + "totalTime": 2591000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9027ac31-5155-497f-a75f-fbce8930647f" + } + }, + { + "head": { + "id": "5046b23a-e985-405b-acb9-136ee974f36e", + "name": "entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765483327600, + "endTime": 511765484507400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "5def6e15-7522-445c-9bca-1d0d42bc2f10", + "logId": "06eba346-0947-46a0-bc25-9c03e26aa574" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5def6e15-7522-445c-9bca-1d0d42bc2f10", + "name": "create entry:ohosTest@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765481401800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5046b23a-e985-405b-acb9-136ee974f36e" + } + }, + { + "head": { + "id": "8ffbdd97-2249-4068-b8fd-efaf0af548b9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765481707000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1b4380a-5db5-499e-9a86-be154c3f8925", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765481797900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "161f4631-58b6-4bcb-82c5-4a0f99c5a552", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765481849100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b86cd8cc-40fe-46e4-a82b-1f231dba7b4b", + "name": "Executing task :entry:ohosTest@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765483340200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b90ade22-9a2e-4caa-ae29-38521ac1b3cc", + "name": "Incremental task entry:ohosTest@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765484349100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "293f0eb0-5238-4f22-9313-d5fcf7279821", + "name": "entry : ohosTest@CacheNativeLibs cost memory 0.08966827392578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765484443800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06eba346-0947-46a0-bc25-9c03e26aa574", + "name": "UP-TO-DATE :entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765483327600, + "endTime": 511765484507400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5046b23a-e985-405b-acb9-136ee974f36e" + } + }, + { + "head": { + "id": "bb176f06-7244-4adf-93cd-f079c44d864f", + "name": "entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486437200, + "endTime": 511765487023400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Other", + "taskRunReasons": [], + "detailId": "071256bd-cd6b-4a30-b2fa-b86bcaea0e9f", + "logId": "7b31b515-f1ea-4d0d-8567-34c1e90a7c31" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "071256bd-cd6b-4a30-b2fa-b86bcaea0e9f", + "name": "create entry:ohosTest@OhosTestCopyMockConfigJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765485718900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bb176f06-7244-4adf-93cd-f079c44d864f" + } + }, + { + "head": { + "id": "156c735e-b2b8-455e-badf-13a127e4cd64", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486127600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf18364c-6e31-4b75-ba82-04eb367c9dae", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486234300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18f02a2a-3025-4feb-aa7b-748a23c7f5ce", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486310400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "304def23-9417-4363-8560-a0cc62da028b", + "name": "Executing task :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486444200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4368ebc-54b6-4a10-af4f-b54b1c4eaa97", + "name": "entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.035736083984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486858500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e939e6ba-4a72-49bd-8611-2235a4354462", + "name": "runTaskFromQueue task cost before running: 467 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486973400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b31b515-f1ea-4d0d-8567-34c1e90a7c31", + "name": "Finished :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765486437200, + "endTime": 511765487023400, + "totalTime": 499100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bb176f06-7244-4adf-93cd-f079c44d864f" + } + }, + { + "head": { + "id": "2631cdee-98f5-4362-b616-2553eb0a0f1d", + "name": "entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765489138400, + "endTime": 511765490962100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "a187110a-3eec-4302-b821-5338f12359b4", + "logId": "7dbc51cc-c108-44c2-9ae7-22efd1bae276" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a187110a-3eec-4302-b821-5338f12359b4", + "name": "create entry:ohosTest@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765488076200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2631cdee-98f5-4362-b616-2553eb0a0f1d" + } + }, + { + "head": { + "id": "a0cbe07d-83ac-4a1b-b6f8-868aa6f7392c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765488453900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f36cd8c-8d63-4bd4-8a6a-1902368c0f35", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765488547100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91b9d5fb-0e21-4a8d-909c-0228300fbbf1", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765488598600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "38880648-6d1f-44e4-ad0a-7fda73e5dcb3", + "name": "Executing task :entry:ohosTest@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765489148000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "861fb726-4432-402c-827a-3805d9df7209", + "name": "Incremental task entry:ohosTest@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765490778900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28b00b8e-5065-4342-85e4-02ebc26a62cd", + "name": "entry : ohosTest@GeneratePkgModuleJson cost memory 0.09964752197265625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765490893600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dbc51cc-c108-44c2-9ae7-22efd1bae276", + "name": "UP-TO-DATE :entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765489138400, + "endTime": 511765490962100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2631cdee-98f5-4362-b616-2553eb0a0f1d" + } + }, + { + "head": { + "id": "83ecdd66-05de-458d-bd2f-d13b1d179e0f", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765498336800, + "endTime": 511765503409800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "3804b16d-952f-41c1-8719-05e1429f2057", + "logId": "31b94323-25bd-4e2b-b3b4-b667ee5c89b7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3804b16d-952f-41c1-8719-05e1429f2057", + "name": "create entry:ohosTest@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765492374400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "83ecdd66-05de-458d-bd2f-d13b1d179e0f" + } + }, + { + "head": { + "id": "dce7bebc-87be-4122-83d4-4eea45b4692a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765492682300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e58dbede-6926-450f-93a8-8ea2651ea7f2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765492774800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22072340-3ecd-4293-ade2-f91d62e24653", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765492824000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dd66e964-49c2-4a5c-8b16-b4e2c895feba", + "name": "Executing task :entry:ohosTest@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765498352100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "148fd33f-8a8c-45b4-ab7b-a783f98abb39", + "name": "Incremental task entry:ohosTest@PackageHap pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765503193600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b7ee503-a682-43eb-858f-93c234dcc096", + "name": "entry : ohosTest@PackageHap cost memory 0.481781005859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765503333700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31b94323-25bd-4e2b-b3b4-b667ee5c89b7", + "name": "UP-TO-DATE :entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765498336800, + "endTime": 511765503409800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "83ecdd66-05de-458d-bd2f-d13b1d179e0f" + } + }, + { + "head": { + "id": "e17134d6-875e-45a3-8a47-fa2090f5e16d", + "name": "entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765506679200, + "endTime": 511765508317800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [], + "detailId": "aa10fb74-da07-4131-bbc0-5fa76da6d169", + "logId": "0252d3bd-9b01-4d54-acf2-0adc2b32330e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "aa10fb74-da07-4131-bbc0-5fa76da6d169", + "name": "create entry:ohosTest@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765505043000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e17134d6-875e-45a3-8a47-fa2090f5e16d" + } + }, + { + "head": { + "id": "405cd355-0c8e-473c-98b7-1e4d64e3e40c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765505344600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52712288-7ba8-4937-862e-4288efd9acf6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765505425800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cf94708-5492-4bf9-ba6e-31d758eef373", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765505476600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99792073-50c9-4f6d-aa87-2a678a3090f6", + "name": "Executing task :entry:ohosTest@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765506688700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5447bfc-4fa7-4c82-beee-3c2b47f37055", + "name": "Incremental task entry:ohosTest@SignHap pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765508147300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d53057b-ae5a-4d73-b187-f772f06775a8", + "name": "entry : ohosTest@SignHap cost memory 0.12640380859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765508237000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0252d3bd-9b01-4d54-acf2-0adc2b32330e", + "name": "UP-TO-DATE :entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765506679200, + "endTime": 511765508317800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e17134d6-875e-45a3-8a47-fa2090f5e16d" + } + }, + { + "head": { + "id": "13de76b2-9803-40ec-93c5-93f237dc9a2f", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765509436000, + "endTime": 511765509696300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "6b55edda-4368-4cea-9656-658808a9aeac", + "logId": "552124c6-b1f1-4cf4-ab6c-6a20880ad332" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6b55edda-4368-4cea-9656-658808a9aeac", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765509391800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "13de76b2-9803-40ec-93c5-93f237dc9a2f" + } + }, + { + "head": { + "id": "8d627eca-c806-4fba-b65e-98f847bb55c9", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765509442700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "281f94ee-2888-4c9e-9203-2dd46b9e5e4d", + "name": "entry : assembleHap cost memory 0.01142120361328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765509547200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6294e23e-b4a4-47e5-9458-dc5be82e8d08", + "name": "runTaskFromQueue task cost before running: 489 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765509645800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "552124c6-b1f1-4cf4-ab6c-6a20880ad332", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765509436000, + "endTime": 511765509696300, + "totalTime": 190600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "13de76b2-9803-40ec-93c5-93f237dc9a2f" + } + }, + { + "head": { + "id": "9f15c754-1bf4-4204-8bdf-63375b4f193d", + "name": "BUILD SUCCESSFUL in 495 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765515909900 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "9d9193ea-f7cb-4ff3-9d8b-af5a631e3f28", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765020885600, + "endTime": 511765516236500 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 46 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@ohosTest\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "3c6af47e-f860-449c-acf4-19f31591f5ae", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765516274900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1320ffb-3cf8-4397-8c6c-27c03c2ec2a4", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765516360600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52430916-f52b-433e-b9dd-cf23c0fb702c", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765516410100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1189f14f-ad7a-4ef1-b0fa-646fd047e5f9", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765516454700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b805d86-f74e-46c5-a948-0e6c8c18c40a", + "name": "Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765516515200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96a90097-ff22-4af4-b7b5-b65c87cf245c", + "name": "Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765516778600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27d94987-6f7c-4acd-84aa-aef4399a434c", + "name": "Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765517190700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0a3a075-6339-4d1d-b5bc-e531a2b5e28f", + "name": "Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765517429100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "968bcc98-7cfb-4fd1-abbc-6e0e59676812", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765517496500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "390ff624-8bda-4790-9381-470d9436a8fd", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765517547300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd047e6d-a5c5-4526-bc9d-a11450eb8e14", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765517881100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bea8c63-f7a7-4043-a795-2d84f30121bb", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765518095000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "997cccc1-4f56-4015-842b-edca60a8004a", + "name": "Update task entry:ohosTest@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765518562800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf65137b-4b20-4aa0-9fd8-8e7c23cc208c", + "name": "Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765518857300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "021a411a-a5ec-4a32-80a1-ba3e3dc8710f", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765518943300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e06c082-98e6-41d3-b6d1-c28a2b0a86dc", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765519011400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75642108-1fd5-41a2-b77a-a9a58bb3e884", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765519071100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0d3d8ee-d9de-491d-aafd-c00423fff8c4", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765519115300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8546d96d-42e8-434e-b978-ebba7ec280ae", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765519156600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0002fa5f-b1ab-4807-a7bc-8d5e59d33427", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765519217900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b11c8cc-58fc-4e10-8c35-ea57caef47e3", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@OhosTestCompileArkTS is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765519262000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ee7417c-5671-4318-914e-f0f225eef3fc", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765520842600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9f9132a-6f25-4092-ad43-a4dedcb8123f", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765521372100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5af532e5-e796-4272-9f2c-eb6ef96ce86d", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765521797800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a33d40b7-f7b3-4efd-a218-9828c5e55208", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765522027500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0691d9ed-fb4a-4875-af8a-b1730579213d", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765522228100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6dfc50b2-c3e0-4ea4-842c-8104140ae7b2", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765522720500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "787630ed-1a38-45c3-a197-f657556bb0dc", + "name": "Update task entry:ohosTest@OhosTestBuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765528780200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b63b3fb9-9934-47e9-b327-7738ade41900", + "name": "Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:10 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765529166300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a689225-b2a8-4fbb-b65a-e71fa2da4946", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765529271600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3248d5f4-2ff1-48c0-9c12-c43e7c061a75", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765529336700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11d8aaf5-af8a-445d-a0e9-cf6720e6011e", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@PackageHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765529396500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01263b34-107e-4219-a10f-543dd225daa8", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@SignHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765529455300 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221551056480.json b/code/Project/Test/uitest/.hvigor/report/report-202501221551056480.json new file mode 100644 index 0000000000..026553a1e5 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221551056480.json @@ -0,0 +1,7023 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "a52155b9-31a2-442a-9cda-950618fd925e", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765549055000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "05c473ac-7ab9-40f5-90e7-6a5ffb9d5350", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765580117300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7868b8a-fbd1-4d83-800a-11a1d3d76ed6", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 511765580371300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7995710c-937a-449f-bc85-eca373450239", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037697628600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b23769a3-3405-4666-afd5-d4b30d5b9ed1", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037701758200, + "endTime": 512037819698700 + }, + "additional": { + "children": [ + "e02be464-928d-495e-a261-0884165c31d9", + "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "b1d0df2a-d441-469f-a664-1fc236b63510", + "08aa418b-0402-4178-8403-fc14becd879b" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "45b4f1d6-4442-4190-8984-2771093a1448" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e02be464-928d-495e-a261-0884165c31d9", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037701759600, + "endTime": 512037710065700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b23769a3-3405-4666-afd5-d4b30d5b9ed1", + "logId": "f896b4dd-74a2-4d0e-b0ac-27555c313901" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037710084600, + "endTime": 512037819215800 + }, + "additional": { + "children": [ + "0fd16cc7-1260-47dd-b72e-ecc965702359", + "0ecccb51-13b9-4f24-b22a-11543ad8778b", + "88e6e0fc-de7a-4570-bcd8-739acf259625", + "bfb5a07c-67a3-464f-a5ee-d30abbbcf719", + "30ce2636-1495-48fe-9c99-ad8442452db8", + "fdea9f9e-365d-4126-b8c6-6c7b124be830", + "fb81f709-0271-4af3-bffd-f7c170ddbff7", + "0f925fde-e0eb-4c86-92b0-a47be21930a2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b23769a3-3405-4666-afd5-d4b30d5b9ed1", + "logId": "de91dca0-5b25-4065-8534-e6ece1e218d5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b1d0df2a-d441-469f-a664-1fc236b63510", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819239700, + "endTime": 512037819680400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b23769a3-3405-4666-afd5-d4b30d5b9ed1", + "logId": "6c7d7950-8a79-483f-b6c7-babf0913e058" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "08aa418b-0402-4178-8403-fc14becd879b", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819689300, + "endTime": 512037819694000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b23769a3-3405-4666-afd5-d4b30d5b9ed1", + "logId": "f6545884-1bcd-42a2-8539-22768383dbb7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d52f1932-e475-478d-8557-2fdcf9f9fc1f", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037705339000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fdb760e7-1898-4436-a052-06b035f24c8b", + "name": "Cache service initialization finished in 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037709957700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f896b4dd-74a2-4d0e-b0ac-27555c313901", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037701759600, + "endTime": 512037710065700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e02be464-928d-495e-a261-0884165c31d9", + "parent": "45b4f1d6-4442-4190-8984-2771093a1448" + } + }, + { + "head": { + "id": "0fd16cc7-1260-47dd-b72e-ecc965702359", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037713330000, + "endTime": 512037713343100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "logId": "844a7944-492c-492e-9306-9e8564d1ceae" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0ecccb51-13b9-4f24-b22a-11543ad8778b", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037713357100, + "endTime": 512037715469800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "logId": "618443a2-10aa-4e13-955c-1d37cf594394" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "88e6e0fc-de7a-4570-bcd8-739acf259625", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037715482800, + "endTime": 512037747044300 + }, + "additional": { + "children": [ + "32307737-71a2-46fe-8474-199f21771bbf" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "logId": "538f7368-45f7-4f80-81c7-1382a0452358" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bfb5a07c-67a3-464f-a5ee-d30abbbcf719", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037747054800, + "endTime": 512037759565900 + }, + "additional": { + "children": [ + "0a790ab2-3ce1-428d-8168-0fa6a4e50085" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "logId": "e059b955-0a54-4f86-984c-5482d27d62cf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "30ce2636-1495-48fe-9c99-ad8442452db8", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037759603800, + "endTime": 512037810536000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "logId": "a7cb0169-11e7-4583-b4d5-4260e4671dce" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fdea9f9e-365d-4126-b8c6-6c7b124be830", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037712364700, + "endTime": 512037819220400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fb81f709-0271-4af3-bffd-f7c170ddbff7", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037712699700, + "endTime": 512037819221200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0f925fde-e0eb-4c86-92b0-a47be21930a2", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819076200, + "endTime": 512037819201400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "logId": "623f7005-e24f-4d9a-b941-3930df6bdc96" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "844a7944-492c-492e-9306-9e8564d1ceae", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037713330000, + "endTime": 512037713343100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0fd16cc7-1260-47dd-b72e-ecc965702359", + "parent": "de91dca0-5b25-4065-8534-e6ece1e218d5" + } + }, + { + "head": { + "id": "618443a2-10aa-4e13-955c-1d37cf594394", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037713357100, + "endTime": 512037715469800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0ecccb51-13b9-4f24-b22a-11543ad8778b", + "parent": "de91dca0-5b25-4065-8534-e6ece1e218d5" + } + }, + { + "head": { + "id": "32307737-71a2-46fe-8474-199f21771bbf", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037717449500, + "endTime": 512037746977500 + }, + "additional": { + "children": [ + "409e6c81-fc38-4f6b-9c15-b784974fc865", + "69071253-b6a5-4b7f-a17f-b12de7282cfc" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "88e6e0fc-de7a-4570-bcd8-739acf259625", + "logId": "725168e7-fd07-48d3-9a67-84d6fe77db72" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "409e6c81-fc38-4f6b-9c15-b784974fc865", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037717450400, + "endTime": 512037721648500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32307737-71a2-46fe-8474-199f21771bbf", + "logId": "3c260d95-7759-4414-b8aa-46d7a73f1564" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "69071253-b6a5-4b7f-a17f-b12de7282cfc", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037721667800, + "endTime": 512037746950300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "32307737-71a2-46fe-8474-199f21771bbf", + "logId": "dc833ea6-43b6-4aa0-b21a-bb4d7788795a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7a7acc04-2ce5-4be8-801f-d2a8d35cd684", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037717454500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9cd1da7f-5da5-48f9-a1ba-06efc0eff4f1", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037721500700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c260d95-7759-4414-b8aa-46d7a73f1564", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037717450400, + "endTime": 512037721648500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "409e6c81-fc38-4f6b-9c15-b784974fc865", + "parent": "725168e7-fd07-48d3-9a67-84d6fe77db72" + } + }, + { + "head": { + "id": "6a836df5-511f-4d11-bdfb-54b474e9854f", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037721683100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6855a9f-4185-41fd-a3fc-7e6137631b69", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037727487400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44cec298-3265-4780-b71d-0fb325e1f84c", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037727590400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2cd2bbb3-c93e-46ea-bed8-2dc60ad757e3", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037727681700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95a47837-b6b3-40b6-9910-7170410fa3e4", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037727731100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a74d742-8c92-41a6-82d8-d4ed7220704c", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037728367000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7e208d5-964b-4bfe-97ae-dec40410c53a", + "name": "Sdk init in 6 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037735311500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee105bbc-10bc-43dc-ac06-9d1bf22a2a29", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037735429600 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 51 + }, + "markType": "other" + } + }, + { + "head": { + "id": "c13aa1df-b2de-48b6-84ed-d7dcd33c09e4", + "name": "Project task initialization takes 11 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037746743700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0edf74c1-3302-4551-bdad-b3e0ec12eb47", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037746878300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc833ea6-43b6-4aa0-b21a-bb4d7788795a", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037721667800, + "endTime": 512037746950300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "69071253-b6a5-4b7f-a17f-b12de7282cfc", + "parent": "725168e7-fd07-48d3-9a67-84d6fe77db72" + } + }, + { + "head": { + "id": "725168e7-fd07-48d3-9a67-84d6fe77db72", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037717449500, + "endTime": 512037746977500 + }, + "additional": { + "logType": "info", + "children": [ + "3c260d95-7759-4414-b8aa-46d7a73f1564", + "dc833ea6-43b6-4aa0-b21a-bb4d7788795a" + ], + "durationId": "32307737-71a2-46fe-8474-199f21771bbf", + "parent": "538f7368-45f7-4f80-81c7-1382a0452358" + } + }, + { + "head": { + "id": "538f7368-45f7-4f80-81c7-1382a0452358", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037715482800, + "endTime": 512037747044300 + }, + "additional": { + "logType": "info", + "children": [ + "725168e7-fd07-48d3-9a67-84d6fe77db72" + ], + "durationId": "88e6e0fc-de7a-4570-bcd8-739acf259625", + "parent": "de91dca0-5b25-4065-8534-e6ece1e218d5" + } + }, + { + "head": { + "id": "0a790ab2-3ce1-428d-8168-0fa6a4e50085", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037747422800, + "endTime": 512037759550500 + }, + "additional": { + "children": [ + "c934a5a0-196c-4662-8d95-62e379cf3e78" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bfb5a07c-67a3-464f-a5ee-d30abbbcf719", + "logId": "308deea5-6951-4bc3-a078-7bd8fd3838e6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c934a5a0-196c-4662-8d95-62e379cf3e78", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037749788700, + "endTime": 512037759194200 + }, + "additional": { + "children": [ + "bcea3d6b-efe5-4fba-bb10-261a9f2a2ebd", + "2882e4ae-8db8-4237-9d98-ad7488c9f1e3" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0a790ab2-3ce1-428d-8168-0fa6a4e50085", + "logId": "449a2e5e-4255-48b8-82a6-e8f5cfd5119b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bcea3d6b-efe5-4fba-bb10-261a9f2a2ebd", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037749789500, + "endTime": 512037752741200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c934a5a0-196c-4662-8d95-62e379cf3e78", + "logId": "4cbd8893-181e-4f22-a1c9-432ebc3817d6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2882e4ae-8db8-4237-9d98-ad7488c9f1e3", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037752757600, + "endTime": 512037759183900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c934a5a0-196c-4662-8d95-62e379cf3e78", + "logId": "d0a18d28-5238-471d-981e-4b6d215883d1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fc3b34a2-c946-4b7c-8a54-26db3cc348e8", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037749793700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2dc538fc-de56-44a7-8698-07269f82a168", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037752593600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4cbd8893-181e-4f22-a1c9-432ebc3817d6", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037749789500, + "endTime": 512037752741200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bcea3d6b-efe5-4fba-bb10-261a9f2a2ebd", + "parent": "449a2e5e-4255-48b8-82a6-e8f5cfd5119b" + } + }, + { + "head": { + "id": "baabb6f6-d6e0-4362-bee3-823a0dea7845", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037752774700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af74ca90-82bd-457a-a674-d67f21239c88", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037757040100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9fe04a43-7810-47c2-9cf3-d1b6f78105d9", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037757158500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be723c35-1707-434e-93c5-b2783cdbde53", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037757254800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3495529d-d2e5-400d-88fa-3eb9f11500e8", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037757315500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9bb80e5d-6108-43e4-b2cc-bc7664581149", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037757368100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "705bd7f5-9032-4df8-8930-1b1d332fd138", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037757408400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9eb1df17-bf6c-49a5-8e6e-8ae1d988154b", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037757459500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cd85ec8-9ec1-494e-8616-461d35e0db2c", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037759047200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eaee35a0-fbaa-4712-9ed3-26f44f338ca8", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037759130300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0a18d28-5238-471d-981e-4b6d215883d1", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037752757600, + "endTime": 512037759183900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2882e4ae-8db8-4237-9d98-ad7488c9f1e3", + "parent": "449a2e5e-4255-48b8-82a6-e8f5cfd5119b" + } + }, + { + "head": { + "id": "449a2e5e-4255-48b8-82a6-e8f5cfd5119b", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037749788700, + "endTime": 512037759194200 + }, + "additional": { + "logType": "info", + "children": [ + "4cbd8893-181e-4f22-a1c9-432ebc3817d6", + "d0a18d28-5238-471d-981e-4b6d215883d1" + ], + "durationId": "c934a5a0-196c-4662-8d95-62e379cf3e78", + "parent": "308deea5-6951-4bc3-a078-7bd8fd3838e6" + } + }, + { + "head": { + "id": "308deea5-6951-4bc3-a078-7bd8fd3838e6", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037747422800, + "endTime": 512037759550500 + }, + "additional": { + "logType": "info", + "children": [ + "449a2e5e-4255-48b8-82a6-e8f5cfd5119b" + ], + "durationId": "0a790ab2-3ce1-428d-8168-0fa6a4e50085", + "parent": "e059b955-0a54-4f86-984c-5482d27d62cf" + } + }, + { + "head": { + "id": "e059b955-0a54-4f86-984c-5482d27d62cf", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037747054800, + "endTime": 512037759565900 + }, + "additional": { + "logType": "info", + "children": [ + "308deea5-6951-4bc3-a078-7bd8fd3838e6" + ], + "durationId": "bfb5a07c-67a3-464f-a5ee-d30abbbcf719", + "parent": "de91dca0-5b25-4065-8534-e6ece1e218d5" + } + }, + { + "head": { + "id": "08f41926-f52b-43df-8b02-d3476d8b01c6", + "name": "hvigorfile, resolve hvigorfile dependencies in 51 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037810413200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7cb0169-11e7-4583-b4d5-4260e4671dce", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037759603800, + "endTime": 512037810536000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "30ce2636-1495-48fe-9c99-ad8442452db8", + "parent": "de91dca0-5b25-4065-8534-e6ece1e218d5" + } + }, + { + "head": { + "id": "99b7b987-65ac-4e13-b253-442ed6f2bb7c", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037810579400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c37b5cf7-4b38-4fb2-a81c-35b1a8c8170f", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037810812900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb98377a-4c65-4bce-84c6-3e968c5ea1f1", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037816186000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e448fc0-854a-43ff-ad16-cb622add2525", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037816787200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5d1d7b9-ec98-48cc-9be5-1b91e606d7c7", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037816867100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2ce096c-1626-489f-92e2-b5dbd4f178ad", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037817583200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6257797-9b02-4a33-8563-96c880580c3c", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037817652400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99833f35-64b4-43b1-ae01-7f57567a1665", + "name": "Configuration phase cost:106 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819098200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "623f7005-e24f-4d9a-b941-3930df6bdc96", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819076200, + "endTime": 512037819201400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0f925fde-e0eb-4c86-92b0-a47be21930a2", + "parent": "de91dca0-5b25-4065-8534-e6ece1e218d5" + } + }, + { + "head": { + "id": "de91dca0-5b25-4065-8534-e6ece1e218d5", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037710084600, + "endTime": 512037819215800 + }, + "additional": { + "logType": "info", + "children": [ + "844a7944-492c-492e-9306-9e8564d1ceae", + "618443a2-10aa-4e13-955c-1d37cf594394", + "538f7368-45f7-4f80-81c7-1382a0452358", + "e059b955-0a54-4f86-984c-5482d27d62cf", + "a7cb0169-11e7-4583-b4d5-4260e4671dce", + "623f7005-e24f-4d9a-b941-3930df6bdc96" + ], + "durationId": "dad54be3-b8ae-4627-b008-1b5f9dad89f1", + "parent": "45b4f1d6-4442-4190-8984-2771093a1448" + } + }, + { + "head": { + "id": "6c7d7950-8a79-483f-b6c7-babf0913e058", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819239700, + "endTime": 512037819680400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b1d0df2a-d441-469f-a664-1fc236b63510", + "parent": "45b4f1d6-4442-4190-8984-2771093a1448" + } + }, + { + "head": { + "id": "f6545884-1bcd-42a2-8539-22768383dbb7", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819689300, + "endTime": 512037819694000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "08aa418b-0402-4178-8403-fc14becd879b", + "parent": "45b4f1d6-4442-4190-8984-2771093a1448" + } + }, + { + "head": { + "id": "45b4f1d6-4442-4190-8984-2771093a1448", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037701758200, + "endTime": 512037819698700 + }, + "additional": { + "logType": "info", + "children": [ + "f896b4dd-74a2-4d0e-b0ac-27555c313901", + "de91dca0-5b25-4065-8534-e6ece1e218d5", + "6c7d7950-8a79-483f-b6c7-babf0913e058", + "f6545884-1bcd-42a2-8539-22768383dbb7" + ], + "durationId": "b23769a3-3405-4666-afd5-d4b30d5b9ed1" + } + }, + { + "head": { + "id": "53637de0-b665-4bf6-bb9d-125ae6cfb48c", + "name": "Configuration task cost before running: 120 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037819812100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd834029-2b12-4376-98d7-43f7b5c03833", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037823780200, + "endTime": 512037828273400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "1916f400-4729-4dd7-a4be-0cf3c399aee0", + "logId": "2ac56e37-f553-42e3-8244-5d059a999ae4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1916f400-4729-4dd7-a4be-0cf3c399aee0", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037820716500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fd834029-2b12-4376-98d7-43f7b5c03833" + } + }, + { + "head": { + "id": "18872cb5-99c4-48b4-bf9a-3a926cd066ba", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037821034500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e9f482b-f7ab-475b-ba90-a713a193e95f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037821105300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a22ebd9-3414-48a4-8b40-5fd96fdc2d48", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037821173000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dbb753e-e123-43b9-a7f9-9c93e0872e12", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037823785500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51b81190-c6af-4a4a-9f2f-387fc0e9116e", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037828090200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "401e6864-9484-4dda-8a06-f5ab7ced4aa5", + "name": "entry : default@PreBuild cost memory 0.6016921997070312", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037828200300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ac56e37-f553-42e3-8244-5d059a999ae4", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037823780200, + "endTime": 512037828273400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fd834029-2b12-4376-98d7-43f7b5c03833" + } + }, + { + "head": { + "id": "b7067709-0534-4bf7-ab2b-e78edb596ef8", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037831423100, + "endTime": 512037833037700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "99b702ef-e44d-498c-8343-8b6f278e4978", + "logId": "da88acfb-c337-4746-b799-319e9f797a64" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "99b702ef-e44d-498c-8343-8b6f278e4978", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037830075100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b7067709-0534-4bf7-ab2b-e78edb596ef8" + } + }, + { + "head": { + "id": "643500a2-5709-4ed4-a7fd-cd4fa2cd7687", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037830361500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2aa626b-e398-40b1-87ec-5581d18b96eb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037830455900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f0511f3-b661-4c84-9528-65ef82d3aee8", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037830506900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "086e1ad8-d39c-4b6e-8196-c7f0b31d1cbb", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037831430300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ac588fb-1320-4171-ba03-ea878121a7ff", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037832872000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30f86dbe-010a-4785-8cd8-fca488399af4", + "name": "entry : default@GenerateMetadata cost memory 0.14794921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037832976100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da88acfb-c337-4746-b799-319e9f797a64", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037831423100, + "endTime": 512037833037700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b7067709-0534-4bf7-ab2b-e78edb596ef8" + } + }, + { + "head": { + "id": "f19f9328-0d8d-4bc3-b444-63c6845923db", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834660700, + "endTime": 512037834902500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "8f6f51e0-031f-4d41-9190-8f4a50cf7fff", + "logId": "7aa3d564-350d-435c-b620-a5932de5bf2b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8f6f51e0-031f-4d41-9190-8f4a50cf7fff", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834142000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f19f9328-0d8d-4bc3-b444-63c6845923db" + } + }, + { + "head": { + "id": "c678802b-79dd-4aff-8956-765be573dc06", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834411500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb705766-013d-4472-b19b-c93ef431d327", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834484400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "abe7c2ca-4ce9-449f-aebd-049ea0f31122", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834535900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7436acb3-eefe-4fc4-bcb0-f3ef73a69fa1", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834666900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07a24d18-de95-4804-ab27-ddab3a1fdc79", + "name": "entry : default@ConfigureCmake cost memory 0.01282501220703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834772300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "757c0d88-9f17-4c2c-9b08-e4ff0f88d22c", + "name": "runTaskFromQueue task cost before running: 135 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834854400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7aa3d564-350d-435c-b620-a5932de5bf2b", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037834660700, + "endTime": 512037834902500, + "totalTime": 176200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f19f9328-0d8d-4bc3-b444-63c6845923db" + } + }, + { + "head": { + "id": "c0a0bf4b-7421-4a14-b6cb-ede52c6fa802", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037836840500, + "endTime": 512037838063300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "68167726-098a-45b5-82b7-b81de7da0d7f", + "logId": "ce5c1933-72a2-4c8b-a538-3578a056824e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "68167726-098a-45b5-82b7-b81de7da0d7f", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037835901000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c0a0bf4b-7421-4a14-b6cb-ede52c6fa802" + } + }, + { + "head": { + "id": "93a40ec9-f20c-4601-bf56-5c81de4c5e71", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037836226900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4fb518c1-42d2-4d7d-a989-3f359b2cb203", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037836310200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33281d2b-9a2a-4034-859e-27fac16bf60d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037836364700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c78331b8-d29b-45cf-8c37-392fca57a29a", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037836847400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c26cc0d4-0a26-4962-a378-a35fafb7069a", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037837887000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ad522e4-8842-4362-bf96-2c38305f1b19", + "name": "entry : default@MergeProfile cost memory 0.12979888916015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037837983700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce5c1933-72a2-4c8b-a538-3578a056824e", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037836840500, + "endTime": 512037838063300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c0a0bf4b-7421-4a14-b6cb-ede52c6fa802" + } + }, + { + "head": { + "id": "3c8579e6-1f3e-4ffb-8fea-cbe6b31dda0a", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037841315200, + "endTime": 512037842706000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "78cb58ff-929d-489d-8308-9f0ec593e768", + "logId": "73f15bfa-4bbe-4fb8-a841-3cc87b65e30d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "78cb58ff-929d-489d-8308-9f0ec593e768", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037840417800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3c8579e6-1f3e-4ffb-8fea-cbe6b31dda0a" + } + }, + { + "head": { + "id": "9e69057d-765e-4788-a85f-077b3d06253f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037840731700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f521598e-82ee-4902-bb40-d78a7e1916af", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037840809500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20150bf2-f865-4e43-a0e3-47369911e20a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037840873600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe8edf5a-a161-453c-94c5-2c55094606bf", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037841324000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "55ae86dd-fc3d-4562-b67e-a1b8fc44acc0", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037842567700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a726512-92d8-4a12-8a0d-065be1980e1c", + "name": "entry : default@CreateBuildProfile cost memory 0.123565673828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037842647400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73f15bfa-4bbe-4fb8-a841-3cc87b65e30d", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037841315200, + "endTime": 512037842706000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3c8579e6-1f3e-4ffb-8fea-cbe6b31dda0a" + } + }, + { + "head": { + "id": "5ba6d728-f89d-4632-a96a-de2ef354e426", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844582700, + "endTime": 512037844856300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "f729e480-f0c5-43c9-ba13-ff84d563a8e8", + "logId": "852c5b50-658c-4ff9-9fa8-b26b66531a12" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f729e480-f0c5-43c9-ba13-ff84d563a8e8", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037843736300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5ba6d728-f89d-4632-a96a-de2ef354e426" + } + }, + { + "head": { + "id": "20c76c96-e3e6-4a85-a099-14a012ec2b63", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844047000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "733a27b1-e71b-49ea-a542-4b9931ba688e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844130800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd3a4006-bde9-4a40-9647-7406c3f979b0", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844179400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2419b7b8-1ff4-4567-a0f9-56323ceec993", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844589800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce9cb047-581c-413c-b8c3-784ae602aa8b", + "name": "entry : default@PreCheckSyscap cost memory 0.01309967041015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844717600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9b05e41-4fbe-43d0-927a-b028dcbabbe9", + "name": "runTaskFromQueue task cost before running: 145 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844809700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "852c5b50-658c-4ff9-9fa8-b26b66531a12", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037844582700, + "endTime": 512037844856300, + "totalTime": 211200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5ba6d728-f89d-4632-a96a-de2ef354e426" + } + }, + { + "head": { + "id": "42ea6c64-3142-4166-9222-2f207749307e", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037849124500, + "endTime": 512037849409500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "651f7830-e879-4c21-8068-b7a6a94ed8af", + "logId": "0d49c354-2c5d-4f2f-8b6c-03f2bf6c6fce" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "651f7830-e879-4c21-8068-b7a6a94ed8af", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037845662900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "42ea6c64-3142-4166-9222-2f207749307e" + } + }, + { + "head": { + "id": "2a53def2-973d-4ea1-a899-32e88256d38e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037845969400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3904880-ced2-449f-ade4-8fccfba7ff5f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037846038100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4158ba7-78cb-481c-9346-5c2c6fa40547", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037846088400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "095ea0d2-d102-4fdc-85f7-e0ab69ff5f5f", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037849133000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac701fba-3331-4767-9ea0-f242bdf2a21f", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.02043914794921875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037849292700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c609d253-0fb6-4f3a-9fa2-a1ffe3a438c6", + "name": "runTaskFromQueue task cost before running: 150 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037849367500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d49c354-2c5d-4f2f-8b6c-03f2bf6c6fce", + "name": "Finished :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037849124500, + "endTime": 512037849409500, + "totalTime": 229300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "42ea6c64-3142-4166-9222-2f207749307e" + } + }, + { + "head": { + "id": "2cd0b81e-6ada-4a72-b983-6c4cd586b219", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037851594600, + "endTime": 512037852681200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist." + ], + "detailId": "3932c57d-2fc1-457b-bfe9-1983ad33e06d", + "logId": "7b359e44-88d0-45b0-8876-9b0dde43d4bf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3932c57d-2fc1-457b-bfe9-1983ad33e06d", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037850213700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2cd0b81e-6ada-4a72-b983-6c4cd586b219" + } + }, + { + "head": { + "id": "916697a7-a4d7-4811-b9e8-208727015892", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037850486800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30dd4397-1f55-4106-bd46-49003d7267ac", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037850549000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75d533ca-d7c6-43ca-aa19-1fa765270fae", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037850591500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65b0cc5c-e23d-4f12-94bd-910bbac131ef", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037851601500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f5669ab-d965-4cb9-a26a-a6ed3d3e82ec", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037852390100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79649527-552b-4f5d-90d4-e3edc0ef98d1", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037852473900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a80e4d8-d19a-4279-98f3-036a745d6a05", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.09363555908203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037852564700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33a503d4-526d-4821-8025-4405a17d8a72", + "name": "runTaskFromQueue task cost before running: 153 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037852634600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b359e44-88d0-45b0-8876-9b0dde43d4bf", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037851594600, + "endTime": 512037852681200, + "totalTime": 1027900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2cd0b81e-6ada-4a72-b983-6c4cd586b219" + } + }, + { + "head": { + "id": "47073d7a-d53f-4ee8-9be4-6cc07f264689", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854592500, + "endTime": 512037854826600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "6ac3c9fd-f43a-4734-b752-826b338cfa8f", + "logId": "516804fc-33dd-4063-b951-4f3b69b18644" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6ac3c9fd-f43a-4734-b752-826b338cfa8f", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037853750500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "47073d7a-d53f-4ee8-9be4-6cc07f264689" + } + }, + { + "head": { + "id": "ad2fdebb-1f8a-4707-8840-68ab9962b66a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854059800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70e346a0-eb18-4aec-a32e-9b6e20672665", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854128400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ef9e780-a858-4e6c-9d67-0a9bac3c58aa", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854177800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14dd7b20-c2c8-4c03-afc8-4a70b2daea04", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854601000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60574080-2f3d-4569-bd52-b70e4871aee1", + "name": "entry : default@BuildNativeWithCmake cost memory 0.013885498046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854702300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91c3a2d1-cc84-455c-bb58-4454f77ef972", + "name": "runTaskFromQueue task cost before running: 155 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854779300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "516804fc-33dd-4063-b951-4f3b69b18644", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037854592500, + "endTime": 512037854826600, + "totalTime": 173900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "47073d7a-d53f-4ee8-9be4-6cc07f264689" + } + }, + { + "head": { + "id": "904a4d99-cb0d-4fc1-a352-de368e392807", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037856533800, + "endTime": 512037858469800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f8296be7-c22d-425f-aa44-66ab73c97b86", + "logId": "b7280318-f56d-4a08-86ea-505a195630ee" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f8296be7-c22d-425f-aa44-66ab73c97b86", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037855673400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "904a4d99-cb0d-4fc1-a352-de368e392807" + } + }, + { + "head": { + "id": "2490d5f2-aba8-43d5-89e1-f73252a5c905", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037855953600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "25b9f7c1-7607-42bc-81ad-2d6c8f637fc4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037856026200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0535b734-2663-45dd-9823-bf16dca11954", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037856094000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d9ad86b4-1d1b-41f2-af94-7875c6442a86", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037856540300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cdfff356-e213-4da3-8662-78e426fd4c6a", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037858307300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "48693b3a-43bc-4349-a395-61d67f491272", + "name": "entry : default@MakePackInfo cost memory 0.1592559814453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037858390000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7280318-f56d-4a08-86ea-505a195630ee", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037856533800, + "endTime": 512037858469800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "904a4d99-cb0d-4fc1-a352-de368e392807" + } + }, + { + "head": { + "id": "0f1b9467-f895-424b-a791-39fcbd0789ab", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037860796100, + "endTime": 512037861485700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "c407463c-17bf-46dd-bc7c-a691ec99b251", + "logId": "1b3564cb-9c2a-464b-a733-f1213f7469ab" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c407463c-17bf-46dd-bc7c-a691ec99b251", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037859775000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0f1b9467-f895-424b-a791-39fcbd0789ab" + } + }, + { + "head": { + "id": "5e1197b6-d00f-4c7f-9104-fff3a7b7d1d5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037860076600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "240b9cca-59c4-49e3-9238-89239ef34919", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037860152300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8b2e470-33d3-483e-8b69-8a057f356ff2", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037860202200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2669b884-d2db-41e9-9048-e66c420a3416", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037860801600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2c37ace-864a-4627-9297-8fed04b916b2", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037861344200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e5c58c7-d735-483c-a257-e7e15235e60b", + "name": "entry : default@ProcessProfile cost memory 0.06256866455078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037861423100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1b3564cb-9c2a-464b-a733-f1213f7469ab", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037860796100, + "endTime": 512037861485700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0f1b9467-f895-424b-a791-39fcbd0789ab" + } + }, + { + "head": { + "id": "e3d730ad-ac6a-4677-81b0-d5b35c827c8b", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037863413400, + "endTime": 512037865185500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc' does not exist." + ], + "detailId": "ebb898fe-ae8f-4376-b6af-1677242b6e6a", + "logId": "0c1b88b6-048f-4426-80f5-d7811d8cf1b5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ebb898fe-ae8f-4376-b6af-1677242b6e6a", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037862372400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e3d730ad-ac6a-4677-81b0-d5b35c827c8b" + } + }, + { + "head": { + "id": "1ed1500c-5992-43ba-9053-073499087af1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037862669700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c29f588-3e08-41e4-8284-f4b9cb150b69", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037862743500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "269de731-3a4b-4a96-bd6c-6a9c56383931", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037862795500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8e6b260-9a99-405e-abeb-10de1595062b", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037863420700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6ae0018-5dbf-457f-a7ca-c3e2f718135d", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037864844400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18462976-3163-415c-bee2-0126e7215d13", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037864949200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "448a1afc-acb9-4ba5-b17d-b277f439618a", + "name": "entry : default@SyscapTransform cost memory 0.1231231689453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037865064100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "689ca288-43ca-4c6c-b114-b6724e287179", + "name": "runTaskFromQueue task cost before running: 166 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037865139600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0c1b88b6-048f-4426-80f5-d7811d8cf1b5", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037863413400, + "endTime": 512037865185500, + "totalTime": 1711300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e3d730ad-ac6a-4677-81b0-d5b35c827c8b" + } + }, + { + "head": { + "id": "8055f7ab-7361-4383-bcd8-c23efbda6df5", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037868383900, + "endTime": 512037872477700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "8d8a7375-5629-4099-ae98-d767b7e1d33b", + "logId": "6c4e1b9b-cd08-4865-b85f-59fb1193f6b3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8d8a7375-5629-4099-ae98-d767b7e1d33b", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037866270800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8055f7ab-7361-4383-bcd8-c23efbda6df5" + } + }, + { + "head": { + "id": "e07d8996-5824-41e3-b170-6e3e4d7caf1a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037866536200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "187e4099-3c52-4439-8f38-53d9903329cd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037866625400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7609f5e-ee6c-4717-97b7-6bc7f36c9c57", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037866694300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "335e0175-7578-4162-98a9-f82efb84ff41", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037868391900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ce7e40f6-943e-4c61-9c47-123d9b31a6b6", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037872317700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7ef0154a-c4cb-4d8d-b82d-8197de2d09d4", + "name": "entry : default@ProcessRouterMap cost memory 0.496124267578125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037872397100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c4e1b9b-cd08-4865-b85f-59fb1193f6b3", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037868383900, + "endTime": 512037872477700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8055f7ab-7361-4383-bcd8-c23efbda6df5" + } + }, + { + "head": { + "id": "6126d9a6-9ec3-48ca-807b-a5b0d772d0c5", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037875277600, + "endTime": 512037875853000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "a101ad36-a17d-4571-913d-608aa2621634", + "logId": "14a1dc5c-2108-4a17-877e-e55143ddab1a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a101ad36-a17d-4571-913d-608aa2621634", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037874383800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6126d9a6-9ec3-48ca-807b-a5b0d772d0c5" + } + }, + { + "head": { + "id": "f52f2bbc-bc15-459a-98e3-036a27e9133c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037874694600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f255abf-057c-4a61-a124-31329adf1055", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037874765900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5106311-3b40-49da-8352-a312553b546d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037874819400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba6a2114-8737-4fc1-8580-66beefa5e646", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037875285700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ce8b43b-239e-4824-9341-05aaf0532a82", + "name": "entry : default@BuildNativeWithNinja cost memory 0.03343963623046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037875687600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64408998-74ca-4b4d-b337-5775f729f932", + "name": "runTaskFromQueue task cost before running: 176 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037875782300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14a1dc5c-2108-4a17-877e-e55143ddab1a", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037875277600, + "endTime": 512037875853000, + "totalTime": 487300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6126d9a6-9ec3-48ca-807b-a5b0d772d0c5" + } + }, + { + "head": { + "id": "94334369-3a75-4283-8733-bd1aceb94aeb", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037877999800, + "endTime": 512037879881800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "ec1aa1f8-46df-444b-831e-64656405acc7", + "logId": "5c9bb5ae-458f-477d-a561-257e48254e16" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ec1aa1f8-46df-444b-831e-64656405acc7", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037876680800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "94334369-3a75-4283-8733-bd1aceb94aeb" + } + }, + { + "head": { + "id": "6dcc7343-459f-4a2a-a14c-f1567280cd8b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037876996800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0344362d-ae5d-4a4e-b669-0e379b65e930", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037877069900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e3ea9fe-6e55-4737-8ce3-380704c3e317", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037877121500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ffadc31-b21b-4f7e-8766-76624ca34161", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037877581800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1c598eb-9db8-4291-a8cb-c65c9ea00f19", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037878689300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41a27268-a364-4cf9-9beb-678840491d72", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037879100600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e12fc4e1-8311-4f93-a88b-2ff046d3d61d", + "name": "entry : default@ProcessResource cost memory 0.11717987060546875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037879181000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c9bb5ae-458f-477d-a561-257e48254e16", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037877999800, + "endTime": 512037879881800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "94334369-3a75-4283-8733-bd1aceb94aeb" + } + }, + { + "head": { + "id": "b1d1d820-8594-45dd-91a5-8848033f0d71", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037883200000, + "endTime": 512037892135300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "f31916f3-c269-4d1b-86e9-d988a9e445b4", + "logId": "8c3cd55d-b4cc-4a09-9c26-87f8349f9f8c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f31916f3-c269-4d1b-86e9-d988a9e445b4", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037881412400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b1d1d820-8594-45dd-91a5-8848033f0d71" + } + }, + { + "head": { + "id": "f8150de8-892b-46fc-bd19-27cb05aa3b80", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037881708500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9aec6b7b-becd-4d2d-a424-869fde5574a6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037881798800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79e51edc-c708-458e-b140-154ab16116a3", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037881851900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94ffc80d-183b-4b1b-a1d6-ba384d581187", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037883207100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95d392c1-f044-4ae7-8a74-17a1a6cfe257", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 6 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037891942100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31a93e6c-5010-4b62-8bf8-375e7fa34b20", + "name": "entry : default@GenerateLoaderJson cost memory -4.5775146484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037892067700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8c3cd55d-b4cc-4a09-9c26-87f8349f9f8c", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037883200000, + "endTime": 512037892135300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b1d1d820-8594-45dd-91a5-8848033f0d71" + } + }, + { + "head": { + "id": "4f2a3dc5-101a-40cb-ab6d-874c7bd53e7d", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037896747500, + "endTime": 512037897902300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "b78d4d91-1269-4aea-9e58-65aca21b28f6", + "logId": "b8361d0a-2a04-4b0e-8646-6e1039dcde08" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b78d4d91-1269-4aea-9e58-65aca21b28f6", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037895431500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4f2a3dc5-101a-40cb-ab6d-874c7bd53e7d" + } + }, + { + "head": { + "id": "99e5f48e-3867-4d79-95eb-834b3cfd8b1b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037895695200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5683b10-9ecf-4e9a-966f-163110448baf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037895784300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed84f46a-84af-4355-96ca-4060279cf148", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037895831600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ba789b0-7a34-4c6c-a35a-b51faf5d457e", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037896757000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6668983-f9f1-4ab4-a708-f7b1442aba36", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037897749700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b10496ca-b062-4c85-a73e-64ee93abe26c", + "name": "entry : default@ProcessLibs cost memory 0.084564208984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037897827600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8361d0a-2a04-4b0e-8646-6e1039dcde08", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037896747500, + "endTime": 512037897902300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4f2a3dc5-101a-40cb-ab6d-874c7bd53e7d" + } + }, + { + "head": { + "id": "bf436ce5-712c-48d9-ac38-b591f2884fa0", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037900734900, + "endTime": 512037908848600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "5279530d-924e-49b0-8ac9-8566d055dce6", + "logId": "46eff487-14a7-4897-842d-bad64f4b5f29" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5279530d-924e-49b0-8ac9-8566d055dce6", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037898797100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bf436ce5-712c-48d9-ac38-b591f2884fa0" + } + }, + { + "head": { + "id": "74bd9316-f555-48c0-b470-fdafb02f346f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037899104000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c591dc5c-7414-41f5-8af6-0d11caf80c7a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037899178000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ecb7686e-6824-4689-831a-16ab13deef3a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037899243100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3428c8bb-5ac4-482c-9d74-920e337543bb", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037899678400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52fcc8f2-e917-4853-ac33-6c865493816f", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037900758400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44d88a43-d64b-4299-96cf-fc3344ca5f3d", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037908648500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1a8c057-fe16-4f22-9cb1-c9f37b8282d8", + "name": "entry : default@CompileResource cost memory 0.9527587890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037908763500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "46eff487-14a7-4897-842d-bad64f4b5f29", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037900734900, + "endTime": 512037908848600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bf436ce5-712c-48d9-ac38-b591f2884fa0" + } + }, + { + "head": { + "id": "6ea53543-baa3-46d5-915a-b68733ae9482", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037912288400, + "endTime": 512037913026800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "3c81eee5-cecb-4fc2-99da-74da4e73858b", + "logId": "d78a9b68-db73-4dfb-9fdf-d596450ad175" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3c81eee5-cecb-4fc2-99da-74da4e73858b", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037910864400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6ea53543-baa3-46d5-915a-b68733ae9482" + } + }, + { + "head": { + "id": "d4e53ff8-067c-4f8e-817b-f80dbdd1b343", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037911141600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7711dbac-8bef-4a52-bb75-bf9140dc85ad", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037911229600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ba990122-33ce-4213-846b-fed04c50713c", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037911279800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17d75908-efce-49f5-86fd-c52d5ca1786f", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037912295100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "049aba37-2c20-4a0d-833e-3e6fc0cc0d02", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037912892600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35ec0b5a-8011-4b8a-9e31-70145228a662", + "name": "entry : default@DoNativeStrip cost memory 0.06856536865234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037912969500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d78a9b68-db73-4dfb-9fdf-d596450ad175", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037912288400, + "endTime": 512037913026800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6ea53543-baa3-46d5-915a-b68733ae9482" + } + }, + { + "head": { + "id": "62a2ffb5-2506-4519-a134-34151e330987", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037915979100, + "endTime": 512037925478500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "04dd0556-02bd-4ef1-a582-ef111fcbe48e", + "logId": "8e5097ab-dfb6-4d05-9727-dabcd13c9202" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "04dd0556-02bd-4ef1-a582-ef111fcbe48e", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037913846100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "62a2ffb5-2506-4519-a134-34151e330987" + } + }, + { + "head": { + "id": "929e910c-12da-4a91-80ab-1ec410d5ab27", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037914127500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2cb93a4-9419-4761-866c-c260314cd6db", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037914198000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93bd55c4-c473-495a-9cc2-8946f74b2080", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037914263800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f81dc678-9dbb-4e64-9381-0ce9f3c85442", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037915987700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "adb86fb4-5910-45e7-bdc2-70499cea586c", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 8 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037925257300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "374bdb3f-e117-42a5-904b-c2e9e2ee72c7", + "name": "entry : default@CompileArkTS cost memory 0.8271942138671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037925392700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e5097ab-dfb6-4d05-9727-dabcd13c9202", + "name": "UP-TO-DATE :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037915979100, + "endTime": 512037925478500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "62a2ffb5-2506-4519-a134-34151e330987" + } + }, + { + "head": { + "id": "528b0262-a5f3-4853-8dcd-b5075341c691", + "name": "entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037929504800, + "endTime": 512037931741400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "ec1812f6-ae28-4243-9bf4-67e4e7308492", + "logId": "0fd1e505-3572-4dff-b19d-dcc8abb7ff9c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ec1812f6-ae28-4243-9bf4-67e4e7308492", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037927423600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "528b0262-a5f3-4853-8dcd-b5075341c691" + } + }, + { + "head": { + "id": "d64dec11-2037-43f0-beb3-e8c6c20532ba", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037927704900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96898ce6-2428-42b0-bc6e-141a72c852d9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037927771200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2c3a76c-8a47-4d63-9650-32b25044463a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037927814400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d80e0e1-5aec-4f16-a275-0077493f69fd", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037929512100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b34eec06-2bc9-4b40-b7f6-9abd804a4ab0", + "name": "entry : default@BuildJS cost memory 0.15305328369140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037931600900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a1b07bf6-ef3d-45e0-84a4-51b7b3a37073", + "name": "runTaskFromQueue task cost before running: 232 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037931694300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0fd1e505-3572-4dff-b19d-dcc8abb7ff9c", + "name": "Finished :entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037929504800, + "endTime": 512037931741400, + "totalTime": 2172300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "528b0262-a5f3-4853-8dcd-b5075341c691" + } + }, + { + "head": { + "id": "a14c25f3-fd77-4bce-8c06-221100cbbe4a", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037934257300, + "endTime": 512037935309300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "f9bad965-c47c-4288-8c0b-2af902fe6dab", + "logId": "35cbc860-e984-4812-96be-d5a95de9112b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f9bad965-c47c-4288-8c0b-2af902fe6dab", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037932666400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a14c25f3-fd77-4bce-8c06-221100cbbe4a" + } + }, + { + "head": { + "id": "e6a8acc6-738d-480b-82c5-61a555decbd2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037933017600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "73ac7090-0481-405d-ac1f-6e2f1d100dd7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037933126000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4bb45565-509d-4c61-85c7-a2a6f5dae393", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037933168800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e04f3edc-5ecb-46fa-b28a-1986b5f0eaa1", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037934265200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f57eff29-88c2-45bc-a522-f94c1dd2db60", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037935151000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e825f5f9-5fcd-4779-9d79-b61ea0790c69", + "name": "entry : default@CacheNativeLibs cost memory 0.0889739990234375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037935251600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35cbc860-e984-4812-96be-d5a95de9112b", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037934257300, + "endTime": 512037935309300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a14c25f3-fd77-4bce-8c06-221100cbbe4a" + } + }, + { + "head": { + "id": "0c3c41cc-d3cf-444f-ad5c-540d56fa6523", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037937626300, + "endTime": 512037939157800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "f22d2d4a-0eeb-4adb-afcd-056979560982", + "logId": "f6af7535-46b1-41a4-952f-87bf3b01a7e9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f22d2d4a-0eeb-4adb-afcd-056979560982", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037936453800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "0c3c41cc-d3cf-444f-ad5c-540d56fa6523" + } + }, + { + "head": { + "id": "8627846b-f9d0-4720-b230-0cc51f8d669e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037936819000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "449a9994-d128-4af3-a736-626aa1b0bd85", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037936949700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5418ca5d-b359-432c-951e-2198efcd45e5", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037937017800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2818d98-fc3a-4937-a469-272ff684dbcf", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037937632900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1915e945-f97e-4242-b579-265d0fd7f764", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037938998800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3aba2b41-bebf-4c10-8b73-fc5f61606a6a", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.0991668701171875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037939079400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6af7535-46b1-41a4-952f-87bf3b01a7e9", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037937626300, + "endTime": 512037939157800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0c3c41cc-d3cf-444f-ad5c-540d56fa6523" + } + }, + { + "head": { + "id": "c0a49539-cb41-4f91-af8a-f815402fb639", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037943447000, + "endTime": 512037947710100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "d0d7f786-538a-4e9a-9a73-5eb63f0d01ac", + "logId": "77b95ed8-f910-470d-bf13-37583fbdbe1e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d0d7f786-538a-4e9a-9a73-5eb63f0d01ac", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037940351300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c0a49539-cb41-4f91-af8a-f815402fb639" + } + }, + { + "head": { + "id": "3c95fe4a-5020-4fd2-9356-b81b85c52ea7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037940651700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa37d3fa-a2a6-4817-b1c6-b646ad840c0b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037940724400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb01b4e6-adbe-4f9a-ab15-1c29bc8c3d32", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037940805800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae29fbf2-bb16-429b-ae24-3a273ef4e0dc", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037943453600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0c44ee9-9380-4d1e-aed5-f6fff64fdfc6", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037947538500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5d43ef0-7d13-4d58-835d-d8f290024d0b", + "name": "entry : default@PackageHap cost memory 0.46778106689453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037947629100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77b95ed8-f910-470d-bf13-37583fbdbe1e", + "name": "UP-TO-DATE :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037943447000, + "endTime": 512037947710100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c0a49539-cb41-4f91-af8a-f815402fb639" + } + }, + { + "head": { + "id": "8dbb5f91-396e-4b2f-a913-61c11284a1ca", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037950518800, + "endTime": 512037951906600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [], + "detailId": "16ff215e-d59d-4eba-9b50-39884280c9ed", + "logId": "94ca51ba-78e9-4d8d-b07b-d437c2eb3e70" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "16ff215e-d59d-4eba-9b50-39884280c9ed", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037949129700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8dbb5f91-396e-4b2f-a913-61c11284a1ca" + } + }, + { + "head": { + "id": "eecb76a7-5043-4ebc-896d-4e83fd47272d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037949402100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e68b90e8-41f2-4fd0-ab54-ed393e3cbbe8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037949468100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5112182e-1409-4156-b517-e36b33127d24", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037949513400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53458b18-dcd4-4a85-af51-ea1580f71fa4", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037950524400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa460dbe-c9d4-42f2-a385-56fbed7d7df1", + "name": "Incremental task entry:default@SignHap pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037951774300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75c60d51-11d0-4f1b-8bb4-2064ea8654c3", + "name": "entry : default@SignHap cost memory 0.12619781494140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037951848600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94ca51ba-78e9-4d8d-b07b-d437c2eb3e70", + "name": "UP-TO-DATE :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037950518800, + "endTime": 512037951906600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8dbb5f91-396e-4b2f-a913-61c11284a1ca" + } + }, + { + "head": { + "id": "79ff2300-5924-44bf-b9e8-21457a1f4ed2", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037953141700, + "endTime": 512037953344200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "1e65d45c-7282-4a1d-89ef-8a909a3ddfc5", + "logId": "856bb27c-cb33-48eb-96aa-133b8442671c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1e65d45c-7282-4a1d-89ef-8a909a3ddfc5", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037953114200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "79ff2300-5924-44bf-b9e8-21457a1f4ed2" + } + }, + { + "head": { + "id": "c2f5d30d-4694-466a-a4a5-5d8846847a3b", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037953147600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f16e7b98-68ce-412a-a71b-ed966c26c6ba", + "name": "entry : assembleHap cost memory 0.01142120361328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037953229900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8ce04cd-8e6c-40c3-a0a3-d99ae2f4220f", + "name": "runTaskFromQueue task cost before running: 254 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037953300000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "856bb27c-cb33-48eb-96aa-133b8442671c", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037953141700, + "endTime": 512037953344200, + "totalTime": 143900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "79ff2300-5924-44bf-b9e8-21457a1f4ed2" + } + }, + { + "head": { + "id": "616f6088-e98e-40b4-8ca0-80dc77efa6b1", + "name": "BUILD SUCCESSFUL in 259 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037958867100 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "a4388a61-b236-42a3-9e8e-80f2a0e1630b", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037699840700, + "endTime": 512037959020500 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 51 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@default\",\"product=default\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "529a4d59-58ac-4eb9-a691-ad3f7ac00052", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959062900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2be2aad-07f2-4fa7-bfb0-2a0c583857bc", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959126400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67935c15-254c-416c-b3fe-4e1f2e8b8608", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959170600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ad94166-fd82-47c5-abcb-836f7ef3303d", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959228900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f6152f2-f7f9-477b-ae40-120c34679a92", + "name": "Update task entry:default@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959294700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fcfe8e18-765e-4894-9f97-5cb545b2c20c", + "name": "Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959504700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "551e7f7a-6e5b-4825-af17-f9f2abeab34e", + "name": "Update task entry:default@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959820100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75ede8a2-e861-4e23-920d-4e6cf1bc3466", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037959990400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7e7ee68f-fdbe-4cbf-9ab2-1104eb0647a9", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037960046300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af3d75e6-c053-4abb-b1f3-8e78028a8686", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037960091100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83739b56-a6cd-4ee7-bba2-60091af57b3c", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037961126200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "131295c8-946f-453c-82ac-f413ad4d5540", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037961306100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e5e6f43-c82e-4fd3-afc8-de1c206949ae", + "name": "Update task entry:default@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037961733100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "abedef4f-298f-4892-9fe2-12cc2351c105", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037961930600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afa4057e-957d-475f-b567-c748496b01d8", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037961989600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1fa9b911-aeb0-40d9-a7b3-030e3c54da05", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037962036400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b45c49ce-abb0-4ecf-838a-4f855153c183", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037962079400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2e8ec3e-b886-4f81-875f-f4a4775d82d3", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037962119300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91cdd22d-aece-42c0-a2e9-da0010732c50", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037962158700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "054c8764-3411-49fa-b139-ae06a6aa9cd2", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037962195600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae09a20c-fa07-4761-a468-8b2ef0948061", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileArkTS is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037962231700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e59d0e17-27d9-480c-85c5-7120452aa7df", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037962886800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "88ad8050-d271-4bed-8545-79ba5204bdde", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037963182200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a1f26d4-3c9a-4ace-936b-f257cd5e7e9b", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037963471900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a809d714-2625-4252-a8d1-ad51da17e29a", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037963612900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8eb6f473-71b6-4bec-847c-e2924055bc60", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037963754000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e983ee0d-c888-4cef-a2a3-b60bbad2debb", + "name": "Update task entry:default@BuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037964058400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51f32e79-c45f-411d-8532-0d0d7aa92229", + "name": "Incremental task entry:default@BuildJS post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037964228200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "23164fdd-c964-4dfb-a585-94a3ccb7f3b0", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037964288900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e52b3410-38c9-4e94-80e2-5eb20ffe2d13", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037964336400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e13b388-00d2-4bf9-99b3-cebe6fd1ddad", + "name": "There is no need to refresh cache, since the incremental task entry:default@PackageHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037964378100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51cc7240-85f4-4927-a177-ccc7a1cf771e", + "name": "There is no need to refresh cache, since the incremental task entry:default@SignHap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037964418400 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221551062360.json b/code/Project/Test/uitest/.hvigor/report/report-202501221551062360.json new file mode 100644 index 0000000000..98167579cc --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221551062360.json @@ -0,0 +1,9507 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "0a16119d-6aa1-432c-a522-311af664b656", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512037977345700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8da9d40-5fa8-453d-8f24-2020788c7d1d", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038022328600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d8049cc-2a64-47f9-8331-30545eda9210", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038022587500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f72c277-a03b-44ca-9234-7c19f329d3be", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038286172200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2253f2ac-b08e-43a9-b979-bf7880c4e77d", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038289769700, + "endTime": 512038418952200 + }, + "additional": { + "children": [ + "aa88c81d-de25-4063-819c-ae0dab51c539", + "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "d92f61a5-e1af-46a1-a73b-c402d99ae80d", + "fdbe1c02-526a-4178-96fa-49849e3540b7" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "218b3ae4-8542-4c31-9ef6-af50c11b5cc3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "aa88c81d-de25-4063-819c-ae0dab51c539", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038289770800, + "endTime": 512038297444200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2253f2ac-b08e-43a9-b979-bf7880c4e77d", + "logId": "a14eb5be-69c8-46fd-8c22-6af26c835621" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038297479300, + "endTime": 512038418380600 + }, + "additional": { + "children": [ + "deb5e418-70ff-4695-921b-ba9aa0b9d5ec", + "b13c3bd7-fc5e-4c3f-a778-f5365464fe7e", + "89a16457-8d95-418b-8ea5-b21e76af57d8", + "c35685ac-d465-4874-8e19-ed11ae828618", + "958c8b46-db13-4752-8501-aa63dcb70d47", + "59e07801-ab46-4389-b632-3177c2587045", + "538833b1-53d4-439b-a505-5200a16e9168", + "2a04aabe-1ceb-4940-8b79-3e5dac960ffd" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2253f2ac-b08e-43a9-b979-bf7880c4e77d", + "logId": "e5fc8bb9-b2fe-426c-81c9-4370724d2218" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d92f61a5-e1af-46a1-a73b-c402d99ae80d", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038418422700, + "endTime": 512038418915900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2253f2ac-b08e-43a9-b979-bf7880c4e77d", + "logId": "5de4d0e3-eda9-4479-9801-a3c7973efd33" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fdbe1c02-526a-4178-96fa-49849e3540b7", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038418925900, + "endTime": 512038418926700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2253f2ac-b08e-43a9-b979-bf7880c4e77d", + "logId": "8a64af67-a9a0-4ebe-bd6c-634de411ab23" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6c5f073d-ba66-4366-af0c-d15b2d7a8da2", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038293139500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c24a409e-9b5b-4a3d-a26c-1c7c366e6160", + "name": "Cache service initialization finished in 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038297318200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a14eb5be-69c8-46fd-8c22-6af26c835621", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038289770800, + "endTime": 512038297444200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aa88c81d-de25-4063-819c-ae0dab51c539", + "parent": "218b3ae4-8542-4c31-9ef6-af50c11b5cc3" + } + }, + { + "head": { + "id": "deb5e418-70ff-4695-921b-ba9aa0b9d5ec", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038300450800, + "endTime": 512038300458000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "logId": "72bef380-4a3f-43d3-be0e-e5d408f78059" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b13c3bd7-fc5e-4c3f-a778-f5365464fe7e", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038300476800, + "endTime": 512038303212100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "logId": "35489254-c0b3-4918-97a7-257961e43381" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "89a16457-8d95-418b-8ea5-b21e76af57d8", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038303227800, + "endTime": 512038332833900 + }, + "additional": { + "children": [ + "714b2ffd-c105-4cee-a30b-cdd7e61c63ad" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "logId": "371a3a3c-c3f8-4dd2-b858-1e6530420795" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c35685ac-d465-4874-8e19-ed11ae828618", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038332843500, + "endTime": 512038348832300 + }, + "additional": { + "children": [ + "c09cb462-5289-4840-8794-8f110a80b6af" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "logId": "086ba659-b6bc-4746-a171-2bdd647c8259" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "958c8b46-db13-4752-8501-aa63dcb70d47", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038348842000, + "endTime": 512038409723000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "logId": "85aeb8d1-3517-41bb-ba88-72b1f2e818a8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "59e07801-ab46-4389-b632-3177c2587045", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038299490800, + "endTime": 512038418384700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "538833b1-53d4-439b-a505-5200a16e9168", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038299838600, + "endTime": 512038418386600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2a04aabe-1ceb-4940-8b79-3e5dac960ffd", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038418267000, + "endTime": 512038418365200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "logId": "4d2b3e14-66cd-46a5-959f-5521016c7f99" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "72bef380-4a3f-43d3-be0e-e5d408f78059", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038300450800, + "endTime": 512038300458000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "deb5e418-70ff-4695-921b-ba9aa0b9d5ec", + "parent": "e5fc8bb9-b2fe-426c-81c9-4370724d2218" + } + }, + { + "head": { + "id": "35489254-c0b3-4918-97a7-257961e43381", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038300476800, + "endTime": 512038303212100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b13c3bd7-fc5e-4c3f-a778-f5365464fe7e", + "parent": "e5fc8bb9-b2fe-426c-81c9-4370724d2218" + } + }, + { + "head": { + "id": "714b2ffd-c105-4cee-a30b-cdd7e61c63ad", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038304358600, + "endTime": 512038332798300 + }, + "additional": { + "children": [ + "a1339596-46bd-4e9f-9224-b7179bca3aea", + "b2e0e40d-a144-46b2-a59b-0635394bb922" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "89a16457-8d95-418b-8ea5-b21e76af57d8", + "logId": "172a4932-c924-4bb0-a9f4-d8420d6521dc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a1339596-46bd-4e9f-9224-b7179bca3aea", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038304359500, + "endTime": 512038308788200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "714b2ffd-c105-4cee-a30b-cdd7e61c63ad", + "logId": "d5484459-6ca0-45be-8005-82568e155eba" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b2e0e40d-a144-46b2-a59b-0635394bb922", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038308805200, + "endTime": 512038332777300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "714b2ffd-c105-4cee-a30b-cdd7e61c63ad", + "logId": "8a77dc63-cf8e-4049-b33c-85a12fb259bd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "afc6c251-42db-49c3-a717-d1cf0e3bf78e", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038304363500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34eb7f67-50d7-4ca2-91e8-0d702a2e739c", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038308639300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5484459-6ca0-45be-8005-82568e155eba", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038304359500, + "endTime": 512038308788200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a1339596-46bd-4e9f-9224-b7179bca3aea", + "parent": "172a4932-c924-4bb0-a9f4-d8420d6521dc" + } + }, + { + "head": { + "id": "075d406b-e08c-44a8-a07a-57c253af3387", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038308818900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f27e2640-5e0e-4c19-a76b-be30aaf2c5b8", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038313497300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "82f5c3e9-76d9-4a8d-858d-41648a683a13", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038313605100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09bb9585-c40b-4b5a-acfa-f19c937d89e5", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038313676200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dfc67b5e-3616-4b91-8f2f-78a65e219c30", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038313723700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb033236-378c-4be3-aea3-d95e408becb0", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038314190300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6745be8-8a08-48fa-86ca-5e44925fea7c", + "name": "Sdk init in 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038319755000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "903578d5-4371-47ff-a743-57b5768e68b9", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038319892900 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 51 + }, + "markType": "other" + } + }, + { + "head": { + "id": "c9e9596a-a922-4290-90fd-ecfa67f892bd", + "name": "Project task initialization takes 12 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038332562800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89f1117d-7915-45b7-9b31-a5fde3c1d076", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038332708100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8a77dc63-cf8e-4049-b33c-85a12fb259bd", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038308805200, + "endTime": 512038332777300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b2e0e40d-a144-46b2-a59b-0635394bb922", + "parent": "172a4932-c924-4bb0-a9f4-d8420d6521dc" + } + }, + { + "head": { + "id": "172a4932-c924-4bb0-a9f4-d8420d6521dc", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038304358600, + "endTime": 512038332798300 + }, + "additional": { + "logType": "info", + "children": [ + "d5484459-6ca0-45be-8005-82568e155eba", + "8a77dc63-cf8e-4049-b33c-85a12fb259bd" + ], + "durationId": "714b2ffd-c105-4cee-a30b-cdd7e61c63ad", + "parent": "371a3a3c-c3f8-4dd2-b858-1e6530420795" + } + }, + { + "head": { + "id": "371a3a3c-c3f8-4dd2-b858-1e6530420795", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038303227800, + "endTime": 512038332833900 + }, + "additional": { + "logType": "info", + "children": [ + "172a4932-c924-4bb0-a9f4-d8420d6521dc" + ], + "durationId": "89a16457-8d95-418b-8ea5-b21e76af57d8", + "parent": "e5fc8bb9-b2fe-426c-81c9-4370724d2218" + } + }, + { + "head": { + "id": "c09cb462-5289-4840-8794-8f110a80b6af", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038333319800, + "endTime": 512038348815900 + }, + "additional": { + "children": [ + "dc4b19e3-dfce-4223-9122-6f0559b19c22" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c35685ac-d465-4874-8e19-ed11ae828618", + "logId": "1d0a0fad-cb38-4367-8b98-1440e7d35345" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "dc4b19e3-dfce-4223-9122-6f0559b19c22", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038336868600, + "endTime": 512038348320500 + }, + "additional": { + "children": [ + "8ac07982-e023-4173-a300-c92ebd553413", + "2ffeaa07-3904-42f8-85fa-0cd7c00dfb71" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "c09cb462-5289-4840-8794-8f110a80b6af", + "logId": "fafad463-47cf-4b67-9d79-9e94cc22173b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8ac07982-e023-4173-a300-c92ebd553413", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038336869900, + "endTime": 512038341435400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dc4b19e3-dfce-4223-9122-6f0559b19c22", + "logId": "24c976b9-d765-4554-8e2e-e42cd6e03100" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2ffeaa07-3904-42f8-85fa-0cd7c00dfb71", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038341459700, + "endTime": 512038348289900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "dc4b19e3-dfce-4223-9122-6f0559b19c22", + "logId": "c2b0318d-1fa3-4a38-b2e3-9263472e9107" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "39a8d72d-9dd2-4704-a01a-278d66e95e89", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038336875600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cf1f59f-c493-4545-9fd1-2eef20361c6d", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038341235000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24c976b9-d765-4554-8e2e-e42cd6e03100", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038336869900, + "endTime": 512038341435400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8ac07982-e023-4173-a300-c92ebd553413", + "parent": "fafad463-47cf-4b67-9d79-9e94cc22173b" + } + }, + { + "head": { + "id": "2493ec63-1da0-4d49-8a79-cd9aa82628b1", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038341478600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6180ea4f-be69-4405-b6f2-040c59bf7aba", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038345377600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e5fc2fe-cab7-49a7-bbdf-1ee3177a341a", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038345491100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d0c7ff6-a6e8-43c3-aaa6-7036cff6c03a", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038345579700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6344f5b3-fdef-4bbb-a843-2b237547b21c", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038345644800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12cf181f-f047-4d55-9c65-095e06c0c50e", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038345698000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2fe3d4f-108b-43bf-a19d-87edd1c46384", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038345743800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c941fbf5-7274-47e9-8d57-2f5d010a3080", + "name": "Module 'entry' target 'ohosTest' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038345800500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16653d78-2c35-414e-ad99-0bbc4127c017", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038347908000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11d7f19d-2427-45e6-944d-1c93e67671f2", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038348210200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2b0318d-1fa3-4a38-b2e3-9263472e9107", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038341459700, + "endTime": 512038348289900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2ffeaa07-3904-42f8-85fa-0cd7c00dfb71", + "parent": "fafad463-47cf-4b67-9d79-9e94cc22173b" + } + }, + { + "head": { + "id": "fafad463-47cf-4b67-9d79-9e94cc22173b", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038336868600, + "endTime": 512038348320500 + }, + "additional": { + "logType": "info", + "children": [ + "24c976b9-d765-4554-8e2e-e42cd6e03100", + "c2b0318d-1fa3-4a38-b2e3-9263472e9107" + ], + "durationId": "dc4b19e3-dfce-4223-9122-6f0559b19c22", + "parent": "1d0a0fad-cb38-4367-8b98-1440e7d35345" + } + }, + { + "head": { + "id": "1d0a0fad-cb38-4367-8b98-1440e7d35345", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038333319800, + "endTime": 512038348815900 + }, + "additional": { + "logType": "info", + "children": [ + "fafad463-47cf-4b67-9d79-9e94cc22173b" + ], + "durationId": "c09cb462-5289-4840-8794-8f110a80b6af", + "parent": "086ba659-b6bc-4746-a171-2bdd647c8259" + } + }, + { + "head": { + "id": "086ba659-b6bc-4746-a171-2bdd647c8259", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038332843500, + "endTime": 512038348832300 + }, + "additional": { + "logType": "info", + "children": [ + "1d0a0fad-cb38-4367-8b98-1440e7d35345" + ], + "durationId": "c35685ac-d465-4874-8e19-ed11ae828618", + "parent": "e5fc8bb9-b2fe-426c-81c9-4370724d2218" + } + }, + { + "head": { + "id": "0563f614-16d8-4bb3-88b9-8d19110a9448", + "name": "hvigorfile, resolve hvigorfile dependencies in 61 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038409584700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85aeb8d1-3517-41bb-ba88-72b1f2e818a8", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038348842000, + "endTime": 512038409723000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "958c8b46-db13-4752-8501-aa63dcb70d47", + "parent": "e5fc8bb9-b2fe-426c-81c9-4370724d2218" + } + }, + { + "head": { + "id": "d0a1dc1a-e4b3-4def-a20a-4863167e56a3", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038409805900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d1f6c2b-8938-42d7-98cc-a0fed8ef24f9", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038410061600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2de20a6c-f939-4fa5-af28-b1e7c617207e", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038415304700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "94e55c28-dec9-417b-bcbf-797ccd72cb22", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038415954400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31ee7631-0e67-437d-bc63-bc8ee56e0d30", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038416053200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b983240-238c-4113-96c6-91c159dc5945", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038416615300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5073bed5-ccdd-43ab-8fea-ed1ddfcec10b", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038416697400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58bc4781-4d37-43f3-838e-9f231f12fa99", + "name": "Configuration phase cost:118 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038418293200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d2b3e14-66cd-46a5-959f-5521016c7f99", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038418267000, + "endTime": 512038418365200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2a04aabe-1ceb-4940-8b79-3e5dac960ffd", + "parent": "e5fc8bb9-b2fe-426c-81c9-4370724d2218" + } + }, + { + "head": { + "id": "e5fc8bb9-b2fe-426c-81c9-4370724d2218", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038297479300, + "endTime": 512038418380600 + }, + "additional": { + "logType": "info", + "children": [ + "72bef380-4a3f-43d3-be0e-e5d408f78059", + "35489254-c0b3-4918-97a7-257961e43381", + "371a3a3c-c3f8-4dd2-b858-1e6530420795", + "086ba659-b6bc-4746-a171-2bdd647c8259", + "85aeb8d1-3517-41bb-ba88-72b1f2e818a8", + "4d2b3e14-66cd-46a5-959f-5521016c7f99" + ], + "durationId": "b2904049-f0e4-4e2f-9339-ddac983e2a48", + "parent": "218b3ae4-8542-4c31-9ef6-af50c11b5cc3" + } + }, + { + "head": { + "id": "5de4d0e3-eda9-4479-9801-a3c7973efd33", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038418422700, + "endTime": 512038418915900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d92f61a5-e1af-46a1-a73b-c402d99ae80d", + "parent": "218b3ae4-8542-4c31-9ef6-af50c11b5cc3" + } + }, + { + "head": { + "id": "8a64af67-a9a0-4ebe-bd6c-634de411ab23", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038418925900, + "endTime": 512038418926700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fdbe1c02-526a-4178-96fa-49849e3540b7", + "parent": "218b3ae4-8542-4c31-9ef6-af50c11b5cc3" + } + }, + { + "head": { + "id": "218b3ae4-8542-4c31-9ef6-af50c11b5cc3", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038289769700, + "endTime": 512038418952200 + }, + "additional": { + "logType": "info", + "children": [ + "a14eb5be-69c8-46fd-8c22-6af26c835621", + "e5fc8bb9-b2fe-426c-81c9-4370724d2218", + "5de4d0e3-eda9-4479-9801-a3c7973efd33", + "8a64af67-a9a0-4ebe-bd6c-634de411ab23" + ], + "durationId": "2253f2ac-b08e-43a9-b979-bf7880c4e77d" + } + }, + { + "head": { + "id": "5ad1331d-2b96-4a3c-9b56-617a8901ba3d", + "name": "Configuration task cost before running: 131 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038419109300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b302394c-adb5-4d15-944a-89705e0330ee", + "name": "entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038423189700, + "endTime": 512038427026300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "06c11cce-cd0a-4b86-949d-5fd0cba227a8", + "logId": "7c50b854-916d-484f-bdbe-e7153b320b06" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "06c11cce-cd0a-4b86-949d-5fd0cba227a8", + "name": "create entry:ohosTest@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038420214600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b302394c-adb5-4d15-944a-89705e0330ee" + } + }, + { + "head": { + "id": "5e5139c9-32e3-4195-8b5e-1900ffba0f59", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038420515100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a30d645-54e8-43b7-b7ae-00f9d42ef789", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038420649900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e02eebd2-e93c-4ab5-ac27-b96ff6c6ac49", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038420708300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "720565ec-0b9e-4a6b-a925-38c3e0d14fcf", + "name": "Executing task :entry:ohosTest@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038423200900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b515f847-7321-4e4c-b28e-fdb91a33ad9a", + "name": "Incremental task entry:ohosTest@PreBuild pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038426765000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df388e57-0a50-43b1-9af9-266173abeddc", + "name": "entry : ohosTest@PreBuild cost memory 0.2819366455078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038426919500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c50b854-916d-484f-bdbe-e7153b320b06", + "name": "UP-TO-DATE :entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038423189700, + "endTime": 512038427026300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b302394c-adb5-4d15-944a-89705e0330ee" + } + }, + { + "head": { + "id": "28dce36c-cacc-425d-8190-b7dcf925cea2", + "name": "entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038430237600, + "endTime": 512038431801000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "2a0ab42e-19c1-45a8-9d7a-fde21b49d11f", + "logId": "81527f4b-a40b-49af-97e4-2d9b75541ad3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2a0ab42e-19c1-45a8-9d7a-fde21b49d11f", + "name": "create entry:ohosTest@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038428985300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "28dce36c-cacc-425d-8190-b7dcf925cea2" + } + }, + { + "head": { + "id": "e3257bcd-db71-4ee3-bedb-a0460d9bfb61", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038429276300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a23a800a-cc9f-4787-bc14-1f22e5c64588", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038429436000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9feffd20-a125-42a2-8168-c62fd3660f14", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038429496300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ba9f58f-3de1-4fc9-9950-6a6ac3f4a452", + "name": "Executing task :entry:ohosTest@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038430246200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c8883eb-3ac7-4bbc-ac90-9f7f30db4fde", + "name": "Incremental task entry:ohosTest@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038431617600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca154b7f-2c4f-4583-a52d-5f9e8d9d29a9", + "name": "entry : ohosTest@GenerateMetadata cost memory 0.146942138671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038431702200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81527f4b-a40b-49af-97e4-2d9b75541ad3", + "name": "UP-TO-DATE :entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038430237600, + "endTime": 512038431801000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "28dce36c-cacc-425d-8190-b7dcf925cea2" + } + }, + { + "head": { + "id": "05a4974b-1983-4fb2-9206-0c70f69492a1", + "name": "entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433641400, + "endTime": 512038433904500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "4f3476b0-8e8e-4cfc-9489-158dde8ba285", + "logId": "67ea11dc-0d41-4f09-b53b-e18cfcbee604" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4f3476b0-8e8e-4cfc-9489-158dde8ba285", + "name": "create entry:ohosTest@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038432992600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "05a4974b-1983-4fb2-9206-0c70f69492a1" + } + }, + { + "head": { + "id": "144cd652-2b78-43ff-b147-765029ccb020", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433355500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44c79413-cb10-4921-9bce-2cd41efef596", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433449800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41f2648d-6590-46ee-b7e6-8c8cc6d7b45a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433503700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43e8baad-609c-475b-b001-00d3b58f66a5", + "name": "Executing task :entry:ohosTest@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433649100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0294b6db-1463-4981-8901-bf55a72c2b4e", + "name": "entry : ohosTest@ConfigureCmake cost memory 0.013824462890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433759500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4fe3cd00-bdd7-4459-bc0e-623bd275f55c", + "name": "runTaskFromQueue task cost before running: 146 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433838700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67ea11dc-0d41-4f09-b53b-e18cfcbee604", + "name": "Finished :entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038433641400, + "endTime": 512038433904500, + "totalTime": 180000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "05a4974b-1983-4fb2-9206-0c70f69492a1" + } + }, + { + "head": { + "id": "5c61c02b-9046-446a-848a-406603cee1bc", + "name": "entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038436023200, + "endTime": 512038437185800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "413ff71b-9beb-4ffd-bb16-190a6b232a70", + "logId": "36f66664-153c-456d-ac5a-d3aa6038965d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "413ff71b-9beb-4ffd-bb16-190a6b232a70", + "name": "create entry:ohosTest@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038434826900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5c61c02b-9046-446a-848a-406603cee1bc" + } + }, + { + "head": { + "id": "72b82d36-1eea-46c5-9cfd-019aa4e295fa", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038435156000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d810260-177f-466d-bc13-83bd31b7b24b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038435267600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6708f94d-7131-4063-9a74-29ab2b6daa74", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038435439000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab48e793-09b5-4994-923d-99cee6962bfc", + "name": "Executing task :entry:ohosTest@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038436032600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bc4fa086-715b-4734-8cde-2dd7c0df4417", + "name": "Incremental task entry:ohosTest@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038437028100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5f31fb69-a653-45c3-9f1f-8f4493cb8a90", + "name": "entry : ohosTest@MergeProfile cost memory 0.10065460205078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038437108100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36f66664-153c-456d-ac5a-d3aa6038965d", + "name": "UP-TO-DATE :entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038436023200, + "endTime": 512038437185800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5c61c02b-9046-446a-848a-406603cee1bc" + } + }, + { + "head": { + "id": "bd95de5d-d0a5-431e-addf-22b9432d1fe8", + "name": "entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038439022000, + "endTime": 512038440443400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "7b20345e-b31d-47e4-afde-b86b57a01ef7", + "logId": "69ff5063-507f-492b-b6ba-1799061d868f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7b20345e-b31d-47e4-afde-b86b57a01ef7", + "name": "create entry:ohosTest@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038438151600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bd95de5d-d0a5-431e-addf-22b9432d1fe8" + } + }, + { + "head": { + "id": "0db3dfde-61ee-4707-b253-3972e860fcff", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038438448000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "daa60e09-cf7c-40fb-abd4-0a5e99cd8862", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038438530200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "610f350c-7b24-4273-a50b-efaaf98f9aab", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038438579900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bed964fe-ac84-4f32-a8d7-c86f643d6814", + "name": "Executing task :entry:ohosTest@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038439031600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3af4db00-f868-4f0b-85cb-61811e3bb5f2", + "name": "Incremental task entry:ohosTest@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038440285500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4f97276-2b15-4b18-9d1f-cf4ec846275e", + "name": "entry : ohosTest@CreateBuildProfile cost memory 0.1234588623046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038440378900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69ff5063-507f-492b-b6ba-1799061d868f", + "name": "UP-TO-DATE :entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038439022000, + "endTime": 512038440443400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bd95de5d-d0a5-431e-addf-22b9432d1fe8" + } + }, + { + "head": { + "id": "26dd2063-b3ad-4e90-8f2d-782072eb1c91", + "name": "entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038442436500, + "endTime": 512038442713300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "0ac914cf-b8f0-415c-980e-115748e9456d", + "logId": "d5caf81a-dade-4fee-9521-6071e890c02a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0ac914cf-b8f0-415c-980e-115748e9456d", + "name": "create entry:ohosTest@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038441524200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "26dd2063-b3ad-4e90-8f2d-782072eb1c91" + } + }, + { + "head": { + "id": "4d0c3eac-75e5-4464-8e96-8d576610b93e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038441861200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6c74abd-e0f7-495d-aac0-3e9d01d26f94", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038441943100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44f48891-38d1-4651-8f9c-88fdc3e0a009", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038441992700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76d1df86-6c04-4d7c-bb63-faefd58f561b", + "name": "Executing task :entry:ohosTest@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038442444900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "309f68c5-3e07-48d8-aed0-b211386324aa", + "name": "entry : ohosTest@PreCheckSyscap cost memory 0.01409912109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038442569400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fba930c-88c6-4c7a-88c6-b3aa1c763544", + "name": "runTaskFromQueue task cost before running: 155 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038442655300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5caf81a-dade-4fee-9521-6071e890c02a", + "name": "Finished :entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038442436500, + "endTime": 512038442713300, + "totalTime": 200300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "26dd2063-b3ad-4e90-8f2d-782072eb1c91" + } + }, + { + "head": { + "id": "a848fc97-bbaa-4892-871b-abf6094b84a7", + "name": "entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038448492600, + "endTime": 512038449199800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "6d7a6609-8383-4dc3-a6cf-002fa834f860", + "logId": "27378ca1-cad2-4aa7-88b3-901719def2ba" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6d7a6609-8383-4dc3-a6cf-002fa834f860", + "name": "create entry:ohosTest@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038443684700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a848fc97-bbaa-4892-871b-abf6094b84a7" + } + }, + { + "head": { + "id": "e10cad25-a616-47d2-abc3-55b943eb586f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038444141400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bc401a5-2e55-4aab-8340-b22f238845eb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038444247300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b9d6441-5722-4c12-af50-ca2b745cc873", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038444311200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "205bd2ae-2f89-41aa-a2f6-eebe3d12998b", + "name": "Executing task :entry:ohosTest@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038448515800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9b68a17-7e78-436e-b6bd-ce17185a35b2", + "name": "entry : ohosTest@GeneratePkgContextInfo cost memory 0.02214813232421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038448934100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "96c0d80c-b7e9-4b1a-8a81-72b1f792d3f1", + "name": "runTaskFromQueue task cost before running: 161 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038449111300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27378ca1-cad2-4aa7-88b3-901719def2ba", + "name": "Finished :entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038448492600, + "endTime": 512038449199800, + "totalTime": 587600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a848fc97-bbaa-4892-871b-abf6094b84a7" + } + }, + { + "head": { + "id": "689ac9fe-62a0-474d-b50a-1b3a8765e8e5", + "name": "entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038452050700, + "endTime": 512038453376200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist." + ], + "detailId": "c9adf69c-75ce-47df-8380-28299a4e8f04", + "logId": "10d87d00-0bc6-4b24-b9bf-ec7768c81cb9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c9adf69c-75ce-47df-8380-28299a4e8f04", + "name": "create entry:ohosTest@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038450570200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "689ac9fe-62a0-474d-b50a-1b3a8765e8e5" + } + }, + { + "head": { + "id": "5248e6de-667e-4b35-a60b-6964aa3f5cab", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038450921200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff92936d-8824-4aa0-8739-beeb1ee8edff", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038451038700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3deed0bd-e0ff-4da9-9e48-6b3733bb1825", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038451110500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51022ba1-54b9-4a34-b8c5-2d0a83aaf46f", + "name": "Executing task :entry:ohosTest@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038452063400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f87099e-deaa-402b-b2e8-30d95fd77be9", + "name": "entry:ohosTest@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038452921100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "32276c79-815a-4bb5-bc16-9d995743c9ab", + "name": "Incremental task entry:ohosTest@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038453078200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf3cd0fb-0106-47d5-9d0f-bddfd9620fd4", + "name": "entry : ohosTest@ProcessIntegratedHsp cost memory 0.09284210205078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038453199800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20c72363-e662-49ef-b047-ee74b5fe8f76", + "name": "runTaskFromQueue task cost before running: 166 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038453272600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10d87d00-0bc6-4b24-b9bf-ec7768c81cb9", + "name": "Finished :entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038452050700, + "endTime": 512038453376200, + "totalTime": 1211200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "689ac9fe-62a0-474d-b50a-1b3a8765e8e5" + } + }, + { + "head": { + "id": "72c26f39-3582-421a-ad54-594bc10c7fd9", + "name": "entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455625200, + "endTime": 512038455882300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "0293b45e-31df-4b7e-8756-92d64dded7f3", + "logId": "3734f368-4989-4a06-9e97-c3845f044cc7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0293b45e-31df-4b7e-8756-92d64dded7f3", + "name": "create entry:ohosTest@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038454695600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "72c26f39-3582-421a-ad54-594bc10c7fd9" + } + }, + { + "head": { + "id": "92e78b0a-5beb-44f6-bf50-4c3541f31653", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455071200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "172aacec-7186-440e-b35c-af67149de6b0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455157100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb20806f-ae7f-4dc5-9a69-2b4367f956fe", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455208100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea960ffd-0b5f-44c0-ae24-f9493f47f632", + "name": "Executing task :entry:ohosTest@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455636300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dfc2402-fdff-455a-aea5-3bfaefba5a91", + "name": "entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455756100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab87f61d-767b-4d23-b97f-5cabb6ea0290", + "name": "runTaskFromQueue task cost before running: 168 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455835100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3734f368-4989-4a06-9e97-c3845f044cc7", + "name": "Finished :entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038455625200, + "endTime": 512038455882300, + "totalTime": 195600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "72c26f39-3582-421a-ad54-594bc10c7fd9" + } + }, + { + "head": { + "id": "bfc42d8a-6bf9-4e2e-8d55-8cf27d359009", + "name": "entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038458164900, + "endTime": 512038461482400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "76ab2c37-297d-4799-a37b-e6f5fdb9b243", + "logId": "942d793d-ddc6-4c2a-9f88-5bf8d7ebb438" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "76ab2c37-297d-4799-a37b-e6f5fdb9b243", + "name": "create entry:ohosTest@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038457087500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bfc42d8a-6bf9-4e2e-8d55-8cf27d359009" + } + }, + { + "head": { + "id": "e24743e1-7012-4483-87aa-bda5df9e2d9c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038457492400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08e185e7-9cd0-4a06-8e45-8fea4e94a2e1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038457592400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e1a045a7-fa92-42d2-b3c8-d2b887216402", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038457647200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d49ac751-6e66-4101-9cf2-239bf4fb43ae", + "name": "Executing task :entry:ohosTest@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038458174400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5001853-4300-47d0-a1d3-28f905ca0abf", + "name": "Incremental task entry:ohosTest@MakePackInfo pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038461083800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "933779a3-4df0-474f-a4df-52349fb14341", + "name": "entry : ohosTest@MakePackInfo cost memory 0.14157867431640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038461291900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "942d793d-ddc6-4c2a-9f88-5bf8d7ebb438", + "name": "UP-TO-DATE :entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038458164900, + "endTime": 512038461482400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bfc42d8a-6bf9-4e2e-8d55-8cf27d359009" + } + }, + { + "head": { + "id": "f54b6abe-eca4-43e4-bd2a-9dcf3a9473a3", + "name": "entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038464293800, + "endTime": 512038465105800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "7dac7776-33b4-46d4-828e-a4aa33bb70f1", + "logId": "e4b051be-3dc9-4e8e-9bfe-9cd395937ce9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7dac7776-33b4-46d4-828e-a4aa33bb70f1", + "name": "create entry:ohosTest@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038463209200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f54b6abe-eca4-43e4-bd2a-9dcf3a9473a3" + } + }, + { + "head": { + "id": "2ce0d053-4b13-420a-9c37-9fc22a75ba9a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038463545000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c61d6bdc-0406-4521-88f8-cfd118769e3d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038463644400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b851208-cf67-4f44-84ca-334dc9a8f264", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038463699000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76f451b0-87c5-4afe-8a96-ef65a7d7bf34", + "name": "Executing task :entry:ohosTest@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038464302200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d03100a-5bc4-4360-8c4a-1f8faa27d1a0", + "name": "Incremental task entry:ohosTest@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038464925800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4228250a-429e-457b-9a36-9a843ff7f0a6", + "name": "entry : ohosTest@ProcessProfile cost memory 0.0635986328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038465016800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e4b051be-3dc9-4e8e-9bfe-9cd395937ce9", + "name": "UP-TO-DATE :entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038464293800, + "endTime": 512038465105800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f54b6abe-eca4-43e4-bd2a-9dcf3a9473a3" + } + }, + { + "head": { + "id": "a1345af9-3cbd-4b1b-8510-0dc768088456", + "name": "entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038467144700, + "endTime": 512038468953100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc' does not exist." + ], + "detailId": "fd108d6b-b2c5-407a-a417-65181e0d5327", + "logId": "b5194634-7b5d-49f2-933f-89fae8bec875" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fd108d6b-b2c5-407a-a417-65181e0d5327", + "name": "create entry:ohosTest@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038466000400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a1345af9-3cbd-4b1b-8510-0dc768088456" + } + }, + { + "head": { + "id": "ade39676-c1fb-4452-abcc-e70b0f1b994c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038466333600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c457358f-7792-4275-9082-cebc89d09234", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038466426800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6454d87-fdef-4245-8a5b-e4067d8d94fe", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038466484100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b81fc1ac-87d6-4ef5-9726-3d8fa7dbae2a", + "name": "Executing task :entry:ohosTest@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038467153500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5c8838d-afbc-41ef-9b85-1e9ed6037f1b", + "name": "entry:ohosTest@SyscapTransform is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038468566700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72282317-8bf9-48ce-b176-9f8bc77428dd", + "name": "Incremental task entry:ohosTest@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038468667900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "378cfce1-ab87-4cba-a579-a966062bb847", + "name": "entry : ohosTest@SyscapTransform cost memory 0.12329864501953125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038468825400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16f18ffe-e8fc-4465-921e-cc2049018a0e", + "name": "runTaskFromQueue task cost before running: 181 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038468904500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5194634-7b5d-49f2-933f-89fae8bec875", + "name": "Finished :entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038467144700, + "endTime": 512038468953100, + "totalTime": 1745300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a1345af9-3cbd-4b1b-8510-0dc768088456" + } + }, + { + "head": { + "id": "946ecf07-ddd4-4125-aad0-7f0d007b5063", + "name": "entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038472139100, + "endTime": 512038477054900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "1cd1d109-e140-4014-aa8b-434cb0ba0582", + "logId": "bcfbee97-8720-42b9-97a6-51dc668e69cc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1cd1d109-e140-4014-aa8b-434cb0ba0582", + "name": "create entry:ohosTest@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038470059200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "946ecf07-ddd4-4125-aad0-7f0d007b5063" + } + }, + { + "head": { + "id": "3155d484-7472-48b1-a447-1189c92ad559", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038470383500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da695397-2030-4db6-96ae-9d3dc7165da5", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038470461900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "497d94ba-dd10-4a21-8d7d-e9be91ea5dd3", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038470534400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76a7d4cf-ab56-4a22-9d9f-d0128d00ca8c", + "name": "Executing task :entry:ohosTest@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038472148200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c287ba54-0a6c-4854-b75a-6708e89d0dce", + "name": "Incremental task entry:ohosTest@ProcessRouterMap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038476777300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e34285c-531f-4f34-adb4-3288a345c969", + "name": "entry : ohosTest@ProcessRouterMap cost memory 0.496307373046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038476917200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bcfbee97-8720-42b9-97a6-51dc668e69cc", + "name": "UP-TO-DATE :entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038472139100, + "endTime": 512038477054900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "946ecf07-ddd4-4125-aad0-7f0d007b5063" + } + }, + { + "head": { + "id": "38cc5a3f-1d82-403f-9047-c5841ffda623", + "name": "entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038482897800, + "endTime": 512038483462000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "0f570c49-646a-47ff-99e6-5270641863a6", + "logId": "f832c936-8d56-41e9-98b8-6966f052e83a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0f570c49-646a-47ff-99e6-5270641863a6", + "name": "create entry:ohosTest@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038481978400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "38cc5a3f-1d82-403f-9047-c5841ffda623" + } + }, + { + "head": { + "id": "488452be-823d-4cda-bceb-553496b0ba9c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038482363500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d73196b-911f-4db9-820a-8909d49ecd17", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038482445900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0a93965-c6cb-454e-b1ae-12ca122d63cb", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038482499300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d644527-e391-4b00-81cf-48aa3ee1c22e", + "name": "Executing task :entry:ohosTest@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038482905900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8474baa6-ef52-4565-aae3-ea5aea36aca9", + "name": "entry : ohosTest@BuildNativeWithNinja cost memory 0.03338623046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038483309900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "27ed333a-8560-4d5d-b9ae-e5ef3ffb6131", + "name": "runTaskFromQueue task cost before running: 196 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038483402900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f832c936-8d56-41e9-98b8-6966f052e83a", + "name": "Finished :entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038482897800, + "endTime": 512038483462000, + "totalTime": 486800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "38cc5a3f-1d82-403f-9047-c5841ffda623" + } + }, + { + "head": { + "id": "c45855f1-2051-4de4-83e5-5fb31520a44f", + "name": "entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038485615600, + "endTime": 512038488029200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "2c193309-53de-4667-9f2a-5efe59e18217", + "logId": "4c595626-f40b-4951-ac37-df57f8f00b1b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2c193309-53de-4667-9f2a-5efe59e18217", + "name": "create entry:ohosTest@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038484274700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "c45855f1-2051-4de4-83e5-5fb31520a44f" + } + }, + { + "head": { + "id": "4e86f05f-c121-40bd-93df-8a1f03d3297a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038484593200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8bc258cb-cfb0-4fc7-8627-393090bbb2ee", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038484669000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01eea72c-3f7b-4721-afc3-bd3008cf0a7f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038484719100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d86a46b4-4ad8-445d-8c63-c4b0eafc293e", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038485316900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "68e92c84-ae62-4438-a15a-10cf38b1716a", + "name": "Executing task :entry:ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038486490400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c7d6299-68ab-434f-bf12-5373ae7e63bd", + "name": "Incremental task entry:ohosTest@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038487133100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92daf8db-62c2-4928-a0ec-f1e962c73256", + "name": "entry : ohosTest@ProcessResource cost memory 0.12441253662109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038487232300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c595626-f40b-4951-ac37-df57f8f00b1b", + "name": "UP-TO-DATE :entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038485615600, + "endTime": 512038488029200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c45855f1-2051-4de4-83e5-5fb31520a44f" + } + }, + { + "head": { + "id": "dd6e4d44-58e0-40ae-aad1-de858691c6fb", + "name": "entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038491508800, + "endTime": 512038499894800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "92c6506e-58dc-4732-9975-73336c1f40e3", + "logId": "d7af7a85-64d4-4ecc-b0fa-7e15d5779821" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "92c6506e-58dc-4732-9975-73336c1f40e3", + "name": "create entry:ohosTest@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038489580000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "dd6e4d44-58e0-40ae-aad1-de858691c6fb" + } + }, + { + "head": { + "id": "c58e74d0-6672-411b-806c-afbe7367160e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038489887100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "824d07cc-aa85-4564-a545-4414c7bb089c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038490000700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20558db6-e26e-448b-a1b6-c1c5d4617174", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038490126400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c25bdede-a8d7-41df-9d5a-54528852f81f", + "name": "Executing task :entry:ohosTest@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038491517600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2523a02-fab2-40fb-a1d4-558351472e60", + "name": "Incremental task entry:ohosTest@GenerateLoaderJson pre-execution cost: 6 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038499643600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d672520c-b8ae-49b5-8318-265a443a235e", + "name": "entry : ohosTest@GenerateLoaderJson cost memory 0.7948074340820312", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038499801600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7af7a85-64d4-4ecc-b0fa-7e15d5779821", + "name": "UP-TO-DATE :entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038491508800, + "endTime": 512038499894800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dd6e4d44-58e0-40ae-aad1-de858691c6fb" + } + }, + { + "head": { + "id": "31e0a4f2-6f08-4cf1-8ebd-446f8d3ac0f2", + "name": "entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038505951100, + "endTime": 512038507611300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "dd1bf614-7818-44a3-a8bc-31cc4d2608b7", + "logId": "b9dde061-e522-4ca7-92c1-79ac97ccf150" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "dd1bf614-7818-44a3-a8bc-31cc4d2608b7", + "name": "create entry:ohosTest@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038503877300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "31e0a4f2-6f08-4cf1-8ebd-446f8d3ac0f2" + } + }, + { + "head": { + "id": "b084ebed-fa80-46c7-a06a-2803ed9ed428", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038504213600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be9385bb-7a11-47eb-b895-560545c1b292", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038504316600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df63fe61-01ba-4279-83ea-16c00b85848f", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038504366800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a029b3cd-b37e-45b4-8345-cb36d7391dcf", + "name": "Executing task :entry:ohosTest@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038505963800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59928f5b-a403-45ba-860e-9b66c88c7dfa", + "name": "Incremental task entry:ohosTest@ProcessLibs pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038507456200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7893e8f-02ef-4c85-8f8a-27c4f3397eb5", + "name": "entry : ohosTest@ProcessLibs cost memory 0.08518218994140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038507546800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9dde061-e522-4ca7-92c1-79ac97ccf150", + "name": "UP-TO-DATE :entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038505951100, + "endTime": 512038507611300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "31e0a4f2-6f08-4cf1-8ebd-446f8d3ac0f2" + } + }, + { + "head": { + "id": "b94f9b2c-8669-4770-bd0c-3baad9c7947d", + "name": "entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038511145800, + "endTime": 512038521642400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "b72eb915-d308-478c-aa40-0ee0dd2dbb1c", + "logId": "fb5653f0-79c2-419c-88cc-d3dc679f0cf6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b72eb915-d308-478c-aa40-0ee0dd2dbb1c", + "name": "create entry:ohosTest@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038508986100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b94f9b2c-8669-4770-bd0c-3baad9c7947d" + } + }, + { + "head": { + "id": "eb5d7aa3-0683-4f58-ac3d-8d89e6a304a0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038509367400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1f83e10-30a8-473b-aa36-d035537f4195", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038509452700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "785a71cb-2caa-4f4a-941f-1b0a36cdc14a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038509505100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36df7e03-9b4f-4faf-aada-51890f63894f", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038510100700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b97d42db-ee47-42e5-bebb-fbf1a473c170", + "name": "Executing task :entry:ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038511163400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17bab8e4-4d25-4644-bc1d-0154bc68bb02", + "name": "Incremental task entry:ohosTest@CompileResource pre-execution cost: 9 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038521373400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2ff88f1c-bcf0-4f0f-8f1b-668141515bfb", + "name": "entry : ohosTest@CompileResource cost memory 1.0651321411132812", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038521556000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb5653f0-79c2-419c-88cc-d3dc679f0cf6", + "name": "UP-TO-DATE :entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038511145800, + "endTime": 512038521642400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b94f9b2c-8669-4770-bd0c-3baad9c7947d" + } + }, + { + "head": { + "id": "f737fc16-9e12-4919-8c22-2fec41b187f1", + "name": "entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038525392200, + "endTime": 512038526665200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "6e30bb2f-1448-4eb5-bb3f-1649f645d0d3", + "logId": "22287c8b-f8f0-43ae-9a18-97a0bad396e0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6e30bb2f-1448-4eb5-bb3f-1649f645d0d3", + "name": "create entry:ohosTest@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038523769900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f737fc16-9e12-4919-8c22-2fec41b187f1" + } + }, + { + "head": { + "id": "6891e7db-59b1-4dee-85cf-8d231ab9a399", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038524091200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aacec210-cc3a-424f-b03a-df57273f5d6a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038524184100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5bdb8859-c907-4d93-8824-8e6b1d5b0342", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038524236100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf357f33-a807-4cf9-90b1-938b419cbbf0", + "name": "Executing task :entry:ohosTest@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038525408700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "267e10e4-9cb3-4675-8d59-d39d644678cd", + "name": "Incremental task entry:ohosTest@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038526450700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa9b48c7-902d-4dfb-8a5f-ecb2f6b60e56", + "name": "entry : ohosTest@DoNativeStrip cost memory 0.0687713623046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038526575000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22287c8b-f8f0-43ae-9a18-97a0bad396e0", + "name": "UP-TO-DATE :entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038525392200, + "endTime": 512038526665200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f737fc16-9e12-4919-8c22-2fec41b187f1" + } + }, + { + "head": { + "id": "09f51441-186d-4c8e-b03a-bf3c3e283aa4", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038531798600, + "endTime": 512039692866800 + }, + "additional": { + "children": [ + "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "13a537cd-46f0-4f09-a3b3-24ac4da21938" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets' has been changed." + ], + "detailId": "cb0b2a7d-2c88-49c1-90e9-cc7c1d7eb6bb", + "logId": "999d04c8-b268-4fec-b11b-f0bc3c78b47a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cb0b2a7d-2c88-49c1-90e9-cc7c1d7eb6bb", + "name": "create entry:ohosTest@OhosTestCompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038528159500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "09f51441-186d-4c8e-b03a-bf3c3e283aa4" + } + }, + { + "head": { + "id": "9d8017d0-33ef-4c38-8db9-3749b8dffaad", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038528703300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "509bd3e9-9f6e-4918-b7d9-eef983619e51", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038528853000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d07a6394-afb8-4e06-b8c5-bece192afb1a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038528948500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d064b15-f2de-4dd0-a49f-081cf417bf1c", + "name": "Executing task :entry:ohosTest@OhosTestCompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038531834600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0113489-6e57-4127-b69d-dcb4a192206e", + "name": "entry:ohosTest@OhosTestCompileArkTS is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038543937100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b67d44cb-cd85-4f3d-8d41-400a965952ee", + "name": "Incremental task entry:ohosTest@OhosTestCompileArkTS pre-execution cost: 9 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038544110200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "671eafc8-fafe-45ce-91e1-7d71e7245465", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038549499800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9b28a668-98ce-4670-b056-8c5ffa102839", + "name": "Compile arkts with external api path: D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038549874300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "840f6a78-1db7-43d4-9605-c7e08f8d436f", + "name": "ohosTest@OhosTestCompileArkTS work[12] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038550490300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512038552241900, + "endTime": 512039692626700 + }, + "additional": { + "children": [ + "19758bd2-89e6-4c35-a4e3-b5c01d28cecb", + "1d761cc1-4937-4a09-ad3b-57bcff0bf239", + "dcfafc92-e8eb-4156-9279-ce42e4bd1a3f", + "818b5cf5-c70b-48fc-9fe7-1e8e2476bcf3", + "32926d70-30b2-486f-ab20-9555448d72c7", + "10bc834a-6c9f-4819-853e-c9cc21668224" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "09f51441-186d-4c8e-b03a-bf3c3e283aa4", + "logId": "0779e8ea-98a1-477d-be46-40024591bbed" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "158ef186-aa16-43b9-a347-f0ec7f3978d3", + "name": "ohosTest@OhosTestCompileArkTS work[12] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551082000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8497256-ce42-4051-b0b0-8b853eb06a17", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551172700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47209e5d-9931-403c-89db-2d2326067849", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551245600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "348f1f7e-8bd1-4d99-a770-405adc2b785d", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551288500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c97f7923-7ce9-4f96-8841-14a3e86ddc45", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551329300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44c2afe3-aff5-48f3-a64b-b99f4c8dc00f", + "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551386200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2f7051f9-65bd-467b-8178-a92696b4f2dc", + "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551425500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f5983ffe-0339-45f8-ac43-683ccea8ad03", + "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551467500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e825e94-e09e-4bef-b008-acf27410a9ee", + "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551506300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5b05e0e-480b-40ee-bd83-40a529a6fa20", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551545700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "762b0f73-3fed-48ca-bdbd-eb58118652be", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551592600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd2656be-123a-4f16-b928-38a18ce312b8", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551741200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3319a10a-297d-444d-8c11-88c29c256c98", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551826800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6831653d-25d0-4ba7-bd38-34aa34728003", + "name": "A work dispatched to worker[3] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551889800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83fd63e6-1590-40a5-9749-9ed879c45356", + "name": "A work dispatched to worker[2] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038551948900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2580710-38bc-4add-8010-4651885341e7", + "name": "A work dispatched to worker[1] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038552007700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a6436157-a68e-4db5-9151-d2a582ec80fa", + "name": "ohosTest@OhosTestCompileArkTS work[12] has been dispatched to worker[0].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038552253300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee9ac837-7a27-449d-80c5-0320014a1f64", + "name": "ohosTest@OhosTestCompileArkTS work[12] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038552362200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54fb12b7-7299-409b-90f9-c8994d251ad2", + "name": "CopyResources startTime: 512038552469200", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038552473900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b752975-74bc-4c93-98d1-a41bcbd33e39", + "name": "ohosTest@OhosTestCompileArkTS work[13] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038552654900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "13a537cd-46f0-4f09-a3b3-24ac4da21938", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512038554869700, + "endTime": 512039264791600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "09f51441-186d-4c8e-b03a-bf3c3e283aa4", + "logId": "00af1671-99b2-4c80-9168-c0171aaa2495" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a9d02d9d-711a-4255-9c35-648ee2cfd552", + "name": "ohosTest@OhosTestCompileArkTS work[13] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038553493100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc83f6f0-5350-4ba0-b17b-e078bf968d2a", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038553597200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a8693e2-3247-47dd-9cbb-4669578e3f0f", + "name": "Create resident worker with id: 14.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038553684600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d410c9ba-ecdb-47dd-b73f-342e9a068482", + "name": "ohosTest@OhosTestCompileArkTS work[13] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038554881700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7dab369e-0449-4d10-a53d-fcd9ca118c25", + "name": "ohosTest@OhosTestCompileArkTS work[13] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038554998300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4e0f187a-b531-4c93-ae27-d74c10c09304", + "name": "entry : ohosTest@OhosTestCompileArkTS cost memory 1.8041000366210938", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038555147900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79c12b97-dbc3-4e78-9558-7698cc90903b", + "name": "entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038559815500, + "endTime": 512038563601900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "ccfdd711-e04e-4763-8e1e-75b5b0c03699", + "logId": "8ae91d7b-74a8-4bab-8863-39853ce18145" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ccfdd711-e04e-4763-8e1e-75b5b0c03699", + "name": "create entry:ohosTest@OhosTestBuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038556385900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "79c12b97-dbc3-4e78-9558-7698cc90903b" + } + }, + { + "head": { + "id": "9cdebd56-25dc-4f47-830a-aaab8198850d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038556895100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "30dc3e84-7ce6-4a2a-b9df-347c45ee1541", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038557004700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad340efc-3076-428a-8bd7-416b9f2cde2d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038557077400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "803be710-1403-4d1e-83cf-904fc8380a81", + "name": "Executing task :entry:ohosTest@OhosTestBuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038559833800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0594941c-e749-4074-9068-e3b4c1b7a6a0", + "name": "entry : ohosTest@OhosTestBuildJS cost memory 0.162109375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038563360000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ddcaf631-3a00-4829-976a-061528f0ae71", + "name": "runTaskFromQueue task cost before running: 276 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038563520200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8ae91d7b-74a8-4bab-8863-39853ce18145", + "name": "Finished :entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038559815500, + "endTime": 512038563601900, + "totalTime": 3684200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "79c12b97-dbc3-4e78-9558-7698cc90903b" + } + }, + { + "head": { + "id": "572dd3d7-7398-456a-8f4d-9b080d6be684", + "name": "entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038568146000, + "endTime": 512038570074500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "1fee2716-db1f-489a-8775-d3156ddf5ad7", + "logId": "0a79fecc-f2df-41af-83de-34082da2706e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1fee2716-db1f-489a-8775-d3156ddf5ad7", + "name": "create entry:ohosTest@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038565377700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "572dd3d7-7398-456a-8f4d-9b080d6be684" + } + }, + { + "head": { + "id": "94de57ae-f49e-411e-836a-66b21957caec", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038565891200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22c22992-20e1-4b4d-bbf0-0349d8305614", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038566041900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7cb294a3-6497-4a5f-8aa5-42b7d9195fd2", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038566141700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c867b281-cda4-456b-b6f7-8b5cd35a60de", + "name": "Executing task :entry:ohosTest@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038568164500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0baef5a-37e1-41f4-9d5d-496d46db7517", + "name": "Incremental task entry:ohosTest@CacheNativeLibs pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038569814400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "057d044c-d3af-4b7e-b9c1-612683e0d686", + "name": "entry : ohosTest@CacheNativeLibs cost memory 0.090087890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038569965900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a79fecc-f2df-41af-83de-34082da2706e", + "name": "UP-TO-DATE :entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038568146000, + "endTime": 512038570074500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "572dd3d7-7398-456a-8f4d-9b080d6be684" + } + }, + { + "head": { + "id": "ba42c473-28c5-441e-bde3-96bb676a9aac", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039264650200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d12aaa01-f50c-40f9-8c24-85160bed7fcd", + "name": "CopyResources is end, endTime: 512039264684300", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039264688000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a60a6e78-5004-4778-94f7-8fb75e7f205f", + "name": "ohosTest@OhosTestCompileArkTS work[13] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039264814200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00af1671-99b2-4c80-9168-c0171aaa2495", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512038554869700, + "endTime": 512039264791600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "13a537cd-46f0-4f09-a3b3-24ac4da21938", + "parent": "999d04c8-b268-4fec-b11b-f0bc3c78b47a" + } + }, + { + "head": { + "id": "9a12d0f0-4bab-4612-9127-ff8c0a9584e4", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039264915600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40d34d23-da9a-4543-a637-ab24b1dea387", + "name": "worker[0] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039689137600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "19758bd2-89e6-4c35-a4e3-b5c01d28cecb", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512038553287900, + "endTime": 512038562265900 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "logId": "743c15fb-648b-4201-bc76-05a289cc126b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "743c15fb-648b-4201-bc76-05a289cc126b", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038553287900, + "endTime": 512038562265900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "19758bd2-89e6-4c35-a4e3-b5c01d28cecb", + "parent": "0779e8ea-98a1-477d-be46-40024591bbed" + } + }, + { + "head": { + "id": "1d761cc1-4937-4a09-ad3b-57bcff0bf239", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512038562294600, + "endTime": 512038562464200 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "logId": "d3c2cf65-998e-4b80-ae34-b6dd1edab4d8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d3c2cf65-998e-4b80-ae34-b6dd1edab4d8", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038562294600, + "endTime": 512038562464200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1d761cc1-4937-4a09-ad3b-57bcff0bf239", + "parent": "0779e8ea-98a1-477d-be46-40024591bbed" + } + }, + { + "head": { + "id": "dcfafc92-e8eb-4156-9279-ce42e4bd1a3f", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512038562523400, + "endTime": 512038564586000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "logId": "fe929c0d-15ee-43f8-9a40-81a95ba5d1d8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fe929c0d-15ee-43f8-9a40-81a95ba5d1d8", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038562523400, + "endTime": 512038564586000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dcfafc92-e8eb-4156-9279-ce42e4bd1a3f", + "parent": "0779e8ea-98a1-477d-be46-40024591bbed" + } + }, + { + "head": { + "id": "818b5cf5-c70b-48fc-9fe7-1e8e2476bcf3", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512038564664300, + "endTime": 512039395800800 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "logId": "052d5137-a2c6-4e38-8e57-8e0c919cd5b0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "052d5137-a2c6-4e38-8e57-8e0c919cd5b0", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038564664300, + "endTime": 512039395800800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "818b5cf5-c70b-48fc-9fe7-1e8e2476bcf3", + "parent": "0779e8ea-98a1-477d-be46-40024591bbed" + } + }, + { + "head": { + "id": "32926d70-30b2-486f-ab20-9555448d72c7", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512039395814700, + "endTime": 512039429484500 + }, + "additional": { + "children": [ + "79b8579b-c5da-41eb-bbd5-27e80d8d702c", + "2ba1d9dc-2ed8-41e6-934b-6fda2cef2f15", + "83cf9e4e-60de-4156-bcc6-61985dae4d48" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "logId": "eb14ff1d-7696-4e34-9ef7-429f62c37e90" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "eb14ff1d-7696-4e34-9ef7-429f62c37e90", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039395814700, + "endTime": 512039429484500 + }, + "additional": { + "logType": "info", + "children": [ + "a4d4b639-da42-40b3-9db8-2fd6446f85e1", + "4a4ca7fd-7af8-4a94-a4e9-ea330e189d84", + "795867a5-ba7e-499b-a8bc-fdeef34618ba" + ], + "durationId": "32926d70-30b2-486f-ab20-9555448d72c7", + "parent": "0779e8ea-98a1-477d-be46-40024591bbed" + } + }, + { + "head": { + "id": "79b8579b-c5da-41eb-bbd5-27e80d8d702c", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512039395834900, + "endTime": 512039395839700 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "32926d70-30b2-486f-ab20-9555448d72c7", + "logId": "a4d4b639-da42-40b3-9db8-2fd6446f85e1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a4d4b639-da42-40b3-9db8-2fd6446f85e1", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039395834900, + "endTime": 512039395839700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "79b8579b-c5da-41eb-bbd5-27e80d8d702c", + "parent": "eb14ff1d-7696-4e34-9ef7-429f62c37e90" + } + }, + { + "head": { + "id": "2ba1d9dc-2ed8-41e6-934b-6fda2cef2f15", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512039395845300, + "endTime": 512039427845800 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "32926d70-30b2-486f-ab20-9555448d72c7", + "logId": "4a4ca7fd-7af8-4a94-a4e9-ea330e189d84" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4a4ca7fd-7af8-4a94-a4e9-ea330e189d84", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039395845300, + "endTime": 512039427845800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2ba1d9dc-2ed8-41e6-934b-6fda2cef2f15", + "parent": "eb14ff1d-7696-4e34-9ef7-429f62c37e90" + } + }, + { + "head": { + "id": "83cf9e4e-60de-4156-bcc6-61985dae4d48", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512039427871700, + "endTime": 512039429468900 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "32926d70-30b2-486f-ab20-9555448d72c7", + "logId": "795867a5-ba7e-499b-a8bc-fdeef34618ba" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "795867a5-ba7e-499b-a8bc-fdeef34618ba", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039427871700, + "endTime": 512039429468900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "83cf9e4e-60de-4156-bcc6-61985dae4d48", + "parent": "eb14ff1d-7696-4e34-9ef7-429f62c37e90" + } + }, + { + "head": { + "id": "10bc834a-6c9f-4819-853e-c9cc21668224", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512039429495700, + "endTime": 512039687084900 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "logId": "9ccd43b1-312b-4ea8-a6aa-fda788465726" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9ccd43b1-312b-4ea8-a6aa-fda788465726", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039429495700, + "endTime": 512039687084900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "10bc834a-6c9f-4819-853e-c9cc21668224", + "parent": "0779e8ea-98a1-477d-be46-40024591bbed" + } + }, + { + "head": { + "id": "c7115929-d547-48cc-bc73-6f59f6f5071c", + "name": "ohosTest@OhosTestCompileArkTS work[12] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039692638500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0779e8ea-98a1-477d-be46-40024591bbed", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512038552241900, + "endTime": 512039692626700 + }, + "additional": { + "logType": "info", + "children": [ + "743c15fb-648b-4201-bc76-05a289cc126b", + "d3c2cf65-998e-4b80-ae34-b6dd1edab4d8", + "fe929c0d-15ee-43f8-9a40-81a95ba5d1d8", + "052d5137-a2c6-4e38-8e57-8e0c919cd5b0", + "eb14ff1d-7696-4e34-9ef7-429f62c37e90", + "9ccd43b1-312b-4ea8-a6aa-fda788465726" + ], + "durationId": "53fa74a9-15d3-4a5e-a43e-34f370e3f9e1", + "parent": "999d04c8-b268-4fec-b11b-f0bc3c78b47a" + } + }, + { + "head": { + "id": "85518fea-ab33-4b53-b58f-6d262600a035", + "name": "A work dispatched to worker[0] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039692784100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "999d04c8-b268-4fec-b11b-f0bc3c78b47a", + "name": "Finished :entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038531798600, + "endTime": 512039692866800, + "totalTime": 1160841300 + }, + "additional": { + "logType": "info", + "children": [ + "0779e8ea-98a1-477d-be46-40024591bbed", + "00af1671-99b2-4c80-9168-c0171aaa2495" + ], + "durationId": "09f51441-186d-4c8e-b03a-bf3c3e283aa4" + } + }, + { + "head": { + "id": "13d81fcb-0482-4344-9337-02ad2da4d48b", + "name": "entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039695718300, + "endTime": 512039696289200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Other", + "taskRunReasons": [], + "detailId": "d96f7cc0-4606-4d15-9b43-520769956615", + "logId": "39f4617f-6478-4e72-8522-489f426c32fc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d96f7cc0-4606-4d15-9b43-520769956615", + "name": "create entry:ohosTest@OhosTestCopyMockConfigJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039695160800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "13d81fcb-0482-4344-9337-02ad2da4d48b" + } + }, + { + "head": { + "id": "57608874-8880-4fc7-95e4-9cdb46d83e10", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039695487500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "969697fb-4180-4ecd-8eb3-5e8e86e05bef", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039695568400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff82645f-10ce-42a8-a2c7-bc4b10747985", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039695628900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5a5885a0-edba-4550-ae77-dcbcf86d5d62", + "name": "Executing task :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039695724700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1840c8fd-abb2-45df-9c6d-dc11defa1e6a", + "name": "entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.03537750244140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039696117100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "823399e8-3b96-4a38-8847-12a7a913e0e1", + "name": "runTaskFromQueue task cost before running: 1 s 409 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039696234600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39f4617f-6478-4e72-8522-489f426c32fc", + "name": "Finished :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039695718300, + "endTime": 512039696289200, + "totalTime": 491500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "13d81fcb-0482-4344-9337-02ad2da4d48b" + } + }, + { + "head": { + "id": "75d54069-f13d-4cb9-b8a0-2608845c9fbb", + "name": "entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039698095300, + "endTime": 512039699711600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "6dcd6526-4e7b-4be0-9620-d7c0087dcc9a", + "logId": "93d33d51-dae4-49e3-be1c-5a4aa64006c9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6dcd6526-4e7b-4be0-9620-d7c0087dcc9a", + "name": "create entry:ohosTest@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039697125500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "75d54069-f13d-4cb9-b8a0-2608845c9fbb" + } + }, + { + "head": { + "id": "b0ad0b54-3e73-44d4-9929-1d1890b38a8e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039697485600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aac3395d-bc55-4284-a37a-defebd9b0993", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039697564300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4780a135-d304-496a-b227-479730bdf640", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039697619500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0463d7e7-afbf-4d43-98c4-7ce8e9be2946", + "name": "Executing task :entry:ohosTest@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039698105100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a0317e5-77bb-46d7-9fcf-4255e550b2b0", + "name": "Incremental task entry:ohosTest@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039699547800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0ad3f6b-1ddb-436b-aa30-669c9941834e", + "name": "entry : ohosTest@GeneratePkgModuleJson cost memory 0.09940338134765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039699644800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93d33d51-dae4-49e3-be1c-5a4aa64006c9", + "name": "UP-TO-DATE :entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039698095300, + "endTime": 512039699711600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "75d54069-f13d-4cb9-b8a0-2608845c9fbb" + } + }, + { + "head": { + "id": "a9319ace-a20b-4b6f-b0a6-8c1f0701d80a", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039704274500, + "endTime": 512040156890400 + }, + "additional": { + "children": [ + "5317a161-a268-4490-b37f-629395ce154e", + "c6ad6f53-9251-4173-96eb-c68bf4253e24", + "a85743f2-89c4-4ba7-91d9-8d36c8234af3" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets' has been changed." + ], + "detailId": "faa181dc-9f14-4baf-b4b2-5ac7c59391d0", + "logId": "fd4b1d4f-ab09-4d66-a7c6-c429401c6f1c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "faa181dc-9f14-4baf-b4b2-5ac7c59391d0", + "name": "create entry:ohosTest@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039700986400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a9319ace-a20b-4b6f-b0a6-8c1f0701d80a" + } + }, + { + "head": { + "id": "60d14f8d-baa5-42e0-a6b5-23e19779ef74", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039701287500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "989990ca-8b53-4c64-846b-d2f54470e00b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039701372000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "86a72a14-8cb0-47fc-8b3d-047572ffae32", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039701441600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51dbc608-790f-4854-bcc4-1d7319e022ff", + "name": "Executing task :entry:ohosTest@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039704285600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ecb91146-1d19-4094-be66-9fb827bbd62c", + "name": "entry:ohosTest@PackageHap is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039708311000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "06eb07c0-c4b9-47f0-b42c-2d84e2a94f1c", + "name": "Incremental task entry:ohosTest@PackageHap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039708467700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5317a161-a268-4490-b37f-629395ce154e", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039709133500, + "endTime": 512039710168400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9319ace-a20b-4b6f-b0a6-8c1f0701d80a", + "logId": "fad0901e-1bfb-40e9-92e0-48ce3d6f3f26" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b7811c3c-858f-47f9-b18b-c076dabacb30", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=GBK',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\stripped_native_libs\\\\ohosTest',\n '--json-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\package\\\\ohosTest\\\\module.json',\n '--resources-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources',\n '--index-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources.index',\n '--pack-info-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\pack.info',\n '--out-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-unsigned.hap',\n '--ets-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\ohosTest\\\\ets'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039710015300 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "a9319ace-a20b-4b6f-b0a6-8c1f0701d80a" + } + }, + { + "head": { + "id": "fad0901e-1bfb-40e9-92e0-48ce3d6f3f26", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039709133500, + "endTime": 512039710168400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5317a161-a268-4490-b37f-629395ce154e", + "parent": "fd4b1d4f-ab09-4d66-a7c6-c429401c6f1c" + } + }, + { + "head": { + "id": "c6ad6f53-9251-4173-96eb-c68bf4253e24", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039710555400, + "endTime": 512039711784900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a9319ace-a20b-4b6f-b0a6-8c1f0701d80a", + "logId": "09a90e1e-b3ab-40ac-83a1-faa12234236e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "60f0a875-0637-4d9e-bf93-af71649f7cb1", + "name": "ohosTest@PackageHap work[14] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039710941200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a85743f2-89c4-4ba7-91d9-8d36c8234af3", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512039711594700, + "endTime": 512040156686200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "a9319ace-a20b-4b6f-b0a6-8c1f0701d80a", + "logId": "efb870c7-af99-4370-abef-5f9122d7bc76" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "698ec69c-8423-4777-8688-fc39b39d7792", + "name": "ohosTest@PackageHap work[14] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039711387700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d2bcdb3-43bd-4320-93d4-74cafddd5d91", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039711464800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76e37ac0-96bd-49ef-8576-b400303d30dd", + "name": "ohosTest@PackageHap work[14] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039711602400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e295c129-1846-4215-adeb-35707fdad639", + "name": "ohosTest@PackageHap work[14] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039711698800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "09a90e1e-b3ab-40ac-83a1-faa12234236e", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039710555400, + "endTime": 512039711784900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c6ad6f53-9251-4173-96eb-c68bf4253e24", + "parent": "fd4b1d4f-ab09-4d66-a7c6-c429401c6f1c" + } + }, + { + "head": { + "id": "33ed1375-1d61-4b52-8884-df7db6588634", + "name": "entry : ohosTest@PackageHap cost memory 0.8796310424804688", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039713198600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fe401a1-cd2c-49e7-bd75-2e3d269e8901", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040156653300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "72f9cd67-dd95-4dfb-883d-6830c5dc9c97", + "name": "ohosTest@PackageHap work[14] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040156698300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "efb870c7-af99-4370-abef-5f9122d7bc76", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512039711594700, + "endTime": 512040156686200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a85743f2-89c4-4ba7-91d9-8d36c8234af3", + "parent": "fd4b1d4f-ab09-4d66-a7c6-c429401c6f1c" + } + }, + { + "head": { + "id": "ab91f07c-86f0-4dc4-bc6f-114576ed64fe", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040156836400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd4b1d4f-ab09-4d66-a7c6-c429401c6f1c", + "name": "Finished :entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512039704274500, + "endTime": 512040156890400, + "totalTime": 452416700 + }, + "additional": { + "logType": "info", + "children": [ + "fad0901e-1bfb-40e9-92e0-48ce3d6f3f26", + "09a90e1e-b3ab-40ac-83a1-faa12234236e", + "efb870c7-af99-4370-abef-5f9122d7bc76" + ], + "durationId": "a9319ace-a20b-4b6f-b0a6-8c1f0701d80a" + } + }, + { + "head": { + "id": "bcb3e940-00a9-4f27-9761-1fb7adce6540", + "name": "entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040160049500, + "endTime": 512040292323600 + }, + "additional": { + "children": [ + "3ba55596-6197-42d6-87dc-bba3ac3302d0", + "d421f4aa-b89e-460f-bf1a-b3a3a9af4bef" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap' has been changed." + ], + "detailId": "2d660e15-4158-4628-b722-7e9db327a5a0", + "logId": "e210e68f-6f02-4bf1-b54a-22c80b25d554" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2d660e15-4158-4628-b722-7e9db327a5a0", + "name": "create entry:ohosTest@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040158504500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bcb3e940-00a9-4f27-9761-1fb7adce6540" + } + }, + { + "head": { + "id": "e645a352-fb8d-4746-8871-ef5890bcdaa1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040158798200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3984d593-353f-40b6-9147-c256d5208338", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040158875400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "209e8af5-bf92-4207-8079-b8cac74d3fbb", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040158923700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a72c1e2-162f-4ea5-b85e-7d89242e967f", + "name": "Executing task :entry:ohosTest@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040160059500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8ef260f-77a6-490c-aec7-47b1d50911da", + "name": "entry:ohosTest@SignHap is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040161102100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f64dee6-b9fd-436e-ba18-051b29279047", + "name": "Incremental task entry:ohosTest@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040161218900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3ba55596-6197-42d6-87dc-bba3ac3302d0", + "name": "generate hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040162288100, + "endTime": 512040206477400 + }, + "additional": { + "children": [ + "7fceea8f-ef91-4f78-98ce-3c987e826760" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb3e940-00a9-4f27-9761-1fb7adce6540", + "logId": "186fed0f-c680-4249-afa1-f45d820ad5b8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a9edfb28-2ce1-4f67-8af9-7803bde4050e", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar]\n [\n 'java',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\hap-sign-tool.jar',\n 'sign-app',\n '-mode',\n 'localSign',\n '-keystoreFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12',\n '-keystorePwd',\n '******',\n '-keyAlias',\n 'debugKey',\n '-keyPwd',\n '******',\n '-signAlg',\n 'SHA256withECDSA',\n '-profileFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b',\n '-appCertFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer',\n '-inFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-unsigned.hap',\n '-outFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-signed.hap'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040180414800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7fceea8f-ef91-4f78-98ce-3c987e826760", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040182500100, + "endTime": 512040205533300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "3ba55596-6197-42d6-87dc-bba3ac3302d0", + "logId": "bb8ba903-f0af-47ea-a0c5-757b475b9058" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7d0c9c09-7631-4285-bf9d-8080c91e6891", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"verify profile success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040204953700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb8ba903-f0af-47ea-a0c5-757b475b9058", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040182500100, + "endTime": 512040205533300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7fceea8f-ef91-4f78-98ce-3c987e826760", + "parent": "186fed0f-c680-4249-afa1-f45d820ad5b8" + } + }, + { + "head": { + "id": "186fed0f-c680-4249-afa1-f45d820ad5b8", + "name": "generate hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040162288100, + "endTime": 512040206477400 + }, + "additional": { + "logType": "info", + "children": [ + "bb8ba903-f0af-47ea-a0c5-757b475b9058" + ], + "durationId": "3ba55596-6197-42d6-87dc-bba3ac3302d0", + "parent": "e210e68f-6f02-4bf1-b54a-22c80b25d554" + } + }, + { + "head": { + "id": "d421f4aa-b89e-460f-bf1a-b3a3a9af4bef", + "name": "execute hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040206907300, + "endTime": 512040292008000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bcb3e940-00a9-4f27-9761-1fb7adce6540", + "logId": "a68f99fb-79da-48c0-b4d2-2e858a0b9f64" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9f3b416f-97d3-4d98-9360-98230540a3d9", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040208146400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "01cf715a-e856-47b1-b6cf-bf3785d01f05", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"sign app success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040291471600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a68f99fb-79da-48c0-b4d2-2e858a0b9f64", + "name": "execute hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040206907300, + "endTime": 512040292008000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d421f4aa-b89e-460f-bf1a-b3a3a9af4bef", + "parent": "e210e68f-6f02-4bf1-b54a-22c80b25d554" + } + }, + { + "head": { + "id": "db8f9c8e-a935-48c6-8f13-4261f0e25579", + "name": "entry : ohosTest@SignHap cost memory 0.99578857421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040292155900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "abea9f71-e41c-4bd4-9884-ff4b4e927d26", + "name": "runTaskFromQueue task cost before running: 2 s 5 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040292263600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e210e68f-6f02-4bf1-b54a-22c80b25d554", + "name": "Finished :entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040160049500, + "endTime": 512040292323600, + "totalTime": 132189300 + }, + "additional": { + "logType": "info", + "children": [ + "186fed0f-c680-4249-afa1-f45d820ad5b8", + "a68f99fb-79da-48c0-b4d2-2e858a0b9f64" + ], + "durationId": "bcb3e940-00a9-4f27-9761-1fb7adce6540" + } + }, + { + "head": { + "id": "7fc6c93b-da47-40b2-8a1a-be9f6bee7d92", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040293649100, + "endTime": 512040293874200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "426da678-3659-4595-96d2-d85e9c9378b1", + "logId": "df70d12f-ae56-40a1-aabc-aad9b2b0ef29" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "426da678-3659-4595-96d2-d85e9c9378b1", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040293611000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7fc6c93b-da47-40b2-8a1a-be9f6bee7d92" + } + }, + { + "head": { + "id": "210e2672-ca41-4a04-b44f-d59befce4b94", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040293655300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "406eefc2-a5b9-465b-9fde-d4a5698070ab", + "name": "entry : assembleHap cost memory 0.01142120361328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040293749700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f4fc4d5-5d2c-4883-a405-d2eea5d6399a", + "name": "runTaskFromQueue task cost before running: 2 s 6 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040293824900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df70d12f-ae56-40a1-aabc-aad9b2b0ef29", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040293649100, + "endTime": 512040293874200, + "totalTime": 159100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7fc6c93b-da47-40b2-8a1a-be9f6bee7d92" + } + }, + { + "head": { + "id": "8eeb9d35-3d09-45c9-a7e1-8338322b8ce2", + "name": "BUILD SUCCESSFUL in 2 s 13 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040300503400 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "4cf3956d-510e-4f04-93a4-1667bc50eaab", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512038288110800, + "endTime": 512040300649500 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 51 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@ohosTest\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "a9716556-a700-4c2a-8f12-69ae8ce3705a", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040300679000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2e2addc-a440-42ee-943f-35e915cf91a5", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040300760100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa1caa31-c13c-4949-beae-d00c7bfeb0ec", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040300824600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d42bf66d-d016-49bf-8e62-346083a71277", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040300868600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd4e5862-1cc0-4fcc-aedd-fab5ced26f4f", + "name": "Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040300920600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "284ebd15-ae0e-419a-a610-c230d52d741f", + "name": "Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040301250700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee37c3e7-2a59-49d0-b1e3-50d46138c6b4", + "name": "Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040301663000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c8153a1-133a-4c33-aa7a-07ab06825b7f", + "name": "Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040301900500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "14e3430a-7f35-42b8-b7fc-31f965fdf360", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040301984800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4b272ed-8ab2-46ee-b440-2a984c1e16a4", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040302063300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c026ce3f-92e3-41ec-86d9-5cd3416649ca", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040302514100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c166f08b-024d-48ac-b08d-a012330214f2", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040302682800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fe1de96-118d-4b2a-95e2-0a2bdb007441", + "name": "Update task entry:ohosTest@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303189100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "52b7801d-a082-471d-91af-a37f2a02f8b8", + "name": "Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303361900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6991a68-23ce-4ac0-bfe4-8d93a79386bc", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303426400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a63bad8e-8d12-455b-924f-4f7c57c76ea7", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303473900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67ffc5dd-8742-409b-9213-8d69447c87c9", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303542200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8caef490-3318-432e-8769-19389edeeb3d", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303600800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ffc6119d-4fee-44c4-8b0f-9bb496aeb095", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303639900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7adae4c9-504a-42a0-9fec-c0ba86791a4f", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040303677400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9f781aa7-45ab-4cbc-af3c-a2e3b56a81a5", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040304914500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "892acd40-dd78-4def-8387-16860cc7a6cf", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040305325500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "67c01bf3-f4fb-45ec-bc27-93c5a308dcd2", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040305842600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "008e353b-d758-4783-8309-fc6671363cac", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040306175400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "40b8b4a5-0bf5-4a2f-bdda-8b2577ed8445", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040306411200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fce320f-f143-47ca-892e-cef1caaf1770", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040306895800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c0987c2-dcc6-479a-bb9b-d39f05084dad", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040306971100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f14e1f4-67c5-4c0f-aa1a-88513b7e3746", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040311192500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad1d55da-d9d8-4014-9da6-3a01323c0aa2", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040311368000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4abbc519-c8f9-4853-9ddf-4b87ad4e4950", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040315372300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e8e10760-2235-4116-bb4a-24284a13c30f", + "name": "Incremental task entry:ohosTest@OhosTestCompileArkTS post-execution cost:13 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040315828800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79ebbe5e-c566-4313-84ec-8259786f9f50", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040316667100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0ed6bec9-fac9-46f3-8ee8-42c9f53540a8", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040316954600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c630c88a-fb2b-4efd-aa32-68be441de92a", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040317264900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ef4ea95-8d99-4e56-9ae7-29af1250787a", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040317402300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1d47b47a-6296-46d9-bbdc-ff468744b9ea", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040317576400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "905ac00b-0524-4066-8287-15430c31e2b3", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040317889400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eab61b8e-2f4c-4128-8084-8c38134bea6e", + "name": "Update task entry:ohosTest@OhosTestBuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040322337100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "672b6903-214b-4102-9032-d842c54ea708", + "name": "Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040322594100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d5bf41b-058b-4cc4-b9e3-2d303288f8f1", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040322663400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fd1371a-719c-48a3-be92-5398b4847870", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040322712500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3440a577-ec07-46de-ae79-554e5976e573", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040323170600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "061add31-bb0a-41cc-ad44-6f73d85ca457", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040323359300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0052dc1-4d47-4c62-b9e1-caba0fd672ac", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040323548100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cfce75c8-797d-4d33-9613-f3d89b70ea1b", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040324598400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4336bc5b-bd4b-4130-a359-4b9dce688da5", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040324765800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "729ce0b9-ab79-408f-9a4b-47a9da4b8058", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040324925100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d4886c6e-e03f-4b28-a81a-828cae065887", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040324982400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62988d5e-5f4f-4481-9fad-1c8b89634a07", + "name": "Update task entry:ohosTest@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040325333100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0241aaf6-3739-4cb8-9d35-76dd4db6aedc", + "name": "Update task entry:ohosTest@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\mapping\\sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040325492900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "37c49217-121e-428a-8e78-b8af8cc562e9", + "name": "Incremental task entry:ohosTest@PackageHap post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040325677400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a1eb8c87-f8ab-46eb-a61c-45f34164ef6b", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040325826300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2af34621-122b-49f5-bcc3-e2d08a212d71", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040325995400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81177f5a-46f0-4c0f-8309-8dcb07f467d8", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040326154200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "706060cd-74c6-41b8-b1e5-58a39e0cb4b1", + "name": "Update task entry:ohosTest@SignHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040326352400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fbf6c188-5c19-46c5-8074-19791ff9a5a7", + "name": "Update task entry:ohosTest@SignHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040326413200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9b9e2b0-bf92-418d-8928-145bc8052f38", + "name": "Incremental task entry:ohosTest@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040326561100 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221552205410.json b/code/Project/Test/uitest/.hvigor/report/report-202501221552205410.json new file mode 100644 index 0000000000..35d3429009 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221552205410.json @@ -0,0 +1,9314 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "6db71687-1dc7-4474-b64e-434fac9e8244", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040341682700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7dd50e0-2a96-4635-81e8-fc67d3fce21f", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040341789900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "07b9b9d3-7ed7-45f1-905b-807450153656", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040346810900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e95e8e7b-0f3f-44c9-884d-e2a7c2d00a01", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040347228500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a2c1dcc4-4ab4-4fbc-b7b1-8dfbcfbe7831", + "name": "worker[14] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512040348470200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84282877-3fc9-4f3a-a57a-a687a2cb3643", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112590560800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6dfdcec8-dafb-46aa-93da-96e1c626c394", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112593720900, + "endTime": 512112719855800 + }, + "additional": { + "children": [ + "784bdab8-f346-4ae5-b996-0580873ff066", + "9b264603-b748-46d8-95be-d0f86cef319d", + "d9acc208-e99e-48ad-acd4-ea6696690829", + "a23147ce-5d4f-4684-a463-346d1035f50f" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "122ba589-7979-4c90-b1f5-e4b44298d67e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "784bdab8-f346-4ae5-b996-0580873ff066", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112593721900, + "endTime": 512112603721900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6dfdcec8-dafb-46aa-93da-96e1c626c394", + "logId": "03446fd1-8fd0-4dcb-a284-6565e18b29de" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9b264603-b748-46d8-95be-d0f86cef319d", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112603746900, + "endTime": 512112719404500 + }, + "additional": { + "children": [ + "4f025ae6-2818-40c8-9b0a-a35abe139f2d", + "c9559832-3a43-4c14-87b5-1e6d3b2734db", + "567abcf2-f22c-40c5-879c-9d50f1549fac", + "5b1cd413-e5a9-482b-95c4-103f786705b6", + "6e8dfe07-2a7f-4139-bea0-4057accd060c", + "1ef624e9-fe8b-45c1-8db3-e658f8e33a20", + "fb429610-ae15-4cb0-9f9a-2171507e1bb2", + "2ea710ce-11f3-401e-97b5-16a25a205cdf" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6dfdcec8-dafb-46aa-93da-96e1c626c394", + "logId": "0b7dc12c-a36c-406a-8429-80b91dd73f2b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d9acc208-e99e-48ad-acd4-ea6696690829", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719447400, + "endTime": 512112719842100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6dfdcec8-dafb-46aa-93da-96e1c626c394", + "logId": "b4f5e574-0069-4770-a7c6-f9bbefd7b62d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a23147ce-5d4f-4684-a463-346d1035f50f", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719850700, + "endTime": 512112719851500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "6dfdcec8-dafb-46aa-93da-96e1c626c394", + "logId": "f86aa4c8-9ef5-44b2-9996-39dd751bfb3a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "cd64c081-b75a-4fa7-8157-9af092684023", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112597774400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4323bce-e450-4959-a092-d80255b549b4", + "name": "Cache service initialization finished in 6 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112603554600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03446fd1-8fd0-4dcb-a284-6565e18b29de", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112593721900, + "endTime": 512112603721900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "784bdab8-f346-4ae5-b996-0580873ff066", + "parent": "122ba589-7979-4c90-b1f5-e4b44298d67e" + } + }, + { + "head": { + "id": "4f025ae6-2818-40c8-9b0a-a35abe139f2d", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112607359900, + "endTime": 512112607368600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d", + "logId": "0a1bbd18-4f34-4485-bb0a-b46169846b7e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c9559832-3a43-4c14-87b5-1e6d3b2734db", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112607385300, + "endTime": 512112609668600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d", + "logId": "1e96ad8f-bf2a-4221-81e8-fef734582908" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "567abcf2-f22c-40c5-879c-9d50f1549fac", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112609679200, + "endTime": 512112642279600 + }, + "additional": { + "children": [ + "529ebd50-825f-4fa2-9b06-6b59c43f5d33" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d", + "logId": "0226c082-aeb8-4e64-8f7e-3e7929a2ae6e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5b1cd413-e5a9-482b-95c4-103f786705b6", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112642288500, + "endTime": 512112656012100 + }, + "additional": { + "children": [ + "af263b70-2182-4e54-9836-b07100a2edb5" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d", + "logId": "fadc2ec2-80bf-43c9-97f6-419d2aa2d5a6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6e8dfe07-2a7f-4139-bea0-4057accd060c", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112656022900, + "endTime": 512112711141700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d", + "logId": "3c1c4f6f-a0ad-4580-ac96-fba13b89f36e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1ef624e9-fe8b-45c1-8db3-e658f8e33a20", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112605660200, + "endTime": 512112719428600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fb429610-ae15-4cb0-9f9a-2171507e1bb2", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112606003100, + "endTime": 512112719429700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2ea710ce-11f3-401e-97b5-16a25a205cdf", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719302700, + "endTime": 512112719391500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "9b264603-b748-46d8-95be-d0f86cef319d", + "logId": "8b8e6f25-8429-4ad1-b449-3bf83b0ad3d8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0a1bbd18-4f34-4485-bb0a-b46169846b7e", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112607359900, + "endTime": 512112607368600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4f025ae6-2818-40c8-9b0a-a35abe139f2d", + "parent": "0b7dc12c-a36c-406a-8429-80b91dd73f2b" + } + }, + { + "head": { + "id": "1e96ad8f-bf2a-4221-81e8-fef734582908", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112607385300, + "endTime": 512112609668600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c9559832-3a43-4c14-87b5-1e6d3b2734db", + "parent": "0b7dc12c-a36c-406a-8429-80b91dd73f2b" + } + }, + { + "head": { + "id": "529ebd50-825f-4fa2-9b06-6b59c43f5d33", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112610658500, + "endTime": 512112642247200 + }, + "additional": { + "children": [ + "881439cf-ba08-41e1-97d2-5756b492fa1a", + "6271d8b3-8159-4f20-b916-5b981019c7f8" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "567abcf2-f22c-40c5-879c-9d50f1549fac", + "logId": "50eadf6e-eb1b-4c6d-9fde-b170d4c9b256" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "881439cf-ba08-41e1-97d2-5756b492fa1a", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112610659400, + "endTime": 512112616186600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "529ebd50-825f-4fa2-9b06-6b59c43f5d33", + "logId": "459c5806-a095-4fe0-ba48-6057c9043d65" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6271d8b3-8159-4f20-b916-5b981019c7f8", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112616209400, + "endTime": 512112642236100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "529ebd50-825f-4fa2-9b06-6b59c43f5d33", + "logId": "24a8dd4c-10ce-400b-ad05-dabdb3f9444e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "45f8916a-e4ea-4baa-a9a7-5f462304563c", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112610663500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6fd5f139-a34f-43c8-98d4-30a009b3fde3", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112616000100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "459c5806-a095-4fe0-ba48-6057c9043d65", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112610659400, + "endTime": 512112616186600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "881439cf-ba08-41e1-97d2-5756b492fa1a", + "parent": "50eadf6e-eb1b-4c6d-9fde-b170d4c9b256" + } + }, + { + "head": { + "id": "165b5c45-b8b6-4b68-af35-9c8226e48d42", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112616223800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5a4a081-a4a9-4415-b36b-5a9c77ae560a", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112622413100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91c294f7-82c4-4adc-a526-124f81a589b5", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112622511500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "36b52df9-eca6-4a22-a3c3-4e844cdecd8c", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112622579800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca314bda-69a7-481a-aa3a-191c6f6ff3d9", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112622628700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5531d37c-45af-4720-8934-704254915606", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112623047900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "afb81adb-3bed-4c91-821f-a79ab8fa8446", + "name": "Sdk init in 6 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112629684900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81b749d2-4277-4d8d-9337-2ac22c12477d", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112629780200 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 52 + }, + "markType": "other" + } + }, + { + "head": { + "id": "ab168ae2-755e-4863-be23-0d61c31ab3ce", + "name": "Project task initialization takes 12 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112642080100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "83478411-6338-4371-aecf-64501efccd7a", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112642173400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "24a8dd4c-10ce-400b-ad05-dabdb3f9444e", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112616209400, + "endTime": 512112642236100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6271d8b3-8159-4f20-b916-5b981019c7f8", + "parent": "50eadf6e-eb1b-4c6d-9fde-b170d4c9b256" + } + }, + { + "head": { + "id": "50eadf6e-eb1b-4c6d-9fde-b170d4c9b256", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112610658500, + "endTime": 512112642247200 + }, + "additional": { + "logType": "info", + "children": [ + "459c5806-a095-4fe0-ba48-6057c9043d65", + "24a8dd4c-10ce-400b-ad05-dabdb3f9444e" + ], + "durationId": "529ebd50-825f-4fa2-9b06-6b59c43f5d33", + "parent": "0226c082-aeb8-4e64-8f7e-3e7929a2ae6e" + } + }, + { + "head": { + "id": "0226c082-aeb8-4e64-8f7e-3e7929a2ae6e", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112609679200, + "endTime": 512112642279600 + }, + "additional": { + "logType": "info", + "children": [ + "50eadf6e-eb1b-4c6d-9fde-b170d4c9b256" + ], + "durationId": "567abcf2-f22c-40c5-879c-9d50f1549fac", + "parent": "0b7dc12c-a36c-406a-8429-80b91dd73f2b" + } + }, + { + "head": { + "id": "af263b70-2182-4e54-9836-b07100a2edb5", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112642648600, + "endTime": 512112655975100 + }, + "additional": { + "children": [ + "bccee6cf-f05e-4f8c-949e-2202b0166b5a" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "5b1cd413-e5a9-482b-95c4-103f786705b6", + "logId": "e191ecae-eb2c-4dae-ba75-a499ce0d6dd4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bccee6cf-f05e-4f8c-949e-2202b0166b5a", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112644886900, + "endTime": 512112655453100 + }, + "additional": { + "children": [ + "2b085984-c265-48e4-9fc8-80fdd92d011f", + "7869fd2e-9a14-4685-9b91-cb3839961af4" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "af263b70-2182-4e54-9836-b07100a2edb5", + "logId": "4c022912-e5ee-42b4-b8f3-2a900f5e5e5c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2b085984-c265-48e4-9fc8-80fdd92d011f", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112644887700, + "endTime": 512112648417400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bccee6cf-f05e-4f8c-949e-2202b0166b5a", + "logId": "79b6c903-3a89-426d-84ba-98a3836e5d3f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7869fd2e-9a14-4685-9b91-cb3839961af4", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112648433900, + "endTime": 512112655439500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "bccee6cf-f05e-4f8c-949e-2202b0166b5a", + "logId": "f2d2abf5-178b-4f55-b184-217a14fdef93" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a4f127a1-c232-4557-b931-1eed7929ab7a", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112644890600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "156fe86e-1a9b-4222-a668-ef59bec4d48b", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112648278700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79b6c903-3a89-426d-84ba-98a3836e5d3f", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112644887700, + "endTime": 512112648417400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2b085984-c265-48e4-9fc8-80fdd92d011f", + "parent": "4c022912-e5ee-42b4-b8f3-2a900f5e5e5c" + } + }, + { + "head": { + "id": "cf592d71-4479-4762-9ff1-17f7acb0c4e1", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112648450100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1849976a-c308-47b2-884d-4160f7fc98e0", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112651948400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "345c607a-4e3e-4fe8-b670-2543e410dbe1", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112652071000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f36ccdd9-face-48c6-8985-a5a04e7d30a2", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112652162100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ef9c97b-74b3-4cc8-bb8f-2c182eda9020", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112653225400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6bacaba9-7a6b-4321-bc7c-e190aa6ad5d8", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112653299100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2255f7ae-516f-4540-b0f4-e78f7c06bd76", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112653354700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef96804d-b792-4e4f-8518-63e1f6d16ea4", + "name": "Module 'entry' target 'default' using build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112653424900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4c10afe-5b0e-4e4a-a9ae-c6601f8240d4", + "name": "Module entry task initialization takes 1 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112655255100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8c90eb3-0041-4c33-933d-39291d0a2db9", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112655355000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f2d2abf5-178b-4f55-b184-217a14fdef93", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112648433900, + "endTime": 512112655439500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7869fd2e-9a14-4685-9b91-cb3839961af4", + "parent": "4c022912-e5ee-42b4-b8f3-2a900f5e5e5c" + } + }, + { + "head": { + "id": "4c022912-e5ee-42b4-b8f3-2a900f5e5e5c", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112644886900, + "endTime": 512112655453100 + }, + "additional": { + "logType": "info", + "children": [ + "79b6c903-3a89-426d-84ba-98a3836e5d3f", + "f2d2abf5-178b-4f55-b184-217a14fdef93" + ], + "durationId": "bccee6cf-f05e-4f8c-949e-2202b0166b5a", + "parent": "e191ecae-eb2c-4dae-ba75-a499ce0d6dd4" + } + }, + { + "head": { + "id": "e191ecae-eb2c-4dae-ba75-a499ce0d6dd4", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112642648600, + "endTime": 512112655975100 + }, + "additional": { + "logType": "info", + "children": [ + "4c022912-e5ee-42b4-b8f3-2a900f5e5e5c" + ], + "durationId": "af263b70-2182-4e54-9836-b07100a2edb5", + "parent": "fadc2ec2-80bf-43c9-97f6-419d2aa2d5a6" + } + }, + { + "head": { + "id": "fadc2ec2-80bf-43c9-97f6-419d2aa2d5a6", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112642288500, + "endTime": 512112656012100 + }, + "additional": { + "logType": "info", + "children": [ + "e191ecae-eb2c-4dae-ba75-a499ce0d6dd4" + ], + "durationId": "5b1cd413-e5a9-482b-95c4-103f786705b6", + "parent": "0b7dc12c-a36c-406a-8429-80b91dd73f2b" + } + }, + { + "head": { + "id": "15481420-4f06-4b23-9bfb-a805a87d35eb", + "name": "hvigorfile, resolve hvigorfile dependencies in 55 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112711019000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c1c4f6f-a0ad-4580-ac96-fba13b89f36e", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112656022900, + "endTime": 512112711141700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6e8dfe07-2a7f-4139-bea0-4057accd060c", + "parent": "0b7dc12c-a36c-406a-8429-80b91dd73f2b" + } + }, + { + "head": { + "id": "fa3e6024-43cf-4fcd-a2ff-680c6cf38fed", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112711183400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be8c72a5-c2f7-452a-91ea-9c7a4d153906", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112711399700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "013090dc-4496-4084-b64d-778826981562", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112716806400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3b8026f3-8233-4980-b499-deb300705928", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112717302200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "742e680b-5b61-4d8a-9c37-be7166dcfed6", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112717372600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f855653-c8a7-41bd-adfd-64e6afff2fc7", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112717941900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "adf5511f-45f5-4936-8352-fbbb01ef7112", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112718010600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b3de820a-2181-48c3-a58a-e7f71fd82c80", + "name": "Configuration phase cost:112 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719324200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8b8e6f25-8429-4ad1-b449-3bf83b0ad3d8", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719302700, + "endTime": 512112719391500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2ea710ce-11f3-401e-97b5-16a25a205cdf", + "parent": "0b7dc12c-a36c-406a-8429-80b91dd73f2b" + } + }, + { + "head": { + "id": "0b7dc12c-a36c-406a-8429-80b91dd73f2b", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112603746900, + "endTime": 512112719404500 + }, + "additional": { + "logType": "info", + "children": [ + "0a1bbd18-4f34-4485-bb0a-b46169846b7e", + "1e96ad8f-bf2a-4221-81e8-fef734582908", + "0226c082-aeb8-4e64-8f7e-3e7929a2ae6e", + "fadc2ec2-80bf-43c9-97f6-419d2aa2d5a6", + "3c1c4f6f-a0ad-4580-ac96-fba13b89f36e", + "8b8e6f25-8429-4ad1-b449-3bf83b0ad3d8" + ], + "durationId": "9b264603-b748-46d8-95be-d0f86cef319d", + "parent": "122ba589-7979-4c90-b1f5-e4b44298d67e" + } + }, + { + "head": { + "id": "b4f5e574-0069-4770-a7c6-f9bbefd7b62d", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719447400, + "endTime": 512112719842100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d9acc208-e99e-48ad-acd4-ea6696690829", + "parent": "122ba589-7979-4c90-b1f5-e4b44298d67e" + } + }, + { + "head": { + "id": "f86aa4c8-9ef5-44b2-9996-39dd751bfb3a", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719850700, + "endTime": 512112719851500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a23147ce-5d4f-4684-a463-346d1035f50f", + "parent": "122ba589-7979-4c90-b1f5-e4b44298d67e" + } + }, + { + "head": { + "id": "122ba589-7979-4c90-b1f5-e4b44298d67e", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112593720900, + "endTime": 512112719855800 + }, + "additional": { + "logType": "info", + "children": [ + "03446fd1-8fd0-4dcb-a284-6565e18b29de", + "0b7dc12c-a36c-406a-8429-80b91dd73f2b", + "b4f5e574-0069-4770-a7c6-f9bbefd7b62d", + "f86aa4c8-9ef5-44b2-9996-39dd751bfb3a" + ], + "durationId": "6dfdcec8-dafb-46aa-93da-96e1c626c394" + } + }, + { + "head": { + "id": "9a08d862-02d6-4e8e-85ae-5084cb04c604", + "name": "Configuration task cost before running: 128 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112719994000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cabe175-9228-4711-bef7-ed91518b26c9", + "name": "entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112724032400, + "endTime": 512112728364600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "def67e7e-c595-4c34-839b-edadf67a312b", + "logId": "c49b0584-6d54-4440-9ac8-a3c05b0db436" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "def67e7e-c595-4c34-839b-edadf67a312b", + "name": "create entry:default@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112720805100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6cabe175-9228-4711-bef7-ed91518b26c9" + } + }, + { + "head": { + "id": "a4630fb8-c3ad-4321-b5aa-2902f7058a08", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112721093700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e88069b2-685d-4a7c-bc8a-181a719fe7e2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112721239600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0e9513e3-7395-4824-8f24-b35da74c0eb0", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112721296800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0d08681-1735-4b20-8b57-6eaa75f1fc0f", + "name": "Executing task :entry:default@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112724042800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d64960b-4cc6-44ba-b95b-665bcb8d4a3e", + "name": "Incremental task entry:default@PreBuild pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112728171500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "82a5a018-ddf6-41e0-91ad-4386b9621abb", + "name": "entry : default@PreBuild cost memory 0.39125823974609375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112728278700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c49b0584-6d54-4440-9ac8-a3c05b0db436", + "name": "UP-TO-DATE :entry:default@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112724032400, + "endTime": 512112728364600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6cabe175-9228-4711-bef7-ed91518b26c9" + } + }, + { + "head": { + "id": "50614a64-15c4-49ea-a2bb-e4bb438a28a6", + "name": "entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112731444100, + "endTime": 512112732997400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "24e44f95-f380-49e5-85ff-e3f2ddfffd4e", + "logId": "d1e94691-9ee5-43dc-8ebb-c75deaba44e5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "24e44f95-f380-49e5-85ff-e3f2ddfffd4e", + "name": "create entry:default@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112730059900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "50614a64-15c4-49ea-a2bb-e4bb438a28a6" + } + }, + { + "head": { + "id": "7e92b565-bae1-4e95-8aca-d0ace5f16011", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112730368400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e9dee37-70a4-4e58-a924-b34f8d21b783", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112730556400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eab16d76-dd28-4dfc-a78e-6b5a046c9929", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112730620700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "affd5889-7592-44b4-860c-b6a1b92c0e37", + "name": "Executing task :entry:default@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112731452100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59e03280-d041-4d5d-bba5-45d535013262", + "name": "Incremental task entry:default@GenerateMetadata pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112732826500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ff1dc2fd-db49-42d4-9639-6ccd9d0ccee3", + "name": "entry : default@GenerateMetadata cost memory 0.1468048095703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112732903400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1e94691-9ee5-43dc-8ebb-c75deaba44e5", + "name": "UP-TO-DATE :entry:default@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112731444100, + "endTime": 512112732997400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "50614a64-15c4-49ea-a2bb-e4bb438a28a6" + } + }, + { + "head": { + "id": "1f5c56b2-17f1-48b9-b851-9ca4ae3a7837", + "name": "entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734657200, + "endTime": 512112734922400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "c410705f-bdcf-4bf6-a1e7-82300bcb355a", + "logId": "75677825-c5c6-4289-8fb2-76ee66116fa5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c410705f-bdcf-4bf6-a1e7-82300bcb355a", + "name": "create entry:default@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734068700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1f5c56b2-17f1-48b9-b851-9ca4ae3a7837" + } + }, + { + "head": { + "id": "461d4be2-002b-454d-b2ed-610e4af48e15", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734370000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5aa20c4-a474-4284-8d01-16f1b2ce4bb3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734447700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "971de58f-49d9-43d0-bc8d-14f384f9d322", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734518200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "08685295-2cb2-4dfd-960a-0ac5f31ec051", + "name": "Executing task :entry:default@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734664100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "03cf49f1-ae77-4038-98e8-f5ab0c9c1e35", + "name": "entry : default@ConfigureCmake cost memory 0.01282501220703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734773100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf1d93f6-7f72-4f5f-8d01-a5fcf1de34cf", + "name": "runTaskFromQueue task cost before running: 143 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734849400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75677825-c5c6-4289-8fb2-76ee66116fa5", + "name": "Finished :entry:default@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112734657200, + "endTime": 512112734922400, + "totalTime": 178400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1f5c56b2-17f1-48b9-b851-9ca4ae3a7837" + } + }, + { + "head": { + "id": "7e4fee20-4678-4ab1-93d1-50ece344dae7", + "name": "entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112736769600, + "endTime": 512112737960000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "c2ae8d4e-85cb-4b8a-aba4-9cb47a0bfb62", + "logId": "b4fc78bb-222c-40b1-90b1-fba0aecb78bd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c2ae8d4e-85cb-4b8a-aba4-9cb47a0bfb62", + "name": "create entry:default@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112735828000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7e4fee20-4678-4ab1-93d1-50ece344dae7" + } + }, + { + "head": { + "id": "61a8ce6c-7bac-4e48-b2f7-4030c71d4eec", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112736174300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28ef3be1-6bbb-43a7-877a-72ac4f55ee89", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112736249000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b8dbcd14-e768-4141-a34e-8b286f815863", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112736318600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a89f164-1987-4c81-9a20-f9604f52e12c", + "name": "Executing task :entry:default@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112736777600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d27f7cb-6f90-4a33-9a57-319fcdd91020", + "name": "Incremental task entry:default@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112737794100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eceec6c8-74d4-4f5b-bbc3-4845258e23b6", + "name": "entry : default@MergeProfile cost memory 0.12946319580078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112737878300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b4fc78bb-222c-40b1-90b1-fba0aecb78bd", + "name": "UP-TO-DATE :entry:default@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112736769600, + "endTime": 512112737960000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7e4fee20-4678-4ab1-93d1-50ece344dae7" + } + }, + { + "head": { + "id": "2a0338eb-019b-47bb-8150-766f928b535e", + "name": "entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112739937400, + "endTime": 512112741417700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "52215d1c-4c6b-461c-89c8-4af5c755ca57", + "logId": "0f3685f2-314b-4073-95f1-ccb4d3218d6f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "52215d1c-4c6b-461c-89c8-4af5c755ca57", + "name": "create entry:default@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112738918900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2a0338eb-019b-47bb-8150-766f928b535e" + } + }, + { + "head": { + "id": "0b1ce2ff-235c-438f-ae11-dc233d8100ee", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112739207600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89387a1e-daae-4c02-a7ff-4ae0943d661d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112739289300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf184a69-8f5a-4b6d-aa76-081ed54dbed4", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112739342900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8faf0ec4-ab21-491a-99af-4928fc701469", + "name": "Executing task :entry:default@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112739947200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d0eae16-2791-4361-9f7d-49a1cb778dc1", + "name": "Incremental task entry:default@CreateBuildProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112741244900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a4ca9ab-ad4a-4f32-accd-1f56d7f0a541", + "name": "entry : default@CreateBuildProfile cost memory 0.1230926513671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112741344300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f3685f2-314b-4073-95f1-ccb4d3218d6f", + "name": "UP-TO-DATE :entry:default@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112739937400, + "endTime": 512112741417700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "2a0338eb-019b-47bb-8150-766f928b535e" + } + }, + { + "head": { + "id": "99dfc8a7-6adf-465f-9f17-83ad3d1f6d75", + "name": "entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112743446500, + "endTime": 512112743719900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "6002fdfb-f6b9-47a1-b994-3027fccb8bcc", + "logId": "20270387-c11b-49be-ab44-3596f89916f5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6002fdfb-f6b9-47a1-b994-3027fccb8bcc", + "name": "create entry:default@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112742521300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "99dfc8a7-6adf-465f-9f17-83ad3d1f6d75" + } + }, + { + "head": { + "id": "f853a65e-c49b-4043-a655-7719ade9554c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112742848900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fe8f8e0d-8ee4-4063-a773-c95ad6a7b50c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112742933800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "77feaa0c-fcb8-4fe5-a0f3-b3464ffd59c9", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112742986400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "10e07560-0230-4954-b1d4-d8663093ec35", + "name": "Executing task :entry:default@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112743456000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0b6859d-2e72-4fc1-9752-f10879a2a4e4", + "name": "entry : default@PreCheckSyscap cost memory 0.01309967041015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112743584300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a5efeff-76b0-4b6d-8acd-4e1b17d4e765", + "name": "runTaskFromQueue task cost before running: 152 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112743669000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "20270387-c11b-49be-ab44-3596f89916f5", + "name": "Finished :entry:default@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112743446500, + "endTime": 512112743719900, + "totalTime": 206800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "99dfc8a7-6adf-465f-9f17-83ad3d1f6d75" + } + }, + { + "head": { + "id": "5eda767b-6997-4e66-a7e6-399dd933b389", + "name": "entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112748692200, + "endTime": 512112749073900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "3135e96a-5ea1-44f9-8488-d70adde5c491", + "logId": "e6a995f4-2259-4cf7-b734-93e6e1851411" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3135e96a-5ea1-44f9-8488-d70adde5c491", + "name": "create entry:default@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112744580700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "5eda767b-6997-4e66-a7e6-399dd933b389" + } + }, + { + "head": { + "id": "d3af29d8-cc55-469e-9d5d-6fa7dab467d6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112744886200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d15f86f8-bd94-4766-8786-59870e015460", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112744967900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3867cd5e-d7b2-413e-940f-f2b0314009ca", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112745021900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04d73911-2d40-4ab0-ad2e-bf533e048627", + "name": "Executing task :entry:default@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112748703800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c39b75fa-a531-4196-b49a-6b31a65c686a", + "name": "entry : default@GeneratePkgContextInfo cost memory 0.0205535888671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112748931400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2aa12df8-879f-48ef-8171-23e1a3835944", + "name": "runTaskFromQueue task cost before running: 157 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112749020000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e6a995f4-2259-4cf7-b734-93e6e1851411", + "name": "Finished :entry:default@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112748692200, + "endTime": 512112749073900, + "totalTime": 316100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5eda767b-6997-4e66-a7e6-399dd933b389" + } + }, + { + "head": { + "id": "9fad1bff-8928-415d-ba73-011ac2d116d0", + "name": "entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112751413700, + "endTime": 512112752557000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist." + ], + "detailId": "58beea84-c709-4eea-8f1c-068dfb35994d", + "logId": "a8d9e4c6-b49a-4369-b2d6-5a7697f78761" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "58beea84-c709-4eea-8f1c-068dfb35994d", + "name": "create entry:default@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112750050900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9fad1bff-8928-415d-ba73-011ac2d116d0" + } + }, + { + "head": { + "id": "d63f5f9f-6dae-4670-b71c-c4933c94daf1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112750394800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6ebe05ad-a62d-4665-9d01-c072282f10ed", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112750478500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e0ec70fd-4dd1-42fc-9f32-138b41d6e57b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112750531500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ddd6f5e5-58e4-475e-b6c3-480f820f3a26", + "name": "Executing task :entry:default@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112751424200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a1e6a5c-7934-4e82-80e6-46e61d59dcd4", + "name": "entry:default@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112752172000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dddd1096-2d97-479e-98c3-ccaf334a1fa9", + "name": "Incremental task entry:default@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112752269800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab9f4ad8-4cfd-4c5d-a1e2-8747098714a0", + "name": "entry : default@ProcessIntegratedHsp cost memory 0.09279632568359375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112752404800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dba734d2-af5a-4754-8148-851e1b433b86", + "name": "runTaskFromQueue task cost before running: 161 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112752487200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a8d9e4c6-b49a-4369-b2d6-5a7697f78761", + "name": "Finished :entry:default@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112751413700, + "endTime": 512112752557000, + "totalTime": 1060900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9fad1bff-8928-415d-ba73-011ac2d116d0" + } + }, + { + "head": { + "id": "eacebbce-ad8f-4698-abf3-a12d4ef96ebe", + "name": "entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754589600, + "endTime": 512112754875000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "2d5fdeac-a403-4c99-99ea-31b1be651be1", + "logId": "f549a5e7-c06c-447d-b0ce-055816b2c95a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2d5fdeac-a403-4c99-99ea-31b1be651be1", + "name": "create entry:default@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112753686100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "eacebbce-ad8f-4698-abf3-a12d4ef96ebe" + } + }, + { + "head": { + "id": "a9aef9b5-50bf-4cd3-9402-38e8060f00cf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754000200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f84e4614-9309-47b2-b52f-68de71ddbeb7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754099600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51d05426-1626-40ef-821c-fc7dc1c59705", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754169000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bf557309-4591-421e-824f-fd37917f1479", + "name": "Executing task :entry:default@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754600600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3f8089b-4cb0-4b08-b147-dda7efae4905", + "name": "entry : default@BuildNativeWithCmake cost memory 0.013885498046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754735000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f09efead-04ff-44ac-a17b-1da88dc78811", + "name": "runTaskFromQueue task cost before running: 163 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754821600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f549a5e7-c06c-447d-b0ce-055816b2c95a", + "name": "Finished :entry:default@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112754589600, + "endTime": 512112754875000, + "totalTime": 216500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eacebbce-ad8f-4698-abf3-a12d4ef96ebe" + } + }, + { + "head": { + "id": "10836cbb-272b-42f7-8713-0a78a4d53013", + "name": "entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112756667400, + "endTime": 512112758480600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "43a5b889-22c0-4d29-9392-0de890be0144", + "logId": "5b374138-c62d-4ddd-a8de-a7edb5e25188" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "43a5b889-22c0-4d29-9392-0de890be0144", + "name": "create entry:default@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112755802100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "10836cbb-272b-42f7-8713-0a78a4d53013" + } + }, + { + "head": { + "id": "0e9b5941-e3ef-45d8-b62a-5cf283b012d4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112756115900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6db6e1c1-5d80-49c4-9f2a-5836aee539da", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112756190400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2968eed5-2be6-4813-8b62-bbd4801fa855", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112756242200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f255199-b73b-40fd-a46b-0965b1a75d90", + "name": "Executing task :entry:default@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112756674600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9396dc74-aec7-459f-9f5f-32207344ff35", + "name": "Incremental task entry:default@MakePackInfo pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112758273400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb26a0d3-ce4a-4569-aed1-3bd9cc3668e1", + "name": "entry : default@MakePackInfo cost memory 0.158599853515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112758402900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b374138-c62d-4ddd-a8de-a7edb5e25188", + "name": "UP-TO-DATE :entry:default@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112756667400, + "endTime": 512112758480600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "10836cbb-272b-42f7-8713-0a78a4d53013" + } + }, + { + "head": { + "id": "1e1a1ad5-6f6e-4897-8d6b-2ec52cea0136", + "name": "entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112760600900, + "endTime": 512112761296300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "76e9e660-f1b9-4fe8-89e3-8c0dcaf37cad", + "logId": "0008eeca-84a4-47bf-ae58-2d78eaa49b85" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "76e9e660-f1b9-4fe8-89e3-8c0dcaf37cad", + "name": "create entry:default@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112759630900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1e1a1ad5-6f6e-4897-8d6b-2ec52cea0136" + } + }, + { + "head": { + "id": "b6ca9381-9f3b-4833-9dbc-5522f40572a4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112759915400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e3296b8-db52-4754-8e53-4b114715e73d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112759992100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45f2745c-a279-4d2c-9a88-3b1999019155", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112760043800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e9cfb72-e370-4aaf-a3c9-3d56d30d5f0f", + "name": "Executing task :entry:default@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112760608300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd668daa-94e2-4bb7-8b04-63388421a1da", + "name": "Incremental task entry:default@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112761149300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c9d8192-ff7e-4436-a080-688f27a8e332", + "name": "entry : default@ProcessProfile cost memory 0.06201934814453125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112761231900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0008eeca-84a4-47bf-ae58-2d78eaa49b85", + "name": "UP-TO-DATE :entry:default@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112760600900, + "endTime": 512112761296300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1e1a1ad5-6f6e-4897-8d6b-2ec52cea0136" + } + }, + { + "head": { + "id": "ea59f3ac-bacc-4d50-a89e-313862a9bc17", + "name": "entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112763247700, + "endTime": 512112765090400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc' does not exist." + ], + "detailId": "fbb04ad9-dccf-4963-b8c4-293a219e5517", + "logId": "95566ef8-04d7-4a56-824c-1955a0647b8b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fbb04ad9-dccf-4963-b8c4-293a219e5517", + "name": "create entry:default@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112762158200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ea59f3ac-bacc-4d50-a89e-313862a9bc17" + } + }, + { + "head": { + "id": "fe5d41b5-efa0-4c36-b93c-deba71db9828", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112762463000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e98855db-83be-4996-a002-4c6ab5d9ee63", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112762535600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31c4ca4c-d86d-4817-bfba-6297e18db242", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112762589000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a2f4df7-df38-45c4-b8de-b05a01bbb215", + "name": "Executing task :entry:default@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112763255400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea44bb3f-77f9-432b-834d-6d1a0423c192", + "name": "entry:default@SyscapTransform is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112764739900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e8e8e13-f322-4a8a-8fe5-e0478d1e5e45", + "name": "Incremental task entry:default@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112764828300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d228958-7491-4fc9-a623-530a30a153ab", + "name": "entry : default@SyscapTransform cost memory 0.1230926513671875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112764943100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "acaa4ef7-8738-46ae-9be4-0753826b8bbd", + "name": "runTaskFromQueue task cost before running: 173 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112765022900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95566ef8-04d7-4a56-824c-1955a0647b8b", + "name": "Finished :entry:default@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112763247700, + "endTime": 512112765090400, + "totalTime": 1761700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ea59f3ac-bacc-4d50-a89e-313862a9bc17" + } + }, + { + "head": { + "id": "ba5f6b30-73ba-4364-a9d2-4346805dce81", + "name": "entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112768123800, + "endTime": 512112773535800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "bf54a1bb-83ee-46e9-ab22-983c72ae924b", + "logId": "4a573dce-04e0-4e99-8cf0-19ec17277c6b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bf54a1bb-83ee-46e9-ab22-983c72ae924b", + "name": "create entry:default@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112766189200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "ba5f6b30-73ba-4364-a9d2-4346805dce81" + } + }, + { + "head": { + "id": "8d454261-6490-46b4-ac49-429b0eec39f6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112766487500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d495da63-8806-481f-8c36-d560a7c16e8b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112766559700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4be4021d-b5f3-4171-9ef6-12abf4590ce3", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112766629800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f6c65d1f-0b39-4376-9579-19f65d23e426", + "name": "Executing task :entry:default@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112768131100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "42185331-87dd-44f2-8b31-bb56e6e9ca11", + "name": "Incremental task entry:default@ProcessRouterMap pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112773324700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9245cb4a-7861-4b7d-b725-9384739bd7fa", + "name": "entry : default@ProcessRouterMap cost memory -5.266044616699219", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112773450400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a573dce-04e0-4e99-8cf0-19ec17277c6b", + "name": "UP-TO-DATE :entry:default@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112768123800, + "endTime": 512112773535800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ba5f6b30-73ba-4364-a9d2-4346805dce81" + } + }, + { + "head": { + "id": "716e5a86-5c38-494f-85dc-31121dd7a8c8", + "name": "entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112776307500, + "endTime": 512112776851900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "113a5bd0-ddae-47d0-8348-934df406204b", + "logId": "8cc97ce2-dab5-4ba6-910d-60eedd46f730" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "113a5bd0-ddae-47d0-8348-934df406204b", + "name": "create entry:default@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112775493500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "716e5a86-5c38-494f-85dc-31121dd7a8c8" + } + }, + { + "head": { + "id": "250e4957-1ced-4810-8fc3-c56059a1cb1d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112775781400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4bd7647a-8a9c-4cd5-ba35-58b03ce6b37c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112775855500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "148da548-9b05-4ad7-9c69-9b26b53d34e1", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112775923300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "31a0d85e-3482-4142-a12f-6d1bc48d14e2", + "name": "Executing task :entry:default@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112776315900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "554c258f-6650-4681-beaf-567d6da7ba46", + "name": "entry : default@BuildNativeWithNinja cost memory 0.03337860107421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112776694800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7806bb84-e3eb-421a-bcf8-2ca59bfabfff", + "name": "runTaskFromQueue task cost before running: 185 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112776799700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8cc97ce2-dab5-4ba6-910d-60eedd46f730", + "name": "Finished :entry:default@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112776307500, + "endTime": 512112776851900, + "totalTime": 460500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "716e5a86-5c38-494f-85dc-31121dd7a8c8" + } + }, + { + "head": { + "id": "fbbd4ed6-b8c8-4c4b-994d-c69582da58d9", + "name": "entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112778877300, + "endTime": 512112780737900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "07752e7d-4806-4b9a-900b-0dd0c7df11b9", + "logId": "84d9735c-5189-406b-beb8-583961e2171d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "07752e7d-4806-4b9a-900b-0dd0c7df11b9", + "name": "create entry:default@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112777658400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "fbbd4ed6-b8c8-4c4b-994d-c69582da58d9" + } + }, + { + "head": { + "id": "ce391fd8-69f2-4b24-998f-49d6b8f1c9a8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112777932000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a718941b-2886-4353-a956-9f8459551948", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112778005100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b6882770-d849-494a-9e03-a8b3180ddfe8", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112778058600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16c3f95f-6e5c-4e27-a134-0ee21cec9f28", + "name": "restool module names: entry; moduleName=entry, taskName=default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112778571900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "59df0b05-1400-4a57-a159-0d2e1484355a", + "name": "Executing task :entry:default@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112779552500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "87c98fcd-0abe-40fb-862d-c29d6f3e060a", + "name": "Incremental task entry:default@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112779942500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8d061631-45f4-443b-9b92-c43d3f09a03f", + "name": "entry : default@ProcessResource cost memory 0.11678314208984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112780023500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84d9735c-5189-406b-beb8-583961e2171d", + "name": "UP-TO-DATE :entry:default@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112778877300, + "endTime": 512112780737900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "fbbd4ed6-b8c8-4c4b-994d-c69582da58d9" + } + }, + { + "head": { + "id": "e03eb2a3-30a5-4407-895b-b5ae4f27dc22", + "name": "entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112783843400, + "endTime": 512112791396300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "0cce454b-91bf-43b7-bcdd-0bf1b0fd6a5f", + "logId": "cf6782fb-716f-458c-8c7c-65649ff7ed3e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0cce454b-91bf-43b7-bcdd-0bf1b0fd6a5f", + "name": "create entry:default@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112782174400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e03eb2a3-30a5-4407-895b-b5ae4f27dc22" + } + }, + { + "head": { + "id": "9b2dbd08-d6e0-4265-b3ce-175330a0c967", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112782458600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4dd04b50-8256-4eb4-a001-5fe0f86150f7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112782531100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2a9f0f8-da43-450c-8875-84bd41a3d013", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112782581200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "068bce47-c8ee-4177-8647-b30e42ddf41e", + "name": "Executing task :entry:default@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112783850300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "777027d0-03ca-49e3-8e5b-12956d8c49fd", + "name": "Incremental task entry:default@GenerateLoaderJson pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112791058000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99353c19-01f7-433b-bac2-4201406ae758", + "name": "entry : default@GenerateLoaderJson cost memory 0.7624664306640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112791255600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf6782fb-716f-458c-8c7c-65649ff7ed3e", + "name": "UP-TO-DATE :entry:default@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112783843400, + "endTime": 512112791396300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e03eb2a3-30a5-4407-895b-b5ae4f27dc22" + } + }, + { + "head": { + "id": "7b4a8009-830d-4e6d-9b6f-960f00f2471e", + "name": "entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112796296300, + "endTime": 512112797490100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "c4424d11-34c1-434a-9e76-bbacd593613b", + "logId": "ee00fdc9-d138-418f-ade4-98e69f46c494" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c4424d11-34c1-434a-9e76-bbacd593613b", + "name": "create entry:default@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112794930200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7b4a8009-830d-4e6d-9b6f-960f00f2471e" + } + }, + { + "head": { + "id": "7c9d63c5-a142-4e72-89fa-38a5ce70d84e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112795204600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "800c20ba-e496-4428-b4b2-a65dbcff995d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112795294100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "284fadb8-3cc2-43f7-9a99-0b9b1e8c42ba", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112795342700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d8527715-a3cc-476e-831c-f326be2ba5b0", + "name": "Executing task :entry:default@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112796323400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "481d6485-1334-4cc4-83a0-9b175c954689", + "name": "Incremental task entry:default@ProcessLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112797294700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "efb4a3ce-3484-47c6-bd57-cd497d9c9150", + "name": "entry : default@ProcessLibs cost memory 0.084259033203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112797402800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee00fdc9-d138-418f-ade4-98e69f46c494", + "name": "UP-TO-DATE :entry:default@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112796296300, + "endTime": 512112797490100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7b4a8009-830d-4e6d-9b6f-960f00f2471e" + } + }, + { + "head": { + "id": "cf4ebf9e-88f7-4c24-9f00-28cd3bb75a24", + "name": "entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112800244500, + "endTime": 512112808350800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "823d30cc-383d-4de3-92c7-bd99ecb18048", + "logId": "602bcdd0-0a53-4cdc-8988-a193b4dc0bf6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "823d30cc-383d-4de3-92c7-bd99ecb18048", + "name": "create entry:default@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112798486100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cf4ebf9e-88f7-4c24-9f00-28cd3bb75a24" + } + }, + { + "head": { + "id": "047bc024-c962-45b0-937b-0b775303ef13", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112798759500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c491e52-b39c-441a-9180-767c8ab57923", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112798839900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "542ffe94-fa2d-43fa-a8b8-ef358cd14c7b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112798893700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0c2dc26-0ee9-437f-8863-56afc72a616e", + "name": "restool module names: entry; moduleName=entry, taskName=default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112799293000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e68f784-a522-4aca-91c5-32eee428ec3f", + "name": "Executing task :entry:default@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112800260200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f9db1e98-a11f-4dd5-b0f8-eb5ffd47bb41", + "name": "Incremental task entry:default@CompileResource pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112808177600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8893d4d0-4802-47ba-bf68-a84ee0dcec32", + "name": "entry : default@CompileResource cost memory 0.9502487182617188", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112808272900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "602bcdd0-0a53-4cdc-8988-a193b4dc0bf6", + "name": "UP-TO-DATE :entry:default@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112800244500, + "endTime": 512112808350800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cf4ebf9e-88f7-4c24-9f00-28cd3bb75a24" + } + }, + { + "head": { + "id": "87b07918-c428-44ba-ad59-7be691e82df6", + "name": "entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112811986200, + "endTime": 512112812762100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "49c343b7-62f2-4137-bea3-b4ec7fbb7a8c", + "logId": "0323f509-4783-4bc9-b815-dc561bcdb79b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "49c343b7-62f2-4137-bea3-b4ec7fbb7a8c", + "name": "create entry:default@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112810506000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "87b07918-c428-44ba-ad59-7be691e82df6" + } + }, + { + "head": { + "id": "e37e478d-3789-4c0f-ac24-c065373392e8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112810828000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3fc23995-a0a4-4d82-8649-a487c6d88c23", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112810905600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89af3cfa-178d-4b7c-8078-b7a5db541ef0", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112810959200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "22637680-a04b-401a-80e2-1a24e79cc691", + "name": "Executing task :entry:default@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112811993300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1ddefeed-7813-4f97-b877-40a8e89e9dc2", + "name": "Incremental task entry:default@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112812625200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ef32cb19-5d43-461d-ba1f-37b491f1c9e6", + "name": "entry : default@DoNativeStrip cost memory 0.06827545166015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112812702400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0323f509-4783-4bc9-b815-dc561bcdb79b", + "name": "UP-TO-DATE :entry:default@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112811986200, + "endTime": 512112812762100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "87b07918-c428-44ba-ad59-7be691e82df6" + } + }, + { + "head": { + "id": "e77df0c6-d01e-41ac-86dd-b742417593ad", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112815817700, + "endTime": 512115151273300 + }, + "additional": { + "children": [ + "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "6791799f-c9dd-41f7-8bf0-c60b5cd8bae6" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets' has been changed." + ], + "detailId": "6d801468-ac16-4034-8009-9dca8d8ba8ab", + "logId": "eb368b93-69b9-449c-ac71-9e54217e1dd8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6d801468-ac16-4034-8009-9dca8d8ba8ab", + "name": "create entry:default@CompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112813753500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e77df0c6-d01e-41ac-86dd-b742417593ad" + } + }, + { + "head": { + "id": "37fa3d12-7b16-4d58-856d-817322e5ac53", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112814012100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "21b9fb75-de42-4349-84d1-f6930113fbb1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112814080000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53531199-197f-4330-9a0d-8984ffd98942", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112814130700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "42468a7d-4f57-43dc-a575-d3b8844299a6", + "name": "Executing task :entry:default@CompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112815825900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a9d3f987-0c4b-465d-81eb-014ccd8524f9", + "name": "entry:default@CompileArkTS is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112824399400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "259fa62f-7864-4299-895c-af6cb3c1770c", + "name": "Incremental task entry:default@CompileArkTS pre-execution cost: 7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112824546100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9080315e-6b3d-406d-a427-1502453b9c1f", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112832047700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6c7b1ab7-9c21-40b7-8e64-f91baecd0fed", + "name": "Compile arkts with external api path: D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112832335600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f95c7900-ef1a-4115-8b83-47ddec726027", + "name": "default@CompileArkTS work[15] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112832863300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512112835905100, + "endTime": 512115151020900 + }, + "additional": { + "children": [ + "cc8390b2-def4-4b96-899b-05c3fca2cc76", + "f62fe9f6-94ca-4450-884f-9116564d6d07", + "bfbe04e5-b1ef-4c24-9f4b-2e20020fdbf3", + "31b49ab8-6e32-44ec-b5dc-69188d1c10ae", + "41f18d5a-7c13-41cf-a521-357c991abef7", + "d4c5ebb9-0027-4383-810b-1d9b1d4f012e" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "e77df0c6-d01e-41ac-86dd-b742417593ad", + "logId": "7becdaf2-4498-44c3-b45d-37362fd0f5b7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "20c3c98c-9a49-494e-86e8-4da5c3eaa387", + "name": "default@CompileArkTS work[15] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112833305500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b69f0d2-2231-4d70-9eaa-206c945b1cfc", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112833388200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74a5ffe9-2438-420c-aad9-81bf214aef3c", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112833526800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "531acd65-cd53-495a-9816-a7e155ff1ce0", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112833597500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dbb318cb-890a-4478-9e7b-6bb252730238", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112833660100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb3a6982-b203-4c93-9fa9-fa712dd17b9a", + "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112833724100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5fe5b6ff-a2dc-4ce6-9e92-a824c9832784", + "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835018200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2822e75a-4055-41ae-beef-79ffe1d9f94d", + "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835065500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "909cddcf-69ad-475e-bc23-96e4702dcb58", + "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835106500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b865f452-6c28-4a09-a719-7bbad30d4fd0", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835145700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8dba090c-f1d3-4777-b913-4bfab5a30849", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835271200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa2a68e3-becf-4ab2-a834-952bc29ed8c4", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835352700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78a47c58-b369-4a75-87e5-64ed6b2b5dc1", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835485900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "907074b5-f159-49d6-8345-caeb838efae0", + "name": "A work dispatched to worker[3] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835578300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4327c221-0918-46b4-800c-c3c9e58de49c", + "name": "A work dispatched to worker[2] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835639000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0bd8d568-819a-485e-aaba-602a5e67c947", + "name": "A work dispatched to worker[1] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835695700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6e8ef819-3b02-4d40-9853-c8840e88e708", + "name": "default@CompileArkTS work[15] has been dispatched to worker[0].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835909200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7558d592-d2e0-4608-b668-e11691cd1ccd", + "name": "default@CompileArkTS work[15] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112835958600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e5e66ce-b7de-4383-a5cf-6b2bd565d80c", + "name": "CopyResources startTime: 512112836029700", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112836032500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "da75007f-692c-4291-b550-3ca385ac6a50", + "name": "default@CompileArkTS work[16] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112836126200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6791799f-c9dd-41f7-8bf0-c60b5cd8bae6", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512112837923900, + "endTime": 512113485594600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "e77df0c6-d01e-41ac-86dd-b742417593ad", + "logId": "2a46c287-1583-4e3e-9af3-98f1b80bd1d4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f74edff1-4f47-434c-8f20-95c0318ec183", + "name": "default@CompileArkTS work[16] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112836654200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a15fc709-efab-4a01-a3fb-e3c0ad8858e3", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112836774400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0325422a-cce7-41c3-80d7-6c1804313e66", + "name": "Create resident worker with id: 14.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112836847600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f054139d-aa3f-437d-a172-21671f145a28", + "name": "default@CompileArkTS work[16] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112837929800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69d93e04-69be-4408-8167-7865c7243bc5", + "name": "default@CompileArkTS work[16] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112838037700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d81ef081-1130-4884-81eb-fffdb256e0c6", + "name": "entry : default@CompileArkTS cost memory -4.8480987548828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112838127900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9d21e593-64b2-4f87-9f0d-2db81f642230", + "name": "entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112841716200, + "endTime": 512112843904300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "05e7c645-a587-46ff-9ae8-709ddf3c6ae0", + "logId": "4753f6e5-6821-4afd-97cc-011317491eee" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "05e7c645-a587-46ff-9ae8-709ddf3c6ae0", + "name": "create entry:default@BuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112839424900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9d21e593-64b2-4f87-9f0d-2db81f642230" + } + }, + { + "head": { + "id": "9983967c-113e-4d40-b53d-eb18ec0fea81", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112839817600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8223e8c8-6009-43aa-8509-3a4d0565c19a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112839894300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "98e8781a-e4c7-42df-8251-a679ea4a97c4", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112839946200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a255179-b211-4751-908f-d9f4bddad34c", + "name": "Executing task :entry:default@BuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112841724500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bdcbf75a-8f52-45b8-812d-66eaecac3b4b", + "name": "entry : default@BuildJS cost memory 0.1527862548828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112843730400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e825145-5fb7-4e11-89bf-aa0d6e8af86d", + "name": "runTaskFromQueue task cost before running: 252 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112843833700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4753f6e5-6821-4afd-97cc-011317491eee", + "name": "Finished :entry:default@BuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112841716200, + "endTime": 512112843904300, + "totalTime": 2101400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9d21e593-64b2-4f87-9f0d-2db81f642230" + } + }, + { + "head": { + "id": "3443eb1d-da36-40ec-98b6-c6e296ef8c86", + "name": "entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112846322300, + "endTime": 512112847370900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "c46c488a-96b6-466d-8b44-d46c2b8eb45b", + "logId": "f446b4ea-a7de-4740-aee4-d59918133c0f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c46c488a-96b6-466d-8b44-d46c2b8eb45b", + "name": "create entry:default@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112844776600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3443eb1d-da36-40ec-98b6-c6e296ef8c86" + } + }, + { + "head": { + "id": "7fb93574-3ddd-4733-8ae0-97f7d67f627e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112845063700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c39b67c8-b5e0-4742-b706-b8655265ba32", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112845178700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47ae5726-f4d5-4ee1-9416-bbbcd0e94293", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112845245300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cc8eff6-3a47-4bf6-b82d-73ec3a93373f", + "name": "Executing task :entry:default@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112846330100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3bdeae2b-7734-4f58-af93-08368765cef3", + "name": "Incremental task entry:default@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112847218800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5514b5eb-d5ec-4cff-8a94-818d937c417e", + "name": "entry : default@CacheNativeLibs cost memory 0.0888214111328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112847305900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f446b4ea-a7de-4740-aee4-d59918133c0f", + "name": "UP-TO-DATE :entry:default@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112846322300, + "endTime": 512112847370900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3443eb1d-da36-40ec-98b6-c6e296ef8c86" + } + }, + { + "head": { + "id": "75e48272-195a-42b2-9afd-4dfc2349fc61", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512113485348500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "258c35c4-e346-4270-ba57-fceb64f3ed6b", + "name": "CopyResources is end, endTime: 512113485409500", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512113485413600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fa41c7d2-ce34-4838-9dd2-9f2b613b6c9b", + "name": "default@CompileArkTS work[16] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512113485660100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a46c287-1583-4e3e-9af3-98f1b80bd1d4", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512112837923900, + "endTime": 512113485594600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6791799f-c9dd-41f7-8bf0-c60b5cd8bae6", + "parent": "eb368b93-69b9-449c-ac71-9e54217e1dd8" + } + }, + { + "head": { + "id": "165bac4c-4166-4758-bfda-3b52fcad7265", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512113485751500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12b2ac3f-8cc7-4c66-b201-f17576746695", + "name": "worker[0] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115147534200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc8390b2-def4-4b96-899b-05c3fca2cc76", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512112836273800, + "endTime": 512112841701600 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "logId": "04106fbb-b29c-46d3-ad0c-ccbac6c16c06" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "04106fbb-b29c-46d3-ad0c-ccbac6c16c06", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112836273800, + "endTime": 512112841701600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cc8390b2-def4-4b96-899b-05c3fca2cc76", + "parent": "7becdaf2-4498-44c3-b45d-37362fd0f5b7" + } + }, + { + "head": { + "id": "f62fe9f6-94ca-4450-884f-9116564d6d07", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512112841719600, + "endTime": 512112841802000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "logId": "b527535f-19b8-4129-bc70-c4eb3c7f05cc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b527535f-19b8-4129-bc70-c4eb3c7f05cc", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112841719600, + "endTime": 512112841802000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f62fe9f6-94ca-4450-884f-9116564d6d07", + "parent": "7becdaf2-4498-44c3-b45d-37362fd0f5b7" + } + }, + { + "head": { + "id": "bfbe04e5-b1ef-4c24-9f4b-2e20020fdbf3", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512112841809400, + "endTime": 512112841874000 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "logId": "58c39e47-1b3d-46bf-a3b8-f1fa3f965836" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "58c39e47-1b3d-46bf-a3b8-f1fa3f965836", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112841809400, + "endTime": 512112841874000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bfbe04e5-b1ef-4c24-9f4b-2e20020fdbf3", + "parent": "7becdaf2-4498-44c3-b45d-37362fd0f5b7" + } + }, + { + "head": { + "id": "31b49ab8-6e32-44ec-b5dc-69188d1c10ae", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512112841883700, + "endTime": 512114962984600 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "logId": "03af5196-4890-4e3e-854e-489fd871ece2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "03af5196-4890-4e3e-854e-489fd871ece2", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112841883700, + "endTime": 512114962984600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "31b49ab8-6e32-44ec-b5dc-69188d1c10ae", + "parent": "7becdaf2-4498-44c3-b45d-37362fd0f5b7" + } + }, + { + "head": { + "id": "41f18d5a-7c13-41cf-a521-357c991abef7", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512114963003300, + "endTime": 512114967463100 + }, + "additional": { + "children": [ + "ebf49580-c7a3-4229-826b-62a3e0b1ba61", + "445efb46-4fcb-4742-9cd7-a1f9fb4b2554", + "e74d5188-fdc1-46e4-be1e-ec0d9898267a" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "logId": "57e8e16f-5b06-4d04-a3a4-b9fd4a2c5889" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "57e8e16f-5b06-4d04-a3a4-b9fd4a2c5889", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512114963003300, + "endTime": 512114967463100 + }, + "additional": { + "logType": "info", + "children": [ + "5dc94e17-4b73-42ee-bdbc-7010b568a2b3", + "4e044b1a-f3d9-4b77-8683-8d44ce1d82a4", + "206e9563-4e81-4b46-8872-bc05eab33226" + ], + "durationId": "41f18d5a-7c13-41cf-a521-357c991abef7", + "parent": "7becdaf2-4498-44c3-b45d-37362fd0f5b7" + } + }, + { + "head": { + "id": "ebf49580-c7a3-4229-826b-62a3e0b1ba61", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512114963037400, + "endTime": 512114963043900 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "41f18d5a-7c13-41cf-a521-357c991abef7", + "logId": "5dc94e17-4b73-42ee-bdbc-7010b568a2b3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5dc94e17-4b73-42ee-bdbc-7010b568a2b3", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512114963037400, + "endTime": 512114963043900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ebf49580-c7a3-4229-826b-62a3e0b1ba61", + "parent": "57e8e16f-5b06-4d04-a3a4-b9fd4a2c5889" + } + }, + { + "head": { + "id": "445efb46-4fcb-4742-9cd7-a1f9fb4b2554", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512114963047600, + "endTime": 512114966864200 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "41f18d5a-7c13-41cf-a521-357c991abef7", + "logId": "4e044b1a-f3d9-4b77-8683-8d44ce1d82a4" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4e044b1a-f3d9-4b77-8683-8d44ce1d82a4", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512114963047600, + "endTime": 512114966864200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "445efb46-4fcb-4742-9cd7-a1f9fb4b2554", + "parent": "57e8e16f-5b06-4d04-a3a4-b9fd4a2c5889" + } + }, + { + "head": { + "id": "e74d5188-fdc1-46e4-be1e-ec0d9898267a", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512114966873400, + "endTime": 512114967452800 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "41f18d5a-7c13-41cf-a521-357c991abef7", + "logId": "206e9563-4e81-4b46-8872-bc05eab33226" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "206e9563-4e81-4b46-8872-bc05eab33226", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512114966873400, + "endTime": 512114967452800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "e74d5188-fdc1-46e4-be1e-ec0d9898267a", + "parent": "57e8e16f-5b06-4d04-a3a4-b9fd4a2c5889" + } + }, + { + "head": { + "id": "d4c5ebb9-0027-4383-810b-1d9b1d4f012e", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512114967473500, + "endTime": 512115144738500 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "logId": "35775a3d-ee37-49c0-a039-dd97749df5a9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "35775a3d-ee37-49c0-a039-dd97749df5a9", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512114967473500, + "endTime": 512115144738500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d4c5ebb9-0027-4383-810b-1d9b1d4f012e", + "parent": "7becdaf2-4498-44c3-b45d-37362fd0f5b7" + } + }, + { + "head": { + "id": "e73ad1a4-65eb-49b3-af6b-7d30188cca09", + "name": "default@CompileArkTS work[15] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115151032800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7becdaf2-4498-44c3-b45d-37362fd0f5b7", + "name": "entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512112835905100, + "endTime": 512115151020900 + }, + "additional": { + "logType": "info", + "children": [ + "04106fbb-b29c-46d3-ad0c-ccbac6c16c06", + "b527535f-19b8-4129-bc70-c4eb3c7f05cc", + "58c39e47-1b3d-46bf-a3b8-f1fa3f965836", + "03af5196-4890-4e3e-854e-489fd871ece2", + "57e8e16f-5b06-4d04-a3a4-b9fd4a2c5889", + "35775a3d-ee37-49c0-a039-dd97749df5a9" + ], + "durationId": "04a8d6c6-b769-4204-aae6-a70b50b525ef", + "parent": "eb368b93-69b9-449c-ac71-9e54217e1dd8" + } + }, + { + "head": { + "id": "6fb6955c-04d4-4ed3-a8b0-3c2c9e8056ec", + "name": "A work dispatched to worker[0] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115151205300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eb368b93-69b9-449c-ac71-9e54217e1dd8", + "name": "Finished :entry:default@CompileArkTS", + "description": "Compile ArkTS or JS components for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112815817700, + "endTime": 512115151273300, + "totalTime": 2335205800 + }, + "additional": { + "logType": "info", + "children": [ + "7becdaf2-4498-44c3-b45d-37362fd0f5b7", + "2a46c287-1583-4e3e-9af3-98f1b80bd1d4" + ], + "durationId": "e77df0c6-d01e-41ac-86dd-b742417593ad" + } + }, + { + "head": { + "id": "1a40994f-0fa3-4bde-8851-f0df30c7df5d", + "name": "entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115154724100, + "endTime": 512115156532400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "b8fc148a-dc44-406b-be69-6aa136b75e83", + "logId": "99528a05-4b7f-415a-b63d-bf1e837b75a0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b8fc148a-dc44-406b-be69-6aa136b75e83", + "name": "create entry:default@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115153605400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1a40994f-0fa3-4bde-8851-f0df30c7df5d" + } + }, + { + "head": { + "id": "1e17bb2d-be4e-4bf9-bba3-31a0f8ed955c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115153904200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa60f2ff-e911-401e-8063-3ba65f2e0882", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115154031900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6af1ebf-c175-4009-befd-9764e863b283", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115154084500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aaa2fb0d-797d-4d73-baa8-cbada57d4f9a", + "name": "Executing task :entry:default@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115154733300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a949d02-05e8-4925-9f0b-9345d367a858", + "name": "Incremental task entry:default@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115156328700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7c8f6d5-37e9-4aae-aa46-7154c2fed5ab", + "name": "entry : default@GeneratePkgModuleJson cost memory 0.10703277587890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115156474100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99528a05-4b7f-415a-b63d-bf1e837b75a0", + "name": "UP-TO-DATE :entry:default@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115154724100, + "endTime": 512115156532400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1a40994f-0fa3-4bde-8851-f0df30c7df5d" + } + }, + { + "head": { + "id": "e14452c9-5ab1-4f18-ba48-322ce1e55a12", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115161925200, + "endTime": 512115599766700 + }, + "additional": { + "children": [ + "1aabbbbd-f837-4365-8d04-8891ac7c2b2a", + "7defd9ce-6357-4ed9-8903-3a6956d335f3", + "4340379d-bd6c-4c4f-96c9-5239178763e6" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets' has been changed." + ], + "detailId": "4d22e5c4-21b3-4a87-8bbc-943b9ee12e13", + "logId": "aa75301c-24db-4179-b804-eba5dfad141a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "4d22e5c4-21b3-4a87-8bbc-943b9ee12e13", + "name": "create entry:default@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115158046900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "e14452c9-5ab1-4f18-ba48-322ce1e55a12" + } + }, + { + "head": { + "id": "b9c75f37-bf99-42ad-9ca3-2b68c22dcd43", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115158302400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c28e905f-4799-4718-a220-b7797d79de71", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115158517300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f3e75011-a1df-4d35-8877-726b1cfd2e3a", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115158573100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7c8bd489-ec20-4387-9894-851f1634dd76", + "name": "Executing task :entry:default@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115161932700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16a76a80-814b-47a2-b7e3-900855d61f85", + "name": "entry:default@PackageHap is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115165833900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c79f71e-7ec1-4fa3-910c-6ba75e00a509", + "name": "Incremental task entry:default@PackageHap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115165924200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1aabbbbd-f837-4365-8d04-8891ac7c2b2a", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115166365800, + "endTime": 512115167153200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e14452c9-5ab1-4f18-ba48-322ce1e55a12", + "logId": "9bba1f25-8421-48b8-9c6e-8688ff0035e6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b0dfd570-3cb0-426a-91be-a5e559b198b7", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=GBK',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\stripped_native_libs\\\\default',\n '--json-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\package\\\\default\\\\module.json',\n '--resources-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resources',\n '--index-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\default\\\\resources.index',\n '--pack-info-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\pack.info',\n '--out-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\entry-default-unsigned.hap',\n '--ets-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\default\\\\ets'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115167046600 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "e14452c9-5ab1-4f18-ba48-322ce1e55a12" + } + }, + { + "head": { + "id": "9bba1f25-8421-48b8-9c6e-8688ff0035e6", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115166365800, + "endTime": 512115167153200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1aabbbbd-f837-4365-8d04-8891ac7c2b2a", + "parent": "aa75301c-24db-4179-b804-eba5dfad141a" + } + }, + { + "head": { + "id": "7defd9ce-6357-4ed9-8903-3a6956d335f3", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115167470100, + "endTime": 512115168741000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "e14452c9-5ab1-4f18-ba48-322ce1e55a12", + "logId": "6028c69c-38ea-4228-a4b8-c64f7453c0d9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "ff9614eb-2d63-46f3-a4f2-a9e5483234e7", + "name": "default@PackageHap work[17] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115168078900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4340379d-bd6c-4c4f-96c9-5239178763e6", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512115168645000, + "endTime": 512115599584200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "e14452c9-5ab1-4f18-ba48-322ce1e55a12", + "logId": "a0010342-72f1-4724-815f-34b4602c56d1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "9d7a23de-0866-492e-b1b8-2b2c79b41705", + "name": "default@PackageHap work[17] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115168505300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "441d98f4-675d-4b0a-b2f3-44e4c94d2c48", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115168572400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "732b84a3-b181-4ae8-9db5-7e5e9cb7d8ec", + "name": "default@PackageHap work[17] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115168649600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a2a7c0c-d21f-4ecd-b791-5108d5839d33", + "name": "default@PackageHap work[17] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115168698200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6028c69c-38ea-4228-a4b8-c64f7453c0d9", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115167470100, + "endTime": 512115168741000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7defd9ce-6357-4ed9-8903-3a6956d335f3", + "parent": "aa75301c-24db-4179-b804-eba5dfad141a" + } + }, + { + "head": { + "id": "f28eba0e-de82-425d-9b0d-8fb14d282df5", + "name": "entry : default@PackageHap cost memory 0.8785400390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115169845300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "531ec223-4fb7-4afc-af0f-d797ae1c21fb", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115599536400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c3a82f47-8053-4e3a-9937-08566d352295", + "name": "default@PackageHap work[17] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115599596700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0010342-72f1-4724-815f-34b4602c56d1", + "name": "entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512115168645000, + "endTime": 512115599584200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4340379d-bd6c-4c4f-96c9-5239178763e6", + "parent": "aa75301c-24db-4179-b804-eba5dfad141a" + } + }, + { + "head": { + "id": "8e4cdbf8-0804-483c-81fc-e16ff3a359ff", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115599717800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aa75301c-24db-4179-b804-eba5dfad141a", + "name": "Finished :entry:default@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115161925200, + "endTime": 512115599766700, + "totalTime": 437663400 + }, + "additional": { + "logType": "info", + "children": [ + "9bba1f25-8421-48b8-9c6e-8688ff0035e6", + "6028c69c-38ea-4228-a4b8-c64f7453c0d9", + "a0010342-72f1-4724-815f-34b4602c56d1" + ], + "durationId": "e14452c9-5ab1-4f18-ba48-322ce1e55a12" + } + }, + { + "head": { + "id": "2947b7bc-f64f-4ddc-8cb9-0cbb2a444244", + "name": "entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115603110800, + "endTime": 512115728430000 + }, + "additional": { + "children": [ + "4ce51859-efc2-4061-87cf-0de3eca49fa5", + "7660759a-eab6-4eb9-865a-4e7db61f7b38" + ], + "state": "success", + "targetName": "default", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap' has been changed." + ], + "detailId": "729344bc-8198-4b4d-967b-9a1e01a119e3", + "logId": "8f2d1ac1-8256-4e22-907a-a894e6406113" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "729344bc-8198-4b4d-967b-9a1e01a119e3", + "name": "create entry:default@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115601333800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "2947b7bc-f64f-4ddc-8cb9-0cbb2a444244" + } + }, + { + "head": { + "id": "ec6300ba-a002-47cc-918d-221819cbeea9", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115601736500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc7354d6-a95b-4e32-b333-c50ada62af0a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115601822300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1a76a60b-b751-40ef-89d3-61fdaab522d7", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115601867700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d40757ca-e80f-4cfd-811c-947acaa45733", + "name": "Executing task :entry:default@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115603117300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c27c7210-7e05-4678-bb97-279d3ff1a064", + "name": "entry:default@SignHap is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115604271700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0b616b7-09c5-475e-bb68-c18cf046b78d", + "name": "Incremental task entry:default@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115604356800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ce51859-efc2-4061-87cf-0de3eca49fa5", + "name": "generate hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115605889000, + "endTime": 512115650766100 + }, + "additional": { + "children": [ + "9a9fa6ee-a874-4bd5-b773-2b7b81ec1ecf" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2947b7bc-f64f-4ddc-8cb9-0cbb2a444244", + "logId": "08f87388-5abf-4bab-9847-596a5922e903" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "eab3edc5-fb6f-4728-a160-99d743c2d3f2", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar]\n [\n 'java',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\hap-sign-tool.jar',\n 'sign-app',\n '-mode',\n 'localSign',\n '-keystoreFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12',\n '-keystorePwd',\n '******',\n '-keyAlias',\n 'debugKey',\n '-keyPwd',\n '******',\n '-signAlg',\n 'SHA256withECDSA',\n '-profileFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b',\n '-appCertFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer',\n '-inFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\entry-default-unsigned.hap',\n '-outFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\default\\\\entry-default-signed.hap'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115623990900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9a9fa6ee-a874-4bd5-b773-2b7b81ec1ecf", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115626374500, + "endTime": 512115649625000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ce51859-efc2-4061-87cf-0de3eca49fa5", + "logId": "3c3cd799-a925-4fa1-b9b4-462e04cc456d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1719613e-5f4d-42fc-9b43-b4a42bb9c8ec", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"verify profile success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115648905000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c3cd799-a925-4fa1-b9b4-462e04cc456d", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115626374500, + "endTime": 512115649625000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9a9fa6ee-a874-4bd5-b773-2b7b81ec1ecf", + "parent": "08f87388-5abf-4bab-9847-596a5922e903" + } + }, + { + "head": { + "id": "08f87388-5abf-4bab-9847-596a5922e903", + "name": "generate hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115605889000, + "endTime": 512115650766100 + }, + "additional": { + "logType": "info", + "children": [ + "3c3cd799-a925-4fa1-b9b4-462e04cc456d" + ], + "durationId": "4ce51859-efc2-4061-87cf-0de3eca49fa5", + "parent": "8f2d1ac1-8256-4e22-907a-a894e6406113" + } + }, + { + "head": { + "id": "7660759a-eab6-4eb9-865a-4e7db61f7b38", + "name": "execute hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115651522700, + "endTime": 512115728053200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "2947b7bc-f64f-4ddc-8cb9-0cbb2a444244", + "logId": "8629edfe-d783-4239-936b-2de3cfd0166e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c116bfb8-75d0-4d97-8d93-7a9f937cf88e", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115653886900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "488ac229-cd28-43d1-a9d8-454d8064634a", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"sign app success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115727645400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8629edfe-d783-4239-936b-2de3cfd0166e", + "name": "execute hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115651522700, + "endTime": 512115728053200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7660759a-eab6-4eb9-865a-4e7db61f7b38", + "parent": "8f2d1ac1-8256-4e22-907a-a894e6406113" + } + }, + { + "head": { + "id": "54d79abe-24db-47d8-9ade-cff994d6f5af", + "name": "entry : default@SignHap cost memory 1.1651229858398438", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115728253300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5708a12-ea12-4b96-a837-b5c2859911d3", + "name": "runTaskFromQueue task cost before running: 3 s 137 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115728350100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f2d1ac1-8256-4e22-907a-a894e6406113", + "name": "Finished :entry:default@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115603110800, + "endTime": 512115728430000, + "totalTime": 125217800 + }, + "additional": { + "logType": "info", + "children": [ + "08f87388-5abf-4bab-9847-596a5922e903", + "8629edfe-d783-4239-936b-2de3cfd0166e" + ], + "durationId": "2947b7bc-f64f-4ddc-8cb9-0cbb2a444244" + } + }, + { + "head": { + "id": "a676faec-071f-4733-bcd2-61aecb1ef28e", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115730009200, + "endTime": 512115730251000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "6df6ab10-4834-4a34-8e2c-5a2fe18bffc8", + "logId": "7d62f3ce-d64c-42be-a528-3ce81f9a7699" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6df6ab10-4834-4a34-8e2c-5a2fe18bffc8", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115729972000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a676faec-071f-4733-bcd2-61aecb1ef28e" + } + }, + { + "head": { + "id": "12fb11d5-985a-4cc6-951c-e2ef4f0bf8f0", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115730015200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0748869-698c-4874-8554-fe4d492627aa", + "name": "entry : assembleHap cost memory 0.01142120361328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115730130900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d597cd45-a6ca-4ac7-8ec7-63c659232b87", + "name": "runTaskFromQueue task cost before running: 3 s 139 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115730205500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d62f3ce-d64c-42be-a528-3ce81f9a7699", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115730009200, + "endTime": 512115730251000, + "totalTime": 180400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a676faec-071f-4733-bcd2-61aecb1ef28e" + } + }, + { + "head": { + "id": "9075ce83-90f4-4420-b211-3f4f2024a9d6", + "name": "BUILD SUCCESSFUL in 3 s 145 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115736310300 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "73b83349-34b9-4021-bd4a-5904f85d95c2", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512112592188000, + "endTime": 512115736674700 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 52 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@default\",\"product=default\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@default -p product=default -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "8b4a03e5-9805-4106-94dd-842ac408c29c", + "name": "There is no need to refresh cache, since the incremental task entry:default@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115736823600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3105192b-df49-4ae0-a808-16fd5e5d8e13", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115736902100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75bcb604-2d52-4689-9178-5e6cf07d0899", + "name": "There is no need to refresh cache, since the incremental task entry:default@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115736957500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cc768135-da20-40e1-a947-bd6cbf3ff4a1", + "name": "There is no need to refresh cache, since the incremental task entry:default@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115737004700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "41047f42-1eea-4a9c-bcbd-e143ff0775c7", + "name": "Update task entry:default@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115737066200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "043d1739-3dfc-4449-a8f6-d7b93d4d09b0", + "name": "Incremental task entry:default@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115737312800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "692bf4d8-18d6-427c-aeae-18812742d49b", + "name": "Update task entry:default@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115737657100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d5235a2-081b-454c-9a4d-647a53edb14e", + "name": "Incremental task entry:default@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115737832200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ed295b35-5c31-4cb4-8478-1e6d9fee6ef6", + "name": "There is no need to refresh cache, since the incremental task entry:default@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115737894400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2d3e8bc-818d-4d4f-8451-efcdfaa7d8b7", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115737941400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "015dd6aa-2577-47ff-b249-fb18ab4e9a7d", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115738241500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d9a2a389-7fea-4ad6-8155-28a1488e0fb2", + "name": "Update task entry:default@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115738408800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "62dcf021-219c-44b6-841c-a07be52fdd40", + "name": "Update task entry:default@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\default\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115738818400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4f2b49d-42c8-4377-8456-f3fa08d651d4", + "name": "Incremental task entry:default@SyscapTransform post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115738984900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e5c484e-5eb3-4e51-9816-5e9c57992439", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115739046600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0e25819-1f5f-4dd6-a482-272c1b44956c", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115739095100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cd470dd9-d770-436e-b9a0-edd48f0ca18c", + "name": "There is no need to refresh cache, since the incremental task entry:default@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115739146700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "39c46c4f-dd45-4727-b9b8-b20300e0f224", + "name": "There is no need to refresh cache, since the incremental task entry:default@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115739195000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1341aa1c-2227-4777-8053-8dbfc683ee4c", + "name": "There is no need to refresh cache, since the incremental task entry:default@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115739244800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85e5507f-082f-4a47-96c3-bef72968aaae", + "name": "There is no need to refresh cache, since the incremental task entry:default@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115739291000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5e80117d-c11c-4b46-8bb5-78f207f6b6bb", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115740361600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6fbd3391-4dd2-467d-923e-8f52a923f1d6", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115740650600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "590873e4-5559-4031-bf03-1b3e408f8d8a", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115740917400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "958fbd89-f914-432d-b514-1d2d9d89551e", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115741049700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70c08633-4be0-4141-a01a-90826c6ff11e", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115741176100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6be11d08-16f3-49f0-bfa4-cd015e86c9c8", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115741462400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b646dcce-9dfd-473b-b439-080d54446144", + "name": "Update task entry:default@CompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115741540600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "eab9e021-20c0-4eb8-a464-bea859e4cbae", + "name": "Update task entry:default@CompileArkTS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115741697100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c609c2d8-0aed-4858-b230-1904e5b32ce5", + "name": "Incremental task entry:default@CompileArkTS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115742015200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d9fd15df-61c3-4d7c-831b-f3a8ad44342d", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115742645400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2326f786-7a18-4a8e-b1d6-0266b40eaf40", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115742889800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "47986db6-a96b-414e-bcee-b03e304bf4c7", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115743118400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cef66c91-8395-4881-8da4-305018ceca41", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115743248100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c7f59904-657b-4385-a7c8-dc9ebdbe1b93", + "name": "Update task entry:default@BuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115743373300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f508197b-60d1-4814-a359-6a4d70e9cc1f", + "name": "Update task entry:default@BuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115743850900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7babdfa4-2689-4838-b61d-0e3c50fa6d9d", + "name": "Incremental task entry:default@BuildJS post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115744084200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7231dec-882d-41c5-bc4a-5ea80dc04683", + "name": "There is no need to refresh cache, since the incremental task entry:default@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115744997600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d07e0551-0f0c-42e7-85bd-cd59f558e163", + "name": "There is no need to refresh cache, since the incremental task entry:default@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115745055400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "427f0783-bf90-4824-bf85-89972d05d54d", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\default cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115745486100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9231091d-544b-41d4-b1ee-df4a0bc79b7a", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115745658300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5d857196-9fe8-4182-be16-dacd1d16c44f", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115745800100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de5b13d6-4632-4ac2-903c-6774a44865f2", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115746678300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "838794c0-3fec-4500-afd7-c9c20af0fbde", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115746812400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4c59a3c-7d55-4168-8d48-d3349f3bd2f8", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default\\ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115746936200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e591e074-3862-4434-b7d0-7ffa7dd57ec1", + "name": "Update task entry:default@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\default\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115746986000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "986d5dc5-b2c1-486f-bc23-9621e60ab982", + "name": "Update task entry:default@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115747269800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfe44aef-7de6-4bb5-af59-519ece68d5b7", + "name": "Update task entry:default@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\mapping\\sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115747431100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "178f544e-cc70-4d76-be24-7394af20f127", + "name": "Incremental task entry:default@PackageHap post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115747629200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c4d3b822-9262-42f8-8d2a-eecab1010507", + "name": "Update task entry:default@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115747744800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c2ed396-384e-4058-bd16-9461de6651c0", + "name": "Update task entry:default@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115747901000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26494335-33a8-4bd5-bf80-e1bb371a03bf", + "name": "Update task entry:default@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115748046500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7f301ce5-0556-47bb-8442-61d0a40406fb", + "name": "Update task entry:default@SignHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115748193700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3df86df3-87fe-4c3f-8316-d884866989a2", + "name": "Update task entry:default@SignHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default\\entry-default-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115748266900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "90881783-e508-492c-969c-c9e7036d7193", + "name": "Incremental task entry:default@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115748397700 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.hvigor/report/report-202501221552240240.json b/code/Project/Test/uitest/.hvigor/report/report-202501221552240240.json new file mode 100644 index 0000000000..675251e057 --- /dev/null +++ b/code/Project/Test/uitest/.hvigor/report/report-202501221552240240.json @@ -0,0 +1,9541 @@ +{ + "version": "2.0", + "ppid": 12620, + "events": [ + { + "head": { + "id": "2631714b-cd13-4192-9707-0a71d3fa57d6", + "name": "hvigor build process will be closed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115763319300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f879d4f8-f84d-4f36-8a43-08ec697323e1", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115763485000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "64eae6a2-7560-49d8-9626-c70eed81d962", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115767259300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02e01535-b811-429b-9941-42e4d003c32f", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115767495800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e5b0f559-49d4-41a3-b8e1-d937911df79f", + "name": "worker[14] exits with exit code 1.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512115769782900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "db156bb8-ea47-4391-bc5d-b5db837cacd8", + "name": "watch worker: worker id should be larger than 0. Nothing will be sent to any worker thread.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116073257000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ca82d17-e218-4247-898f-4098e4acdf2d", + "name": "init", + "description": "Initialize and build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116077007000, + "endTime": 512116200441800 + }, + "additional": { + "children": [ + "0ee01ba2-e830-49b4-8cb3-e511074b6660", + "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "6d30647e-6bb8-4aaf-a2b1-06ff43e475c4", + "dc5a5600-a4a2-44fb-8fa3-c19bf02d8c9c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "Init", + "taskRunReasons": [], + "logId": "04d41c44-fa3b-45e5-b380-704d1f3a91cf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0ee01ba2-e830-49b4-8cb3-e511074b6660", + "name": "create hvigor project model", + "description": "Initialize hvigor project model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116077008100, + "endTime": 512116084439100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ca82d17-e218-4247-898f-4098e4acdf2d", + "logId": "6a576a53-c4f1-4a32-9280-bb8e6971f295" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "name": "configure hvigor plugin", + "description": "Configure hvigor plugin.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116084457000, + "endTime": 512116199920800 + }, + "additional": { + "children": [ + "eca7e541-4287-476a-97cf-82a860b7e3dc", + "adf4a4d8-58c2-49b9-b07f-76dec9a4bc87", + "073ac8dd-83b7-45e1-a662-6579b78b6818", + "0d97fc1f-7f4c-485f-b581-e8a79de6bcad", + "b5101072-9c6e-4dc9-9e83-2e34b5d71b69", + "764747e8-6541-452c-85eb-95a4cb1512eb", + "a139a831-06bd-44ef-b00d-bbc9b0ea2f6b", + "8216d15a-817b-44fc-962a-dd9d2c48e51c" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ca82d17-e218-4247-898f-4098e4acdf2d", + "logId": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "6d30647e-6bb8-4aaf-a2b1-06ff43e475c4", + "name": "build task graph", + "description": "Build task graph.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116199947400, + "endTime": 512116200426700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ca82d17-e218-4247-898f-4098e4acdf2d", + "logId": "a849ba14-916d-4fae-9156-752abff05dcf" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "dc5a5600-a4a2-44fb-8fa3-c19bf02d8c9c", + "name": "init task execution option", + "description": "Init task execution option.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116200436700, + "endTime": 512116200437500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ca82d17-e218-4247-898f-4098e4acdf2d", + "logId": "f3c7c0f2-6bfd-4567-837e-a4bf6911bb1a" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "986fcd9c-4d55-4e85-aa08-e720669b3f14", + "name": "Hvigor init with startParameters:{\n hvigorfileTypeCheck: false,\n parallelExecution: true,\n incrementalExecution: true,\n printStackTrace: false,\n daemon: true,\n analyze: 0,\n logLevel: Level { level: 20000, levelStr: 'INFO', colour: 'green' }\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116080440600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f1d867e7-af93-4177-89d5-16548210ba7d", + "name": "Cache service initialization finished in 4 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116084300800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a576a53-c4f1-4a32-9280-bb8e6971f295", + "name": "create hvigor project model", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116077008100, + "endTime": 512116084439100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0ee01ba2-e830-49b4-8cb3-e511074b6660", + "parent": "04d41c44-fa3b-45e5-b380-704d1f3a91cf" + } + }, + { + "head": { + "id": "eca7e541-4287-476a-97cf-82a860b7e3dc", + "name": "init configuration", + "description": "Initialize configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116087108000, + "endTime": 512116087115000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "logId": "5043c4bf-34c3-4529-aaae-4ccd6227384f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "adf4a4d8-58c2-49b9-b07f-76dec9a4bc87", + "name": "configure project task", + "description": "Configure project task.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116087128700, + "endTime": 512116089022100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "logId": "4aafd39a-2d99-4819-b43e-07c1ecf7a9d6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "073ac8dd-83b7-45e1-a662-6579b78b6818", + "name": "eval project", + "description": "Evaluate project.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116089034400, + "endTime": 512116122614900 + }, + "additional": { + "children": [ + "8c9ed6fd-e516-4caa-ac74-3b0da3ca99db" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "logId": "32cb8869-bdce-4231-ba4e-848948397b05" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "0d97fc1f-7f4c-485f-b581-e8a79de6bcad", + "name": "eval modules", + "description": "Evaluate modules.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116122634900, + "endTime": 512116137762500 + }, + "additional": { + "children": [ + "a0f53e38-caa9-4ba8-bdb3-6eef8e889779" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "logId": "e113e129-1204-46a5-b55c-c539de8ed633" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b5101072-9c6e-4dc9-9e83-2e34b5d71b69", + "name": "add config dependencies", + "description": "Add configuration dependencies.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116137772900, + "endTime": 512116190966100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "logId": "b898f89d-4f11-4c18-b81d-9d9051b6b3d9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "764747e8-6541-452c-85eb-95a4cb1512eb", + "name": "exec before all nodes", + "description": "Execute before all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116086253400, + "endTime": 512116199925400 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a139a831-06bd-44ef-b00d-bbc9b0ea2f6b", + "name": "exec after all nodes", + "description": "Execute after all nodes evaluated.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116086552000, + "endTime": 512116199926700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "8216d15a-817b-44fc-962a-dd9d2c48e51c", + "name": "fin configuration", + "description": "Finish configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116199810200, + "endTime": 512116199905500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "logId": "d6d212fb-f640-4796-98eb-f460162f9faa" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5043c4bf-34c3-4529-aaae-4ccd6227384f", + "name": "init configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116087108000, + "endTime": 512116087115000 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eca7e541-4287-476a-97cf-82a860b7e3dc", + "parent": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77" + } + }, + { + "head": { + "id": "4aafd39a-2d99-4819-b43e-07c1ecf7a9d6", + "name": "configure project task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116087128700, + "endTime": 512116089022100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "adf4a4d8-58c2-49b9-b07f-76dec9a4bc87", + "parent": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77" + } + }, + { + "head": { + "id": "8c9ed6fd-e516-4caa-ac74-3b0da3ca99db", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116090053400, + "endTime": 512116122538500 + }, + "additional": { + "children": [ + "aaf16786-0873-48d8-8671-344f949eaacc", + "c0efe523-14bf-4b98-bd81-98c87085af81" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "073ac8dd-83b7-45e1-a662-6579b78b6818", + "logId": "833f9893-4aab-43e7-84c9-95ff2e29e9c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "aaf16786-0873-48d8-8671-344f949eaacc", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116090054300, + "endTime": 512116094887200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8c9ed6fd-e516-4caa-ac74-3b0da3ca99db", + "logId": "d50df4bd-107a-47ce-a259-510e7a30a3d0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c0efe523-14bf-4b98-bd81-98c87085af81", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116094905100, + "endTime": 512116122516600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8c9ed6fd-e516-4caa-ac74-3b0da3ca99db", + "logId": "7a777422-d290-462e-8c87-6e15a22c41c0" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d8eaa0f3-665c-499b-87f1-3f71e66a66f2", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116090058500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f34dd0a4-5cea-48e0-9a1c-36d2d10eb697", + "name": "hvigorfile, require result: { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116094746700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d50df4bd-107a-47ce-a259-510e7a30a3d0", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116090054300, + "endTime": 512116094887200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "aaf16786-0873-48d8-8671-344f949eaacc", + "parent": "833f9893-4aab-43e7-84c9-95ff2e29e9c0" + } + }, + { + "head": { + "id": "e7440450-d09a-47a0-b44c-9525cbc3e49d", + "name": "hvigorfile, binding system plugins { appTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116094919100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a75a9323-4484-42bb-8941-321a85775781", + "name": "Start initialize project's product build option map with build mode test.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116100576300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2f082e2-514c-44a7-b893-04010f75f7ca", + "name": "Picking option from product 'default' with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116100683600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "341b3dcb-8e05-4171-b979-ae96746662a6", + "name": "Product 'default' build option: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116100755800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "85e49a62-1266-48a5-af09-b2d4ce675462", + "name": "End initialize project's product build option map with build mode 'test'.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116100804600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "871c9c01-0329-4d61-94cb-e976c3ae246e", + "name": "Product 'default' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116101553300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e2acffc2-ae86-4915-a28a-4c3a8cd59407", + "name": "Sdk init in 7 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116109738200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "755bbc88-906e-4a27-ad8e-67e6f1066886", + "name": "sdkVersion", + "description": "5.0.0.25", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116109929600 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 52 + }, + "markType": "other" + } + }, + { + "head": { + "id": "7be06bd4-8454-49e5-ae19-855cbc29e300", + "name": "Project task initialization takes 11 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116122011600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e37f01d7-b1f1-4c69-b0b2-f9a73a2c2601", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116122303100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a777422-d290-462e-8c87-6e15a22c41c0", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116094905100, + "endTime": 512116122516600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "c0efe523-14bf-4b98-bd81-98c87085af81", + "parent": "833f9893-4aab-43e7-84c9-95ff2e29e9c0" + } + }, + { + "head": { + "id": "833f9893-4aab-43e7-84c9-95ff2e29e9c0", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116090053400, + "endTime": 512116122538500 + }, + "additional": { + "logType": "info", + "children": [ + "d50df4bd-107a-47ce-a259-510e7a30a3d0", + "7a777422-d290-462e-8c87-6e15a22c41c0" + ], + "durationId": "8c9ed6fd-e516-4caa-ac74-3b0da3ca99db", + "parent": "32cb8869-bdce-4231-ba4e-848948397b05" + } + }, + { + "head": { + "id": "32cb8869-bdce-4231-ba4e-848948397b05", + "name": "eval project", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116089034400, + "endTime": 512116122614900 + }, + "additional": { + "logType": "info", + "children": [ + "833f9893-4aab-43e7-84c9-95ff2e29e9c0" + ], + "durationId": "073ac8dd-83b7-45e1-a662-6579b78b6818", + "parent": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77" + } + }, + { + "head": { + "id": "a0f53e38-caa9-4ba8-bdb3-6eef8e889779", + "name": "eval submodule", + "description": "Evaluate submodule.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116123249300, + "endTime": 512116137744300 + }, + "additional": { + "children": [ + "5494a523-8cd4-4fc2-b424-efaf6571564b" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "0d97fc1f-7f4c-485f-b581-e8a79de6bcad", + "logId": "18654af6-1165-499d-94e0-3d6522890c29" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5494a523-8cd4-4fc2-b424-efaf6571564b", + "name": "eval hvigorfile", + "description": "Evaluate hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116125465400, + "endTime": 512116137152200 + }, + "additional": { + "children": [ + "be2462b6-4e0e-4fdf-a4f1-42b4ec89ceb9", + "38182e3b-fe6a-4fb4-b118-aab882528668" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a0f53e38-caa9-4ba8-bdb3-6eef8e889779", + "logId": "445f0f5c-5343-49ea-8a77-e4d414d7c677" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "be2462b6-4e0e-4fdf-a4f1-42b4ec89ceb9", + "name": "require hvigorfile", + "description": "Require hvigorfile.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116125466400, + "endTime": 512116128756900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "5494a523-8cd4-4fc2-b424-efaf6571564b", + "logId": "cde950ee-79e8-493f-92bd-de43763368d1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "38182e3b-fe6a-4fb4-b118-aab882528668", + "name": "bind plugins", + "description": "Bind plugins.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116128776200, + "endTime": 512116137136800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "5494a523-8cd4-4fc2-b424-efaf6571564b", + "logId": "e629f218-64dc-4c8b-91ed-c361127bca43" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "88e7d5d8-23b9-4edf-b288-6f0810dd07e3", + "name": "hvigorfile, resolving D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116125472000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e341a69d-4f18-44a5-bf9b-9f6130e60c74", + "name": "hvigorfile, require result: { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116128577400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cde950ee-79e8-493f-92bd-de43763368d1", + "name": "require hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116125466400, + "endTime": 512116128756900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "be2462b6-4e0e-4fdf-a4f1-42b4ec89ceb9", + "parent": "445f0f5c-5343-49ea-8a77-e4d414d7c677" + } + }, + { + "head": { + "id": "55377a57-0379-419d-bc56-daea31e781a0", + "name": "hvigorfile, binding system plugins { hapTasks: [Getter] }", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116128790400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6f36ddeb-cb05-445e-98ad-3abb13e56ce2", + "name": "Start initialize module-target build option map, moduleName=entry, buildMode=test", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116132887400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f40587ff-92d1-4e36-9fa1-a60217c411b8", + "name": "Target 'default' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116133004300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7620a837-004d-47ef-8f13-2366757f15ec", + "name": "Target 'ohosTest' config: {}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116133094700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "92581f07-599d-4300-b3ee-917dd05fe8a5", + "name": "Module 'entry' target 'default' build option: {\n \"debuggable\": true,\n \"copyFrom\": \"default\"\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116133160400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a608fe7c-98ff-4ea9-8c10-a4a799c9dd7f", + "name": "Module 'entry' target 'ohosTest' build option: {\n \"debuggable\": true\n}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116133211900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7642ae51-5cbe-4489-a9a9-f6cd6a4cd37e", + "name": "End initialize module-target build option map, moduleName=entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116133253500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d501d1df-1dec-43fd-ae7d-38caad06575a", + "name": "Module 'entry' target 'ohosTest' using build option: {\n \"debuggable\": true\n} in this build.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116133402800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b1bef993-a6f5-4235-a2c6-bdd524ac5feb", + "name": "Module entry task initialization takes 2 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116136866900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0d2ced1c-0a83-49b8-92d2-52c1901361ff", + "name": "hvigorfile, resolve finished D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\hvigorfile.ts", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116137056600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e629f218-64dc-4c8b-91ed-c361127bca43", + "name": "bind plugins", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116128776200, + "endTime": 512116137136800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "38182e3b-fe6a-4fb4-b118-aab882528668", + "parent": "445f0f5c-5343-49ea-8a77-e4d414d7c677" + } + }, + { + "head": { + "id": "445f0f5c-5343-49ea-8a77-e4d414d7c677", + "name": "eval hvigorfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116125465400, + "endTime": 512116137152200 + }, + "additional": { + "logType": "info", + "children": [ + "cde950ee-79e8-493f-92bd-de43763368d1", + "e629f218-64dc-4c8b-91ed-c361127bca43" + ], + "durationId": "5494a523-8cd4-4fc2-b424-efaf6571564b", + "parent": "18654af6-1165-499d-94e0-3d6522890c29" + } + }, + { + "head": { + "id": "18654af6-1165-499d-94e0-3d6522890c29", + "name": "eval submodule", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116123249300, + "endTime": 512116137744300 + }, + "additional": { + "logType": "info", + "children": [ + "445f0f5c-5343-49ea-8a77-e4d414d7c677" + ], + "durationId": "a0f53e38-caa9-4ba8-bdb3-6eef8e889779", + "parent": "e113e129-1204-46a5-b55c-c539de8ed633" + } + }, + { + "head": { + "id": "e113e129-1204-46a5-b55c-c539de8ed633", + "name": "eval modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116122634900, + "endTime": 512116137762500 + }, + "additional": { + "logType": "info", + "children": [ + "18654af6-1165-499d-94e0-3d6522890c29" + ], + "durationId": "0d97fc1f-7f4c-485f-b581-e8a79de6bcad", + "parent": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77" + } + }, + { + "head": { + "id": "c0215f5f-cc30-4c34-a44b-255006a12d37", + "name": "hvigorfile, resolve hvigorfile dependencies in 53 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116190771800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b898f89d-4f11-4c18-b81d-9d9051b6b3d9", + "name": "add config dependencies", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116137772900, + "endTime": 512116190966100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b5101072-9c6e-4dc9-9e83-2e34b5d71b69", + "parent": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77" + } + }, + { + "head": { + "id": "98f7b49a-a101-417f-bf92-b7ad0837b1be", + "name": "project has submodules:entry", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116191014600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b2646f36-9d8f-4aa7-a8b7-521affb11564", + "name": "start to load updatedOhPackageInfo to the disk", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116191289600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "61f07507-8627-41e0-a118-31bb33389ed9", + "name": "load to the disk finished", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116195943500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "65884e3e-b414-466d-8203-941470fd5ab6", + "name": "Module uitest Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116196856100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac73ec97-0100-4e33-b760-f0a378561834", + "name": "Module uitest's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116196967600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d5a2fe66-c431-462e-bb4c-9dc7477ead32", + "name": "Module entry Collected Dependency: ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116197860700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a0c1fa61-0cfc-45de-8310-9693735b7bb0", + "name": "Module entry's total dependency: 0", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116197952900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e308dfa-caca-4bf2-8b2e-931ceee8c6eb", + "name": "Configuration phase cost:113 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116199830800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d6d212fb-f640-4796-98eb-f460162f9faa", + "name": "fin configuration", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116199810200, + "endTime": 512116199905500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8216d15a-817b-44fc-962a-dd9d2c48e51c", + "parent": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77" + } + }, + { + "head": { + "id": "9d7f37f4-be6a-464f-9567-aeddbe6a0b77", + "name": "configure hvigor plugin", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116084457000, + "endTime": 512116199920800 + }, + "additional": { + "logType": "info", + "children": [ + "5043c4bf-34c3-4529-aaae-4ccd6227384f", + "4aafd39a-2d99-4819-b43e-07c1ecf7a9d6", + "32cb8869-bdce-4231-ba4e-848948397b05", + "e113e129-1204-46a5-b55c-c539de8ed633", + "b898f89d-4f11-4c18-b81d-9d9051b6b3d9", + "d6d212fb-f640-4796-98eb-f460162f9faa" + ], + "durationId": "1c748cd6-565d-4a18-99a7-ce6c124c82c1", + "parent": "04d41c44-fa3b-45e5-b380-704d1f3a91cf" + } + }, + { + "head": { + "id": "a849ba14-916d-4fae-9156-752abff05dcf", + "name": "build task graph", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116199947400, + "endTime": 512116200426700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6d30647e-6bb8-4aaf-a2b1-06ff43e475c4", + "parent": "04d41c44-fa3b-45e5-b380-704d1f3a91cf" + } + }, + { + "head": { + "id": "f3c7c0f2-6bfd-4567-837e-a4bf6911bb1a", + "name": "init task execution option", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116200436700, + "endTime": 512116200437500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "dc5a5600-a4a2-44fb-8fa3-c19bf02d8c9c", + "parent": "04d41c44-fa3b-45e5-b380-704d1f3a91cf" + } + }, + { + "head": { + "id": "04d41c44-fa3b-45e5-b380-704d1f3a91cf", + "name": "init", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116077007000, + "endTime": 512116200441800 + }, + "additional": { + "logType": "info", + "children": [ + "6a576a53-c4f1-4a32-9280-bb8e6971f295", + "9d7f37f4-be6a-464f-9567-aeddbe6a0b77", + "a849ba14-916d-4fae-9156-752abff05dcf", + "f3c7c0f2-6bfd-4567-837e-a4bf6911bb1a" + ], + "durationId": "4ca82d17-e218-4247-898f-4098e4acdf2d" + } + }, + { + "head": { + "id": "40ffe580-6e1b-4182-b238-b68ac514f446", + "name": "Configuration task cost before running: 126 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116200693000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d750a1dd-43b1-4a1c-b50b-0eb7aba25585", + "name": "entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116204706400, + "endTime": 512116208651500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "d3ae721d-da31-4e3a-afbb-6c7bcb83be22", + "logId": "c0aa05a2-89a6-45fb-a554-56dd6876dae2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d3ae721d-da31-4e3a-afbb-6c7bcb83be22", + "name": "create entry:ohosTest@PreBuild task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116201648000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "d750a1dd-43b1-4a1c-b50b-0eb7aba25585" + } + }, + { + "head": { + "id": "20e10e2d-6fc9-44a0-9d76-ab0e9bed5b3b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116201989900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3a76668a-0112-49f5-9514-09c4e96b28a3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116202080600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04cba14d-54ca-4ad8-a45d-1dcecbe8ddec", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116202180400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d2378509-c199-4d4e-a9ae-601855689c0a", + "name": "Executing task :entry:ohosTest@PreBuild", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116204721100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8fba9b04-bcfb-4a6a-9a16-e8ebe351bd52", + "name": "Incremental task entry:ohosTest@PreBuild pre-execution cost: 3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116208488700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ee7e0fc4-f13f-4d32-960c-2f65581b331d", + "name": "entry : ohosTest@PreBuild cost memory 0.278472900390625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116208589000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c0aa05a2-89a6-45fb-a554-56dd6876dae2", + "name": "UP-TO-DATE :entry:ohosTest@PreBuild", + "description": "Pre-build in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116204706400, + "endTime": 512116208651500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "d750a1dd-43b1-4a1c-b50b-0eb7aba25585" + } + }, + { + "head": { + "id": "b6f579a9-81a3-4b71-b51d-f6999d50a2e2", + "name": "entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116211941000, + "endTime": 512116213782200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d7eb2724-c931-45ee-8104-9c2262953e6d", + "logId": "e14c5ade-5d6d-4a82-a781-604d472da0bc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d7eb2724-c931-45ee-8104-9c2262953e6d", + "name": "create entry:ohosTest@GenerateMetadata task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116210443200 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "b6f579a9-81a3-4b71-b51d-f6999d50a2e2" + } + }, + { + "head": { + "id": "5ffbd373-b363-4fa0-90b0-d7b92ff3cde1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116210798000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a7451e86-3cce-4880-8d5b-514cc6149aa7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116210932500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b0a7fab5-0f72-4bf4-9fde-b687d58b094e", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116210988900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2aa665d4-3ddf-4a1a-8934-b57c918085ca", + "name": "Executing task :entry:ohosTest@GenerateMetadata", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116211951100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "54c43c0c-81d6-4680-bfea-cd226a3ee8db", + "name": "Incremental task entry:ohosTest@GenerateMetadata pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116213593600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9483a92e-ce14-44ae-955a-ef1454df229c", + "name": "entry : ohosTest@GenerateMetadata cost memory 0.147369384765625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116213706100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e14c5ade-5d6d-4a82-a781-604d472da0bc", + "name": "UP-TO-DATE :entry:ohosTest@GenerateMetadata", + "description": "Generate metadata in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116211941000, + "endTime": 512116213782200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "b6f579a9-81a3-4b71-b51d-f6999d50a2e2" + } + }, + { + "head": { + "id": "a4e1c061-2ead-4378-b701-4c5052c9b168", + "name": "entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215614000, + "endTime": 512116215850800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "b8e52dc1-0d2a-40e6-b03d-fec71b4feaca", + "logId": "ad242ad4-ddf9-41ea-bb60-b3e01b691835" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b8e52dc1-0d2a-40e6-b03d-fec71b4feaca", + "name": "create entry:ohosTest@ConfigureCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215021000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a4e1c061-2ead-4378-b701-4c5052c9b168" + } + }, + { + "head": { + "id": "3c5e31a5-d569-4311-adb7-a49ebd92b469", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215317500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c1ba1596-9d26-45f4-b41b-8eb75a9cdd9d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215415600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "81812c1c-8ba9-4e54-adc3-87b70eb56238", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215490800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "874d8515-80d6-47fc-bad2-793b9581eb7e", + "name": "Executing task :entry:ohosTest@ConfigureCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215620700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "57cafadf-8e07-4d7d-afad-f25a82f0c245", + "name": "entry : ohosTest@ConfigureCmake cost memory 0.013824462890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215724500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1e1be7c9-1b2e-45af-b540-0acbfd597abe", + "name": "runTaskFromQueue task cost before running: 141 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215802300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ad242ad4-ddf9-41ea-bb60-b3e01b691835", + "name": "Finished :entry:ohosTest@ConfigureCmake", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116215614000, + "endTime": 512116215850800, + "totalTime": 173400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a4e1c061-2ead-4378-b701-4c5052c9b168" + } + }, + { + "head": { + "id": "1286575c-8e1f-4bce-9a16-a24a8610c811", + "name": "entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116217671500, + "endTime": 512116218878100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "72f359e5-289e-43a9-974f-6aabed0306f1", + "logId": "6a2cbd47-28ac-4036-9d19-da2396616a0b" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "72f359e5-289e-43a9-974f-6aabed0306f1", + "name": "create entry:ohosTest@MergeProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116216768600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1286575c-8e1f-4bce-9a16-a24a8610c811" + } + }, + { + "head": { + "id": "e02c6243-fce9-4495-a52c-5702b2ae12bf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116217076400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e2fbeb0-3367-48a4-9125-dd34ae57140c", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116217155400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e53f0712-65f3-40dd-ac1e-a6fe7c801c25", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116217209300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7155b64-a385-4eb1-8171-ef978061da5f", + "name": "Executing task :entry:ohosTest@MergeProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116217678700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0bd16e68-f2f8-4ec8-a179-999e7225c6aa", + "name": "Incremental task entry:ohosTest@MergeProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116218698900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "929e9c7e-4a88-42c2-8402-6918646d51b4", + "name": "entry : ohosTest@MergeProfile cost memory 0.10042572021484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116218810000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a2cbd47-28ac-4036-9d19-da2396616a0b", + "name": "UP-TO-DATE :entry:ohosTest@MergeProfile", + "description": "Merge app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116217671500, + "endTime": 512116218878100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1286575c-8e1f-4bce-9a16-a24a8610c811" + } + }, + { + "head": { + "id": "3ac402da-f52c-40f0-8650-351f03f9e4e7", + "name": "entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116220776800, + "endTime": 512116225666800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "5b9e0a40-f3b3-41f4-a89b-b7a5d4bc97c0", + "logId": "42ce71c1-8cb8-4a8a-964d-f4a12869dcff" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5b9e0a40-f3b3-41f4-a89b-b7a5d4bc97c0", + "name": "create entry:ohosTest@CreateBuildProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116219870000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "3ac402da-f52c-40f0-8650-351f03f9e4e7" + } + }, + { + "head": { + "id": "ebb8811d-fe31-43ff-b9bf-7999f25183c8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116220177000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c14ad1d1-36f1-41e4-b5c6-05c124c9700f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116220260500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60bbac7f-3dc7-4823-8f89-6aa45517c4c3", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116220313600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2a6a6c54-0bc0-4047-98b8-7f91fb89be82", + "name": "Executing task :entry:ohosTest@CreateBuildProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116220785500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8768ddc2-b029-4b4a-8294-d9c6de8b62ae", + "name": "Incremental task entry:ohosTest@CreateBuildProfile pre-execution cost: 5 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116225475000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04f84472-a03b-42f8-9acd-7931d1b0a798", + "name": "entry : ohosTest@CreateBuildProfile cost memory -8.460494995117188", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116225596100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "42ce71c1-8cb8-4a8a-964d-f4a12869dcff", + "name": "UP-TO-DATE :entry:ohosTest@CreateBuildProfile", + "description": "Create the BuildProfile.ets file for the HAP/HSP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116220776800, + "endTime": 512116225666800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "3ac402da-f52c-40f0-8650-351f03f9e4e7" + } + }, + { + "head": { + "id": "7428e556-0242-4873-b6fa-3e9d57823476", + "name": "entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227598600, + "endTime": 512116227863200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Verification", + "taskRunReasons": [], + "detailId": "099416e4-201d-4a45-a6b4-653dc97edd1e", + "logId": "3c1fdff3-ca40-4ff0-a43e-f137114f5e71" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "099416e4-201d-4a45-a6b4-653dc97edd1e", + "name": "create entry:ohosTest@PreCheckSyscap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116226744400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "7428e556-0242-4873-b6fa-3e9d57823476" + } + }, + { + "head": { + "id": "65a9cf43-4f84-4b40-a7d0-d87e0e91568e", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227042000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab29b194-bda5-4088-afbd-9b11f5d5dda7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227123800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb8581b5-b507-4bd4-927f-cc70fa444d0b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227171300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2fdd8fce-5c21-46eb-8c8e-b06e870a84d1", + "name": "Executing task :entry:ohosTest@PreCheckSyscap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227607200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c11ecb22-677e-414d-8a89-c3e7a209a8b7", + "name": "entry : ohosTest@PreCheckSyscap cost memory 0.01413726806640625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227739500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c5caa4b3-104d-4fb2-a8db-1fbd643575a2", + "name": "runTaskFromQueue task cost before running: 153 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227816900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3c1fdff3-ca40-4ff0-a43e-f137114f5e71", + "name": "Finished :entry:ohosTest@PreCheckSyscap", + "description": "Pre-check SysCap.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116227598600, + "endTime": 512116227863200, + "totalTime": 202300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7428e556-0242-4873-b6fa-3e9d57823476" + } + }, + { + "head": { + "id": "266c44a8-6466-48fa-82bc-b504fe822921", + "name": "entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116232754800, + "endTime": 512116233357800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "d8239212-446c-4f48-85ec-cbc576735d50", + "logId": "b160e863-ff72-4562-85ba-5cded1928693" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "d8239212-446c-4f48-85ec-cbc576735d50", + "name": "create entry:ohosTest@GeneratePkgContextInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116228697800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "266c44a8-6466-48fa-82bc-b504fe822921" + } + }, + { + "head": { + "id": "fbc3b9c3-01ed-4a33-ab14-2169aa081186", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116228991600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "58aa9189-be6f-426c-ae75-7ac3772d18f2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116229068900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d85c5e31-cc9f-44d4-a659-900b90e5ee50", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116229116500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "942f5891-52d1-4a9a-8c66-1c572edf2599", + "name": "Executing task :entry:ohosTest@GeneratePkgContextInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116232766900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8def319-8f71-4569-be90-81b78694a74d", + "name": "entry : ohosTest@GeneratePkgContextInfo cost memory 0.02210235595703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116233130200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9233d006-c9d3-4c8f-9908-d2e9e95546a2", + "name": "runTaskFromQueue task cost before running: 158 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116233280500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b160e863-ff72-4562-85ba-5cded1928693", + "name": "Finished :entry:ohosTest@GeneratePkgContextInfo", + "description": "Generate pkgContextInfo.json to ets-loader.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116232754800, + "endTime": 512116233357800, + "totalTime": 492800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "266c44a8-6466-48fa-82bc-b504fe822921" + } + }, + { + "head": { + "id": "8416ee3f-dc46-463c-9487-2c4d2ec2bf30", + "name": "entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116238128500, + "endTime": 512116239865100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist." + ], + "detailId": "7dc5841e-492f-4d81-9686-03ffc2024666", + "logId": "49dabc3f-f94a-4e85-b3e7-cba643e00c0f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7dc5841e-492f-4d81-9686-03ffc2024666", + "name": "create entry:ohosTest@ProcessIntegratedHsp task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116234975300 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8416ee3f-dc46-463c-9487-2c4d2ec2bf30" + } + }, + { + "head": { + "id": "f22d8e04-8c14-491b-a774-2c1dbb0a0ed0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116235641700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63258c12-df54-4ddb-b0ac-bfb4246675bb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116235854400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02457a10-3a98-47cf-92ee-8038a1da5698", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116235943100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0482461c-b598-48e0-ac59-a60cf1cb6e82", + "name": "Executing task :entry:ohosTest@ProcessIntegratedHsp", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116238179000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d617bae5-c408-4c2d-8552-eadeb51c3d37", + "name": "entry:ohosTest@ProcessIntegratedHsp is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116239497300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "95f2d123-acaa-4111-a176-f9b724232bbb", + "name": "Incremental task entry:ohosTest@ProcessIntegratedHsp pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116239608600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cbedacdb-b941-4e42-bbb7-31ba7c6e1fa1", + "name": "entry : ohosTest@ProcessIntegratedHsp cost memory 0.09265899658203125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116239720300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fd204de0-5c35-48f0-acfa-435dcb2dafcb", + "name": "runTaskFromQueue task cost before running: 165 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116239796600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "49dabc3f-f94a-4e85-b3e7-cba643e00c0f", + "name": "Finished :entry:ohosTest@ProcessIntegratedHsp", + "description": "Use package tool process integrated hsp.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116238128500, + "endTime": 512116239865100, + "totalTime": 1669100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8416ee3f-dc46-463c-9487-2c4d2ec2bf30" + } + }, + { + "head": { + "id": "f574a857-024d-426d-947e-0919c39ded00", + "name": "entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116242108400, + "endTime": 512116242371300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "5ed75a90-22ab-415d-b7f5-6594d3622ca1", + "logId": "9bd7f5bc-3f83-4138-85a5-8bf17cddd377" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5ed75a90-22ab-415d-b7f5-6594d3622ca1", + "name": "create entry:ohosTest@BuildNativeWithCmake task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116241202500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f574a857-024d-426d-947e-0919c39ded00" + } + }, + { + "head": { + "id": "c0b44230-9eba-4c52-abeb-e88fd0869f41", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116241523600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4bd5ea00-047d-4232-9f25-2db725db7d7d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116241611800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "04911af1-d1b9-4b52-8275-4059d507c13d", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116241681100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5a1aaf9-9dde-45ab-a19a-929aa607320e", + "name": "Executing task :entry:ohosTest@BuildNativeWithCmake", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116242118800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "402f5895-b2c5-49cb-b851-0cadb9f9852c", + "name": "entry : ohosTest@BuildNativeWithCmake cost memory 0.01389312744140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116242241400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0f67be6-2d0b-4747-a5cf-9c56b2a676f5", + "name": "runTaskFromQueue task cost before running: 167 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116242319700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9bd7f5bc-3f83-4138-85a5-8bf17cddd377", + "name": "Finished :entry:ohosTest@BuildNativeWithCmake", + "description": "Compile CPP source with CMake in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116242108400, + "endTime": 512116242371300, + "totalTime": 197300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f574a857-024d-426d-947e-0919c39ded00" + } + }, + { + "head": { + "id": "39603a76-abb3-4321-9308-23ba29a13741", + "name": "entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116244655000, + "endTime": 512116246392800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "18292dd7-a622-4575-9085-d62db7fe7849", + "logId": "8403697a-0406-41cb-a8ed-b44d68e66b3f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "18292dd7-a622-4575-9085-d62db7fe7849", + "name": "create entry:ohosTest@MakePackInfo task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116243686100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "39603a76-abb3-4321-9308-23ba29a13741" + } + }, + { + "head": { + "id": "09c5cf76-e011-4cd7-9df1-535697ef5cf7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116244086600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28430053-822d-4e9b-9ab9-25ecd1d87b1d", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116244173100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c2c203a5-5ed3-4100-abdf-35dfeb1759aa", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116244233200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c0fd5e3-dfe7-440e-a83c-3d4ba350e8ee", + "name": "Executing task :entry:ohosTest@MakePackInfo", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116244662000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bb9e16ea-f348-4265-8fa0-3aa88cd2f3ee", + "name": "Incremental task entry:ohosTest@MakePackInfo pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116246160200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f12af9af-c734-4d61-a2e1-9e1691a5813d", + "name": "entry : ohosTest@MakePackInfo cost memory 0.14122772216796875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116246295000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8403697a-0406-41cb-a8ed-b44d68e66b3f", + "name": "UP-TO-DATE :entry:ohosTest@MakePackInfo", + "description": "Generate module pack.info in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116244655000, + "endTime": 512116246392800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "39603a76-abb3-4321-9308-23ba29a13741" + } + }, + { + "head": { + "id": "69b08700-06ea-427c-b3b8-ede6319d62e2", + "name": "entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116248611400, + "endTime": 512116249415500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Config", + "taskRunReasons": [], + "detailId": "c48a50a9-59da-4af7-9ff0-ae642efa44dc", + "logId": "43eda900-6121-4cf3-96b7-a442f9aec5fb" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c48a50a9-59da-4af7-9ff0-ae642efa44dc", + "name": "create entry:ohosTest@ProcessProfile task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116247526000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "69b08700-06ea-427c-b3b8-ede6319d62e2" + } + }, + { + "head": { + "id": "b2108933-18bd-4c10-8a01-90f9310d3c6b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116247844200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f24cae04-3150-4521-a588-75d31301307a", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116247914100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e77bdf7-22ac-44d7-a55a-ae83558a069b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116247960500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6824e192-a2be-4f59-877d-0e1d662cb139", + "name": "Executing task :entry:ohosTest@ProcessProfile", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116248619000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7b3855d6-1343-4866-b34c-80d07decb817", + "name": "Incremental task entry:ohosTest@ProcessProfile pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116249257100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "79b9cb72-e4f8-4d39-ac23-c76845d85942", + "name": "entry : ohosTest@ProcessProfile cost memory 0.06305694580078125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116249354900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "43eda900-6121-4cf3-96b7-a442f9aec5fb", + "name": "UP-TO-DATE :entry:ohosTest@ProcessProfile", + "description": "Process app config manifest files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116248611400, + "endTime": 512116249415500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "69b08700-06ea-427c-b3b8-ede6319d62e2" + } + }, + { + "head": { + "id": "bb2bb105-af65-49f9-80a4-17b8d764d5ed", + "name": "entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116251410500, + "endTime": 512116253496200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [ + "The output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc' does not exist." + ], + "detailId": "c5e10b77-690d-45e2-b32d-121a7d548452", + "logId": "a88192bb-5c93-468d-9cb4-006bbddbdfc9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c5e10b77-690d-45e2-b32d-121a7d548452", + "name": "create entry:ohosTest@SyscapTransform task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116250253800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "bb2bb105-af65-49f9-80a4-17b8d764d5ed" + } + }, + { + "head": { + "id": "324abd47-523a-49a3-ae7e-4d626396e9f0", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116250560900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5ec2f227-f775-4e8c-bc93-de7f88ffeffc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116250669900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f8f2e80f-66b8-4744-9b07-5a1a97776550", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116250731900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "51a8191e-1479-493f-a143-756c85313d5c", + "name": "Executing task :entry:ohosTest@SyscapTransform", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116251419700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c87997f4-c6ef-486d-ae92-d42b176c44fa", + "name": "entry:ohosTest@SyscapTransform is not up-to-date, since the output file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc' does not exist.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116252934700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "093b6cea-4179-46ba-9897-9ce60f68a326", + "name": "Incremental task entry:ohosTest@SyscapTransform pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116253069800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "17c3049c-0fe1-46dc-823e-a175178b3fe6", + "name": "entry : ohosTest@SyscapTransform cost memory 0.12296295166015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116253303200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2405f5aa-dbee-475a-86ca-695008b95510", + "name": "runTaskFromQueue task cost before running: 179 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116253442600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a88192bb-5c93-468d-9cb4-006bbddbdfc9", + "name": "Finished :entry:ohosTest@SyscapTransform", + "description": "Transform SysCap in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116251410500, + "endTime": 512116253496200, + "totalTime": 2013400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "bb2bb105-af65-49f9-80a4-17b8d764d5ed" + } + }, + { + "head": { + "id": "9266eb5b-867d-4e25-aa9d-d304f271d2a9", + "name": "entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116257658400, + "endTime": 512116262496700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c25b1d17-dd96-4084-bc2c-e2124f17d390", + "logId": "bef1ec19-ce4b-4ed8-8cb8-01f27c428bb3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c25b1d17-dd96-4084-bc2c-e2124f17d390", + "name": "create entry:ohosTest@ProcessRouterMap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116255073400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "9266eb5b-867d-4e25-aa9d-d304f271d2a9" + } + }, + { + "head": { + "id": "62fd0963-cca5-4453-9576-58541b2676a4", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116255582300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4a61e6cf-1484-41ff-8515-4aa2df300323", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116255703200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2d7295ce-794e-41bb-9fa9-5f561e9a706e", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116255757600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66417f63-4205-45a5-b8e0-7856662dad8d", + "name": "Executing task :entry:ohosTest@ProcessRouterMap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116257670700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "df553139-96db-4427-963f-e9d325fa9364", + "name": "Incremental task entry:ohosTest@ProcessRouterMap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116262278700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cef9f5e0-54ff-49f5-9d83-88fc515c3c7a", + "name": "entry : ohosTest@ProcessRouterMap cost memory 0.4885406494140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116262424500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bef1ec19-ce4b-4ed8-8cb8-01f27c428bb3", + "name": "UP-TO-DATE :entry:ohosTest@ProcessRouterMap", + "description": "Process router map configuration.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116257658400, + "endTime": 512116262496700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9266eb5b-867d-4e25-aa9d-d304f271d2a9" + } + }, + { + "head": { + "id": "f61b9a62-b77e-47ea-aff7-9b10f683baac", + "name": "entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116266067400, + "endTime": 512116266723800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "bb496319-3f58-4b7a-9bcd-fbf253d961d4", + "logId": "4c7c07d7-38c6-4de7-95e5-bd69a827348f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "bb496319-3f58-4b7a-9bcd-fbf253d961d4", + "name": "create entry:ohosTest@BuildNativeWithNinja task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116264880800 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "f61b9a62-b77e-47ea-aff7-9b10f683baac" + } + }, + { + "head": { + "id": "e1b552dc-5ab8-4c3d-b516-ff18534f6aec", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116265313300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0bd8dd2f-e28c-4436-a660-61a13c76b38b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116265409900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea441545-2aa1-4d65-8590-505ad311b89c", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116265464800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7acbee56-d988-43fa-b956-de3008ec1edc", + "name": "Executing task :entry:ohosTest@BuildNativeWithNinja", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116266078400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "50d9471e-fc77-48b5-8a77-77119471e7e3", + "name": "entry : ohosTest@BuildNativeWithNinja cost memory 0.033355712890625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116266561000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4dbb4b1d-23c9-4389-a099-dc2161619df9", + "name": "runTaskFromQueue task cost before running: 192 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116266666000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c7c07d7-38c6-4de7-95e5-bd69a827348f", + "name": "Finished :entry:ohosTest@BuildNativeWithNinja", + "description": "Compile CPP source with Ninja in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116266067400, + "endTime": 512116266723800, + "totalTime": 579100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f61b9a62-b77e-47ea-aff7-9b10f683baac" + } + }, + { + "head": { + "id": "8645477c-39d6-4352-813f-da240136dca2", + "name": "entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116269146800, + "endTime": 512116271803900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "c2172333-f92b-4f6a-b33d-b69e25fcea2c", + "logId": "26fca833-9b92-4ec1-abc1-e16e422f5238" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c2172333-f92b-4f6a-b33d-b69e25fcea2c", + "name": "create entry:ohosTest@ProcessResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116267741000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8645477c-39d6-4352-813f-da240136dca2" + } + }, + { + "head": { + "id": "9fe952a5-4dcc-479b-a45e-26975b66e530", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116268089500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9f4660d-e9f1-43ca-8ab2-dd3a42b4fc8f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116268199500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a5866a76-f997-495e-913c-7e3d3d99ae9b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116268251100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2adffb0d-683d-444f-bcdb-203c4dd913fa", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116268747400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "69475308-209d-4b07-abf6-5cbc397dea89", + "name": "Executing task :entry:ohosTest@ProcessResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116270222400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f163d04-5e2f-40f2-bceb-7e056e0177c8", + "name": "Incremental task entry:ohosTest@ProcessResource pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116270770500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9ba42c0f-afd7-4b79-bf2a-e2e8179f8b56", + "name": "entry : ohosTest@ProcessResource cost memory 0.12410736083984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116270861300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "26fca833-9b92-4ec1-abc1-e16e422f5238", + "name": "UP-TO-DATE :entry:ohosTest@ProcessResource", + "description": "Process resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116269146800, + "endTime": 512116271803900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8645477c-39d6-4352-813f-da240136dca2" + } + }, + { + "head": { + "id": "cb2f24f6-8047-47e2-91d3-87cc7da1c8b2", + "name": "entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116276312100, + "endTime": 512116287960300 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Generate", + "taskRunReasons": [], + "detailId": "c5f68911-8e68-4272-8b64-425687116a58", + "logId": "1464273f-0d91-494a-81a2-aefa855ac9e1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c5f68911-8e68-4272-8b64-425687116a58", + "name": "create entry:ohosTest@GenerateLoaderJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116273673500 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "cb2f24f6-8047-47e2-91d3-87cc7da1c8b2" + } + }, + { + "head": { + "id": "a23e563e-4a34-4314-9f85-68d53ac88ccd", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116274027000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f609615a-7d98-4f18-bb29-dcba4c92faee", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116274231800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9e3b6507-1731-452e-a268-52033431be06", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116274316400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "248dccc4-d8ef-46cf-8027-589cd9eac155", + "name": "Executing task :entry:ohosTest@GenerateLoaderJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116276321500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4d58d90-407b-4b35-a8db-b50d428f1de3", + "name": "Incremental task entry:ohosTest@GenerateLoaderJson pre-execution cost: 8 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116287498400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4100cd6e-1b53-43cc-9833-b61480f8de9c", + "name": "entry : ohosTest@GenerateLoaderJson cost memory 0.755279541015625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116287859400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1464273f-0d91-494a-81a2-aefa855ac9e1", + "name": "UP-TO-DATE :entry:ohosTest@GenerateLoaderJson", + "description": "Generate loader.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116276312100, + "endTime": 512116287960300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "cb2f24f6-8047-47e2-91d3-87cc7da1c8b2" + } + }, + { + "head": { + "id": "34470c66-8dc4-4f95-b922-6a605bb0e9b8", + "name": "entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116294998200, + "endTime": 512116297239900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "18c79073-e776-466b-b204-dbf0a91a4696", + "logId": "3e88858e-748a-46a6-9511-e5a4eb704d4d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "18c79073-e776-466b-b204-dbf0a91a4696", + "name": "create entry:ohosTest@ProcessLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116292688700 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "34470c66-8dc4-4f95-b922-6a605bb0e9b8" + } + }, + { + "head": { + "id": "099b93c9-5278-4644-849e-f60775faea64", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116293162500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a95b1609-bb20-47c2-abdc-eb2e09e95dc1", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116293293100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c07c50a3-a8b6-4bf4-8920-d74b3333d678", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116293373600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5283c9f-20f4-4bdd-b060-9d2e7b6ad924", + "name": "Executing task :entry:ohosTest@ProcessLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116295041000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0222f15a-1c91-4b92-b830-998d0036d271", + "name": "Incremental task entry:ohosTest@ProcessLibs pre-execution cost: 2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116296870100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d742e860-08f6-4983-a649-9db89bb22bce", + "name": "entry : ohosTest@ProcessLibs cost memory 0.085479736328125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116297097500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e88858e-748a-46a6-9511-e5a4eb704d4d", + "name": "UP-TO-DATE :entry:ohosTest@ProcessLibs", + "description": "Process .so files in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116294998200, + "endTime": 512116297239900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "34470c66-8dc4-4f95-b922-6a605bb0e9b8" + } + }, + { + "head": { + "id": "a6889d41-0084-48d7-b400-18e459577254", + "name": "entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116301982000, + "endTime": 512116312711500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Resources", + "taskRunReasons": [], + "detailId": "adb86baf-c44d-4102-a967-a92d07e413b5", + "logId": "232de2f3-8a91-4698-becf-3bfb2b03245c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "adb86baf-c44d-4102-a967-a92d07e413b5", + "name": "create entry:ohosTest@CompileResource task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116298798900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "a6889d41-0084-48d7-b400-18e459577254" + } + }, + { + "head": { + "id": "b2ff445c-444b-48a1-ab6c-269927f54a04", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116299387900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aac7f265-173d-421b-8e13-3e1c3b2bf2dc", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116299528200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "74d0de3e-9ea3-457c-970e-c85125b6a3b2", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116299596600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ec1438f7-23b8-4da3-bd53-91a5f2dae330", + "name": "restool module names: entry,entry_test; moduleName=entry, taskName=ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116300297700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7a16461-52a1-4033-87ea-6926f9a2beb1", + "name": "Executing task :entry:ohosTest@CompileResource", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116302017600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "11a41f5a-3fa4-43bf-9658-f3b12524a404", + "name": "Incremental task entry:ohosTest@CompileResource pre-execution cost: 9 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116312457700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66a68654-acc2-4908-9f44-bda6eb4b292c", + "name": "entry : ohosTest@CompileResource cost memory 1.055206298828125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116312606900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "232de2f3-8a91-4698-becf-3bfb2b03245c", + "name": "UP-TO-DATE :entry:ohosTest@CompileResource", + "description": "Compile project resources in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116301982000, + "endTime": 512116312711500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "a6889d41-0084-48d7-b400-18e459577254" + } + }, + { + "head": { + "id": "6b92e68f-bf97-43a0-982b-24afd39c514c", + "name": "entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116317249300, + "endTime": 512116318349200 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "a15cf4b3-fd79-48b0-b118-5671f95179e0", + "logId": "a388806c-dc33-4c68-8586-af4956ef7fb5" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a15cf4b3-fd79-48b0-b118-5671f95179e0", + "name": "create entry:ohosTest@DoNativeStrip task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116314960100 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "6b92e68f-bf97-43a0-982b-24afd39c514c" + } + }, + { + "head": { + "id": "2864765b-3ded-471d-93a6-bebe138031d7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116315329300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7d169213-7e7d-40dd-b785-a37b0309a1bb", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116315443400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f92bfa62-c9f3-41f5-895c-4c1c0413d459", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116315538300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "84196052-6dec-4a9b-9caa-91b31e89d942", + "name": "Executing task :entry:ohosTest@DoNativeStrip", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116317260500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea8f39c6-6842-4781-9823-bb10c902b14c", + "name": "Incremental task entry:ohosTest@DoNativeStrip pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116318049400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c6da269f-420d-4f0a-9e83-890ebb72fe72", + "name": "entry : ohosTest@DoNativeStrip cost memory 0.068572998046875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116318223800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a388806c-dc33-4c68-8586-af4956ef7fb5", + "name": "UP-TO-DATE :entry:ohosTest@DoNativeStrip", + "description": "Strip .so files to decrease size.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116317249300, + "endTime": 512116318349200 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "6b92e68f-bf97-43a0-982b-24afd39c514c" + } + }, + { + "head": { + "id": "4f79eb5e-7528-44a7-a192-ecd5595b0427", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116324242100, + "endTime": 512117030453500 + }, + "additional": { + "children": [ + "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "7bd676b5-af08-4db6-af55-379cd5ed4e86" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [ + "The task snapshots are different." + ], + "detailId": "a9725423-128d-4945-a5e3-907a83f519a3", + "logId": "ac819e04-b912-49bd-9477-1fce9aa809c6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a9725423-128d-4945-a5e3-907a83f519a3", + "name": "create entry:ohosTest@OhosTestCompileArkTS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116320346400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4f79eb5e-7528-44a7-a192-ecd5595b0427" + } + }, + { + "head": { + "id": "5c13b12f-6e99-46fb-af81-276121a19cb3", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116320847300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e9e427fe-ff31-40a2-a288-ec71544893cf", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116320991000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "aac61708-f1d1-4b88-8b4e-af7e33c6d527", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116321202300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3d87928b-7ebc-437a-91fc-7f40643e42c7", + "name": "Executing task :entry:ohosTest@OhosTestCompileArkTS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116324258500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3fd75fda-4921-454b-af4a-865496d35797", + "name": "entry:ohosTest@OhosTestCompileArkTS is not up-to-date, since the task snapshots are different.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116347197300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "969a119b-eac2-4294-841b-9ab37cedc0da", + "name": "Incremental task entry:ohosTest@OhosTestCompileArkTS pre-execution cost: 21 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116347370000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3479a85b-4e49-4bec-81ed-e60c06e8f0e2", + "name": "build config:", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116355903300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b664163a-6177-422b-a371-b9724e151c7e", + "name": "Compile arkts with external api path: D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\hms\\ets", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116356465000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "63342065-218b-41be-b27a-c2d18534eee6", + "name": "ohosTest@OhosTestCompileArkTS work[18] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116357247900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116359443800, + "endTime": 512116859749200 + }, + "additional": { + "children": [ + "f4b2ea3a-9615-4b18-935f-d1ad99556adb", + "eca86e29-2d94-43e5-8527-144511fbe25e", + "8980284e-b2a5-489a-bd60-a130228d351f", + "8d7a16c0-55e3-4267-bb9f-a84321e4a12f", + "52cf1081-6944-40d9-89e0-797a610c10f4", + "ed009856-41af-41e2-b7e2-dca496473432" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "4f79eb5e-7528-44a7-a192-ecd5595b0427", + "logId": "a308ddb0-5287-4213-8117-836a8ef80013" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7d27b07d-29d6-4de9-bf4b-7e43c83acadc", + "name": "ohosTest@OhosTestCompileArkTS work[18] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358081000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0a724858-d7f7-4af1-988d-6ecc149c8523", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358211000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5b49bb1e-6326-4484-80c0-c52ea517e360", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358301700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "895010bb-a35c-44b9-a16f-0fc6e62db171", + "name": "A work dispatched to worker[13] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358379800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6b462eb5-15bd-437e-a937-ee63b849d134", + "name": "A work dispatched to worker[12] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358458100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be8106d2-1255-4bd9-a956-41cd8b941c69", + "name": "A work dispatched to worker[11] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358535200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5c185544-e1d8-4141-96bb-e84c919a68ec", + "name": "A work dispatched to worker[10] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358616700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e40f3cd7-500a-468c-b5bd-716d53dfd93e", + "name": "A work dispatched to worker[9] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358692300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "12c82760-69c1-4633-8fd4-34df20ebabe7", + "name": "A work dispatched to worker[8] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358766900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b4ec62a-70ee-4465-a92b-830c76d149a1", + "name": "A work dispatched to worker[7] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358843300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fb9b66eb-2824-427a-952c-dc7a1d7a690f", + "name": "A work dispatched to worker[6] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358918800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b9b2a2be-1bc9-4717-89fd-b51cc225c038", + "name": "A work dispatched to worker[5] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116358993600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2c041a0f-f44a-43bc-88d0-1b750d565a9d", + "name": "A work dispatched to worker[4] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359067500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b952bb0c-71e1-452e-8470-5b1b760e7eac", + "name": "A work dispatched to worker[3] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359140900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "020fc20c-9b3d-4d52-a4ab-bbaa30e57ad3", + "name": "A work dispatched to worker[2] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359200700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "fc21306f-058b-4f06-8f77-6098eef17a16", + "name": "A work dispatched to worker[1] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359262800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a94be1d2-839a-44fe-9e73-b09f701ac887", + "name": "ohosTest@OhosTestCompileArkTS work[18] has been dispatched to worker[0].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359451700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1fe8a92-e299-4fca-9402-1c357de3d231", + "name": "ohosTest@OhosTestCompileArkTS work[18] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359530300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "570bcfe1-8800-4f8f-a7ba-fce3d1bbbbda", + "name": "CopyResources startTime: 512116359602300", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359606800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1a185cd-3504-45a1-9078-a500fdc6064f", + "name": "ohosTest@OhosTestCompileArkTS work[19] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116359725200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7bd676b5-af08-4db6-af55-379cd5ed4e86", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512116361335400, + "endTime": 512117030283700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "4f79eb5e-7528-44a7-a192-ecd5595b0427", + "logId": "6fabdb90-b3c6-4d49-af18-1e701eb4848f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "72dbd0f5-e684-4699-bec5-f1ef795bdc62", + "name": "ohosTest@OhosTestCompileArkTS work[19] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116360411600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "53e1b1ac-ff51-4f95-bd4e-668d284be4a8", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116360479400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "450160b6-df8e-40d8-9b52-cdb51ee099ab", + "name": "Create resident worker with id: 14.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116360537700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d503a7ba-d335-4840-8d2c-e4728b986d37", + "name": "ohosTest@OhosTestCompileArkTS work[19] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116361343700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "942b360b-f720-4855-9f7f-cd8fdbc669bc", + "name": "ohosTest@OhosTestCompileArkTS work[19] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116361446600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "331052eb-cf48-42cf-9cb1-f99fc00f48e1", + "name": "entry : ohosTest@OhosTestCompileArkTS cost memory -6.734344482421875", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116361568600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "166a5687-e2b4-41cd-ab65-8efa3ca9b665", + "name": "entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116366645400, + "endTime": 512116370689100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "ArkTS", + "taskRunReasons": [], + "detailId": "5ea118a3-b805-4ea6-a126-9e7fb8ad8f2c", + "logId": "155d2a39-56d5-457f-a694-4d4c1e48c50e" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5ea118a3-b805-4ea6-a126-9e7fb8ad8f2c", + "name": "create entry:ohosTest@OhosTestBuildJS task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116362714900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "166a5687-e2b4-41cd-ab65-8efa3ca9b665" + } + }, + { + "head": { + "id": "e4a4c65b-8adf-4b9b-ab30-196ae3479c97", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116363147000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66957f95-1750-45d2-a401-ed37a3a4ff0b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116363263900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cbc35256-957f-4070-8f33-b7d5891ced77", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116363354500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cd1d8c0-9524-4a65-9c37-e2b9fab24c0f", + "name": "Executing task :entry:ohosTest@OhosTestBuildJS", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116366665400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78414502-f96d-446f-a45e-88e853b23b11", + "name": "entry : ohosTest@OhosTestBuildJS cost memory 0.1624603271484375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116370351900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d7e41b88-7262-4c36-b297-db547fe84f9a", + "name": "runTaskFromQueue task cost before running: 296 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116370572800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "155d2a39-56d5-457f-a694-4d4c1e48c50e", + "name": "Finished :entry:ohosTest@OhosTestBuildJS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116366645400, + "endTime": 512116370689100, + "totalTime": 3890600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "166a5687-e2b4-41cd-ab65-8efa3ca9b665" + } + }, + { + "head": { + "id": "310aec83-1d4d-4903-9cb0-f2c90dec3609", + "name": "entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116374962400, + "endTime": 512116376139600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Native", + "taskRunReasons": [], + "detailId": "3e55b571-6ae2-45b3-9477-3d410279767f", + "logId": "7a016766-c8f4-43a2-98b8-f14592a975d3" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3e55b571-6ae2-45b3-9477-3d410279767f", + "name": "create entry:ohosTest@CacheNativeLibs task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116372878400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "310aec83-1d4d-4903-9cb0-f2c90dec3609" + } + }, + { + "head": { + "id": "af532902-6eac-40a1-9bf9-ad0fb5406ac8", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116373353300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7326419c-198c-4681-940f-a39ffae53ad7", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116373559900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "081bf275-abae-4075-8897-72bae1ab1a7b", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116373650700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c2d8a75-3961-4b18-9d55-6e4c8e539cae", + "name": "Executing task :entry:ohosTest@CacheNativeLibs", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116374973800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "28d9720a-d92a-4197-b94d-8c7da93e27b8", + "name": "Incremental task entry:ohosTest@CacheNativeLibs pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116375959000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "252b6f61-680d-44b1-b1c7-260967ecbbf9", + "name": "entry : ohosTest@CacheNativeLibs cost memory 0.08899688720703125", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116376064300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a016766-c8f4-43a2-98b8-f14592a975d3", + "name": "UP-TO-DATE :entry:ohosTest@CacheNativeLibs", + "description": "cache native strip .so fileInfo", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116374962400, + "endTime": 512116376139600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "310aec83-1d4d-4903-9cb0-f2c90dec3609" + } + }, + { + "head": { + "id": "422c70ed-b888-48a2-8625-1c1c1a935ed0", + "name": "worker[0] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116856223400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f4b2ea3a-9615-4b18-935f-d1ad99556adb", + "name": "generate configuration information", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116360010600, + "endTime": 512116363913300 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "logId": "69f05ded-28d0-41f4-98a4-4b1b48c0e072" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "69f05ded-28d0-41f4-98a4-4b1b48c0e072", + "name": "generate configuration information", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116360010600, + "endTime": 512116363913300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "f4b2ea3a-9615-4b18-935f-d1ad99556adb", + "parent": "a308ddb0-5287-4213-8117-836a8ef80013" + } + }, + { + "head": { + "id": "eca86e29-2d94-43e5-8527-144511fbe25e", + "name": "read build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116363937200, + "endTime": 512116364044400 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "logId": "144dda89-b0ff-42c7-b9c8-9073639758a6" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "144dda89-b0ff-42c7-b9c8-9073639758a6", + "name": "read build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116363937200, + "endTime": 512116364044400 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "eca86e29-2d94-43e5-8527-144511fbe25e", + "parent": "a308ddb0-5287-4213-8117-836a8ef80013" + } + }, + { + "head": { + "id": "8980284e-b2a5-489a-bd60-a130228d351f", + "name": "remove uncacheable modules", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116364053900, + "endTime": 512116364301300 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "logId": "a5845ba5-7505-4dfc-b82b-5ea58d77de9c" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a5845ba5-7505-4dfc-b82b-5ea58d77de9c", + "name": "remove uncacheable modules", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116364053900, + "endTime": 512116364301300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8980284e-b2a5-489a-bd60-a130228d351f", + "parent": "a308ddb0-5287-4213-8117-836a8ef80013" + } + }, + { + "head": { + "id": "8d7a16c0-55e3-4267-bb9f-a84321e4a12f", + "name": "compile ArkTS with rollup", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116364325700, + "endTime": 512116623565900 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "logId": "b0e43317-4b8f-41a9-911c-41cf11e31ed1" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b0e43317-4b8f-41a9-911c-41cf11e31ed1", + "name": "compile ArkTS with rollup", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116364325700, + "endTime": 512116623565900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "8d7a16c0-55e3-4267-bb9f-a84321e4a12f", + "parent": "a308ddb0-5287-4213-8117-836a8ef80013" + } + }, + { + "head": { + "id": "52cf1081-6944-40d9-89e0-797a610c10f4", + "name": "write build package cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116623579100, + "endTime": 512116651967100 + }, + "additional": { + "children": [ + "0c143e45-69c1-4a10-8d09-48879978dd31", + "291b2184-5958-4be7-ba15-71c0906a4e83", + "4fdecc6e-e669-43f8-a837-b6cc9cdd7ec5" + ], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "logId": "5cd6ccf9-260a-49d9-af84-97ff1a796f9d" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "5cd6ccf9-260a-49d9-af84-97ff1a796f9d", + "name": "write build package cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116623579100, + "endTime": 512116651967100 + }, + "additional": { + "logType": "info", + "children": [ + "a0f0f90e-97f4-44b1-bf19-7e6a3e3dc1c7", + "b519ce6c-2fa0-43bc-84c3-63c84ace6e98", + "f5d38842-6295-46f8-bc0b-5cfeff07d0a2" + ], + "durationId": "52cf1081-6944-40d9-89e0-797a610c10f4", + "parent": "a308ddb0-5287-4213-8117-836a8ef80013" + } + }, + { + "head": { + "id": "0c143e45-69c1-4a10-8d09-48879978dd31", + "name": "get final cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116623591100, + "endTime": 512116623596300 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "52cf1081-6944-40d9-89e0-797a610c10f4", + "logId": "a0f0f90e-97f4-44b1-bf19-7e6a3e3dc1c7" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "a0f0f90e-97f4-44b1-bf19-7e6a3e3dc1c7", + "name": "get final cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116623591100, + "endTime": 512116623596300 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "0c143e45-69c1-4a10-8d09-48879978dd31", + "parent": "5cd6ccf9-260a-49d9-af84-97ff1a796f9d" + } + }, + { + "head": { + "id": "291b2184-5958-4be7-ba15-71c0906a4e83", + "name": "pack cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116623599100, + "endTime": 512116649690100 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "52cf1081-6944-40d9-89e0-797a610c10f4", + "logId": "b519ce6c-2fa0-43bc-84c3-63c84ace6e98" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "b519ce6c-2fa0-43bc-84c3-63c84ace6e98", + "name": "pack cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116623599100, + "endTime": 512116649690100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "291b2184-5958-4be7-ba15-71c0906a4e83", + "parent": "5cd6ccf9-260a-49d9-af84-97ff1a796f9d" + } + }, + { + "head": { + "id": "4fdecc6e-e669-43f8-a837-b6cc9cdd7ec5", + "name": "write cache", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116649709500, + "endTime": 512116651951900 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "52cf1081-6944-40d9-89e0-797a610c10f4", + "logId": "f5d38842-6295-46f8-bc0b-5cfeff07d0a2" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "f5d38842-6295-46f8-bc0b-5cfeff07d0a2", + "name": "write cache", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116649709500, + "endTime": 512116651951900 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4fdecc6e-e669-43f8-a837-b6cc9cdd7ec5", + "parent": "5cd6ccf9-260a-49d9-af84-97ff1a796f9d" + } + }, + { + "head": { + "id": "ed009856-41af-41e2-b7e2-dca496473432", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116651986200, + "endTime": 512116854608500 + }, + "additional": { + "children": [], + "state": "success", + "totalTime": 0, + "frequency": 0, + "fromHook": false, + "parent": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "logId": "02b3ccb5-a5c5-4718-a39a-f923312ddcdd" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "02b3ccb5-a5c5-4718-a39a-f923312ddcdd", + "name": "wait for plug-in registration asynchronous task to complete", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116651986200, + "endTime": 512116854608500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "ed009856-41af-41e2-b7e2-dca496473432", + "parent": "a308ddb0-5287-4213-8117-836a8ef80013" + } + }, + { + "head": { + "id": "d1bbab11-e0c6-4035-a7af-31a004a1e400", + "name": "ohosTest@OhosTestCompileArkTS work[18] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116859760000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a308ddb0-5287-4213-8117-836a8ef80013", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker0", + "startTime": 512116359443800, + "endTime": 512116859749200 + }, + "additional": { + "logType": "info", + "children": [ + "69f05ded-28d0-41f4-98a4-4b1b48c0e072", + "144dda89-b0ff-42c7-b9c8-9073639758a6", + "a5845ba5-7505-4dfc-b82b-5ea58d77de9c", + "b0e43317-4b8f-41a9-911c-41cf11e31ed1", + "5cd6ccf9-260a-49d9-af84-97ff1a796f9d", + "02b3ccb5-a5c5-4718-a39a-f923312ddcdd" + ], + "durationId": "9eb5d1c0-ab03-4fcb-bff7-6c0a4d6a930e", + "parent": "ac819e04-b912-49bd-9477-1fce9aa809c6" + } + }, + { + "head": { + "id": "e433ad74-9296-47d3-a66d-6d29ad06ed46", + "name": "A work dispatched to worker[0] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116859899400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9042820a-dfa0-4d25-a909-4dd265a86dbf", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117030142500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "de8a4154-7fb0-4775-ad3b-4c56ff0f3be7", + "name": "CopyResources is end, endTime: 512117030169500", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117030173100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8a4b9313-b913-4edf-bf2e-2d91620774ab", + "name": "ohosTest@OhosTestCompileArkTS work[19] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117030297400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6fabdb90-b3c6-4d49-af18-1e701eb4848f", + "name": "entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512116361335400, + "endTime": 512117030283700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "7bd676b5-af08-4db6-af55-379cd5ed4e86", + "parent": "ac819e04-b912-49bd-9477-1fce9aa809c6" + } + }, + { + "head": { + "id": "92bb26d1-468b-49a5-a394-b8e57003af26", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117030402600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ac819e04-b912-49bd-9477-1fce9aa809c6", + "name": "Finished :entry:ohosTest@OhosTestCompileArkTS", + "description": "Compile ArkTS or JS components using Node.js for large-system devices in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116324242100, + "endTime": 512117030453500, + "totalTime": 706047900 + }, + "additional": { + "logType": "info", + "children": [ + "a308ddb0-5287-4213-8117-836a8ef80013", + "6fabdb90-b3c6-4d49-af18-1e701eb4848f" + ], + "durationId": "4f79eb5e-7528-44a7-a192-ecd5595b0427" + } + }, + { + "head": { + "id": "1f7c5a73-bde2-432c-865c-f507ed7e72e9", + "name": "entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117033528400, + "endTime": 512117034087000 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Other", + "taskRunReasons": [], + "detailId": "c724c698-ae51-4c7b-b269-c1ce9885bbfd", + "logId": "c8b9b76f-5273-41ca-8210-bb1a69bc10cc" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "c724c698-ae51-4c7b-b269-c1ce9885bbfd", + "name": "create entry:ohosTest@OhosTestCopyMockConfigJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117032926000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "1f7c5a73-bde2-432c-865c-f507ed7e72e9" + } + }, + { + "head": { + "id": "1a527f33-a45a-4874-a442-b7a855667474", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117033259100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "591d170b-350f-49e8-9892-c1d659deb62b", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117033346600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "193e1f19-2d8a-414d-a751-7b2c0684f371", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117033435000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "66e2c906-e941-492d-9d59-b2ff4c93ca7b", + "name": "Executing task :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117033536300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a75b6e06-f046-4554-9ef9-326f11991f0d", + "name": "entry : ohosTest@OhosTestCopyMockConfigJson cost memory 0.03531646728515625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117033946400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d90309cc-6b49-4654-9ac6-f442f921ef48", + "name": "runTaskFromQueue task cost before running: 959 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117034039000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8b9b76f-5273-41ca-8210-bb1a69bc10cc", + "name": "Finished :entry:ohosTest@OhosTestCopyMockConfigJson", + "description": "Copy mock config json to hap resources.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117033528400, + "endTime": 512117034087000, + "totalTime": 494600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "1f7c5a73-bde2-432c-865c-f507ed7e72e9" + } + }, + { + "head": { + "id": "af23117b-91da-4d35-8091-48e79fde3158", + "name": "entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117036160900, + "endTime": 512117038123100 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [], + "detailId": "e3e1d215-51e8-4469-9153-f06b9a1c3b48", + "logId": "251bc3f9-bed3-40c2-b37f-f70bdea7a361" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "e3e1d215-51e8-4469-9153-f06b9a1c3b48", + "name": "create entry:ohosTest@GeneratePkgModuleJson task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117034980400 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "af23117b-91da-4d35-8091-48e79fde3158" + } + }, + { + "head": { + "id": "0684716a-dd50-4724-ab60-fe9b09bb9202", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117035311200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b269d56c-9991-4a61-847e-899778e1ce9f", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117035477300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "231ccf2c-c269-4efe-af1e-1a18d6940147", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117035530400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "376526c5-35d3-4cc1-a063-74ebe698d917", + "name": "Executing task :entry:ohosTest@GeneratePkgModuleJson", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117036168700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d39ec1fa-1646-43c0-a27b-4dabe78cbb41", + "name": "Incremental task entry:ohosTest@GeneratePkgModuleJson pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117037942100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b5027ffe-d3e1-468d-ac4a-4694890fbfb2", + "name": "entry : ohosTest@GeneratePkgModuleJson cost memory 0.0988922119140625", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117038063700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "251bc3f9-bed3-40c2-b37f-f70bdea7a361", + "name": "UP-TO-DATE :entry:ohosTest@GeneratePkgModuleJson", + "description": "Generate the module.json in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117036160900, + "endTime": 512117038123100 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "af23117b-91da-4d35-8091-48e79fde3158" + } + }, + { + "head": { + "id": "4ff6c122-2451-4ad7-b289-94f96d478b4b", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117042828800, + "endTime": 512117480857900 + }, + "additional": { + "children": [ + "4ba5835c-940a-4aa1-bc20-ae07cdcbf224", + "055f5e15-2854-44da-86ba-afcdd9c9f2c9", + "5cca6af0-ad04-45be-a757-952c05cd70f5" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Package", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets' has been changed." + ], + "detailId": "52b0a31e-dbc9-4347-a8c3-4e14485d5744", + "logId": "33f4b9e7-e1ba-4b34-806c-cf1c32dac382" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "52b0a31e-dbc9-4347-a8c3-4e14485d5744", + "name": "create entry:ohosTest@PackageHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117039455900 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "4ff6c122-2451-4ad7-b289-94f96d478b4b" + } + }, + { + "head": { + "id": "b2089a41-77e8-40ef-8e4e-7fe0af479221", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117039745000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "385ef2b1-363d-40c6-88e7-2eba03dfc2f2", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117039822900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "34998a72-a91e-4171-8356-dc71aae68802", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117039869600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ea8995b2-aaf9-42d2-8ea2-6997d1a41239", + "name": "Executing task :entry:ohosTest@PackageHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117042839500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "af02a591-4d79-4970-8329-34c6a49ff662", + "name": "entry:ohosTest@PackageHap is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117046965900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "be13f2c4-5c7a-4f6b-a115-9b2cbc01e79d", + "name": "Incremental task entry:ohosTest@PackageHap pre-execution cost: 4 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117047092900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4ba5835c-940a-4aa1-bc20-ae07cdcbf224", + "name": "generate HAP packaging command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117047547300, + "endTime": 512117048272800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ff6c122-2451-4ad7-b289-94f96d478b4b", + "logId": "8acb9644-f5fa-4ae8-8226-899895498557" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "391aca3a-550c-4245-8141-79e8f2f1aa33", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\app_packing_tool.jar]\n [\n 'java',\n '-Dfile.encoding=GBK',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\app_packing_tool.jar',\n '--mode',\n 'hap',\n '--force',\n 'true',\n '--lib-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\stripped_native_libs\\\\ohosTest',\n '--json-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\package\\\\ohosTest\\\\module.json',\n '--resources-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources',\n '--index-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\res\\\\ohosTest\\\\resources.index',\n '--pack-info-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\pack.info',\n '--out-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-unsigned.hap',\n '--ets-path',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\intermediates\\\\loader_out\\\\ohosTest\\\\ets'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117048155900 + }, + "additional": { + "logType": "debug", + "children": [], + "durationId": "4ff6c122-2451-4ad7-b289-94f96d478b4b" + } + }, + { + "head": { + "id": "8acb9644-f5fa-4ae8-8226-899895498557", + "name": "generate HAP packaging command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117047547300, + "endTime": 512117048272800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4ba5835c-940a-4aa1-bc20-ae07cdcbf224", + "parent": "33f4b9e7-e1ba-4b34-806c-cf1c32dac382" + } + }, + { + "head": { + "id": "055f5e15-2854-44da-86ba-afcdd9c9f2c9", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117048619400, + "endTime": 512117049659600 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "4ff6c122-2451-4ad7-b289-94f96d478b4b", + "logId": "c73a200b-6e8a-4faa-9e36-cbf8906c9d4f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "2b302668-11a5-4204-99e3-3a65b5919e7e", + "name": "ohosTest@PackageHap work[20] is submitted.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117048996000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "5cca6af0-ad04-45be-a757-952c05cd70f5", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512117049554700, + "endTime": 512117480629800 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "", + "taskRunReasons": [], + "parent": "4ff6c122-2451-4ad7-b289-94f96d478b4b", + "logId": "ae8a984e-addd-4984-8fa8-2d40a7643374" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "77eccaa0-3bd0-4268-a2df-2b1bf16dd090", + "name": "ohosTest@PackageHap work[20] is pushed to ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117049408100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "60da1218-df88-4ca2-8627-256a195f237e", + "name": "A work dispatched to worker[15] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117049476200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a20dc304-55db-4799-b0b4-ebc2b5330864", + "name": "ohosTest@PackageHap work[20] has been dispatched to worker[14].", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117049559400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4daa50dc-966f-4261-bbb7-2f89910fe301", + "name": "ohosTest@PackageHap work[20] is dispatched.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117049613000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c73a200b-6e8a-4faa-9e36-cbf8906c9d4f", + "name": "submit HAP packaging task to work pool", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117048619400, + "endTime": 512117049659600 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "055f5e15-2854-44da-86ba-afcdd9c9f2c9", + "parent": "33f4b9e7-e1ba-4b34-806c-cf1c32dac382" + } + }, + { + "head": { + "id": "3c306899-ee9f-4ea8-84a0-eb753d6759e2", + "name": "entry : ohosTest@PackageHap cost memory 0.8562393188476562", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117050981300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cebd041f-3abc-42c4-82c6-8ab0e1931660", + "name": "worker[14] has one work done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117480558600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a420830-d8cf-476f-a8d0-5c642e632509", + "name": "ohosTest@PackageHap work[20] done.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117480643000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ae8a984e-addd-4984-8fa8-2d40a7643374", + "name": "entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Worker14", + "startTime": 512117049554700, + "endTime": 512117480629800 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "5cca6af0-ad04-45be-a757-952c05cd70f5", + "parent": "33f4b9e7-e1ba-4b34-806c-cf1c32dac382" + } + }, + { + "head": { + "id": "07a66b6a-c947-409e-82fc-e18f0e50e2c7", + "name": "A work dispatched to worker[14] failed because unable to get work from ready queue.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117480784500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "33f4b9e7-e1ba-4b34-806c-cf1c32dac382", + "name": "Finished :entry:ohosTest@PackageHap", + "description": "Build the HAP package in the stage model.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117042828800, + "endTime": 512117480857900, + "totalTime": 437805900 + }, + "additional": { + "logType": "info", + "children": [ + "8acb9644-f5fa-4ae8-8226-899895498557", + "c73a200b-6e8a-4faa-9e36-cbf8906c9d4f", + "ae8a984e-addd-4984-8fa8-2d40a7643374" + ], + "durationId": "4ff6c122-2451-4ad7-b289-94f96d478b4b" + } + }, + { + "head": { + "id": "8c2fde08-a0e6-4893-b0e8-66216952b73e", + "name": "entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117484147100, + "endTime": 512117616497800 + }, + "additional": { + "children": [ + "a4c4f002-68e0-4a90-8ef5-a4a699da3a42", + "4652ff44-4945-455f-a8c5-32ec0ac20f5b" + ], + "state": "success", + "targetName": "ohosTest", + "moduleName": "entry", + "category": "Sign", + "taskRunReasons": [ + "The input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap' has been changed." + ], + "detailId": "3c852c1f-6894-4e9a-8914-1e0ebd4c1909", + "logId": "35000413-65bc-4d9c-918f-d7d1724a1cd8" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "3c852c1f-6894-4e9a-8914-1e0ebd4c1909", + "name": "create entry:ohosTest@SignHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117482472000 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "8c2fde08-a0e6-4893-b0e8-66216952b73e" + } + }, + { + "head": { + "id": "f9fed43a-e181-4240-a3d8-1dd639283e04", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117482756300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "303923af-06f5-48aa-820d-37eb9a9b06b6", + "name": "jsonObjWithoutParam {} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117482832900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "70727406-04d8-4be2-a550-1eba9ace0bab", + "name": "jsonObjWithoutParam {\"license\":\"ISC\",\"devDependencies\":{},\"name\":\"entry\",\"description\":\"example description\",\"repository\":{},\"version\":\"1.0.0\",\"dependencies\":{}} at undefined", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117482885400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ca915dd9-3100-4bb3-a83b-60e60ad71a7e", + "name": "Executing task :entry:ohosTest@SignHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117484156400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d0be1cfb-2661-41ca-8591-a65ccda04eb5", + "name": "entry:ohosTest@SignHap is not up-to-date, since the input file 'D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap' has been changed.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117485277200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1722e8f0-3b79-422b-b2ea-3111f9a860c7", + "name": "Incremental task entry:ohosTest@SignHap pre-execution cost: 1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117485384500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "a4c4f002-68e0-4a90-8ef5-a4a699da3a42", + "name": "generate hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117486388600, + "endTime": 512117531172800 + }, + "additional": { + "children": [ + "9da4e5c6-2560-48d8-8d03-a8ed4aa46fe2" + ], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8c2fde08-a0e6-4893-b0e8-66216952b73e", + "logId": "bf58c0ac-3dd0-4996-8a79-22d8707e4544" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "fa478406-70b3-46be-af3d-4bca90d9b323", + "name": "Use tool [D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\lib\\hap-sign-tool.jar]\n [\n 'java',\n '-jar',\n 'D:\\\\page\\\\huawei\\\\dev_5_0\\\\DevEco Studio\\\\sdk\\\\HarmonyOS-NEXT-DB1\\\\openharmony\\\\toolchains\\\\lib\\\\hap-sign-tool.jar',\n 'sign-app',\n '-mode',\n 'localSign',\n '-keystoreFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12',\n '-keystorePwd',\n '******',\n '-keyAlias',\n 'debugKey',\n '-keyPwd',\n '******',\n '-signAlg',\n 'SHA256withECDSA',\n '-profileFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b',\n '-appCertFile',\n 'C:\\\\Users\\\\lenovo\\\\.ohos\\\\config\\\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer',\n '-inFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-unsigned.hap',\n '-outFile',\n 'D:\\\\project\\\\applications_app_samples_3\\\\applications_app_samples_3\\\\code\\\\Project\\\\Test\\\\uitest\\\\entry\\\\build\\\\default\\\\outputs\\\\ohosTest\\\\entry-ohosTest-signed.hap'\n]", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117506292300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9da4e5c6-2560-48d8-8d03-a8ed4aa46fe2", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117510217600, + "endTime": 512117529890500 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "a4c4f002-68e0-4a90-8ef5-a4a699da3a42", + "logId": "76b0dc82-25c0-425c-bcc6-51c558aefef9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "7faa671f-0f0d-42a2-8ac1-a279e7882fc6", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"verify profile success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117529564800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "76b0dc82-25c0-425c-bcc6-51c558aefef9", + "name": "verify signing configuration and get bundle name", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117510217600, + "endTime": 512117529890500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "9da4e5c6-2560-48d8-8d03-a8ed4aa46fe2", + "parent": "bf58c0ac-3dd0-4996-8a79-22d8707e4544" + } + }, + { + "head": { + "id": "bf58c0ac-3dd0-4996-8a79-22d8707e4544", + "name": "generate hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117486388600, + "endTime": 512117531172800 + }, + "additional": { + "logType": "info", + "children": [ + "76b0dc82-25c0-425c-bcc6-51c558aefef9" + ], + "durationId": "a4c4f002-68e0-4a90-8ef5-a4a699da3a42", + "parent": "35000413-65bc-4d9c-918f-d7d1724a1cd8" + } + }, + { + "head": { + "id": "4652ff44-4945-455f-a8c5-32ec0ac20f5b", + "name": "execute hos_hap signing command", + "description": "", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117531780000, + "endTime": 512117616128700 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "", + "category": "", + "taskRunReasons": [], + "parent": "8c2fde08-a0e6-4893-b0e8-66216952b73e", + "logId": "16052cf8-8d23-42a2-937d-10213117252f" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "45b7a27f-4c45-4c0f-a843-52ba8523b5cd", + "name": "java daemon socket close code:1000 reason:close by user", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117533279300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "00310f70-e9c3-4c0a-9cd3-fdf1e5d9b0c8", + "name": "java daemon socket received message:{\"code\":0,\"message\":\"sign app success\"}", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117615786900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "16052cf8-8d23-42a2-937d-10213117252f", + "name": "execute hos_hap signing command", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117531780000, + "endTime": 512117616128700 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "4652ff44-4945-455f-a8c5-32ec0ac20f5b", + "parent": "35000413-65bc-4d9c-918f-d7d1724a1cd8" + } + }, + { + "head": { + "id": "a8801834-a0e3-4790-b39b-5ed0c4d06cc9", + "name": "entry : ohosTest@SignHap cost memory 0.8962249755859375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117616321500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1cacc945-cad0-493f-b0b1-c10850fca56a", + "name": "runTaskFromQueue task cost before running: 1 s 541 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117616426100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "35000413-65bc-4d9c-918f-d7d1724a1cd8", + "name": "Finished :entry:ohosTest@SignHap", + "description": "Sign the HAP package.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117484147100, + "endTime": 512117616497800, + "totalTime": 132256400 + }, + "additional": { + "logType": "info", + "children": [ + "bf58c0ac-3dd0-4996-8a79-22d8707e4544", + "16052cf8-8d23-42a2-937d-10213117252f" + ], + "durationId": "8c2fde08-a0e6-4893-b0e8-66216952b73e" + } + }, + { + "head": { + "id": "78ec717f-391d-452d-85c1-7bc244f8d95a", + "name": "entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "duration" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117617871300, + "endTime": 512117618367900 + }, + "additional": { + "children": [], + "state": "success", + "targetName": "", + "moduleName": "entry", + "category": "Hook", + "taskRunReasons": [], + "detailId": "1269394a-9a35-4648-97f9-ef7611f30324", + "logId": "f43d0712-835e-4dbd-ba81-7b0871cac5f9" + }, + "log": { + "_logger": { + "category": "DurationEvent", + "context": {}, + "callStackSkipIndex": 0 + }, + "_filelogger": { + "category": "debug-file", + "context": {}, + "callStackSkipIndex": 0 + } + } + }, + { + "head": { + "id": "1269394a-9a35-4648-97f9-ef7611f30324", + "name": "create entry:assembleHap task", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117617831600 + }, + "additional": { + "logType": "detail", + "children": [], + "durationId": "78ec717f-391d-452d-85c1-7bc244f8d95a" + } + }, + { + "head": { + "id": "e6d45006-5a72-4d98-9935-8368cb4464f8", + "name": "Executing task :entry:assembleHap", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117617877600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "45989c4d-5497-4a29-b92b-a10b498f2d2b", + "name": "entry : assembleHap cost memory 0.01131439208984375", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117618092200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bfa03c3f-6fb9-48db-b607-2a219510fef9", + "name": "runTaskFromQueue task cost before running: 1 s 543 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117618253100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f43d0712-835e-4dbd-ba81-7b0871cac5f9", + "name": "Finished :entry:assembleHap", + "description": "Assemble the task for the packaged HAP file.", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117617871300, + "endTime": 512117618367900, + "totalTime": 354500 + }, + "additional": { + "logType": "info", + "children": [], + "durationId": "78ec717f-391d-452d-85c1-7bc244f8d95a" + } + }, + { + "head": { + "id": "e8bd96e3-e5d0-4ef7-9983-86f1304a88ad", + "name": "BUILD SUCCESSFUL in 1 s 551 ms ", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117625642800 + }, + "additional": { + "logType": "info", + "children": [] + } + }, + { + "head": { + "id": "d8398a55-b8ee-4fda-8b07-d34017267ae8", + "name": "assembleHap", + "description": "", + "type": "mark" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512116075419500, + "endTime": 512117625848700 + }, + "additional": { + "time": { + "year": 2025, + "month": 1, + "day": 22, + "hour": 15, + "minute": 52 + }, + "completeCommand": "{\"mode\":\"module\",\"completeCommand\":\"--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon\",\"parallel\":true,\"prop\":[\"module=entry@ohosTest\",\"buildMode=test\"],\"incremental\":true,\"_\":[\"assembleHap\"],\"daemon\":true,\"analyze\":\"normal\"};--mode module -p module=entry@ohosTest -p buildMode=test assembleHap --analyze=normal --parallel --incremental --daemon", + "hvigorVersion": "5.2.2", + "markType": "history", + "nodeVersion": "v18.20.1", + "category": "build", + "state": "success" + } + }, + { + "head": { + "id": "0546b526-c8f1-4834-b080-354a42411384", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@PreBuild is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117626014200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f12cbcf4-8a6c-4135-b87d-c0c65dec50e5", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateMetadata is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117626116600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "224a00b2-26a5-4e0d-85c1-59f55efea29c", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@MergeProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117626194600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "91158005-9b6a-46d3-b650-c9d00cb3d0d7", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CreateBuildProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117626272600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7099af7-a89b-4a2b-8c53-a50232a7a404", + "name": "Update task entry:ohosTest@GeneratePkgContextInfo output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest\\pkgContextInfo.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117626462700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4c7672c4-268d-4a82-bb2e-0d4300d47a77", + "name": "Incremental task entry:ohosTest@GeneratePkgContextInfo post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117626801200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6a564a40-1daa-4dcb-b5a9-5809b7ec4a29", + "name": "Update task entry:ohosTest@ProcessIntegratedHsp output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\cache\\default\\integrated_hsp\\integratedHspCache.json cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117627324600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1f5a2125-8ddb-402a-b25a-3cbb0e7aac7b", + "name": "Incremental task entry:ohosTest@ProcessIntegratedHsp post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117627553800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c45c145f-bd7b-4d0d-bcad-7a38beebde98", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@MakePackInfo is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117627621400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "99af83ee-35da-4e3c-a25e-0708e27b1947", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessProfile is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117627673200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c9b4d542-0737-4a83-b8d5-5cde4f1cb079", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\toolchains\\syscap_tool.exe cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117628023100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "218b4f89-d336-4f3a-8494-370afe864c86", + "name": "Update task entry:ohosTest@SyscapTransform input file:D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\device-define cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117628236800 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "743b68a8-108f-42d3-88db-86d1591759fb", + "name": "Update task entry:ohosTest@SyscapTransform output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\syscap\\ohosTest\\rpcid.sc cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117628815400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab65b5fd-60dc-4555-8781-d93045c3867c", + "name": "Incremental task entry:ohosTest@SyscapTransform post-execution cost:2 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117629117700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8e77999e-016b-4c3c-9c01-28f9d8e05142", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessRouterMap is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117629190100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c725dfaf-8763-4643-8a7e-b79330a7a774", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117629325300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "9c5eff76-3685-4200-848d-9d0dd51d0827", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GenerateLoaderJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117629466600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "380e1c47-d8d0-42ce-8b29-ab199000107a", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@ProcessLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117629583700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "c8cf794a-2446-4ba5-b123-16d8ca9a3087", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CompileResource is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117629696100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "0f50afc3-787c-42c6-9773-b6342de5fada", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@DoNativeStrip is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117629839400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "2b23eb99-a9cc-4b99-b4c7-292a85878bf2", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117631459100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "02a2e628-a78b-4489-b482-d827c5b457cc", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117631941600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b62040a1-8137-474e-9ee2-15f0c7a906ba", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117632355100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "7a8d96f9-7789-4a7c-bcd8-e5ae97d62f23", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117632596700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "75f8ed90-f689-4798-9b69-e77895d6b4e8", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117632837900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b7fe2ff5-0761-4bca-8c7e-51f92b60767b", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117633380400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e390efd5-5a20-473f-b652-eb3dcce52b0d", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117637003700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "227e124d-ac84-41e9-8c93-02359c43a4fc", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117641678000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b05df413-8ec6-49bb-9e17-71e5711455f9", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117641918100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "1c16da05-abc5-48fa-9748-2b6c8f2c63b6", + "name": "Update task entry:ohosTest@OhosTestCompileArkTS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117645738000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "89661153-4ee5-4115-a811-f80811ed6dfb", + "name": "Incremental task entry:ohosTest@OhosTestCompileArkTS post-execution cost:17 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117646277000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "ab8bc4c7-da1a-4da2-9483-652b454fd1b8", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117647190000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "18d53f5e-b03c-4c38-b480-db4fc266716c", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\rawfile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117647491500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8229398f-9c99-4e64-add4-ae22ee4cfd13", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\ResourceTable.txt cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117647795000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "bd917340-584d-4253-a374-3427a0e625bc", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117647967300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b93aa83b-2462-4283-90f7-69fc03db7d36", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources\\base\\profile cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117648109500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78b6e1bc-fdc3-4402-a9cd-334247a828fa", + "name": "Update task entry:ohosTest@OhosTestBuildJS input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117648462400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "dc718bf0-0578-42ba-9737-d370388251ef", + "name": "Update task entry:ohosTest@OhosTestBuildJS output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\js cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117652744100 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "b28c6b54-6356-41c2-9190-ef8ee96cd493", + "name": "Incremental task entry:ohosTest@OhosTestBuildJS post-execution cost:7 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117653061500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "93f7d112-0d4a-447e-8c1a-e88a14e32594", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@CacheNativeLibs is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117653157900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6d0cd092-0919-4869-815f-903888a72b2a", + "name": "There is no need to refresh cache, since the incremental task entry:ohosTest@GeneratePkgModuleJson is up-to-date.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117653205900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78f8bc29-8e58-4138-a590-5f8aea9df8b7", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\stripped_native_libs\\ohosTest cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117653705900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "8f74d7d5-4dbb-427d-b094-1cc6c01c14d6", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\module.json cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117653901700 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e06b6394-31cf-4354-a248-6940159e55be", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117654098400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "6cfe5336-d502-4f19-b435-674f5d1870c7", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\ohosTest\\resources.index cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117655128900 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "78f2e461-2028-49b2-88a0-75e4babefa55", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\pack.info cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117655300000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3886a244-de7c-414d-b81f-54d29b127509", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\ohosTest\\ets cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117655446400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "d1d8f6c0-0e7f-4361-bd1d-3227e88a4926", + "name": "Update task entry:ohosTest@PackageHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\generated\\profile\\ohosTest\\BuildProfile.ets cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117655505200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "e7221070-031e-4ce3-aed9-65dc1f89d3a7", + "name": "Update task entry:ohosTest@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117655904000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "882b25d0-be84-4355-b74f-e0a685b44eec", + "name": "Update task entry:ohosTest@PackageHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\mapping\\sourceMaps.map cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117656060500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "44807840-36df-4412-87cd-db68878b269b", + "name": "Incremental task entry:ohosTest@PackageHap post-execution cost:3 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117656244400 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f0c5c20b-04a5-4b41-8c31-bfd7bc051fad", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117656394000 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "4d32dccc-9863-4b95-9e95-c6027a185434", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117656569500 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cf02954d-9c03-4df4-a7b1-98e5c0a2f200", + "name": "Update task entry:ohosTest@SignHap input file:C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12 cache by regenerate.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117656729200 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "f7f94aac-c2e7-4378-88d1-e49c0256b6eb", + "name": "Update task entry:ohosTest@SignHap input file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-unsigned.hap cache from map.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117656891600 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "3e9513ac-81ff-4d4b-bf8d-c997e35a9385", + "name": "Update task entry:ohosTest@SignHap output file:D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\ohosTest\\entry-ohosTest-signed.hap cache.", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117656957300 + }, + "additional": { + "logType": "debug", + "children": [] + } + }, + { + "head": { + "id": "cb63efbd-2208-4e86-b7b7-14209ffc2101", + "name": "Incremental task entry:ohosTest@SignHap post-execution cost:1 ms .", + "description": "", + "type": "log" + }, + "body": { + "pid": 21292, + "tid": "Main Thread", + "startTime": 512117657109900 + }, + "additional": { + "logType": "debug", + "children": [] + } + } + ], + "workLog": [] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.idea/.deveco/module/entry.cache.json b/code/Project/Test/uitest/.idea/.deveco/module/entry.cache.json new file mode 100644 index 0000000000..8ce0f27b25 --- /dev/null +++ b/code/Project/Test/uitest/.idea/.deveco/module/entry.cache.json @@ -0,0 +1,21 @@ +{ + "BuildOptions":{ + "SELECT_BUILD_TARGET":"default", + "BUILD_PATH":{ + "OUTPUT_METADATA_JSON":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\hap_metadata\\default\\output_metadata.json", + "OUTPUT_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\outputs\\default", + "RES_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default", + "ETS_SUPER_VISUAL_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\default\\default@CompileArkTS\\esmodule", + "JS_ASSETS_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out\\default", + "INTERMEDIA_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates", + "RES_PROFILE_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\res\\default\\resources\\base\\profile", + "WORKER_LOADER":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader\\default\\loader.json", + "MANIFEST_JSON":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\manifest\\default", + "JS_LITE_ASSETS_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\intermediates\\loader_out_lite\\default", + "JS_SUPER_VISUAL_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\build\\default\\cache\\default\\default@CompileJS\\jsbundle" + } + }, + "CommonInfo":{ + "current.select.target":"default" + } +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.idea/.deveco/project.cache.json b/code/Project/Test/uitest/.idea/.deveco/project.cache.json new file mode 100644 index 0000000000..1146ef8db2 --- /dev/null +++ b/code/Project/Test/uitest/.idea/.deveco/project.cache.json @@ -0,0 +1,16 @@ +{ + "BuildOptions":{ + "BUNDLE_NAME":"com.samples.test.uitest", + "SELECT_BUILD_MODE":"", + "BUILD_PATH":{ + "OUTPUT_PATH":"D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\build\\outputs\\default" + }, + "SELECT_BUILD_PRODUCT":"default" + }, + "CommonInfo":{ + "crossplatform.projectType":"", + "project.ide.version":"5.0.3.403", + "current.select.product":"default", + "current.select.buildMode":"" + } +} \ No newline at end of file diff --git a/code/Project/Test/uitest/.idea/.gitignore b/code/Project/Test/uitest/.idea/.gitignore new file mode 100644 index 0000000000..26d33521af --- /dev/null +++ b/code/Project/Test/uitest/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/code/Project/Test/uitest/.idea/OhosTestConfigurationModuleSettings.xml b/code/Project/Test/uitest/.idea/OhosTestConfigurationModuleSettings.xml new file mode 100644 index 0000000000..6bde917fc9 --- /dev/null +++ b/code/Project/Test/uitest/.idea/OhosTestConfigurationModuleSettings.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/code/Project/Test/uitest/.idea/modules.xml b/code/Project/Test/uitest/.idea/modules.xml new file mode 100644 index 0000000000..1fc591c0f1 --- /dev/null +++ b/code/Project/Test/uitest/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/code/Project/Test/uitest/.idea/modules/entry/entry.iml b/code/Project/Test/uitest/.idea/modules/entry/entry.iml new file mode 100644 index 0000000000..e561f58a19 --- /dev/null +++ b/code/Project/Test/uitest/.idea/modules/entry/entry.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/code/Project/Test/uitest/.idea/modules/uitest.iml b/code/Project/Test/uitest/.idea/modules/uitest.iml new file mode 100644 index 0000000000..115cf1ea79 --- /dev/null +++ b/code/Project/Test/uitest/.idea/modules/uitest.iml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/code/Project/Test/uitest/.idea/vcs.xml b/code/Project/Test/uitest/.idea/vcs.xml new file mode 100644 index 0000000000..4fce1d86b4 --- /dev/null +++ b/code/Project/Test/uitest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/code/Project/Test/uitest/build-profile.json5 b/code/Project/Test/uitest/build-profile.json5 index 889a6652ed..5489c83932 100644 --- a/code/Project/Test/uitest/build-profile.json5 +++ b/code/Project/Test/uitest/build-profile.json5 @@ -15,14 +15,27 @@ { "app": { - "signingConfigs": [], + "signingConfigs": [ + { + "name": "default", + "type": "HarmonyOS", + "material": { + "certpath": "C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.cer", + "storePassword": "0000001BFD3F27DED24BA76EBD62C0AC8BF4487B59327DB26DDA6E3CD21E679557037D9C5B92502FE93D41", + "keyAlias": "debugKey", + "keyPassword": "0000001B3567D1250CB5A92C9603AB1D40EE27E0559E395E6341CB0AA3BE0468B555B623C94762669D28A3", + "profile": "C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p7b", + "signAlg": "SHA256withECDSA", + "storeFile": "C:\\Users\\lenovo\\.ohos\\config\\default_uitest_CuhRDuD7OFGUjd6nm20PAKJv4vLazpmIc8qxCoNU9Vk=.p12" + } + } + ], "products": [ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 12, - "compatibleSdkVersion": 12, - "runtimeOS": "OpenHarmony" + "compatibleSdkVersion": "5.0.0(12)", + "runtimeOS": "HarmonyOS" } ] }, diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.ts_checker_cache b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.ts_checker_cache new file mode 100644 index 0000000000..4fccbb74b0 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.ts_checker_cache @@ -0,0 +1,3722 @@ +{ + "runtimeOS": "HarmonyOS", + "sdkInfo": "false:12:5.0.0.25:Beta1", + "fileList": { + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.errorCode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ActionExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ApplicationStateChangeCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.autoFillManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ChildProcess.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.childProcessManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dataUriUtils.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.insightIntent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ShareExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.application.uriPermissionManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.defaultAppManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.package.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.privacyManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EmbeddedUIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfigEntry.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupTask.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.startupManager.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\entryability\\EntryAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\clickability\\ClickAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\inputability\\InputAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\mouseability\\MouseAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\flingability\\FlingAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\swipeability\\SwipeAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pinchability\\PinchAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pointmatrixability\\PointMatrixAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\scrollerability\\ScrollerAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\dragability\\DragAbility.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.animator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Chip.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ChipGroup.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeListItem.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Counter.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Dialog.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.EditableTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ExceptionPrompt.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Filter.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.GridObjectSortComponent.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Popup.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ProgressButton.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SegmentButton.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectionMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SplitLayout.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SubHeader.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SwipeRefresher.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TabTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ToolBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TreeView.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentUtils.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.inspector.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.curves.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.font.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.matrix4.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.measure.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.PiPWindow.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.prompt.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.screenshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.app.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.prompt.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\entryability\\EntryAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\clickability\\ClickAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\inputability\\InputAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\mouseability\\MouseAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\flingability\\FlingAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\swipeability\\SwipeAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pinchability\\PinchAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pointmatrixability\\PointMatrixAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\scrollerability\\ScrollerAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\dragability\\DragAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Index.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Click.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Third.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Fourth.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Mouse.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts": { + "mtimeMs": 1737529283640.537, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\entryability\\EntryAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\clickability\\ClickAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\inputability\\InputAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\mouseability\\MouseAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\flingability\\FlingAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\swipeability\\SwipeAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pinchability\\PinchAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pointmatrixability\\PointMatrixAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\scrollerability\\ScrollerAbility.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\dragability\\DragAbility.ts" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\entryability\\EntryAbility.ts": { + "mtimeMs": 1737529283633.537, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.errorCode.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\appVersionInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\processInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\permissions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\security\\PermissionRequestResult.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ActionExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ApplicationStateChangeCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.autoFillManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ChildProcess.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.childProcessManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\FormExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EventHub.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\VpnExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EmbeddableUIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dataUriUtils.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ErrorObserver.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\LoopObserver.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.insightIntent.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.insightIntent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ShareExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ActionExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ShareExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EmbeddedUIExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\embedded_component.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.application.uriPermissionManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ElementName.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.defaultAppManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\OverlayModuleInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationExtraParams.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationExtraParams.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.package.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.privacyManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\permissions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EmbeddedUIExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfigEntry.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.startupManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfigEntry.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupTask.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.startupManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\data\\rdb\\resultSet.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ElementName.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.childProcessManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.defaultAppManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.prompt.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.faultLogger.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiviewdfx.hiAppEvent.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cryptoFramework.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\embedded_component.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\nav_destination.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\navigation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\pattern_lock.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\data\\rdb\\resultSet.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\data\\rdb\\resultSet.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\appVersionInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\processInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\elementName.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\appVersionInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\processInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\folder_stack.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\moduleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\customizeData.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\elementName.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.PiPWindow.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\customizeData.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\moduleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\customizeData.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.colorSpaceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.screenshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.colorSpaceManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\rawFileDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\rawFileDescriptor.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\units.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\units.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\image.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ElementName.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.font.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.inspector.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentUtils.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.animator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.measure.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.autoFillManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EventHub.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.uniformTypeDescriptor.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.intentionCode.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.common2D.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\units.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\units.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Dialog.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\with_theme.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.uniformTypeDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.intentionCode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EventHub.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ApplicationStateChangeCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EmbeddableUIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.common2D.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\canvas.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\image.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.common2D.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.intl.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\time_picker.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\time_picker.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\time_picker.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.intl.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.font.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.inspector.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentUtils.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\content_slot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\node_container.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.animator.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.measure.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\units.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupTask.d.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\FormExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\VpnExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\FormExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\VpnExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EmbeddableUIAbilityContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationTemplate.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationFlags.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\NotificationCommonDef.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationTemplate.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationUserInput.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationUserInput.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationTemplate.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationFlags.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\NotificationCommonDef.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationUserInput.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\permissions.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.privacyManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\security\\PermissionRequestResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ErrorObserver.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\LoopObserver.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\OverlayModuleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationExtraParams.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Chip.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ChipGroup.d.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ChipGroup.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Chip.d.ets" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeListItem.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Counter.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Dialog.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.EditableTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ExceptionPrompt.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Filter.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.form.formBindingData.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.GridObjectSortComponent.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Popup.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ProgressButton.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SegmentButton.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectionMenu.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SplitLayout.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SubHeader.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SwipeRefresher.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TabTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ToolBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TreeView.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.curves.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.colorSpaceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.hdrCapability.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.matrix4.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.PiPWindow.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.prompt.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.screenshot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.app.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.configuration.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.mediaquery.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.prompt.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.router.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CommonModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AlphabetIndexerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BlankModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ButtonModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CalendarPickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxGroupModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnSplitModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CounterModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DataPanelModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DatePickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DividerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FormComponentModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GaugeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridColModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridRowModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\HyperlinkModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageAnimatorModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageSpanModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LineModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemGroupModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LoadingProgressModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MarqueeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavDestinationModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigationModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigatorModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavRouterModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PanelModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PathModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PatternLockModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolygonModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolylineModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ProgressModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\QRCodeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RadioModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RatingModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RectModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RefreshModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RichEditorModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowSplitModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ScrollModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SearchModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SelectModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ShapeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SideBarContainerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SliderModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SpanModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StackModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StepperItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SwiperModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TabsModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextAreaModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextClockModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextInputModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextPickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextTimerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TimePickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ToggleModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\VideoModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\WaterFlowModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AttributeUpdater.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.form.formBindingData.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.hdrCapability.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CommonModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AlphabetIndexerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BlankModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ButtonModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CalendarPickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxGroupModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnSplitModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CounterModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DataPanelModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DatePickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DividerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FormComponentModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GaugeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridColModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridRowModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\HyperlinkModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageAnimatorModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageSpanModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LineModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemGroupModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LoadingProgressModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MarqueeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavDestinationModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigationModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigatorModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavRouterModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PanelModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PathModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PatternLockModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolygonModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolylineModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ProgressModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\QRCodeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RadioModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RatingModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RectModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RefreshModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RichEditorModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowSplitModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ScrollModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SearchModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SelectModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ShapeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SideBarContainerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SliderModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SpanModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StackModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StepperItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SwiperModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TabsModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextAreaModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextClockModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextInputModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextPickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextTimerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TimePickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ToggleModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\VideoModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\WaterFlowModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AttributeUpdater.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bytrace.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.faultLogger.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiviewdfx.hiAppEvent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hichecker.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hidebug.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hilog.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceChain.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceMeter.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bytrace.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.faultLogger.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiviewdfx.hiAppEvent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hichecker.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hidebug.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hilog.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceChain.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceMeter.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\clickability\\ClickAbility.ts": { + "mtimeMs": 1737529283632.537, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\inputability\\InputAbility.ts": { + "mtimeMs": 1737529283634.537, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\mouseability\\MouseAbility.ts": { + "mtimeMs": 1737529283634.537, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\flingability\\FlingAbility.ts": { + "mtimeMs": 1737529283634.537, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\swipeability\\SwipeAbility.ts": { + "mtimeMs": 1737529283640.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pinchability\\PinchAbility.ts": { + "mtimeMs": 1737529283639.5374, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pointmatrixability\\PointMatrixAbility.ts": { + "mtimeMs": 1737529283639.5374, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\scrollerability\\ScrollerAbility.ts": { + "mtimeMs": 1737529283639.5374, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\dragability\\DragAbility.ts": { + "mtimeMs": 1737529283633.537, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\webability\\WebAbility.ts": { + "mtimeMs": 1737529283641.5374, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hilog.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": true, + "errorCodes": [ + 28007 + ] + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Index.ets": { + "mtimeMs": 1737529283636.5378, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "parent": [], + "error": true, + "errorCodes": [ + 28007 + ] + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Click.ets": { + "mtimeMs": 1737529283635.538, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Third.ets": { + "mtimeMs": 1737529283638.5376, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Fourth.ets": { + "mtimeMs": 1737529283636.5378, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Mouse.ets": { + "mtimeMs": 1737529283637.5374, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Web.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\web.d.ts" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\main\\ets\\pages\\Web.ets": { + "mtimeMs": 1737529283638.5376, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cryptoFramework.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cryptoFramework.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\canvas.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.uniformTypeDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.intentionCode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\ScenePostProcessSettings.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\component3d.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\component3d.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\ScenePostProcessSettings.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\ScenePostProcessSettings.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\content_slot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\embedded_component.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\folder_stack.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\image.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\nav_destination.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\navigation.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\node_container.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\particle.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\pattern_lock.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\time_picker.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.intl.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\with_theme.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\units.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\web.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts" + ], + "parent": [], + "error": false + } + } +} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo new file mode 100644 index 0000000000..970a33f477 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo @@ -0,0 +1 @@ +{"program":{"fileNames":["../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.base.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/data/rdb/resultset.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.want.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/startabilityparameter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/abilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/appversioninfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/moduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/customizedata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/processinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/basecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.colorspacemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/rawfiledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/resource.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.drawabledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.resourcemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.rpc.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimedia.image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/connectoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/metadata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/skill.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/extensionabilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.bundlemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/eventhub.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilityconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configurationconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.contextconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.startoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.openlinkoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.dialogrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystartcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.atomicserviceoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitylifecyclecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.environmentcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.applicationstatechangecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.appmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/processinformation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/applicationcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.pointer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.unifieddatachannel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.uniformtypedescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.intentioncode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/symbolglyphmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.observer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.common2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.drawing.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/graphics.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.uieffect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/componentcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.font.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.inspector.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.promptaction.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rendernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/framenode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buildernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/xcomponentnode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.node.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.measure.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.dragcontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/extensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystagecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/formextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/vpnextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/embeddableuiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uicontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.rdb.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.dataability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityoperation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityhelper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.errorcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcommondef.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationuserinput.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/triggerinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/wantagentinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationactionbutton.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationtemplate.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notificationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationslot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notification.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationflags.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.particleability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/permissions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/security/permissionrequestresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.abilityaccessctrl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitystage.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.extensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uiextension.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensioncontentsession.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.actionextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.apprecovery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.autofillmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocess.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocessmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.datauriutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/errorobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/loopobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.errormanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentexecutor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.shareextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.application.uripermissionmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.defaultappmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/overlaymoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.overlay.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationextraparams.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.continuation.continuationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.package.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.privacymanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.embeddeduiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuplistener.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfig.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfigentry.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuptask.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.abilitykit.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chip.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chipgroup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composelistitem.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composetitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.counter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.dialog.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.editabletitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.exceptionprompt.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.filter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.form.formbindingdata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.formmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.gridobjectsortcomponent.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.popup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.progressbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.segmentbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selectionmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selecttitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.splitlayout.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.subheader.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.swiperefresher.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.tabtitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.toolbar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.treeview.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentsnapshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.curves.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.hdrcapability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.display.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.matrix4.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.pipwindow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.plugincomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.screenshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.app.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/commonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/alphabetindexermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/blankmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buttonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/calendarpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/countermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datapanelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/dividermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/formcomponentmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gaugemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridcolmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/griditemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridrowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/hyperlinkmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imageanimatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagespanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/linemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/loadingprogressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/marqueemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menumodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menuitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navdestinationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navroutermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/panelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/pathmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/patternlockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polygonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polylinemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/progressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/qrcodemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/radiomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/ratingmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/refreshmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/richeditormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/scrollmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/searchmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/selectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/shapemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/sidebarcontainermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/slidermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/spanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stackmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stepperitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/swipermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/tabsmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textareamodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textclockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textinputmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/texttimermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/timepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/togglemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/videomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/waterflowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/attributeupdater.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.modifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.arkui.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bytrace.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.faultlogger.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hiviewdfx.hiappevent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hichecker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hidebug.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hilog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracechain.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracemeter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.performanceanalysiskit.d.ts","../../../../../../src/main/ets/util/logger.ts","../../../../../../src/main/ets/entryability/entryability.ts","../../../../../../src/main/ets/clickability/clickability.ts","../../../../../../src/main/ets/inputability/inputability.ts","../../../../../../src/main/ets/mouseability/mouseability.ts","../../../../../../src/main/ets/flingability/flingability.ts","../../../../../../src/main/ets/swipeability/swipeability.ts","../../../../../../src/main/ets/pinchability/pinchability.ts","../../../../../../src/main/ets/pointmatrixability/pointmatrixability.ts","../../../../../../src/main/ets/scrollerability/scrollerability.ts","../../../../../../src/main/ets/dragability/dragability.ts","../../../../../../src/main/ets/webability/webability.ts","../../../../../../src/main/ets/pages/index.ets","../../../../../../src/main/ets/pages/click.ets","../../../../../../src/main/ets/pages/third.ets","../../../../../../src/main/ets/pages/fourth.ets","../../../../../../src/main/ets/pages/input.ets","../../../../../../src/main/ets/pages/mouse.ets","../../../../../../src/main/ets/pages/fling.ets","../../../../../../src/main/ets/pages/swipe.ets","../../../../../../src/main/ets/pages/pinch.ets","../../../../../../src/main/ets/pages/scroller.ets","../../../../../../src/main/ets/pages/drag.ets","../../../../../../src/main/ets/pages/five.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cryptoframework.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cert.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.print.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.web.webview.d.ts","../../../../../../src/main/ets/pages/web.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ability_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alphabet_indexer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/badge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/blank.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/canvas.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkbox.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkboxgroup.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/circle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenepostprocesssettings.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenetypes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/sceneresources.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenenodes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/component3d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/container_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/content_slot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/context_menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/counter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/custom_dialog_controller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/data_panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/divider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ellipse.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/embedded_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flex.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flow_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/focus.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/folder_stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_link.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gauge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gesture.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/global.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/griditem.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_col.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/hyperlink.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/lazy_for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/line.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/loading_progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/location_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/matrix2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/marquee.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_destination.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/node_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/page_transition.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/particle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/paste_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/path.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/pattern_lock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polygon.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polyline.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/qrcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/radio.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rating.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/refresh.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/relative_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/repeat.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_editor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/save_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll_bar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/search.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/security_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/select.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/slider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/state_management.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/swiper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbolglyph.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbol_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tabs.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tab_content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_area.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_clock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_input.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_timer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/toggle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/with_theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/video.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/web.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/xcomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/sidebar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/water_flow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/styled_string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/index-full.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/media_cached_image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/plugin_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/root_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/screen.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/window_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/remote_window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/effect_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ui_extension_component.d.ts"],"fileInfos":[{"version":"be8b901880718680b6c067fd8083bd5b04cde401c1e1123823e3068bb2e0d282","affectsGlobalScope":true},"e8d2e50f9e8fdd312d31f97571b4c7295b8f29f7f8363498edae2a9eb113ee36","4b1854aec637e8e041eff02899e16fd3c0c78685c622336aadfd67e6604bbe1b","d6f7d47355a0167969e9a8eedfb0994f21e038d360965ec06c30f6871038900b","4735756aff7c5857de387f321633f272e2daba4950c427ab200de954340c7c13","13dfb22c1b46f9858b19fc7df54674146f3d174ccd35f0e02e8d05a3026b9ba8","33d21bcca0f7b054d0d0d402125f547c9ac77782c2df301de314143f08e81406","80510205fb587019e1ad42bfbc046d4f55f3c5a1c8b3debca7d6fe0adc93959f",{"version":"276144a8254bed55adae6f0646c37a2cd11575ac2cbc679bf7ac0419c443fd58","affectsGlobalScope":true},{"version":"3523038578cadf637fdce58f06018e144fd5b26c12e3f9c1cef14cdf92ca3d20","affectsGlobalScope":true},{"version":"28065193ddf88bf697915b9236d2d00a27e85726563e88474f166790376e10d8","affectsGlobalScope":true},{"version":"511c964513d7c2f72556554cdeb960b4f0445990d11080297a97cc7b5fa1bb68","affectsGlobalScope":true},{"version":"725daac09ec6eb9086c2bea6bbdf6d6ab2a6f49d686656c6021a4da0415fe31f","affectsGlobalScope":true},{"version":"21574b67bbedcb39a6efa00ca47e5b9402946a4d4e890abd5b51d3fd371819ba","affectsGlobalScope":true},{"version":"2415a2b1a4a521594b9837316ae3950b0c0c2f8b689defd358986bf3e263e904","affectsGlobalScope":true},{"version":"e5d8d715990d96a37f3521a3f1460679507b261eec1b42dc84d4de835997b794","affectsGlobalScope":true},{"version":"93fa2a84417c65ab8ed121a0b84536312e00a11cbf45b0006a75324d00b176d2","affectsGlobalScope":true},{"version":"a003a6051b48dc64eaa8ad83789e4c2a540f3482bed821053b6770969bd598fb","affectsGlobalScope":true},{"version":"e90857fa86cecc3bc964a2d7db9d95a0c406bebfadeb4853a01a0079936f12f7","affectsGlobalScope":true},{"version":"8bbb03589e48f10b49996064f35256e858d205dcb364428fb4cc045061b1d786","affectsGlobalScope":true},{"version":"5044747370afee4b4c247e8a14c2969d245bbcf8396295dc5a60c659d796a71f","affectsGlobalScope":true},{"version":"8e4921934f4bec04df1bee5762a8f4ad9213f0dab33ea10c5bb1ba1201070c6a","affectsGlobalScope":true},{"version":"a894424c7058bcc77c1a3c92fe289c0ff93792e583e064c683d021879479f7b8","affectsGlobalScope":true},{"version":"8f03386d697248c5d356fd53f2729b920ea124cd1414a6c22de03c5d24729277","affectsGlobalScope":true},{"version":"21ac76354ecc1324ee2e31ac5fcebfa91b1b6beb3e8c3fe6f3988538e9629c73","affectsGlobalScope":true},{"version":"0f71e010899461f256a976d1bece8f39710a8661ced0ae3a4a757f61e0b0200d","affectsGlobalScope":true},{"version":"fe7acdc1039eca904399190766d1c8766b7d2621413f972c8542dddd69612097","affectsGlobalScope":true},{"version":"c25aa843b930662d62f0e853dd1f347d08b66cdec09bd760151d4ba6ce220fe6","affectsGlobalScope":true},{"version":"3e47477f297e4fa0d556c40a872c2c45bddefa487fd054bf1f80bceb527a682b","affectsGlobalScope":true},{"version":"a902be9f4116b449dbac07ffe3f4d69abb664f8eddfaeb892225612469213788","affectsGlobalScope":true},{"version":"155d8d1e367e05af5e5708a860825785f00eabae01744cf7bc569664301415a4","affectsGlobalScope":true},{"version":"5b30b81cdeb239772daf44e6c0d5bf6adec9dbf8d534ed25c9a0e8a43b9abfff","affectsGlobalScope":true},{"version":"cdb77abf1220d79a20508bbcfddf21f0437ea8ef5939ba46f999c4987061baab","affectsGlobalScope":true},{"version":"62e02a2f5889850ed658dfde861b2ba84fb22f3663ea3b2e2f7fb3dcd1813431","affectsGlobalScope":true},{"version":"357921f26d612a4c5ac9896340e6a2beffcaf889ff5cdfcc742e9af804d1a448","affectsGlobalScope":true},{"version":"d836a4258d6b5ee12054b802002d7c9c5eb6a1adb6a654f0ee9429cbda03e1a0","affectsGlobalScope":true},{"version":"c021bff90eb33d29edfde16c9b861097bbf99aa290726d0d0ac65330aa7be85a","affectsGlobalScope":true},{"version":"1c4e64dc374ea5922d7632a52b167187ba7c7e35b34d3c1e22625be66ca1576d","affectsGlobalScope":true},{"version":"cd1bebc4db8fb52c5618ecad3f511f62c78921451c198220c5b2ee5610b4d7b9","affectsGlobalScope":true},{"version":"fb60e7c9de1306648f865b4c8ef76b7376731af3955b69551004ad3848fb8f4c","affectsGlobalScope":true},{"version":"18d23591bba5678cf57ef139e1a3daad8017b26ad6612c8c34d6fa39044b245f","affectsGlobalScope":true},{"version":"868df11ccdabb6de564f70b68aa6b379a243ef32c8f6ee6dc71056a3dd54578a","affectsGlobalScope":true},{"version":"cebef4c7f9b6afb02cd08e7288fab05d0be3e3c898c720775b8aa286e9f7cfed","affectsGlobalScope":true},{"version":"7e3c49afe9bf537f68ce2487d7996c6e5c2350c0f250939726add1efcb1bcf01","affectsGlobalScope":true},{"version":"c7673e88666f933b0d007e82e42b60e85cf606ec247033e8ee5ab5940e4be206","affectsGlobalScope":true},"f598fe27739340f1e74d375de2122be19e4fd63dd6891df5a0b4cf1788056e18","33ffcac134473cb641f3605d850a483652ae78d38fb0df8a49ef17deb05a90cd","220031cfd5a6cee0be1481877147688d0980b74288807cf2cb3a3fbbf812e631","8e0622fd44e6fc146b3b431cd5433449bcc7660b555e6e6175926a5665353ad4","0cc5c94908b284934cc25e6bd28a612650b9644d64ce21248732f8ad95625cd5","0fe10efa53a287daaccba7fa70bbf20820ead1cd0c011ad59248f04cea5f3534","6868f6e9338a35f8334a161e76f63b09838994775aab22cf1ffeab8fa511ed92","59528c8bb0cd15a4e2b544547cd324bb3a1153ebd52beb99c1f36f5437bca908","7542f446bc5bc9148a8443618064cdd94ba23293716dc839ea17e79dee318b45","3a5f3b923aa0dbf9d743ee99961763d38576b11ba81dbcd1b90c046f52d6071e","53b8801feda0f792b5959291f0e760ed1e013a78fb4e22072b663a76eb47a368","a8e07c1a2f8475fbab17dda22a5f51e2d26fbc39603cf3b18f9c0ae2b519e55e","3e04ff60ce595ca7ca76186ccf46c9ce79e7fa57f740d389e8f79388327eace5","bd595e495d386604646882a944d21a98f9fd66949efbe2e66b40336dc8584c0c","310a6b870d04f2901d2e7ec52c1718db666fcb7557c6d963076a90b6d6b547da","0fffd3838c8020be59c4f2be34053f0ddecd2d7278485606f4c2a4682e650250","b9c151129f034e4fe24b4a84e8c81e9727180828610489d29c80575cabad818e","b7a26eec7b077807adafedc469e46017d353a5b3e0a4fd781b9b5b4bd6adfe4d","a4c60849968465bdb46cdfc6126ae2267b43a0c6e811e76c1c858547d6ef52e3","303ca76f8c2b7ad71018210a97f880885364727742d4c7ca2f60995288a5f306","c8c7a793c5c12ae30479c17eaa5ea8ba27ff824aabb1a55734392fc250014d8b","fa7bd61ef513060aee874edb785589dc598ad077ab5f1503248bc9673a879c2c","97b12eea495295068b64f1786b288bf32b085997c0ee04e847291e978693d0c7","e0ff32b43ad7045866ad27ea01a60cc2e7c0a5b0a4bb57a6c870cb09ab18d490","41c21e94cc18d83501abacdaf56f29ffa89e64a6dd5449580a53f7c834d487fc","5d1e8f9c86780f23962980d995e80f70cb90173100c4f3f1280c651c6dc22094",{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"67dbad7d2b8e481d856cd29f29d862b4da198a33581732d6add653ebe3a0a32c","49af47582e837d1fc8e49cf5a2bc7d15d65ad4c5c8c51c0ad64ac4dcfe603c0f","9547257679d323670767021cdbe0f527c170961db8dfcc67aec42fdd1fb5b027","7b09ad16db3bee5cf65c460a90a54b4c578c77b70e71d62439f41d5e851a28d6","70511b1166e7dfa4d6367843899e953042f740f85081890a36211987a73c25cb","1157a81f8147256d3381f074b53d511ae5ed44b6760efc1ada1cad1614b10f4d","2db64995786b7e70acae224767ef7db9b2949fde50dc5dc786895d17caa26c80","5f0c5feb4b738f7495ec67a159db927f10288a14b4c7295db85781558867d78e","6145f041bd8b031a072c6419780d5cc41cd8bb8a43ae90023bd64da208c21668","ad572400fd95cb7ed7ae9bd7a3894376372194e8fc133ab61e2f82326aaf6635","c6c0d54569515a651e03ff0d4d9d110a22b1e13790fccd5976012ea3f195a278","59bb076b5059e44d40f6fe70c2fbc4be61bf9a004e03497b88188821ca505c4c","2478abad18abd3df6315d031c62f01f83a91caa634f35b17465df224608a8ac0","6eec8f604bfac2a8b91347d9bf7ec2c002bcc3d19c9698809f2a241f7e22984a","6a8c3cc451ea3b5f9703890b6b4bb7ec3a05dee6c54256a7ec843fecf6c0ea2a","1ee4140494ebdaa4971b592cb59603953c4f613a6707069292e04006a41eb4dd","2238892eef3efdeaa60f96d62943897ca8c945dd6fb230ce71d2d9ce1989c30d","4fd7bff2bb8e02b5320302cb4a69ba6629a49861273743c89cd0826aae01ae99","a3b1605aa96882b0e5766013858d9dd73df8423fcf0d8aa635a12bed07452f09","ed2bf28311e8fe8e9044a99f5094de12e29285f204be28796c9db450d87c93de","74aaa7149d1ba1032f6cc3d26b81919c0e2382d6be0d8712b4a9d093ca18f0dd","660a6497a57ee9bc26d628e8305c45c9b0201f45c0adb5094932ff8e6e31da46","486609fe99f6a3f875a7ec02440f1442f9f70d1b960b25e487d7172fff2145e0","69dc267e98905903ba258818db7cd211dc170abc824d78787dcc3b8054baea8c","deac4b5b35dfc7f4181f7d6f9c6f95ff1334f57352cefb912da3feb222327af2","4124e98f39f11cd0af3a584f4e6440c0837548b679c02b6ec4c511f8d5f3d863","47afb4df1e65a082125fdb3623d105ccab44c5d866ec1d8f7f859790ad11b910","d3b5a9df549001419a205ec0cd8d803dc315617809d8301e96fafd69aebc2682","c3481ec940f003edd134a10162c8abffc9da21ef82299761ed6fda049fb550f5","e647890dac89f8ea8fc81a80fa87eb57202273c642cfab80142d9986be33f1f6","3b3b0e4ea5194123f8ec48d62976f3e6b380e41af776082178a49a42fdc00ec9","aabcc875047a9ce097df133c01ccba6e6d1a70f9b3ebe16edfbce541b711d278","f3e7132deac9af21c9e727f625e3dc3c6047345e73569d5640f32307f0f9975b","fda8803271fa97a15448b2accbbbbcb7d77ee4fae0c3a1efabe6605853a82aad","024c023dea20e9a6fa62401842793f0a8c4e3ceddd78dc895ae84eac889c8114","3106a5fd72da82c23a43774e15bd6d347cfa9c4e7f60678ea17889cae327eb2c","a51730e801c42427e26e45253c6a6af53c809e49d1fa420514841876e3f80730","2bfca57a52c6b51dd261be3195d69641a9748ac419ab723cfe5bf4acc4f9c065","f91d9ee49f8ef16b2e513ecfd6c0c64315033a364b802ece5c86677a8e6c56c4","c7d68fcbf0a1d8a76e1e33ca4bed8aba0931826bfcf6e4fc84af60db80fe3e32","16d269cca8715b0ca8b907859f6cce45f230f1b55a6429f267e4c5a8aa7f9d17","82b1681ee5db8141b0ada877ac23d315f4c8d2dd97cf76334cb51b4baa351066","d18ff143d029bde58c7f74834dd4d12562509022b3ddcc603f5d4e8d243208b9",{"version":"d276ad6e1369784413d0cab41a9e0b4fa9de54b8dca80379eda132c4beb77ae9","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},"8dd07c8c3ed630ef59f192db1c44fa66be247ed9fcdb4bd2284c62df5965d68c",{"version":"4857fe7dc2d7c7f500ca18280b77b3da28a93be99f5aff63c09d7dbf8e17a53f","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},"da329aeb45097f635e79ef85c493773a1d2d84ed60b3558775bc2ae94c61008f","f0aae92d40206be5be853afa2af75fa5fc180a77dcf3a87b715e534a275fe903","3871e004409be619f4894565b87dd05639e7dd171151ac32ed8fc0c0833937dc",{"version":"f97980063d95f1e0559272bc6672c05d2594ebdaf35841996f76b3bd4cb5ef45","affectsGlobalScope":true},"e591377d3af5a0482bc49a5188138b0130e4414f9ca4af41da0bd50b07dfbcfb","7ee3fea5436fa55ba20a2fd8e5cf7794114a3d33203fdf60ba0a810d2595ba38","473eef8d98d2da794b7ee24fd5418f25ca927333cc8276c81bc8d0f2afca21ce","d8f57165de6e7fc3f6034a7618bd95f1f44b9d13b7d2047aaa020974ee46b439","94a904a01e32011c117a097864881800c066a2b1dc2fbd7f61d6bf1741953fa6","4a902e918e820444f9a047ff8efd0a7de834e732a0abe43b4dd6a373a800f25f","1b4c0d2a49734f31311f15b63f3f3b9e5dc8b392cae51bbf9c43b97e863292cc","8a0ee970f22673a11418408e81ed1b13c76aa4400d488f57ae96a4fde028ebe3","81b9001bf6fe61044fe5f93d5c6e96dc389832feb8348832f7a163a4b167ab0f","6fbe25cd411616205811b9cda94564e4092aafd0336c3478f5e5175f8269502f","4259775c9f64d130e63ba174bc6bca1dae9453caae6154de9d23bfced93e9ef0","3294acbde15d6b23b309cd746f0325f37a2d16fbbd49ec1e0df5cbd8637eb05b","df8fa4353914ada797c4cfeb444d0b7cf8a3a9da8ad15a1ac1e4d632773729f8","2f8994af24dced23d6f6a76bcc5f64149315c6673edba56e48eac84e8cb755e7","889afc18ce73d62f11bbd888f4960e1e4b76a23f2c1a2cfd88ed1e2493350e98","ddba7710312870a889191ffcbd8cf72fff280981fbe015a80bfc75132dcf418e","d391eca85d2926becc22d808efaa4db25d1d55670aeea4f7d31a994ae65999ce","6e9801e6ddf7c3eeeda628c984737cadcfa7d075866ec59d0a66d0443aa3fd58","25d084c26f6956c51674a81f67ec88a0d6393e2582199243f06435ee0c2a88bb","241cee913404a59ab35ed2ac114cf13248edaf631510d831f32635b88fcb27f7","189660a5f5aecb1f63fd1627f4a48e5c57eea1e0780f542f68c9a7e8b1440085","f7a0d94ef9508b47609f3be1d06640886edf80b7d0526fccec323d7fd127c014","8835e4e450a00b01a3f16558832fae8e68dedb6da6392a609b4746c650b5bc7f","001211155201234b9732155570d64e1b59fbb2601235b1f552f55202e674f508","05199a941cebe970e06fa3a38da5bc2fa5cb759a62f0846985df032b301e458f","383f35282369bbe076f1203bb8db614279bcdf69d3997a7ed8cd02b885aabcc9","64322c0908a6e5cce21f118b77e1bfa46ea39abb05fea77bb9369705e3b8cf47","97e9592d53be761c186124ada0363ffcf29efd028772f317e252e31edee3f84d","7efdb32ec904bfeab18058bb60ab99e66fa7b9a6118026c81e9a6e6b40c83c48","93dcf8bc5ab37927c8124c865a0785d538043fcdd26c85155ecfc3315ba38d18","f4730b394b18e7387c27009795bc45e37f02e0deacdb9e723140ac1515acbd14","8acbac53116da622351cc6b4d938b406fba3d14e38c855da3b46563fce2ee6e4","76c00b3df6b4b958405d0ebc2ac16d070b5fd2b496f863e39e5deeeaa4f9c2d8","4fc48d8d7b24891dcce8ab97967d37a57265c49c129051594b0cea950a5e3cd9","2dfc19843ef82a00a76ed31944101b909c3ab8c118a8d267068987c0fe07e71f","82f93bf672646559fa9ce3c149c12d3aaffb89a33a5427d286ca364f45f76678","1c3742d7cbd2798b368723a2b71bf4fca060433b395a1fbf4b36b05cbd4e8462","7eb54fc28cde4a068dfcc9721a2bbc6cb051fb9acc2174f659b738ded6e42d0a","b97be919a79b1d1c0cc47f7a56de81e8b2de1c28d999061771a2858ab9466ab2","b9da8b11bb476845d07659d0a00453881edfbe9ea7dfbd493fa5dc61da294880","95d369ffaa72692f932c08aa3f2134f8542389f413dab15dfb7f3c4e173ea184","399eae3e2459980a8fdf515c6681fc84fc0be9c9b422526de3abc5ea941f69ff","682f035fbb89aaa07bf07aa183f9b1f4ab9128d3eb573c69ba4be74dc55b81c3","5381cfc9f0043b4cf658ea5308a140c5ca6625a6ac79f8af99f8f52f389b0f8e","565b1449b1dc37539d4ba2e0193a4a73c59cd072d035bdd4e3637410810161dc","8cccdb265375f988318009102235668611405e9bb78d0a98ec9a0334bdf7071a","bc05ae68fd5eef7e18df466a695f8481d3f9e361b6f6e5b7008e13ae963a07a3","97aa2e57f9b1735183405ea117c62175eb081f54305917e5e98595a73bbfad54","deac8bcf519d0ab9908c13e2075b1b288593bca3cf5e5f6d89dfcb4bec9d9594","a53902b5aaf0d627fd7583337716a35af64b30361720175efd3d7b5d200e18ca","deca84b18a49fee8097dfa62a9502d4276544cdabd57524b30ac19d1f7d156c8","16e3e03ca2babb66c57e87331f63955cb91e817367f07ca9a76b15f699303d98","976d721d0731abe48ee7a9229be509b3c405f83a14fcd4d09166a349082da3c8","88c2298e44e20c3136ce548e1c86b0c03e4fbd7653c2d96a0c284c48892c59f9","094436082008689d4b2d33bbef344e5c0fc72d706e4ffc5328f635e7396348f6","193445cca0906a46c02b7228bf837d8c91056e2d4968e7c5f120204b9205f2ca","ec547685278344a9e5ba15b42bacf3dc3f1fe41a9431a7ecac2f5be2f02cf00b","7d3450c82f4e42954181ceb1c2e42c22ae214e4916699e1b3049b7e257c3b2ed","f6205ac45949bb1745a0a645cd993e339713e22ea4817b4bbeb3a86c424cf25f","fbf9797c126ff75be792f388e50bf2e454febb61ece5df0717ac59da33a5d5bf","2ed0af6102faa95239bed35dd4152227bc677c5b9171905f283bae0db9fa8bad","ec031c9ae299129fe103d1e138d47689dd1f9027d96671eb5011fde6f3cb7833","0ff48470df31ae7997517bb5d8fce5de45dea390be4645c63ff00fc953ccba9c","2e277ebfaad36888e68cc53368a9ae012300f1e66ac310b0358e534015f4187e","52db5751a49819c0110c0af57564c2081cce12312f2bac482e7190dff3fbe64e","54768cbe156ed3d648ffdcb2165c5424efa0ead8bb470fa78c6e7c8e46858bcd","880fdbed43c39fefc1fc24c1471a5224c7fc99c0739a4bc9dd183e70fc63288c","26d8fbe11e72c25e13a9c6d4e09d3962fa2a01c716445204d94da6fc3657e134","7fe29d38728b0e03a62eb35d37475e538ec41f0f5918482391bb65e422cc7680","1d815b277b6b739fa2fb8437c62cf9ee22bf31328749f452ff6d56ceeccf992e","c665806f7284f86186a1ee6bddacc0a94d67cbd8a386c74ddc875ce826702901","febf0f0cf0ffb1ac0ac465078bd0bf970c6f3e3ef2c1581f65aabf6b6168fefc","b47c7685ee6994b986a01f801b2d21201c90b16f67dfe64a2615dadb72c74181","9bc6b5c9bd93ea8429310f98660e22dfba10d4255bda3824725f6f85de7a650b","3312fac64590194b6c1ecc16d22bb6af91235492d32d6664bb9fde6f31185218","66d4b497c71a86a93d6edf6c1480a31aea92a611f3e21060ccb543f3c9fb1e41","7be9a0481de8b4d7e662a21a1d5fa4eb73f99d0377954ddb8e449c157b6bb268","7b570dd41fd88b817707922b11d62e7d28d0406233c7c0de03ba1c92943cede4","4145ab9426c24188a3cd59a8219f0e24e7e20d9fd48511cabd3d6a348c39b3d2","857d874ef16c6f04eacca814ae76c692ca4bc3555dae3c03b45189ece96aaedd","595a564204e8dd01f520a366246eb051f3f3f936b65d9ebfa347137d468d9bec","3b40b592d869d9813a4cb75cd5a8a76bfff7ee007f3f3bce1c577120a44d9545","341586e90da30bb1be2d7e371ba449b04e5be4da512e6dd8354155d5d4437ce8","e09b7cb76b4b075c4feacf8c541885dbf78b9a039a233c89dc5a3046213d20ed","9b4e1ff0f683b165db511a846c4fa1c643f72da01e2360e84c8b5dd67f848f8a","854eca253c1e9b541acfa3f8633e89db961bb218c5cb9277f45efcc3796412f7","0fa3bce6a95db2427b8c10c8b4c4db3eee7ad7017f1ebb6aa5efbf4c4126ad8a","cccc49dd6dca5d2664fa07f828e187ed34c3ad19b42becfd5e44b759b97785f9","76c91a9d9ff3ee87b6d6aa9eb94e84e45ab4b64a57bf9c6f236852b418f7f658","6697f7df909baf6356f243363ecc94883389090663c74c80ece376c5ea0951a5","4a9471aff4b8624de59aa0b30b80dd0d31b82216f068f7e370fd2259bdb5a4db","4a1c374831c5bc54f36f7c6f3821e85f9c4ea6c4ce81cf341e9a1ee26c0e6978","ed0259fa7ebd8a4254f3de0e20c22d0a42a056d87e8879d61daeb691d4ec4812","6234f4aae102dad492b4544f8eec88ede3928f6ba0a9151128f4694325619874","0d9201b0e8b2e196b22b5ab6db04d7caa85edd24d9bad661a6a1d8f5d2b01172","f4e3dcdf93d873e0272744b1ab2630b2a08f3ffa1ff735b34847921b0684c038","7b44dfdd820b9d9eeca2ffbb48d3f623c0dec6673b675542075ea0d14585db3e","d91147bf238e682cf26378b8b2c2fbde5c04e48510418540481815b5c9bac7da","171156eb0e5cc29c9c12db68315dba5dfbb27355963e65e19dccdf2f2d766f45","a7d48973af38920af98822bc5f92b6d2edc0a0a44200a174601b088826b8ff49","cb3d1bd69d359ad17a618768918f5ac5a3b073f2dd2ef0b0a03cafc79fbc035a","e8aeb3f60745eab84f61150b21e6dcedc7b5555b675069181f93dda23e1f2f1d","8c535eb715b0289f7048b73d7b16eefe2ee9347084073b4447875c67cf870b13","a213d0c20a17f8608097b830efae3de7723b4056ab7a93a68ea2be1d22ab2674","7036f8fefa09bbe57e607f4eed11c0fd312245e25718a02078566b094d39f4c3","989bd8a96a1965dfd0fb9c3926840eb37e0a99f56271b57bed6a9325313c8b63","b153ba64e85b54d83f1d3a9998e308ae1c8245e322421beb45530f18f3bdda87","3eb7dbf9f5e1d09d97745dcf6b1950cfe40ecd5f34b4b51e7da94114b804529b","117a54ed4607fa8a1c21aa208f937e4627b9efb17d5869a932cf59a79a27cd52","ba6a6322260bc6463624207c762f03accb504cf803401fe0da36569a77ce4472","648ac618e5231708607614f0829c5344581eae900e3a6ad779b1aa3047769653","1c12b37f3ff4bf104f79ce0740bdc76d799e9a42c9e828ed1c5f255e04710802","17cc578a7023d0fb02c755474b5a6b8e642819c854b5ed9e374d3b3fec301367","74ee78ed1b5e53ae0960a36eb574c0db400be07fde68b6971a0d7042ecc4b0c5","ca81f38f4e03ea3b0ad1b2dc10e5180b98b89cb2f56c861a05ec6b06eaaf5418","8f37c41c506df6ca461ee660f2027b699bcdaee4120ce8099bae2affc79f5b01","e8c1061f493ba9a612e1cc865b2506af60d884900c6d6f168fdf103d3bc91cdf","6ea5d42e62c598904898ea4aabfac34890a54dd5c238dd543e71bde7c7515fd7","bc882517392e2bc54836058c6183ecd3ecb3e65062353832403b2cbe021a7e03","61abcab51bb29586b48fcf41bdb6f5b03a591bae15a58b3e2f6b0a13b5d6151c","fe3a7860fc0d477fe352b117f57827b8c56cbc39c5855f9335d45c89b35f1527","626a776b94181199e853b6c0fd055fc3d4cdf7ef077b9fd86e24655a18fab40f","8469ac688ed8a331a4ad2d581135ac8a645ac52a30af3bd30dd092a948982524","8c0d2d92cfe03b7ffcb62154f5a16e0b81785cecc48d8736692f490697e021a7","5e59d9e96e19dcc45bf5a41297316f62aeaf83908d2910a969bebb32add142d6","6e5a583364fb8ba1cc46dfcd3e59c866a6a790a80bf02abc0a4264600d819413","3601d89ffe12564e96ce57cfdbd42a48de756e8b341ead840afc4d35c6b5f86f","a6ffe77a1705d93a7ca176c55720efddcd8c5cd07a0a8caf4a6869335afa2220","fff56adc75268420e852ed7644164aba6d166b83b75df63614850c3b26e2d925","0319e4fecb7c1ff026f10fafcd8e464d437a25222b2b731966d4767b7718afde","ae067bbf2b7608b291ca583e8a317a31d55cc33a860c1bdf1f36b009641a1f5c","00baef1aa924fbe93073b555c66bad469d479b0e7a8865d6c528e9129b46e708","e1eb48adafdd304a4173922f1c114ec112751045153d59bcebc7554ab92586c1","7cfc2db4dc08dc2884924826db4caddebe27eacd982bdd8aa96077ca6813fd5c","e72b2177ff845de4143993fdb909b93a8f53e048b82860bc645982901a962a3b","ac85b0368d245be43e5e6ae004e0312ccf9cd719be68d2cf4206eca5e67c2f66","cb46ff4eb7d0b6681a1e4ff2acf136b4a7e38f49263b785297b78a86998f491b","ffee308146000ee000e786b3f845bc959cb4faa35645ae1958786ec9a6fe1759","f72b4433fab685d460a64d882774d8aa83548b5766895c005adb8451d707fa7e","9c1e4af669c5ff4166d1a8cab385698c6c708610270de4dc9574a3fb2e7c0da4","cb4532e891e3fe76418eadd68b74b0bc2e46fd5653f52556cc8bb8ea517c7561","22bcc31cd2f810c94ddb9e89d99e8b0f6daa3bf4a0e25d9e6b6e6fb66f8385f5","13475de08c44da39ceea62e91092e08038e3d91700a612663bdbbceb385b8e8e","38f32a341fe5b297a28ea075baeea3a5c0f033c46ca249bd3e6f27c1acf7b71a","7b6ca3b728720d056b3d64f912a3d1cce108883cc56ca8bb8d9ab221d9c04d2e","8b9f05b958ee1ff64a2ff2e6f144d451b795e08f26c3dfc23fff31d866876983","2f1ea4e6bc891af84fcb50e8f5b8105aa9ed13c5cff416829450d7e5c40a46ca","89b41d6fa4625c241b4341df151f69954f52144657e523e5e1c6d38eb85a01bf","ed0f62b2ff5fb9e93d5e15737950e0a4f2974f839bb671858c72f1ae6a2e703e","8ccd82f7ca356040d26b63eee6c5787dbe9c7f7d3176a913a1d0ac31f72904c8","d4a1998f452a762427e40ecd0917e68538552e01f377fd9d6ed951485211253b","a62d676a1e5ab299b0b1134452301c2df2e129fb02db90c3cc2306241e901afe","c6decb6d65cd9a55fb7229a04cac1c74baa81c8a03ca36e84a45f5c9793890f3","57171abb6439002e9ff9cc6521b23bbdf3918ccbdc40d5e7f83b0f8604293785","d7447636ca1f6958282ed73826fc31cfbd70094090056e9cdbd84a9bcff59cd8","5a53af697a59d0d98216e35587d5f000b7c374a1ab31c3ee045542e32150d99f","e09d94bc86759915b48663e61dde64769e05fd4e28338d0ea9621d6918ce3e3c","a4107d76d53ed5672ca6dd53e3a6eace6dc4699b2bd1de4d7167990a0bfb14e2","57a995821e70b91f59bcba510e3c21478d0294d412bff11bc59f86215937d9f1","b27e7b5fdf0e9cf527fb4fa76913e92a69fe7f82a562bf13f677cccb3d0c1795","50670264bf0fa7e9387d8e18d6e0c67e4e24d64ad4f29ef6ba386375f21a5993","83a85d04a716185b8ca158047923a1ce16805fb92aa8470ad665e0be95a7ae58","e2ca37e66b25d48303f356cdf92a55c0a7da35ca7d3152475954e2d52ac6b916","72385f7ff487c49f78766ce229b5bc444d762ca1361931447430c4255f7bc036","85423a694cfbcc0b6a5ff4e11908457c8bea2ac1d342d3ad7aa1b60083569cac","3107caa88b4face5f265b96d271dfc618af3db02fa09b2c27de40acafce175f3","448bb5183df75b9970c39f3301155198fd5d453de223b8afbf71a7a8257a0af2","ea7853876dd81888171bb6fa2716d75177408108abd369dc248f07007099e171","cfe90299d6fba72aa9566ca68f47ba93b703beb5b2e97f925c780242f5e829f0","52fb939f0fab6b973a9706450dc5341e40a33f4cfc0882251fae47fcf6611d34","601c614514727ef5a051d68fe3408185566400af1c5dad8fdb2ed74ae641cfee","8c824aa7b8de375a077bb59fb2d3ffee213d9b608c11a353376d9c8c7ff1ba72","ad2e4ab1b894a66f5fbadff496633b36715ab22d15b70fd7da687c7d0eb33b65","13f780b37afe791284c6cbb184773072814f43434ac710ffeb60389a4c80f51e","5bb87649cef60d68a4d02e1a2cb034aa2909ce57d41786fa435b5ce998b16e38","b8d2c41879a0ac5ac4b90789405b0bad17c0dae6d4166412698769de3cd0676e","e244dba6e5949e9ce175f1a46ae24d71bd2dd30fe7db000738c9157e763fb5f9","76f216d008bbfc54ca2051358638433c529e45da9d9dc85f9c712e2a72ae878c","d8e70528afb62d2373986932d93d1b1a77197532bde6e1519daa749ae984d192","7d64571241253e1ef87c10970fe47b847a5b8dbf8635c71dcc87e02d6dca5bca","a2340d520f02e6cad7a303702a8ec65c4306bd04e3e1ea787869a7e5fc5410ff","3c3324798bf0042dc286a099673286a00933cc2148502544d14e7c40e886c1d3","92c5a273a9d298185abf6180f2a6697a74f8b5c40e9db597762ffeca7b0db341","89da286ad59b3aafb5825cabb50795fd6c1e47e5caedca6b2e51e9c9573fa87e","d62d2b751bb44b828c899056bf576c6f2ba757284ede5df530034a5e3dfb9892","ab555a5ad6bd3ad1753d62b676cc9feb450b8b7dae52128d9e1197aea868cb10","e94df7658fa70fb172edab28fbc73d0bbd16e02a88062e7a26a9e01673b5e71a","1857274a831004814954e5a06fcf6c5acf499998f6427d3aed5eba60a9a68e54","2ad99dc53b18985dd2d1838d268d7e0817b177e5bb3f094513ed03ac2fca6a3a","069adce0cfc1b000760078fdbec9737e6884a128e7eaf7144c1db541eb398c65","8baf1431df3e6bd820e50f874cb0ae51f70d5b375aa52b6bac750524e5c020a0","0e12ec219ca582df0c790e645a79779ffcac7ccafefabaa11812082e7a4cb2a8","f2d0cc8734988f40c50ba9a588e9ead181c9b86f06c646e683c824ed2d33dbc5","f81fc2248d1e542b493203b7088a4a9ea1574c375748c0b8e016fea3dfebc6c5","7867b8ec06b1f350a0a63cac293d62f9660fe23f95bed0995e93afe3f789d312","aaba5287e9e9e213154f94c22ce67bfdb3b294df5e6ec787807cc87719ea567d","7b6358379d57bf98c049eccaf57a8c9a91fddbc1321c678094003fa8ed79e542","78edbe756c7c6597b332a82a37d2d9d1c690f78c78a3e96aacf62768c6bf1faf","06df1301b2b94943cb02b337371e3d070e8011c05f301f3919669f21a5c9909d","786bd6f6ddf0a88114c277be0399b1bcaa34495466bf1f39a22fdcfaa6f4df82","5917a50a65b11469751ba502ed814318d5871a94413cc4bde580a9ed19e618a9",{"version":"efe2bd7b1d875b2ec695611bbc8af82b9fa1040036db447fe05ff38a56733f48","signature":"-5532676380"},{"version":"e8e2b062f0257bd5d1442e284825c9f2ece2a0850afeb30cde4eb830f94561df","signature":"25047931140"},{"version":"e1b7ac716130a654ddbdd136aede3147d5f0ac4674ebd10799d9c9fa546b3d43","signature":"33215199352"},{"version":"f51dde895917d5adceedd69a2650d80a2414f56ff7211d29a446038fce9e749b","signature":"24628341090"},{"version":"c59cd96134c0a945828e30b7d9259212beb7dd6c2b928c978f3b58cec1b228e9","signature":"36743991611"},{"version":"018972d3ad429bdd0b882d5695ebbcc6c91c66ce81fc4074a16aa8bdcb162b68","signature":"7982196834"},{"version":"281b983accd26721b3ce9d1ef765b29f4e8ada149e4dc68a518a6bde17748f83","signature":"-28724581542"},{"version":"51366856703c4e1ea49e2f738f608c711fdcfa26cee97f9e26d937400d19c7b3","signature":"-28601066204"},{"version":"c4e63d46568ac33a322336189c43576b2087102e36c64d5b6092e1b65b607635","signature":"9701240657"},{"version":"d58f1890a079cf0045aa9d6e6845290261b688cc65a15050278203ff439d5632","signature":"-11754957384"},{"version":"6520de20bf5c9338396af8acd9b4bf2b23b27492bcd4ce275d9136614e33b2a1","signature":"-11624450224"},{"version":"af15e2e1a8093caab0fbdb2764eae28da6493199e7dcf1ff26fb8af59a72c9e8","signature":"-56729357695"},{"version":"bdc20554a03069d908a943aa3b09d9029835a362ecdbdb4027759935adfd7cd0","signature":"-4882119183"},{"version":"d393b1430e7899cabf6e12c534385f23688004ef691ce74b397ab07b00b6b6fd","signature":"-4882119183"},{"version":"9feecf7fb3129f829882674711c906fa4795ad44775cf49a3f0361d665552972","signature":"-4882119183"},{"version":"36f65633ac2da5f7226b86234f0d2f84ce7a864559fca2f32eb0ed461670184c","signature":"-4882119183"},{"version":"a82992793db4b07972860204160a4de7772a536d3035d20d15d6dbb37a6a1c23","signature":"6458918370","affectsGlobalScope":true},{"version":"86e5e536836afe50dde491eae25e24fb32c8c68182260ead0bbcf15d5c6e300b","signature":"-4882119183"},{"version":"f07268c10f4850794d67b787ea2c153eb69dcc0b36aadcb8027be702bf3abcc1","signature":"-5187256290","affectsGlobalScope":true},{"version":"84b3aa8ccac9cb1ac0719e33898c49d5d3fbde9bc25fe07421e9a785066c6e12","signature":"-10628133610","affectsGlobalScope":true},{"version":"a898e68024bc41b4ac99a6ed73623860fe44db13e5ac87e856b552c09f8aa6fc","signature":"-15766388301","affectsGlobalScope":true},{"version":"9983e8f9f7eb39e0ed373e59bb78f3b9c7c8746854fa88fca1dbf3a419762c24","signature":"4748634277","affectsGlobalScope":true},{"version":"52513af73d37414db48b14c451f846825d283c5729a600b86d649410db125218","signature":"-32276804136","affectsGlobalScope":true},{"version":"a3d9ca6d2a69ce036d20afa2218ed9dd5e021b216462571e61b9283084c82b32","signature":"-34272529028","affectsGlobalScope":true},"e17731fdc6db0387abea360fa46feba8d2e9530de0509950bbf559b948507b3c","d1e6b7c304a780e1bd17d9449b2e4da63fbf99676a808512359df31275434b95","2f34615d8f605ac51cb399f83207b9864365b5986468796dd3d3def5c7d70458","59076e6d87f4609728a2c5aee5059910db26003536edcceb0a85b4a1bb330f83",{"version":"886a42042e85fc869dd985c6b2147af06b14b70a9c96d0708f2893f7fc389bef","signature":"-4882119183"},{"version":"b1927edb3b088f4e4c56433cab8283765806dc8daef8ed3d1d092e16025d4a98","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"dc4b1c46db83ce618f48535d5b91b1828817308313e7b7906873b1590da7f1d5","affectsGlobalScope":true},{"version":"9a1ca8d19bddcf36564e46eb302e9bc9c278b5202bbbfab5f889a219937e37f2","affectsGlobalScope":true},{"version":"0a59668b250e1dd0b2176bc778ffb26629d40f163fadbf744a683faf04093a00","affectsGlobalScope":true},{"version":"387ec2517e05e3cb85ff11fd21c6760094a3c7edb95cfa236f5198385bcdc459","affectsGlobalScope":true},{"version":"9c0927aa92e8f098b3c5d12135bfdb54f5fccd238ca09375fb2cf6bea16ac773","affectsGlobalScope":true},{"version":"a79196e6a9089ee6800ae1809b79b3f08c5e494cdf90a8a70de7e6dcf7ab0244","affectsGlobalScope":true},{"version":"fd1c5ac5245294a0e497633c1ef9c73874a4ad4a8831b7af96c7bbf360c3c9a2","affectsGlobalScope":true},{"version":"11f31d3876331b6f231a9aefcb8af3e0a41dd4123e7d269cf8452a47f2a9184d","affectsGlobalScope":true},{"version":"caa5853e78e56626707b290efbeb7f10afe5c960db9890796d650c692b462232","affectsGlobalScope":true},{"version":"50433b1c1da103da2dc9d739266fbf615d33b38dba1c34426eb2551f44570acc","affectsGlobalScope":true},{"version":"a912df79153642e7c30ae0759358f7066f2502e328682928391bb13eeb20dc98","affectsGlobalScope":true},{"version":"cb3e05decb266e2de5bcd920816c1e5d956d7f3c90a17b287a870c2226014034","affectsGlobalScope":true},{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"bc3e9530f5859cd4f08e4317de4197148f2f0bed21cdb9a9baac55bcf9bb34a1","8d77902d0d7ac1e14c69d636d0b1ee3cac5ba7649b0f56cf9c3187998f208c1a","5a7c35617bc2fc310ba916cb98b0e03f06761a0508a85f6fc4df0d87b30df293","d566b0c81814ab26e69c2a5b0ceb83e79ad5097e6048d09b2fb29fdf2bb3d3e1","0623f5d1d2dd0007d69e1b918b5a3788ae0edc6d7afcbc1638316a3b40194a55","4991ec53bab5bdb28b2a9c7f15bd4a426285d79bf2fec2dfef3f8a72219e6f27",{"version":"db6e706ff2a7206499b21e1616fc095e5d529e3da46a83e9a98fc102733c819b","affectsGlobalScope":true},{"version":"cf0fac6868e2f11be9c227e7593525bd29725742c058c058abff5a0546e41175","affectsGlobalScope":true},{"version":"c3a83772fa36bd3c8067b0bfce4aa6279bfe865a41085046b283a754650355d3","affectsGlobalScope":true},{"version":"207e733cfe75cd3c3cebfdb9a86b076705192e92e85d11de83092fb995e26238","affectsGlobalScope":true},{"version":"455951454502186375b7d1dc923b26246e217843baeb648d2b3790a693beeda2","affectsGlobalScope":true},{"version":"e4a2e076ea34c1d68e3d542eecaa0b87e642fddf099696d1d5bd5aa353e344e8","affectsGlobalScope":true},{"version":"c9321bbdea9444a1f3e2c5e0cb9893520b1cb3d951a7842bb6d7b236d331b9fb","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},{"version":"5792be58d14bf11fbdb44e903ed8ac3013d93bdd963a5b0702ee9c2585059cba","affectsGlobalScope":true},{"version":"4a50b83262358bc829384b53b379236aca8fd772ea0a6730cf3da47bb30707e5","affectsGlobalScope":true},{"version":"428c8329cda041bd40b137a7bf76295c58aea9354bc52897ca656eea1e07c800","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8b0e1e59695dd28adf930fa4f82ee7f34789fa179837f52fcaa4e56478080974","affectsGlobalScope":true},{"version":"b2f916c6dc397608754a07440a83dbd344d83d8600539120161e05e1bc92fc57","affectsGlobalScope":true},{"version":"34e04261f8d46785867afa92ce6ce81f656228b9983927b9106605ea80399f04","affectsGlobalScope":true},{"version":"dc0f3e049e1450d96d7bf85937ce72586a24de4effbfc7db2c59a707973f6177","affectsGlobalScope":true},{"version":"fd14a110004ff06a116db213a229fcfd4f8e12009065f60ab0123404f0604bd1","affectsGlobalScope":true},{"version":"4d31853166c4a6acc296e3c689a9f794133eddcce6708481a12a2a67b81331b0","affectsGlobalScope":true},{"version":"dc60b9cf9e3d58dafcafdf23bf844407737c4505683ec6222f8b41bb3fe77efa","affectsGlobalScope":true},{"version":"c1320c984e8b8736929d6a02a27cc42dc571364569159f2e5e61f5997d068915","affectsGlobalScope":true},{"version":"5880f60fcfe05793df286d2d7ac2048e1a53d46d2e9554f939306a6004348101","affectsGlobalScope":true},{"version":"cd32a724b84b3cbb258f7ed27e39bc1ed121c1dd4a0176f4eabbaab9f3874098","affectsGlobalScope":true},{"version":"0c99bd6a09928d67d725a0e690285bec792067c4cb19115fcab3fe9d5041a413","affectsGlobalScope":true},{"version":"f07f6f392d85adc461612b9fc0114b19e19b03f4e0cf2b86bb17a2660aaad8b6","affectsGlobalScope":true},{"version":"e5fc7b795b50335b55ab31dc2a4ee159c8e20b0afc796f9226b3c152316aa55a","affectsGlobalScope":true},{"version":"3672763b0643f21781707f9ab7f425388ba917fe16e7a0cdb05ab26067ede2dd","affectsGlobalScope":true},{"version":"9b9bd5b89ecdd161d0775035075c54ba84f01fadfd1ff39b18023e0c16f96351","affectsGlobalScope":true},{"version":"4e228ca22bc5715af2aa06a587cde4034a2ea8b397a6e4b72e387c5cf1193528","affectsGlobalScope":true},{"version":"764541a754f1d98c81f8218f2926cca06b3f6ca229d9712432433f006f907d0e","affectsGlobalScope":true},{"version":"4b5926fc0b9d2e2421add5e2c63af76700fb9c954ce003a6163cf59b8a3b4bd1","affectsGlobalScope":true},{"version":"274bfbb859e7095141b179ce918950bfc77dc6e9e6191a4d0fb5233202df471f","affectsGlobalScope":true},{"version":"cf832c23514fcaf97c39d9b194205f3de8a433837ed95dac11edb16f250271d2","affectsGlobalScope":true},{"version":"2cc51ef47fb65e2810d7909a49e39c8a725ec201602c27357b647142719cca37","affectsGlobalScope":true},{"version":"15d46498386d4fe9144e656778424be5411d15b6596a03723be8260dfdce7bce","affectsGlobalScope":true},{"version":"66c4ffd8ffd73f33ed5ae92f0b83ca69a03eb89429c67892b7d6a01de223294a","affectsGlobalScope":true},{"version":"306956782e3e59dcf303e9c5832570a16e55a366cc2d88295b84bff2ccb6fb0e","affectsGlobalScope":true},{"version":"ab66c126812e703e37c68e5054d7c3b4ad6258607b453824d8f6000b656eb229","affectsGlobalScope":true},{"version":"4ffb0a8bfb192d4c3f86e210f117fbb3dbbf8739ca8228b6a436ce6cd1f93feb","affectsGlobalScope":true},{"version":"8567e05c8a04e3892f8a187df0ba4ddf3b533277339e5b6cea466e9df6603d30","affectsGlobalScope":true},{"version":"1c70af5d9864af65f203216129d8ffff702f3ea84733c448983fa16f3ad8547d","affectsGlobalScope":true},{"version":"5f514de927e4521b4d53525b6f6803c623b663312aa7046fcec04b4d27bc744f","affectsGlobalScope":true},{"version":"89543d3aa9bb031fe2a8610b043feea2fb1caa6e015936ba4c9147712d5dd5e5","affectsGlobalScope":true},{"version":"021441d77eba08d4eb5cc864c1a78238c0cc17766bd7a0ace33a0c6adf6c75ee","affectsGlobalScope":true},{"version":"8833f137d183571bcfb39b82446abb9d1be5587de2db3e67e69e879e3c36440a","affectsGlobalScope":true},{"version":"b62b4618955d112244284463482dda4f50e539ac2b4cf047e92f146be24a8ece","affectsGlobalScope":true},{"version":"ce60a7c95c3962e71f23859bd37b8a90e4a1a528f0cb5610fac3e28a47c2a18a","affectsGlobalScope":true},{"version":"cce0ec345531bacc44f4cd34e4a327fd73e23b964f01de58104483a0ff91960b","affectsGlobalScope":true},{"version":"ec3465a8c20e9c24b220ee8487418862069c314c68246b89165962a3db3f2f6d","affectsGlobalScope":true},{"version":"3b6e856ed84b49d4d2da000fd7c968cbb2f2f3bcb45aa5c516905bb25297a04f","affectsGlobalScope":true},{"version":"cadad9f56daf81c2a37fa7526d9741ed0de5966875fe0f2eb54ceabefc82942d","affectsGlobalScope":true},{"version":"9737e958668cf4d3877bde85c838d74a6f2399c55aea728330d6757f886fbd47","affectsGlobalScope":true},{"version":"aa0d0511e3bc541e2dae5b7020e468a1bdb08bd4e39be89b0efea2b8cd246a8f","affectsGlobalScope":true},{"version":"7ab75b6a93c324e9f03b0741c2ddc9c752cc5109c9b4373bdf31e4d8b373010d","affectsGlobalScope":true},{"version":"b818e2751233da345f042af55831b6077c390ccb6f393429f2fe2a1e98c7e3ea","affectsGlobalScope":true},{"version":"b959f75474c8d290d7e850574d530fd15d620e6ed02a5fa4d27650140079237b","affectsGlobalScope":true},{"version":"2e944c7aaacc6b6e95249a2a607b985317a476c23638d53f6e483752b94bf3f1","affectsGlobalScope":true},{"version":"e0f86e367901b73c7ecad01aaac19eed0109963aa626e32160541bb1a5a14bb7","affectsGlobalScope":true},{"version":"ba83c5beb2bf6913c92c79973e0a196c0f7b9e90dbca72c2d5772fcfbeebb6f6","affectsGlobalScope":true},{"version":"0a4d647b5d51639b7c13410921dd2db9eee35e0770bc4317c8718b372b0a657e","affectsGlobalScope":true},{"version":"197980098be84942063e8470dd08c4b4bdd8627c046001b07c702326b888f2f9","affectsGlobalScope":true},{"version":"8c4b514ae372894f45215acf88e8d3ee937b535345e860a78a3b3bf5b796bfdf","affectsGlobalScope":true},{"version":"64845b09cd449cbb8dc91494b3566fb79b63d25693d24abf6b6a13fdf20294f5","affectsGlobalScope":true},{"version":"7ef23d9121a2c208a296d0910eea6ed99e51a0a093de0066aaa98533e3d7bde2","affectsGlobalScope":true},{"version":"e07336e34b0fc82328b08997ebd78ed18c8df6a832ea75d8d5188b28add1a0e0","affectsGlobalScope":true},{"version":"0c69e2d4a249dd54cd6e630b5c89a4101b91e9c06c5cbde55a605d9dbae3f753","affectsGlobalScope":true},{"version":"060e6fecce0a1482a98cfe5dd2568ede4aac53e9bcbd06709e509841b5f0117c","affectsGlobalScope":true},{"version":"cc724319f14876dfad0f4ed09e08c59be9dcb75f408f78b5dc7ba3e0e8eae9b5","affectsGlobalScope":true},{"version":"8cb9afa49dd36f21770391450e7a21d6d1907286993efe099e083c4a8caab68a","affectsGlobalScope":true},{"version":"e597e2399a2f5c999202e1bdfa1b0f5900f151b36b76f2d908ab74f2b4953dd4","affectsGlobalScope":true},{"version":"8e3ca4d93bd3d430e416240fd410bfc2a46a76337e7d9ca75361ba71173acdaa","affectsGlobalScope":true},{"version":"c0605c3c84459f8a5a09b00efb8bc9b7a74edf050e786ae2ec09d509d2e5a674","affectsGlobalScope":true},{"version":"af9d6c0f64c7475ee756ffc4704f58a0ca4681db67d33f71f434bbd00d417ba0","affectsGlobalScope":true},{"version":"d9db647337fd3c0e4ec8487c4178ae1391160fd3b45526a3eb1e8f769423e4dc","affectsGlobalScope":true},{"version":"f2c65808e767b495a9da154ef0e27782485eecf878139e95ad74b5675e4b8e59","affectsGlobalScope":true},{"version":"fd65739a8f08693843a30c323a3d75d5db46ae94c6e5639eca268d0a13cd7340","affectsGlobalScope":true},{"version":"025ac925ad8d4c901c6ea3810fc47dbb3caa6f6546e5a429a1dc42be941bc8dd","affectsGlobalScope":true},{"version":"5c1129e3873ec6f8fb06d376142153251c04eaa63aa07b4f727e496ea94a10b8","affectsGlobalScope":true},{"version":"16fd02321ebfc3302087b6d171b7c887a8f459153b19ddc7f2e515e42c80f815","affectsGlobalScope":true},{"version":"3e9835ad350db0ef2ba5e689173a094b1620f7789da56ddbd6c8cfe96b3a02bf","affectsGlobalScope":true},{"version":"1667c3cea4df08f3ca882c5aa89d1d30828c5f7fbad5d7b99078cd02883c0e38","affectsGlobalScope":true},{"version":"9303b0bfa9833399a6fcfc142548fdf801c0f8e493996c292e7fe795178bd44c","affectsGlobalScope":true},{"version":"0050c919a6db04eb1161549c0b9883f07e341465f979db510381010884820c69","affectsGlobalScope":true},{"version":"e86a8cc5e593bd2d3a7f694d0ef6b8abffb10cfbc6b3acc160b248ef8cfc30be","affectsGlobalScope":true},{"version":"3ffcf82dbcf8e9f86295f90409509c59c28533f70d7a380038c4bd76e1881af2","affectsGlobalScope":true},{"version":"d24b1ebeec9089d70e046e9f5545c6cb00cfc5dab3003b7f36987f2aa60d495e","affectsGlobalScope":true},{"version":"3ee34f37aa7052a82868d348460a37acf86050e5978d912930d8ec9775ab8cd3","affectsGlobalScope":true},{"version":"bee0557e0b7dad18a4348cfe79c99d5adc7f6de01af60adefaf59b493d1b6064","affectsGlobalScope":true},{"version":"23f1ecee17caa80fd714ad7444bda88ec67f93ea420db3c0c78fdc17df34d4f1","affectsGlobalScope":true},{"version":"fffac133e39568055c046e63e2ef2fadb50e8fbb0202ba92e5a53fde9e2171c0","affectsGlobalScope":true},{"version":"b17acaaec2057cbfec001d480dffd090ac57c7281cea78da0d0a8943636da264","affectsGlobalScope":true},{"version":"c26139b94204148930233fdc510917f3dd1b44fd416d75e241f46e6de0a7534b","affectsGlobalScope":true},{"version":"8388e1b4b6b129ab7eb50066e86abe81b9a9725e14dd8e62678d838db70e54af","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},{"version":"f88d34281d207e8e0c39299cc45b229226c303a462c487f846e355761fa0e15c","affectsGlobalScope":true},{"version":"b38b605eb660c058c0405d73ad4388e5a216a15c8ac42e26b0692e220f1c88d5","affectsGlobalScope":true},{"version":"dfb173b18e7c7f26f79d118f0d372fd7e9d54d26cc1b3ac10028f983aeb2edf8","affectsGlobalScope":true},{"version":"6fc1c97141d7fd718a1082b225c4d2dd79b4da96254cf48c8a7cc917c359fdec","affectsGlobalScope":true},{"version":"64fb7a7e536707d648aca88dad6b825bb0ebe1d6cf27af45cbff74d20b8824dc","affectsGlobalScope":true},{"version":"24d609dc113ac4fc5c8a666cce6768db54bd382a27a7e48405947d832cadf381","affectsGlobalScope":true},{"version":"ea462383b59fe09b7cb38200ccc8c5c20ba316f2f3b8bb95877d5f6e2a0922e4","affectsGlobalScope":true},{"version":"1d9508b210c9fc9b4087fb226627c8913a1399bbab22ce60c1e8055db85cf41c","affectsGlobalScope":true},{"version":"30a914a3fbf980476a65bb139def9f8ca2862a26ebd51bfc757c1fb405e3dc74","affectsGlobalScope":true},{"version":"62a37434caaaf727f3b5fa018012f6d060c91f92097a1769143c3dfa4c4901c9","affectsGlobalScope":true},{"version":"3b9d6c6d32c11384fc53ffff3e7a40850412f44fcf162d202a0bf2b72636b165","affectsGlobalScope":true},"22461e2b2f36ad083c148a9be7f34117e7b9a5529538538c9a8ddc51ab37afdf"],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"esModuleInterop":true,"experimentalDecorators":true,"importsNotUsedAsValues":0,"module":6,"noImplicitAny":false,"noUnusedLocals":false,"noUnusedParameters":false,"skipLibCheck":false,"sourceMap":true,"target":8,"tsBuildInfoFile":"./.tsbuildinfo"},"fileIdsList":[[49,50,71,72,116,117,118,119,120,122,123,127,153,154,155,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,49,50,51,55,69,71,72,116,117,118,119,120,122,123,127,149,155,359,360,372,373,387,391,472,474,477],[46,48,49,71,72,116,117,118,119,120,122,123,127,155,171,359,360,372,373,387,391,472,474,477],[46,72,100,116,117,118,119,120,122,123,127,173,174,359,360,372,373,387,391,472,474,477],[72,82,84,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,93,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[48,72,82,84,116,117,118,119,120,122,123,127,143,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,180,359,360,372,373,387,391,472,474,477],[46,72,98,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[48,72,92,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,87,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[50,57,71,72,81,90,92,99,100,116,117,118,119,120,122,123,127,141,142,143,144,145,146,155,359,360,372,373,387,391,472,474,477],[72,83,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[48,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,187,188,359,360,372,373,387,391,472,474,477],[72,85,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,149,179,190,191,359,360,372,373,387,391,472,474,477],[72,86,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[48,63,72,82,85,92,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[48,72,82,116,117,118,119,120,122,123,127,142,177,179,359,360,372,373,387,391,472,474,477],[46,50,72,90,116,117,118,119,120,122,123,127,178,359,360,372,373,387,391,472,474,477],[46,48,72,116,117,118,119,120,122,123,127,160,162,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,205,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,206,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,143,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,211,359,360,372,373,387,391,472,474,477],[72,115,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,72,116,117,118,119,120,122,123,127,220,359,360,372,373,387,391,472,474,477],[46,64,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,102,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[64,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,105,106,116,117,118,119,120,122,123,127,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,359,360,372,373,387,391,472,474,477],[72,111,113,114,116,117,118,119,120,122,123,127,131,132,133,134,135,136,359,360,372,373,387,391,472,474,477],[46,72,92,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,64,72,101,108,116,117,118,119,120,122,123,124,125,126,127,128,129,130,137,138,139,140,147,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[46,70,72,73,74,75,76,77,78,80,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,54,64,65,67,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,197,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,199,200,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,151,359,360,372,373,387,391,472,474,477],[46,47,57,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,64,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,58,72,116,117,118,119,120,122,123,127,236,359,360,372,373,387,391,472,474,477],[64,72,109,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,374,375,376,377,378,387,391,472,474,477],[46,58,62,63,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,168,171,359,360,372,373,387,391,472,474,477],[46,72,92,116,117,118,119,120,122,123,127,158,159,164,165,166,168,171,359,360,372,373,387,391,472,474,477],[57,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,173,359,360,372,373,387,391,472,474,477],[46,59,60,61,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,353,359,360,372,373,387,391,472,474,477],[46,64,72,116,117,118,119,120,122,123,127,354,355,359,360,372,373,387,391,472,474,477],[46,57,64,72,116,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[63,70,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,47,72,116,117,118,119,120,122,123,127,151,152,153,154,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,150,151,152,359,360,372,373,387,391,472,474,477],[46,51,54,55,56,57,66,67,68,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,77,84,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[50,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,72,83,94,95,96,98,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,57,62,72,80,81,86,99,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,92,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,76,77,84,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,141,359,360,372,373,387,391,472,474,477],[72,79,97,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,50,71,72,75,77,82,84,87,88,89,90,91,93,100,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[46,48,50,71,72,87,88,91,116,117,118,119,120,122,123,127,141,359,360,372,373,387,391,472,474,477],[72,111,116,117,118,119,120,122,123,127,132,148,359,360,372,373,387,391,472,474,477],[72,113,116,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[72,111,114,116,117,118,119,120,122,123,127,131,148,359,360,372,373,387,391,472,474,477],[72,109,110,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,113,116,117,118,119,120,122,123,127,132,359,360,372,373,387,391,472,474,477],[72,111,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,132,133,148,359,360,372,373,387,391,472,474,477],[53,54,66,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[52,53,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[54,67,68,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[67,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,73,74,79,80,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[60,72,73,79,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,77,79,80,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,73,75,76,79,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,201,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,376,377,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,374,375,376,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,359,360,372,373,375,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,159,163,359,360,372,373,387,391,472,474,477],[64,72,116,117,118,119,120,122,123,127,167,169,359,360,372,373,387,391,472,474,477],[64,72,116,117,118,119,120,122,123,127,163,164,165,166,167,169,170,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,167,169,359,360,372,373,387,391,472,474,477],[48,72,116,117,118,119,120,122,123,127,161,163,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,372,373,387,391,472,474,477],[72,110,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[64,72,100,101,102,103,104,105,106,107,108,111,112,114,115,116,117,118,119,120,122,123,127,148,359,360,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,379,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,137,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,387,472,474,477],[72,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[61,72,110,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,380,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,485,486,487,488,489,490,491,492,493,494,495],[72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,474,477],[72,116,117,118,119,120,121,122,123,127,359,360,372,373,387,391,472,477],[60,72,111,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474],[72,116,117,118,119,120,122,123,127,356,359,360,372,373,387,391,472,474,477],[72,116,117,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,120,122,123,127,359,360,372,373,387,391,472,474,477],[64,72,100,101,102,103,104,105,106,107,108,111,112,114,115,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,121,123,127,359,360,372,373,387,391,472,474,477],[60,72,111,116,117,118,119,120,122,123,359,360,372,373,387,391,472,474,477],[48,66,72,79,82,83,84,85,86,87,88,89,93,94,95,96,97,116,117,118,119,120,122,123,127,147,150,156,157,161,172,175,176,177,179,180,181,182,183,184,185,186,189,190,191,192,193,194,195,196,198,201,202,203,204,205,206,207,208,209,359,360,372,373,387,391,472,474,477],[61,72,107,108,115,116,117,118,119,120,122,123,124,125,126,127,128,129,130,137,138,139,140,148,149,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,238,239,240,241,242,243,244,245,246,247,318,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,320,321,322,323,324,325,326,327,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,210,319,329,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,319,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,328,359,360,372,373,387,391,472,474,477],[46,48,72,82,93,116,117,118,119,120,122,123,127,147,149,325,359,360,372,373,387,391,472,474,477],[210,319],[48,82,93,149]],"referencedMap":[[156,1],[157,2],[150,3],[172,4],[175,5],[138,2],[85,6],[82,2],[94,7],[176,8],[181,9],[96,2],[97,10],[182,11],[91,12],[183,13],[184,2],[185,14],[147,15],[84,16],[83,2],[86,2],[186,2],[89,17],[204,9],[95,6],[189,18],[177,19],[190,2],[191,20],[192,21],[88,2],[193,9],[87,22],[93,23],[180,24],[179,25],[48,2],[161,26],[194,2],[206,27],[207,28],[205,14],[209,28],[208,29],[220,2],[195,2],[211,2],[212,30],[213,2],[214,2],[215,2],[216,31],[217,2],[218,2],[219,2],[221,32],[222,2],[223,2],[224,2],[225,2],[226,2],[227,2],[228,2],[229,2],[230,2],[231,2],[232,2],[233,2],[234,33],[130,2],[140,34],[61,35],[126,2],[318,36],[137,37],[108,38],[107,2],[115,2],[148,39],[178,40],[46,2],[79,41],[66,42],[196,14],[198,43],[320,2],[201,44],[235,2],[152,45],[151,46],[102,47],[103,2],[237,48],[321,14],[124,2],[58,2],[109,2],[110,49],[236,2],[379,50],[112,2],[323,2],[324,2],[325,2],[326,2],[327,2],[322,14],[121,2],[238,2],[139,2],[125,14],[64,51],[104,2],[101,33],[169,52],[167,53],[239,54],[240,20],[355,55],[203,56],[241,14],[128,14],[62,57],[129,14],[63,14],[242,35],[354,58],[353,14],[163,26],[356,59],[149,60],[243,2],[244,2],[245,2],[202,2],[246,2],[247,2],[50,17],[71,61],[155,62],[153,63],[154,2],[49,17],[51,2],[69,64],[55,2],[143,65],[90,66],[99,67],[57,2],[100,68],[146,69],[187,2],[81,2],[141,70],[144,71],[188,2],[98,72],[92,73],[142,74],[145,71],[249,2],[317,2],[250,2],[133,75],[251,2],[252,2],[254,2],[253,2],[255,2],[256,2],[248,2],[114,76],[113,2],[257,2],[258,2],[259,2],[260,2],[261,2],[132,77],[262,2],[111,78],[264,2],[265,2],[263,2],[266,2],[267,2],[268,2],[105,2],[269,2],[270,2],[273,2],[272,2],[271,2],[274,2],[275,2],[277,2],[276,2],[278,2],[279,2],[280,2],[281,2],[136,79],[134,75],[282,2],[283,2],[284,2],[285,2],[286,2],[287,2],[288,2],[289,2],[290,2],[291,2],[292,2],[131,80],[293,2],[294,2],[295,2],[296,2],[297,2],[298,2],[299,2],[300,2],[301,2],[302,2],[303,2],[304,2],[305,2],[106,2],[306,2],[307,2],[309,2],[310,2],[308,2],[311,2],[312,2],[313,2],[314,2],[315,2],[316,2],[135,81],[67,82],[54,83],[65,84],[53,2],[56,2],[68,85],[52,2],[75,86],[80,87],[78,88],[70,2],[76,86],[77,89],[73,2],[197,2],[74,2],[200,90],[199,2],[47,2],[59,2],[60,2],[378,91],[377,92],[374,2],[376,93],[375,2],[164,94],[158,2],[165,95],[170,2],[171,96],[168,97],[166,2],[159,2],[173,2],[174,2],[160,17],[162,98],[358,2],[359,99],[360,100],[361,2],[362,2],[363,2],[364,2],[365,2],[366,101],[367,2],[368,2],[369,2],[370,2],[371,2],[372,102],[373,103],[380,104],[381,2],[382,105],[383,2],[384,2],[385,2],[386,2],[387,106],[388,2],[389,2],[390,20],[391,107],[392,2],[393,2],[394,2],[395,2],[396,108],[398,2],[397,2],[399,2],[400,2],[401,2],[402,2],[404,2],[405,2],[406,2],[403,2],[407,2],[408,109],[409,2],[410,2],[411,2],[484,110],[412,2],[413,2],[414,2],[415,2],[416,2],[417,2],[418,2],[420,2],[419,2],[421,2],[422,2],[423,2],[424,14],[425,2],[426,14],[427,2],[428,105],[429,2],[430,2],[431,2],[432,2],[433,2],[434,14],[435,2],[436,2],[437,2],[438,2],[439,2],[440,2],[441,2],[442,2],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[481,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[483,2],[462,2],[464,2],[463,2],[466,2],[465,2],[467,2],[468,2],[469,2],[470,2],[471,2],[472,111],[473,2],[474,112],[475,2],[477,113],[478,2],[482,2],[479,114],[476,31],[480,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[118,115],[119,116],[116,117],[72,118],[120,119],[117,120],[123,121],[122,122],[127,123],[210,124],[319,125],[328,126],[331,127],[339,127],[330,127],[334,127],[332,127],[333,127],[342,128],[351,2],[352,2],[347,2],[344,128],[341,128],[345,2],[346,128],[349,2],[350,2],[348,2],[343,128],[357,114],[336,127],[337,127],[338,127],[335,127],[329,129],[340,130]],"exportedModulesMap":[[156,1],[157,2],[150,3],[172,4],[175,5],[138,2],[85,6],[82,2],[94,7],[176,8],[181,9],[96,2],[97,10],[182,11],[91,12],[183,13],[184,2],[185,14],[147,15],[84,16],[83,2],[86,2],[186,2],[89,17],[204,9],[95,6],[189,18],[177,19],[190,2],[191,20],[192,21],[88,2],[193,9],[87,22],[93,23],[180,24],[179,25],[48,2],[161,26],[194,2],[206,27],[207,28],[205,14],[209,28],[208,29],[220,2],[195,2],[211,2],[212,30],[213,2],[214,2],[215,2],[216,31],[217,2],[218,2],[219,2],[221,32],[222,2],[223,2],[224,2],[225,2],[226,2],[227,2],[228,2],[229,2],[230,2],[231,2],[232,2],[233,2],[234,33],[130,2],[140,34],[61,35],[126,2],[318,36],[137,37],[108,38],[107,2],[115,2],[148,39],[178,40],[46,2],[79,41],[66,42],[196,14],[198,43],[320,2],[201,44],[235,2],[152,45],[151,46],[102,47],[103,2],[237,48],[321,14],[124,2],[58,2],[109,2],[110,49],[236,2],[379,50],[112,2],[323,2],[324,2],[325,2],[326,2],[327,2],[322,14],[121,2],[238,2],[139,2],[125,14],[64,51],[104,2],[101,33],[169,52],[167,53],[239,54],[240,20],[355,55],[203,56],[241,14],[128,14],[62,57],[129,14],[63,14],[242,35],[354,58],[353,14],[163,26],[356,59],[149,60],[243,2],[244,2],[245,2],[202,2],[246,2],[247,2],[50,17],[71,61],[155,62],[153,63],[154,2],[49,17],[51,2],[69,64],[55,2],[143,65],[90,66],[99,67],[57,2],[100,68],[146,69],[187,2],[81,2],[141,70],[144,71],[188,2],[98,72],[92,73],[142,74],[145,71],[249,2],[317,2],[250,2],[133,75],[251,2],[252,2],[254,2],[253,2],[255,2],[256,2],[248,2],[114,76],[113,2],[257,2],[258,2],[259,2],[260,2],[261,2],[132,77],[262,2],[111,78],[264,2],[265,2],[263,2],[266,2],[267,2],[268,2],[105,2],[269,2],[270,2],[273,2],[272,2],[271,2],[274,2],[275,2],[277,2],[276,2],[278,2],[279,2],[280,2],[281,2],[136,79],[134,75],[282,2],[283,2],[284,2],[285,2],[286,2],[287,2],[288,2],[289,2],[290,2],[291,2],[292,2],[131,80],[293,2],[294,2],[295,2],[296,2],[297,2],[298,2],[299,2],[300,2],[301,2],[302,2],[303,2],[304,2],[305,2],[106,2],[306,2],[307,2],[309,2],[310,2],[308,2],[311,2],[312,2],[313,2],[314,2],[315,2],[316,2],[135,81],[67,82],[54,83],[65,84],[53,2],[56,2],[68,85],[52,2],[75,86],[80,87],[78,88],[70,2],[76,86],[77,89],[73,2],[197,2],[74,2],[200,90],[199,2],[47,2],[59,2],[60,2],[378,91],[377,92],[374,2],[376,93],[375,2],[164,94],[158,2],[165,95],[170,2],[171,96],[168,97],[166,2],[159,2],[173,2],[174,2],[160,17],[162,98],[358,2],[359,99],[360,100],[361,2],[362,2],[363,2],[364,2],[365,2],[366,101],[367,2],[368,2],[369,2],[370,2],[371,2],[372,102],[373,103],[380,104],[381,2],[382,105],[383,2],[384,2],[385,2],[386,2],[387,106],[388,2],[389,2],[390,20],[391,107],[392,2],[393,2],[394,2],[395,2],[396,108],[398,2],[397,2],[399,2],[400,2],[401,2],[402,2],[404,2],[405,2],[406,2],[403,2],[407,2],[408,109],[409,2],[410,2],[411,2],[484,110],[412,2],[413,2],[414,2],[415,2],[416,2],[417,2],[418,2],[420,2],[419,2],[421,2],[422,2],[423,2],[424,14],[425,2],[426,14],[427,2],[428,105],[429,2],[430,2],[431,2],[432,2],[433,2],[434,14],[435,2],[436,2],[437,2],[438,2],[439,2],[440,2],[441,2],[442,2],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[481,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[483,2],[462,2],[464,2],[463,2],[466,2],[465,2],[467,2],[468,2],[469,2],[470,2],[471,2],[472,111],[473,2],[474,112],[475,2],[477,113],[478,2],[482,2],[479,114],[476,31],[480,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[118,115],[119,116],[116,117],[72,118],[120,119],[117,120],[123,121],[122,122],[127,123],[210,124],[319,125],[328,126],[331,131],[339,131],[330,131],[334,131],[332,131],[333,131],[336,131],[337,131],[338,131],[335,131],[340,132]],"semanticDiagnosticsPerFile":[156,157,150,172,175,138,85,82,94,176,181,96,97,182,91,183,184,185,147,84,83,86,186,89,204,95,189,177,190,191,192,88,193,87,93,180,179,48,161,194,206,207,205,209,208,220,195,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,130,140,61,126,318,137,108,107,115,148,178,46,79,66,196,198,320,201,235,152,151,102,103,237,321,124,58,109,110,236,379,112,323,324,325,326,327,322,121,238,139,125,64,104,101,169,167,239,240,355,203,241,128,62,129,63,242,354,353,163,356,149,243,244,245,202,246,247,50,71,155,153,154,49,51,69,55,143,90,99,57,100,146,187,81,141,144,188,98,92,142,145,249,317,250,133,251,252,254,253,255,256,248,114,113,257,258,259,260,261,132,262,111,264,265,263,266,267,268,105,269,270,273,272,271,274,275,277,276,278,279,280,281,136,134,282,283,284,285,286,287,288,289,290,291,292,131,293,294,295,296,297,298,299,300,301,302,303,304,305,106,306,307,309,310,308,311,312,313,314,315,316,135,67,54,65,53,56,68,52,75,80,78,70,76,77,73,197,74,200,199,47,59,60,378,377,374,376,375,164,158,165,170,171,168,166,159,173,174,160,162,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,398,397,399,400,401,402,404,405,406,403,407,408,409,410,411,484,412,413,414,415,416,417,418,420,419,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,481,456,457,458,459,460,461,483,462,464,463,466,465,467,468,469,470,471,472,473,474,475,477,478,482,479,476,480,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,8,45,42,43,44,1,118,119,116,72,120,117,123,122,127,210,319,328,331,339,330,334,332,333,342,[351,[{"file":"../../../../../../src/main/ets/pages/drag.ets","start":4089,"length":8,"messageText":"'editMode' has been deprecated.","category":0,"code":28007}]],[352,[{"file":"../../../../../../src/main/ets/pages/five.ets","start":4074,"length":8,"messageText":"'editMode' has been deprecated.","category":0,"code":28007}]],[347,[{"file":"../../../../../../src/main/ets/pages/fling.ets","start":3036,"length":8,"messageText":"'editable' has been deprecated.","category":0,"code":28007}]],344,[341,[{"file":"../../../../../../src/main/ets/pages/index.ets","start":3399,"length":4,"messageText":"'push' has been deprecated.","category":0,"code":28007},{"file":"../../../../../../src/main/ets/pages/index.ets","start":3588,"length":4,"messageText":"'push' has been deprecated.","category":0,"code":28007},{"file":"../../../../../../src/main/ets/pages/index.ets","start":6123,"length":4,"messageText":"'push' has been deprecated.","category":0,"code":28007}]],345,346,349,[350,[{"file":"../../../../../../src/main/ets/pages/scroller.ets","start":1811,"length":8,"messageText":"'onScroll' has been deprecated.","category":0,"code":28007},{"file":"../../../../../../src/main/ets/pages/scroller.ets","start":2037,"length":11,"messageText":"'onScrollEnd' has been deprecated.","category":0,"code":28007},{"file":"../../../../../../src/main/ets/pages/scroller.ets","start":3170,"length":8,"messageText":"'editable' has been deprecated.","category":0,"code":28007}]],[348,[{"file":"../../../../../../src/main/ets/pages/swipe.ets","start":3105,"length":8,"messageText":"'editable' has been deprecated.","category":0,"code":28007}]],343,357,336,337,338,335,329,[340,[{"file":"../../../../../../src/main/ets/webability/webability.ts","start":1156,"length":11,"messageText":"'SetOrCreate' has been deprecated.","category":0,"code":28007},{"file":"../../../../../../src/main/ets/webability/webability.ts","start":1919,"length":11,"messageText":"'SetOrCreate' has been deprecated.","category":0,"code":28007}]]],"arktsLinterDiagnosticsPerFile":[156,157,150,172,175,138,85,82,94,176,181,96,97,182,91,183,184,185,147,84,83,86,186,89,204,95,189,177,190,191,192,88,193,87,93,180,179,48,161,194,206,207,205,209,208,220,195,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,130,140,61,126,318,137,108,107,115,148,178,46,79,66,196,198,320,201,235,152,151,102,103,237,321,124,58,109,110,236,379,112,323,324,325,326,327,322,121,238,139,125,64,104,101,169,167,239,240,355,203,241,128,62,129,63,242,354,353,163,356,149,243,244,245,202,246,247,50,71,155,153,154,49,51,69,55,143,90,99,57,100,146,187,81,141,144,188,98,92,142,145,249,317,250,133,251,252,254,253,255,256,248,114,113,257,258,259,260,261,132,262,111,264,265,263,266,267,268,105,269,270,273,272,271,274,275,277,276,278,279,280,281,136,134,282,283,284,285,286,287,288,289,290,291,292,131,293,294,295,296,297,298,299,300,301,302,303,304,305,106,306,307,309,310,308,311,312,313,314,315,316,135,67,54,65,53,56,68,52,75,80,78,70,76,77,73,197,74,200,199,47,59,60,378,377,374,376,375,164,158,165,170,171,168,166,159,173,174,160,162,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,398,397,399,400,401,402,404,405,406,403,407,408,409,410,411,484,412,413,414,415,416,417,418,420,419,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,481,456,457,458,459,460,461,483,462,464,463,466,465,467,468,469,470,471,472,473,474,475,477,478,482,479,476,480,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,8,45,42,43,44,1,118,119,116,72,120,117,123,122,127,342,351,352,347,344,341,345,346,349,350,348,343,357],"affectedFilesPendingEmit":[[156,1],[157,1],[150,1],[172,1],[175,1],[138,1],[85,1],[82,1],[94,1],[176,1],[181,1],[96,1],[97,1],[182,1],[91,1],[183,1],[184,1],[185,1],[147,1],[84,1],[83,1],[86,1],[186,1],[89,1],[204,1],[95,1],[189,1],[177,1],[190,1],[191,1],[192,1],[88,1],[193,1],[87,1],[93,1],[180,1],[179,1],[48,1],[161,1],[194,1],[206,1],[207,1],[205,1],[209,1],[208,1],[220,1],[195,1],[211,1],[212,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[231,1],[232,1],[233,1],[234,1],[130,1],[140,1],[61,1],[126,1],[318,1],[137,1],[108,1],[107,1],[115,1],[148,1],[178,1],[46,1],[79,1],[66,1],[196,1],[198,1],[320,1],[201,1],[235,1],[152,1],[151,1],[102,1],[103,1],[237,1],[321,1],[124,1],[58,1],[109,1],[110,1],[236,1],[379,1],[112,1],[323,1],[324,1],[325,1],[326,1],[327,1],[322,1],[121,1],[238,1],[139,1],[125,1],[64,1],[104,1],[101,1],[169,1],[167,1],[239,1],[240,1],[355,1],[203,1],[241,1],[128,1],[62,1],[129,1],[63,1],[242,1],[354,1],[353,1],[163,1],[356,1],[149,1],[243,1],[244,1],[245,1],[202,1],[246,1],[247,1],[50,1],[71,1],[155,1],[153,1],[154,1],[49,1],[51,1],[69,1],[55,1],[143,1],[90,1],[99,1],[57,1],[100,1],[146,1],[187,1],[81,1],[141,1],[144,1],[188,1],[98,1],[92,1],[142,1],[145,1],[249,1],[317,1],[250,1],[133,1],[251,1],[252,1],[254,1],[253,1],[255,1],[256,1],[248,1],[114,1],[113,1],[257,1],[258,1],[259,1],[260,1],[261,1],[132,1],[262,1],[111,1],[264,1],[265,1],[263,1],[266,1],[267,1],[268,1],[105,1],[269,1],[270,1],[273,1],[272,1],[271,1],[274,1],[275,1],[277,1],[276,1],[278,1],[279,1],[280,1],[281,1],[136,1],[134,1],[282,1],[283,1],[284,1],[285,1],[286,1],[287,1],[288,1],[289,1],[290,1],[291,1],[292,1],[131,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[304,1],[305,1],[106,1],[306,1],[307,1],[309,1],[310,1],[308,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[135,1],[67,1],[54,1],[65,1],[53,1],[56,1],[68,1],[52,1],[75,1],[80,1],[78,1],[70,1],[76,1],[77,1],[73,1],[197,1],[74,1],[200,1],[199,1],[47,1],[59,1],[60,1],[378,1],[377,1],[374,1],[376,1],[375,1],[164,1],[158,1],[165,1],[170,1],[171,1],[168,1],[166,1],[159,1],[173,1],[174,1],[160,1],[162,1],[358,1],[359,1],[360,1],[361,1],[362,1],[363,1],[364,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[380,1],[381,1],[382,1],[383,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[398,1],[397,1],[399,1],[400,1],[401,1],[402,1],[404,1],[405,1],[406,1],[403,1],[407,1],[408,1],[409,1],[410,1],[411,1],[484,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[418,1],[420,1],[419,1],[421,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[437,1],[438,1],[439,1],[440,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[481,1],[456,1],[457,1],[458,1],[459,1],[460,1],[461,1],[483,1],[462,1],[464,1],[463,1],[466,1],[465,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[475,1],[477,1],[478,1],[482,1],[479,1],[476,1],[480,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[8,1],[45,1],[42,1],[43,1],[44,1],[1,1],[118,1],[119,1],[116,1],[72,1],[120,1],[117,1],[123,1],[122,1],[127,1],[210,1],[319,1],[328,1],[331,1],[339,1],[330,1],[334,1],[332,1],[333,1],[342,1],[351,1],[352,1],[347,1],[344,1],[341,1],[345,1],[346,1],[349,1],[350,1],[348,1],[343,1],[357,1],[336,1],[337,1],[338,1],[335,1],[329,1],[340,1]],"arkTSVersion":"ArkTS_1_1","constEnumRelateCache":{"d:/page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.arkui.d.ts":{"d:/page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uicontext.d.ts":"189660a5f5aecb1f63fd1627f4a48e5c57eea1e0780f542f68c9a7e8b1440085"}}},"version":"4.9.5"} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo.linter b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo.linter new file mode 100644 index 0000000000..5155081278 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/.tsbuildinfo.linter @@ -0,0 +1 @@ +{"program":{"fileNames":["../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.base.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/data/rdb/resultset.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.want.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/startabilityparameter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/abilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/appversioninfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/moduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/customizedata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/processinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/basecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.colorspacemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/rawfiledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/resource.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.drawabledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.resourcemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.rpc.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimedia.image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/connectoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/metadata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/skill.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/extensionabilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.bundlemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/eventhub.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilityconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configurationconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.contextconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.startoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.openlinkoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.dialogrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystartcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.atomicserviceoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitylifecyclecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.environmentcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.applicationstatechangecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.appmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/processinformation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/applicationcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.pointer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.unifieddatachannel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.uniformtypedescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.intentioncode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/symbolglyphmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.observer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.common2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.drawing.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/graphics.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.uieffect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/componentcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.font.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.inspector.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.promptaction.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rendernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/framenode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buildernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/xcomponentnode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.node.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.measure.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.dragcontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/extensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystagecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/formextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/vpnextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/embeddableuiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uicontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.rdb.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.dataability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityoperation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityhelper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.errorcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcommondef.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationuserinput.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/triggerinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/wantagentinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationactionbutton.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationtemplate.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notificationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationslot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notification.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationflags.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.particleability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/permissions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/security/permissionrequestresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.abilityaccessctrl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitystage.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.extensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uiextension.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensioncontentsession.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.actionextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.apprecovery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.autofillmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocess.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocessmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.datauriutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/errorobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/loopobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.errormanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentexecutor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.shareextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.application.uripermissionmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.defaultappmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/overlaymoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.overlay.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationextraparams.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.continuation.continuationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.package.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.privacymanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.embeddeduiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuplistener.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfig.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfigentry.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuptask.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.abilitykit.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chip.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chipgroup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composelistitem.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composetitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.counter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.dialog.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.editabletitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.exceptionprompt.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.filter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.form.formbindingdata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.formmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.gridobjectsortcomponent.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.popup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.progressbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.segmentbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selectionmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selecttitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.splitlayout.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.subheader.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.swiperefresher.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.tabtitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.toolbar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.treeview.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentsnapshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.curves.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.hdrcapability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.display.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.matrix4.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.pipwindow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.plugincomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.screenshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.app.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/commonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/alphabetindexermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/blankmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buttonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/calendarpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/countermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datapanelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/dividermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/formcomponentmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gaugemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridcolmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/griditemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridrowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/hyperlinkmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imageanimatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagespanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/linemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/loadingprogressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/marqueemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menumodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menuitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navdestinationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navroutermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/panelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/pathmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/patternlockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polygonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polylinemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/progressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/qrcodemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/radiomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/ratingmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/refreshmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/richeditormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/scrollmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/searchmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/selectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/shapemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/sidebarcontainermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/slidermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/spanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stackmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stepperitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/swipermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/tabsmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textareamodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textclockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textinputmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/texttimermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/timepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/togglemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/videomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/waterflowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/attributeupdater.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.modifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.arkui.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bytrace.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.faultlogger.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hiviewdfx.hiappevent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hichecker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hidebug.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hilog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracechain.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracemeter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.performanceanalysiskit.d.ts","../../../../../../src/main/ets/util/logger.ts","../../../../../../src/main/ets/entryability/entryability.ts","../../../../../../src/main/ets/clickability/clickability.ts","../../../../../../src/main/ets/inputability/inputability.ts","../../../../../../src/main/ets/mouseability/mouseability.ts","../../../../../../src/main/ets/flingability/flingability.ts","../../../../../../src/main/ets/swipeability/swipeability.ts","../../../../../../src/main/ets/pinchability/pinchability.ts","../../../../../../src/main/ets/pointmatrixability/pointmatrixability.ts","../../../../../../src/main/ets/scrollerability/scrollerability.ts","../../../../../../src/main/ets/dragability/dragability.ts","../../../../../../src/main/ets/webability/webability.ts","../../../../../../src/main/ets/pages/index.ets","../../../../../../src/main/ets/pages/click.ets","../../../../../../src/main/ets/pages/third.ets","../../../../../../src/main/ets/pages/fourth.ets","../../../../../../src/main/ets/pages/input.ets","../../../../../../src/main/ets/pages/mouse.ets","../../../../../../src/main/ets/pages/fling.ets","../../../../../../src/main/ets/pages/swipe.ets","../../../../../../src/main/ets/pages/pinch.ets","../../../../../../src/main/ets/pages/scroller.ets","../../../../../../src/main/ets/pages/drag.ets","../../../../../../src/main/ets/pages/five.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cryptoframework.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cert.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.print.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.web.webview.d.ts","../../../../../../src/main/ets/pages/web.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ability_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alphabet_indexer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/badge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/blank.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/canvas.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkbox.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkboxgroup.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/circle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenepostprocesssettings.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenetypes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/sceneresources.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenenodes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/component3d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/container_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/content_slot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/context_menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/counter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/custom_dialog_controller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/data_panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/divider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ellipse.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/embedded_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flex.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flow_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/focus.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/folder_stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_link.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gauge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gesture.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/global.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/griditem.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_col.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/hyperlink.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/lazy_for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/line.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/loading_progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/location_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/matrix2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/marquee.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_destination.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/node_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/page_transition.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/particle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/paste_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/path.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/pattern_lock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polygon.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polyline.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/qrcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/radio.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rating.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/refresh.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/relative_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/repeat.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_editor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/save_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll_bar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/search.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/security_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/select.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/slider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/state_management.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/swiper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbolglyph.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbol_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tabs.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tab_content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_area.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_clock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_input.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_timer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/toggle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/with_theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/video.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/web.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/xcomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/sidebar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/water_flow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/styled_string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/index-full.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/media_cached_image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/plugin_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/root_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/screen.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/window_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/remote_window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/effect_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ui_extension_component.d.ts"],"fileInfos":[{"version":"be8b901880718680b6c067fd8083bd5b04cde401c1e1123823e3068bb2e0d282","affectsGlobalScope":true},"e8d2e50f9e8fdd312d31f97571b4c7295b8f29f7f8363498edae2a9eb113ee36","4b1854aec637e8e041eff02899e16fd3c0c78685c622336aadfd67e6604bbe1b","d6f7d47355a0167969e9a8eedfb0994f21e038d360965ec06c30f6871038900b","4735756aff7c5857de387f321633f272e2daba4950c427ab200de954340c7c13","13dfb22c1b46f9858b19fc7df54674146f3d174ccd35f0e02e8d05a3026b9ba8","33d21bcca0f7b054d0d0d402125f547c9ac77782c2df301de314143f08e81406","80510205fb587019e1ad42bfbc046d4f55f3c5a1c8b3debca7d6fe0adc93959f",{"version":"276144a8254bed55adae6f0646c37a2cd11575ac2cbc679bf7ac0419c443fd58","affectsGlobalScope":true},{"version":"3523038578cadf637fdce58f06018e144fd5b26c12e3f9c1cef14cdf92ca3d20","affectsGlobalScope":true},{"version":"28065193ddf88bf697915b9236d2d00a27e85726563e88474f166790376e10d8","affectsGlobalScope":true},{"version":"511c964513d7c2f72556554cdeb960b4f0445990d11080297a97cc7b5fa1bb68","affectsGlobalScope":true},{"version":"725daac09ec6eb9086c2bea6bbdf6d6ab2a6f49d686656c6021a4da0415fe31f","affectsGlobalScope":true},{"version":"21574b67bbedcb39a6efa00ca47e5b9402946a4d4e890abd5b51d3fd371819ba","affectsGlobalScope":true},{"version":"2415a2b1a4a521594b9837316ae3950b0c0c2f8b689defd358986bf3e263e904","affectsGlobalScope":true},{"version":"e5d8d715990d96a37f3521a3f1460679507b261eec1b42dc84d4de835997b794","affectsGlobalScope":true},{"version":"93fa2a84417c65ab8ed121a0b84536312e00a11cbf45b0006a75324d00b176d2","affectsGlobalScope":true},{"version":"a003a6051b48dc64eaa8ad83789e4c2a540f3482bed821053b6770969bd598fb","affectsGlobalScope":true},{"version":"e90857fa86cecc3bc964a2d7db9d95a0c406bebfadeb4853a01a0079936f12f7","affectsGlobalScope":true},{"version":"8bbb03589e48f10b49996064f35256e858d205dcb364428fb4cc045061b1d786","affectsGlobalScope":true},{"version":"5044747370afee4b4c247e8a14c2969d245bbcf8396295dc5a60c659d796a71f","affectsGlobalScope":true},{"version":"8e4921934f4bec04df1bee5762a8f4ad9213f0dab33ea10c5bb1ba1201070c6a","affectsGlobalScope":true},{"version":"a894424c7058bcc77c1a3c92fe289c0ff93792e583e064c683d021879479f7b8","affectsGlobalScope":true},{"version":"8f03386d697248c5d356fd53f2729b920ea124cd1414a6c22de03c5d24729277","affectsGlobalScope":true},{"version":"21ac76354ecc1324ee2e31ac5fcebfa91b1b6beb3e8c3fe6f3988538e9629c73","affectsGlobalScope":true},{"version":"0f71e010899461f256a976d1bece8f39710a8661ced0ae3a4a757f61e0b0200d","affectsGlobalScope":true},{"version":"fe7acdc1039eca904399190766d1c8766b7d2621413f972c8542dddd69612097","affectsGlobalScope":true},{"version":"c25aa843b930662d62f0e853dd1f347d08b66cdec09bd760151d4ba6ce220fe6","affectsGlobalScope":true},{"version":"3e47477f297e4fa0d556c40a872c2c45bddefa487fd054bf1f80bceb527a682b","affectsGlobalScope":true},{"version":"a902be9f4116b449dbac07ffe3f4d69abb664f8eddfaeb892225612469213788","affectsGlobalScope":true},{"version":"155d8d1e367e05af5e5708a860825785f00eabae01744cf7bc569664301415a4","affectsGlobalScope":true},{"version":"5b30b81cdeb239772daf44e6c0d5bf6adec9dbf8d534ed25c9a0e8a43b9abfff","affectsGlobalScope":true},{"version":"cdb77abf1220d79a20508bbcfddf21f0437ea8ef5939ba46f999c4987061baab","affectsGlobalScope":true},{"version":"62e02a2f5889850ed658dfde861b2ba84fb22f3663ea3b2e2f7fb3dcd1813431","affectsGlobalScope":true},{"version":"357921f26d612a4c5ac9896340e6a2beffcaf889ff5cdfcc742e9af804d1a448","affectsGlobalScope":true},{"version":"d836a4258d6b5ee12054b802002d7c9c5eb6a1adb6a654f0ee9429cbda03e1a0","affectsGlobalScope":true},{"version":"c021bff90eb33d29edfde16c9b861097bbf99aa290726d0d0ac65330aa7be85a","affectsGlobalScope":true},{"version":"1c4e64dc374ea5922d7632a52b167187ba7c7e35b34d3c1e22625be66ca1576d","affectsGlobalScope":true},{"version":"cd1bebc4db8fb52c5618ecad3f511f62c78921451c198220c5b2ee5610b4d7b9","affectsGlobalScope":true},{"version":"fb60e7c9de1306648f865b4c8ef76b7376731af3955b69551004ad3848fb8f4c","affectsGlobalScope":true},{"version":"18d23591bba5678cf57ef139e1a3daad8017b26ad6612c8c34d6fa39044b245f","affectsGlobalScope":true},{"version":"868df11ccdabb6de564f70b68aa6b379a243ef32c8f6ee6dc71056a3dd54578a","affectsGlobalScope":true},{"version":"cebef4c7f9b6afb02cd08e7288fab05d0be3e3c898c720775b8aa286e9f7cfed","affectsGlobalScope":true},{"version":"7e3c49afe9bf537f68ce2487d7996c6e5c2350c0f250939726add1efcb1bcf01","affectsGlobalScope":true},{"version":"c7673e88666f933b0d007e82e42b60e85cf606ec247033e8ee5ab5940e4be206","affectsGlobalScope":true},"f598fe27739340f1e74d375de2122be19e4fd63dd6891df5a0b4cf1788056e18","33ffcac134473cb641f3605d850a483652ae78d38fb0df8a49ef17deb05a90cd","220031cfd5a6cee0be1481877147688d0980b74288807cf2cb3a3fbbf812e631","8e0622fd44e6fc146b3b431cd5433449bcc7660b555e6e6175926a5665353ad4","0cc5c94908b284934cc25e6bd28a612650b9644d64ce21248732f8ad95625cd5","0fe10efa53a287daaccba7fa70bbf20820ead1cd0c011ad59248f04cea5f3534","6868f6e9338a35f8334a161e76f63b09838994775aab22cf1ffeab8fa511ed92","59528c8bb0cd15a4e2b544547cd324bb3a1153ebd52beb99c1f36f5437bca908","7542f446bc5bc9148a8443618064cdd94ba23293716dc839ea17e79dee318b45","3a5f3b923aa0dbf9d743ee99961763d38576b11ba81dbcd1b90c046f52d6071e","53b8801feda0f792b5959291f0e760ed1e013a78fb4e22072b663a76eb47a368","a8e07c1a2f8475fbab17dda22a5f51e2d26fbc39603cf3b18f9c0ae2b519e55e","3e04ff60ce595ca7ca76186ccf46c9ce79e7fa57f740d389e8f79388327eace5","bd595e495d386604646882a944d21a98f9fd66949efbe2e66b40336dc8584c0c","310a6b870d04f2901d2e7ec52c1718db666fcb7557c6d963076a90b6d6b547da","0fffd3838c8020be59c4f2be34053f0ddecd2d7278485606f4c2a4682e650250","b9c151129f034e4fe24b4a84e8c81e9727180828610489d29c80575cabad818e","b7a26eec7b077807adafedc469e46017d353a5b3e0a4fd781b9b5b4bd6adfe4d","a4c60849968465bdb46cdfc6126ae2267b43a0c6e811e76c1c858547d6ef52e3","303ca76f8c2b7ad71018210a97f880885364727742d4c7ca2f60995288a5f306","c8c7a793c5c12ae30479c17eaa5ea8ba27ff824aabb1a55734392fc250014d8b","fa7bd61ef513060aee874edb785589dc598ad077ab5f1503248bc9673a879c2c","97b12eea495295068b64f1786b288bf32b085997c0ee04e847291e978693d0c7","e0ff32b43ad7045866ad27ea01a60cc2e7c0a5b0a4bb57a6c870cb09ab18d490","41c21e94cc18d83501abacdaf56f29ffa89e64a6dd5449580a53f7c834d487fc","5d1e8f9c86780f23962980d995e80f70cb90173100c4f3f1280c651c6dc22094",{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"67dbad7d2b8e481d856cd29f29d862b4da198a33581732d6add653ebe3a0a32c","49af47582e837d1fc8e49cf5a2bc7d15d65ad4c5c8c51c0ad64ac4dcfe603c0f","9547257679d323670767021cdbe0f527c170961db8dfcc67aec42fdd1fb5b027","7b09ad16db3bee5cf65c460a90a54b4c578c77b70e71d62439f41d5e851a28d6","70511b1166e7dfa4d6367843899e953042f740f85081890a36211987a73c25cb","1157a81f8147256d3381f074b53d511ae5ed44b6760efc1ada1cad1614b10f4d","2db64995786b7e70acae224767ef7db9b2949fde50dc5dc786895d17caa26c80","5f0c5feb4b738f7495ec67a159db927f10288a14b4c7295db85781558867d78e","6145f041bd8b031a072c6419780d5cc41cd8bb8a43ae90023bd64da208c21668","ad572400fd95cb7ed7ae9bd7a3894376372194e8fc133ab61e2f82326aaf6635","c6c0d54569515a651e03ff0d4d9d110a22b1e13790fccd5976012ea3f195a278","59bb076b5059e44d40f6fe70c2fbc4be61bf9a004e03497b88188821ca505c4c","2478abad18abd3df6315d031c62f01f83a91caa634f35b17465df224608a8ac0","6eec8f604bfac2a8b91347d9bf7ec2c002bcc3d19c9698809f2a241f7e22984a","6a8c3cc451ea3b5f9703890b6b4bb7ec3a05dee6c54256a7ec843fecf6c0ea2a","1ee4140494ebdaa4971b592cb59603953c4f613a6707069292e04006a41eb4dd","2238892eef3efdeaa60f96d62943897ca8c945dd6fb230ce71d2d9ce1989c30d","4fd7bff2bb8e02b5320302cb4a69ba6629a49861273743c89cd0826aae01ae99","a3b1605aa96882b0e5766013858d9dd73df8423fcf0d8aa635a12bed07452f09","ed2bf28311e8fe8e9044a99f5094de12e29285f204be28796c9db450d87c93de","74aaa7149d1ba1032f6cc3d26b81919c0e2382d6be0d8712b4a9d093ca18f0dd","660a6497a57ee9bc26d628e8305c45c9b0201f45c0adb5094932ff8e6e31da46","486609fe99f6a3f875a7ec02440f1442f9f70d1b960b25e487d7172fff2145e0","69dc267e98905903ba258818db7cd211dc170abc824d78787dcc3b8054baea8c","deac4b5b35dfc7f4181f7d6f9c6f95ff1334f57352cefb912da3feb222327af2","4124e98f39f11cd0af3a584f4e6440c0837548b679c02b6ec4c511f8d5f3d863","47afb4df1e65a082125fdb3623d105ccab44c5d866ec1d8f7f859790ad11b910","d3b5a9df549001419a205ec0cd8d803dc315617809d8301e96fafd69aebc2682","c3481ec940f003edd134a10162c8abffc9da21ef82299761ed6fda049fb550f5","e647890dac89f8ea8fc81a80fa87eb57202273c642cfab80142d9986be33f1f6","3b3b0e4ea5194123f8ec48d62976f3e6b380e41af776082178a49a42fdc00ec9","aabcc875047a9ce097df133c01ccba6e6d1a70f9b3ebe16edfbce541b711d278","f3e7132deac9af21c9e727f625e3dc3c6047345e73569d5640f32307f0f9975b","fda8803271fa97a15448b2accbbbbcb7d77ee4fae0c3a1efabe6605853a82aad","024c023dea20e9a6fa62401842793f0a8c4e3ceddd78dc895ae84eac889c8114","3106a5fd72da82c23a43774e15bd6d347cfa9c4e7f60678ea17889cae327eb2c","a51730e801c42427e26e45253c6a6af53c809e49d1fa420514841876e3f80730","2bfca57a52c6b51dd261be3195d69641a9748ac419ab723cfe5bf4acc4f9c065","f91d9ee49f8ef16b2e513ecfd6c0c64315033a364b802ece5c86677a8e6c56c4","c7d68fcbf0a1d8a76e1e33ca4bed8aba0931826bfcf6e4fc84af60db80fe3e32","16d269cca8715b0ca8b907859f6cce45f230f1b55a6429f267e4c5a8aa7f9d17","82b1681ee5db8141b0ada877ac23d315f4c8d2dd97cf76334cb51b4baa351066","d18ff143d029bde58c7f74834dd4d12562509022b3ddcc603f5d4e8d243208b9",{"version":"d276ad6e1369784413d0cab41a9e0b4fa9de54b8dca80379eda132c4beb77ae9","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},"8dd07c8c3ed630ef59f192db1c44fa66be247ed9fcdb4bd2284c62df5965d68c",{"version":"4857fe7dc2d7c7f500ca18280b77b3da28a93be99f5aff63c09d7dbf8e17a53f","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},"da329aeb45097f635e79ef85c493773a1d2d84ed60b3558775bc2ae94c61008f","f0aae92d40206be5be853afa2af75fa5fc180a77dcf3a87b715e534a275fe903","3871e004409be619f4894565b87dd05639e7dd171151ac32ed8fc0c0833937dc",{"version":"f97980063d95f1e0559272bc6672c05d2594ebdaf35841996f76b3bd4cb5ef45","affectsGlobalScope":true},"e591377d3af5a0482bc49a5188138b0130e4414f9ca4af41da0bd50b07dfbcfb","7ee3fea5436fa55ba20a2fd8e5cf7794114a3d33203fdf60ba0a810d2595ba38","473eef8d98d2da794b7ee24fd5418f25ca927333cc8276c81bc8d0f2afca21ce","d8f57165de6e7fc3f6034a7618bd95f1f44b9d13b7d2047aaa020974ee46b439","94a904a01e32011c117a097864881800c066a2b1dc2fbd7f61d6bf1741953fa6","4a902e918e820444f9a047ff8efd0a7de834e732a0abe43b4dd6a373a800f25f","1b4c0d2a49734f31311f15b63f3f3b9e5dc8b392cae51bbf9c43b97e863292cc","8a0ee970f22673a11418408e81ed1b13c76aa4400d488f57ae96a4fde028ebe3","81b9001bf6fe61044fe5f93d5c6e96dc389832feb8348832f7a163a4b167ab0f","6fbe25cd411616205811b9cda94564e4092aafd0336c3478f5e5175f8269502f","4259775c9f64d130e63ba174bc6bca1dae9453caae6154de9d23bfced93e9ef0","3294acbde15d6b23b309cd746f0325f37a2d16fbbd49ec1e0df5cbd8637eb05b","df8fa4353914ada797c4cfeb444d0b7cf8a3a9da8ad15a1ac1e4d632773729f8","2f8994af24dced23d6f6a76bcc5f64149315c6673edba56e48eac84e8cb755e7","889afc18ce73d62f11bbd888f4960e1e4b76a23f2c1a2cfd88ed1e2493350e98","ddba7710312870a889191ffcbd8cf72fff280981fbe015a80bfc75132dcf418e","d391eca85d2926becc22d808efaa4db25d1d55670aeea4f7d31a994ae65999ce","6e9801e6ddf7c3eeeda628c984737cadcfa7d075866ec59d0a66d0443aa3fd58","25d084c26f6956c51674a81f67ec88a0d6393e2582199243f06435ee0c2a88bb","241cee913404a59ab35ed2ac114cf13248edaf631510d831f32635b88fcb27f7","189660a5f5aecb1f63fd1627f4a48e5c57eea1e0780f542f68c9a7e8b1440085","f7a0d94ef9508b47609f3be1d06640886edf80b7d0526fccec323d7fd127c014","8835e4e450a00b01a3f16558832fae8e68dedb6da6392a609b4746c650b5bc7f","001211155201234b9732155570d64e1b59fbb2601235b1f552f55202e674f508","05199a941cebe970e06fa3a38da5bc2fa5cb759a62f0846985df032b301e458f","383f35282369bbe076f1203bb8db614279bcdf69d3997a7ed8cd02b885aabcc9","64322c0908a6e5cce21f118b77e1bfa46ea39abb05fea77bb9369705e3b8cf47","97e9592d53be761c186124ada0363ffcf29efd028772f317e252e31edee3f84d","7efdb32ec904bfeab18058bb60ab99e66fa7b9a6118026c81e9a6e6b40c83c48","93dcf8bc5ab37927c8124c865a0785d538043fcdd26c85155ecfc3315ba38d18","f4730b394b18e7387c27009795bc45e37f02e0deacdb9e723140ac1515acbd14","8acbac53116da622351cc6b4d938b406fba3d14e38c855da3b46563fce2ee6e4","76c00b3df6b4b958405d0ebc2ac16d070b5fd2b496f863e39e5deeeaa4f9c2d8","4fc48d8d7b24891dcce8ab97967d37a57265c49c129051594b0cea950a5e3cd9","2dfc19843ef82a00a76ed31944101b909c3ab8c118a8d267068987c0fe07e71f","82f93bf672646559fa9ce3c149c12d3aaffb89a33a5427d286ca364f45f76678","1c3742d7cbd2798b368723a2b71bf4fca060433b395a1fbf4b36b05cbd4e8462","7eb54fc28cde4a068dfcc9721a2bbc6cb051fb9acc2174f659b738ded6e42d0a","b97be919a79b1d1c0cc47f7a56de81e8b2de1c28d999061771a2858ab9466ab2","b9da8b11bb476845d07659d0a00453881edfbe9ea7dfbd493fa5dc61da294880","95d369ffaa72692f932c08aa3f2134f8542389f413dab15dfb7f3c4e173ea184","399eae3e2459980a8fdf515c6681fc84fc0be9c9b422526de3abc5ea941f69ff","682f035fbb89aaa07bf07aa183f9b1f4ab9128d3eb573c69ba4be74dc55b81c3","5381cfc9f0043b4cf658ea5308a140c5ca6625a6ac79f8af99f8f52f389b0f8e","565b1449b1dc37539d4ba2e0193a4a73c59cd072d035bdd4e3637410810161dc","8cccdb265375f988318009102235668611405e9bb78d0a98ec9a0334bdf7071a","bc05ae68fd5eef7e18df466a695f8481d3f9e361b6f6e5b7008e13ae963a07a3","97aa2e57f9b1735183405ea117c62175eb081f54305917e5e98595a73bbfad54","deac8bcf519d0ab9908c13e2075b1b288593bca3cf5e5f6d89dfcb4bec9d9594","a53902b5aaf0d627fd7583337716a35af64b30361720175efd3d7b5d200e18ca","deca84b18a49fee8097dfa62a9502d4276544cdabd57524b30ac19d1f7d156c8","16e3e03ca2babb66c57e87331f63955cb91e817367f07ca9a76b15f699303d98","976d721d0731abe48ee7a9229be509b3c405f83a14fcd4d09166a349082da3c8","88c2298e44e20c3136ce548e1c86b0c03e4fbd7653c2d96a0c284c48892c59f9","094436082008689d4b2d33bbef344e5c0fc72d706e4ffc5328f635e7396348f6","193445cca0906a46c02b7228bf837d8c91056e2d4968e7c5f120204b9205f2ca","ec547685278344a9e5ba15b42bacf3dc3f1fe41a9431a7ecac2f5be2f02cf00b","7d3450c82f4e42954181ceb1c2e42c22ae214e4916699e1b3049b7e257c3b2ed","f6205ac45949bb1745a0a645cd993e339713e22ea4817b4bbeb3a86c424cf25f","fbf9797c126ff75be792f388e50bf2e454febb61ece5df0717ac59da33a5d5bf","2ed0af6102faa95239bed35dd4152227bc677c5b9171905f283bae0db9fa8bad","ec031c9ae299129fe103d1e138d47689dd1f9027d96671eb5011fde6f3cb7833","0ff48470df31ae7997517bb5d8fce5de45dea390be4645c63ff00fc953ccba9c","2e277ebfaad36888e68cc53368a9ae012300f1e66ac310b0358e534015f4187e","52db5751a49819c0110c0af57564c2081cce12312f2bac482e7190dff3fbe64e","54768cbe156ed3d648ffdcb2165c5424efa0ead8bb470fa78c6e7c8e46858bcd","880fdbed43c39fefc1fc24c1471a5224c7fc99c0739a4bc9dd183e70fc63288c","26d8fbe11e72c25e13a9c6d4e09d3962fa2a01c716445204d94da6fc3657e134","7fe29d38728b0e03a62eb35d37475e538ec41f0f5918482391bb65e422cc7680","1d815b277b6b739fa2fb8437c62cf9ee22bf31328749f452ff6d56ceeccf992e","c665806f7284f86186a1ee6bddacc0a94d67cbd8a386c74ddc875ce826702901","febf0f0cf0ffb1ac0ac465078bd0bf970c6f3e3ef2c1581f65aabf6b6168fefc","b47c7685ee6994b986a01f801b2d21201c90b16f67dfe64a2615dadb72c74181","9bc6b5c9bd93ea8429310f98660e22dfba10d4255bda3824725f6f85de7a650b","3312fac64590194b6c1ecc16d22bb6af91235492d32d6664bb9fde6f31185218","66d4b497c71a86a93d6edf6c1480a31aea92a611f3e21060ccb543f3c9fb1e41","7be9a0481de8b4d7e662a21a1d5fa4eb73f99d0377954ddb8e449c157b6bb268","7b570dd41fd88b817707922b11d62e7d28d0406233c7c0de03ba1c92943cede4","4145ab9426c24188a3cd59a8219f0e24e7e20d9fd48511cabd3d6a348c39b3d2","857d874ef16c6f04eacca814ae76c692ca4bc3555dae3c03b45189ece96aaedd","595a564204e8dd01f520a366246eb051f3f3f936b65d9ebfa347137d468d9bec","3b40b592d869d9813a4cb75cd5a8a76bfff7ee007f3f3bce1c577120a44d9545","341586e90da30bb1be2d7e371ba449b04e5be4da512e6dd8354155d5d4437ce8","e09b7cb76b4b075c4feacf8c541885dbf78b9a039a233c89dc5a3046213d20ed","9b4e1ff0f683b165db511a846c4fa1c643f72da01e2360e84c8b5dd67f848f8a","854eca253c1e9b541acfa3f8633e89db961bb218c5cb9277f45efcc3796412f7","0fa3bce6a95db2427b8c10c8b4c4db3eee7ad7017f1ebb6aa5efbf4c4126ad8a","cccc49dd6dca5d2664fa07f828e187ed34c3ad19b42becfd5e44b759b97785f9","76c91a9d9ff3ee87b6d6aa9eb94e84e45ab4b64a57bf9c6f236852b418f7f658","6697f7df909baf6356f243363ecc94883389090663c74c80ece376c5ea0951a5","4a9471aff4b8624de59aa0b30b80dd0d31b82216f068f7e370fd2259bdb5a4db","4a1c374831c5bc54f36f7c6f3821e85f9c4ea6c4ce81cf341e9a1ee26c0e6978","ed0259fa7ebd8a4254f3de0e20c22d0a42a056d87e8879d61daeb691d4ec4812","6234f4aae102dad492b4544f8eec88ede3928f6ba0a9151128f4694325619874","0d9201b0e8b2e196b22b5ab6db04d7caa85edd24d9bad661a6a1d8f5d2b01172","f4e3dcdf93d873e0272744b1ab2630b2a08f3ffa1ff735b34847921b0684c038","7b44dfdd820b9d9eeca2ffbb48d3f623c0dec6673b675542075ea0d14585db3e","d91147bf238e682cf26378b8b2c2fbde5c04e48510418540481815b5c9bac7da","171156eb0e5cc29c9c12db68315dba5dfbb27355963e65e19dccdf2f2d766f45","a7d48973af38920af98822bc5f92b6d2edc0a0a44200a174601b088826b8ff49","cb3d1bd69d359ad17a618768918f5ac5a3b073f2dd2ef0b0a03cafc79fbc035a","e8aeb3f60745eab84f61150b21e6dcedc7b5555b675069181f93dda23e1f2f1d","8c535eb715b0289f7048b73d7b16eefe2ee9347084073b4447875c67cf870b13","a213d0c20a17f8608097b830efae3de7723b4056ab7a93a68ea2be1d22ab2674","7036f8fefa09bbe57e607f4eed11c0fd312245e25718a02078566b094d39f4c3","989bd8a96a1965dfd0fb9c3926840eb37e0a99f56271b57bed6a9325313c8b63","b153ba64e85b54d83f1d3a9998e308ae1c8245e322421beb45530f18f3bdda87","3eb7dbf9f5e1d09d97745dcf6b1950cfe40ecd5f34b4b51e7da94114b804529b","117a54ed4607fa8a1c21aa208f937e4627b9efb17d5869a932cf59a79a27cd52","ba6a6322260bc6463624207c762f03accb504cf803401fe0da36569a77ce4472","648ac618e5231708607614f0829c5344581eae900e3a6ad779b1aa3047769653","1c12b37f3ff4bf104f79ce0740bdc76d799e9a42c9e828ed1c5f255e04710802","17cc578a7023d0fb02c755474b5a6b8e642819c854b5ed9e374d3b3fec301367","74ee78ed1b5e53ae0960a36eb574c0db400be07fde68b6971a0d7042ecc4b0c5","ca81f38f4e03ea3b0ad1b2dc10e5180b98b89cb2f56c861a05ec6b06eaaf5418","8f37c41c506df6ca461ee660f2027b699bcdaee4120ce8099bae2affc79f5b01","e8c1061f493ba9a612e1cc865b2506af60d884900c6d6f168fdf103d3bc91cdf","6ea5d42e62c598904898ea4aabfac34890a54dd5c238dd543e71bde7c7515fd7","bc882517392e2bc54836058c6183ecd3ecb3e65062353832403b2cbe021a7e03","61abcab51bb29586b48fcf41bdb6f5b03a591bae15a58b3e2f6b0a13b5d6151c","fe3a7860fc0d477fe352b117f57827b8c56cbc39c5855f9335d45c89b35f1527","626a776b94181199e853b6c0fd055fc3d4cdf7ef077b9fd86e24655a18fab40f","8469ac688ed8a331a4ad2d581135ac8a645ac52a30af3bd30dd092a948982524","8c0d2d92cfe03b7ffcb62154f5a16e0b81785cecc48d8736692f490697e021a7","5e59d9e96e19dcc45bf5a41297316f62aeaf83908d2910a969bebb32add142d6","6e5a583364fb8ba1cc46dfcd3e59c866a6a790a80bf02abc0a4264600d819413","3601d89ffe12564e96ce57cfdbd42a48de756e8b341ead840afc4d35c6b5f86f","a6ffe77a1705d93a7ca176c55720efddcd8c5cd07a0a8caf4a6869335afa2220","fff56adc75268420e852ed7644164aba6d166b83b75df63614850c3b26e2d925","0319e4fecb7c1ff026f10fafcd8e464d437a25222b2b731966d4767b7718afde","ae067bbf2b7608b291ca583e8a317a31d55cc33a860c1bdf1f36b009641a1f5c","00baef1aa924fbe93073b555c66bad469d479b0e7a8865d6c528e9129b46e708","e1eb48adafdd304a4173922f1c114ec112751045153d59bcebc7554ab92586c1","7cfc2db4dc08dc2884924826db4caddebe27eacd982bdd8aa96077ca6813fd5c","e72b2177ff845de4143993fdb909b93a8f53e048b82860bc645982901a962a3b","ac85b0368d245be43e5e6ae004e0312ccf9cd719be68d2cf4206eca5e67c2f66","cb46ff4eb7d0b6681a1e4ff2acf136b4a7e38f49263b785297b78a86998f491b","ffee308146000ee000e786b3f845bc959cb4faa35645ae1958786ec9a6fe1759","f72b4433fab685d460a64d882774d8aa83548b5766895c005adb8451d707fa7e","9c1e4af669c5ff4166d1a8cab385698c6c708610270de4dc9574a3fb2e7c0da4","cb4532e891e3fe76418eadd68b74b0bc2e46fd5653f52556cc8bb8ea517c7561","22bcc31cd2f810c94ddb9e89d99e8b0f6daa3bf4a0e25d9e6b6e6fb66f8385f5","13475de08c44da39ceea62e91092e08038e3d91700a612663bdbbceb385b8e8e","38f32a341fe5b297a28ea075baeea3a5c0f033c46ca249bd3e6f27c1acf7b71a","7b6ca3b728720d056b3d64f912a3d1cce108883cc56ca8bb8d9ab221d9c04d2e","8b9f05b958ee1ff64a2ff2e6f144d451b795e08f26c3dfc23fff31d866876983","2f1ea4e6bc891af84fcb50e8f5b8105aa9ed13c5cff416829450d7e5c40a46ca","89b41d6fa4625c241b4341df151f69954f52144657e523e5e1c6d38eb85a01bf","ed0f62b2ff5fb9e93d5e15737950e0a4f2974f839bb671858c72f1ae6a2e703e","8ccd82f7ca356040d26b63eee6c5787dbe9c7f7d3176a913a1d0ac31f72904c8","d4a1998f452a762427e40ecd0917e68538552e01f377fd9d6ed951485211253b","a62d676a1e5ab299b0b1134452301c2df2e129fb02db90c3cc2306241e901afe","c6decb6d65cd9a55fb7229a04cac1c74baa81c8a03ca36e84a45f5c9793890f3","57171abb6439002e9ff9cc6521b23bbdf3918ccbdc40d5e7f83b0f8604293785","d7447636ca1f6958282ed73826fc31cfbd70094090056e9cdbd84a9bcff59cd8","5a53af697a59d0d98216e35587d5f000b7c374a1ab31c3ee045542e32150d99f","e09d94bc86759915b48663e61dde64769e05fd4e28338d0ea9621d6918ce3e3c","a4107d76d53ed5672ca6dd53e3a6eace6dc4699b2bd1de4d7167990a0bfb14e2","57a995821e70b91f59bcba510e3c21478d0294d412bff11bc59f86215937d9f1","b27e7b5fdf0e9cf527fb4fa76913e92a69fe7f82a562bf13f677cccb3d0c1795","50670264bf0fa7e9387d8e18d6e0c67e4e24d64ad4f29ef6ba386375f21a5993","83a85d04a716185b8ca158047923a1ce16805fb92aa8470ad665e0be95a7ae58","e2ca37e66b25d48303f356cdf92a55c0a7da35ca7d3152475954e2d52ac6b916","72385f7ff487c49f78766ce229b5bc444d762ca1361931447430c4255f7bc036","85423a694cfbcc0b6a5ff4e11908457c8bea2ac1d342d3ad7aa1b60083569cac","3107caa88b4face5f265b96d271dfc618af3db02fa09b2c27de40acafce175f3","448bb5183df75b9970c39f3301155198fd5d453de223b8afbf71a7a8257a0af2","ea7853876dd81888171bb6fa2716d75177408108abd369dc248f07007099e171","cfe90299d6fba72aa9566ca68f47ba93b703beb5b2e97f925c780242f5e829f0","52fb939f0fab6b973a9706450dc5341e40a33f4cfc0882251fae47fcf6611d34","601c614514727ef5a051d68fe3408185566400af1c5dad8fdb2ed74ae641cfee","8c824aa7b8de375a077bb59fb2d3ffee213d9b608c11a353376d9c8c7ff1ba72","ad2e4ab1b894a66f5fbadff496633b36715ab22d15b70fd7da687c7d0eb33b65","13f780b37afe791284c6cbb184773072814f43434ac710ffeb60389a4c80f51e","5bb87649cef60d68a4d02e1a2cb034aa2909ce57d41786fa435b5ce998b16e38","b8d2c41879a0ac5ac4b90789405b0bad17c0dae6d4166412698769de3cd0676e","e244dba6e5949e9ce175f1a46ae24d71bd2dd30fe7db000738c9157e763fb5f9","76f216d008bbfc54ca2051358638433c529e45da9d9dc85f9c712e2a72ae878c","d8e70528afb62d2373986932d93d1b1a77197532bde6e1519daa749ae984d192","7d64571241253e1ef87c10970fe47b847a5b8dbf8635c71dcc87e02d6dca5bca","a2340d520f02e6cad7a303702a8ec65c4306bd04e3e1ea787869a7e5fc5410ff","3c3324798bf0042dc286a099673286a00933cc2148502544d14e7c40e886c1d3","92c5a273a9d298185abf6180f2a6697a74f8b5c40e9db597762ffeca7b0db341","89da286ad59b3aafb5825cabb50795fd6c1e47e5caedca6b2e51e9c9573fa87e","d62d2b751bb44b828c899056bf576c6f2ba757284ede5df530034a5e3dfb9892","ab555a5ad6bd3ad1753d62b676cc9feb450b8b7dae52128d9e1197aea868cb10","e94df7658fa70fb172edab28fbc73d0bbd16e02a88062e7a26a9e01673b5e71a","1857274a831004814954e5a06fcf6c5acf499998f6427d3aed5eba60a9a68e54","2ad99dc53b18985dd2d1838d268d7e0817b177e5bb3f094513ed03ac2fca6a3a","069adce0cfc1b000760078fdbec9737e6884a128e7eaf7144c1db541eb398c65","8baf1431df3e6bd820e50f874cb0ae51f70d5b375aa52b6bac750524e5c020a0","0e12ec219ca582df0c790e645a79779ffcac7ccafefabaa11812082e7a4cb2a8","f2d0cc8734988f40c50ba9a588e9ead181c9b86f06c646e683c824ed2d33dbc5","f81fc2248d1e542b493203b7088a4a9ea1574c375748c0b8e016fea3dfebc6c5","7867b8ec06b1f350a0a63cac293d62f9660fe23f95bed0995e93afe3f789d312","aaba5287e9e9e213154f94c22ce67bfdb3b294df5e6ec787807cc87719ea567d","7b6358379d57bf98c049eccaf57a8c9a91fddbc1321c678094003fa8ed79e542","78edbe756c7c6597b332a82a37d2d9d1c690f78c78a3e96aacf62768c6bf1faf","06df1301b2b94943cb02b337371e3d070e8011c05f301f3919669f21a5c9909d","786bd6f6ddf0a88114c277be0399b1bcaa34495466bf1f39a22fdcfaa6f4df82","5917a50a65b11469751ba502ed814318d5871a94413cc4bde580a9ed19e618a9",{"version":"efe2bd7b1d875b2ec695611bbc8af82b9fa1040036db447fe05ff38a56733f48","signature":"-5532676380"},{"version":"e8e2b062f0257bd5d1442e284825c9f2ece2a0850afeb30cde4eb830f94561df","signature":"25047931140"},{"version":"e1b7ac716130a654ddbdd136aede3147d5f0ac4674ebd10799d9c9fa546b3d43","signature":"33215199352"},{"version":"f51dde895917d5adceedd69a2650d80a2414f56ff7211d29a446038fce9e749b","signature":"24628341090"},{"version":"c59cd96134c0a945828e30b7d9259212beb7dd6c2b928c978f3b58cec1b228e9","signature":"36743991611"},{"version":"018972d3ad429bdd0b882d5695ebbcc6c91c66ce81fc4074a16aa8bdcb162b68","signature":"7982196834"},{"version":"281b983accd26721b3ce9d1ef765b29f4e8ada149e4dc68a518a6bde17748f83","signature":"-28724581542"},{"version":"51366856703c4e1ea49e2f738f608c711fdcfa26cee97f9e26d937400d19c7b3","signature":"-28601066204"},{"version":"c4e63d46568ac33a322336189c43576b2087102e36c64d5b6092e1b65b607635","signature":"9701240657"},{"version":"d58f1890a079cf0045aa9d6e6845290261b688cc65a15050278203ff439d5632","signature":"-11754957384"},{"version":"6520de20bf5c9338396af8acd9b4bf2b23b27492bcd4ce275d9136614e33b2a1","signature":"-11624450224"},{"version":"af15e2e1a8093caab0fbdb2764eae28da6493199e7dcf1ff26fb8af59a72c9e8","signature":"-56729357695"},{"version":"bdc20554a03069d908a943aa3b09d9029835a362ecdbdb4027759935adfd7cd0","signature":"-4882119183"},{"version":"d393b1430e7899cabf6e12c534385f23688004ef691ce74b397ab07b00b6b6fd","signature":"-4882119183"},{"version":"9feecf7fb3129f829882674711c906fa4795ad44775cf49a3f0361d665552972","signature":"-4882119183"},{"version":"36f65633ac2da5f7226b86234f0d2f84ce7a864559fca2f32eb0ed461670184c","signature":"-4882119183"},{"version":"a82992793db4b07972860204160a4de7772a536d3035d20d15d6dbb37a6a1c23","signature":"6458918370","affectsGlobalScope":true},{"version":"86e5e536836afe50dde491eae25e24fb32c8c68182260ead0bbcf15d5c6e300b","signature":"-4882119183"},{"version":"f07268c10f4850794d67b787ea2c153eb69dcc0b36aadcb8027be702bf3abcc1","signature":"-5187256290","affectsGlobalScope":true},{"version":"84b3aa8ccac9cb1ac0719e33898c49d5d3fbde9bc25fe07421e9a785066c6e12","signature":"-10628133610","affectsGlobalScope":true},{"version":"a898e68024bc41b4ac99a6ed73623860fe44db13e5ac87e856b552c09f8aa6fc","signature":"-15766388301","affectsGlobalScope":true},{"version":"9983e8f9f7eb39e0ed373e59bb78f3b9c7c8746854fa88fca1dbf3a419762c24","signature":"4748634277","affectsGlobalScope":true},{"version":"52513af73d37414db48b14c451f846825d283c5729a600b86d649410db125218","signature":"-32276804136","affectsGlobalScope":true},{"version":"a3d9ca6d2a69ce036d20afa2218ed9dd5e021b216462571e61b9283084c82b32","signature":"-34272529028","affectsGlobalScope":true},"e17731fdc6db0387abea360fa46feba8d2e9530de0509950bbf559b948507b3c","d1e6b7c304a780e1bd17d9449b2e4da63fbf99676a808512359df31275434b95","2f34615d8f605ac51cb399f83207b9864365b5986468796dd3d3def5c7d70458","59076e6d87f4609728a2c5aee5059910db26003536edcceb0a85b4a1bb330f83",{"version":"886a42042e85fc869dd985c6b2147af06b14b70a9c96d0708f2893f7fc389bef","signature":"-4882119183"},{"version":"b1927edb3b088f4e4c56433cab8283765806dc8daef8ed3d1d092e16025d4a98","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"dc4b1c46db83ce618f48535d5b91b1828817308313e7b7906873b1590da7f1d5","affectsGlobalScope":true},{"version":"9a1ca8d19bddcf36564e46eb302e9bc9c278b5202bbbfab5f889a219937e37f2","affectsGlobalScope":true},{"version":"0a59668b250e1dd0b2176bc778ffb26629d40f163fadbf744a683faf04093a00","affectsGlobalScope":true},{"version":"387ec2517e05e3cb85ff11fd21c6760094a3c7edb95cfa236f5198385bcdc459","affectsGlobalScope":true},{"version":"9c0927aa92e8f098b3c5d12135bfdb54f5fccd238ca09375fb2cf6bea16ac773","affectsGlobalScope":true},{"version":"a79196e6a9089ee6800ae1809b79b3f08c5e494cdf90a8a70de7e6dcf7ab0244","affectsGlobalScope":true},{"version":"fd1c5ac5245294a0e497633c1ef9c73874a4ad4a8831b7af96c7bbf360c3c9a2","affectsGlobalScope":true},{"version":"11f31d3876331b6f231a9aefcb8af3e0a41dd4123e7d269cf8452a47f2a9184d","affectsGlobalScope":true},{"version":"caa5853e78e56626707b290efbeb7f10afe5c960db9890796d650c692b462232","affectsGlobalScope":true},{"version":"50433b1c1da103da2dc9d739266fbf615d33b38dba1c34426eb2551f44570acc","affectsGlobalScope":true},{"version":"a912df79153642e7c30ae0759358f7066f2502e328682928391bb13eeb20dc98","affectsGlobalScope":true},{"version":"cb3e05decb266e2de5bcd920816c1e5d956d7f3c90a17b287a870c2226014034","affectsGlobalScope":true},{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"bc3e9530f5859cd4f08e4317de4197148f2f0bed21cdb9a9baac55bcf9bb34a1","8d77902d0d7ac1e14c69d636d0b1ee3cac5ba7649b0f56cf9c3187998f208c1a","5a7c35617bc2fc310ba916cb98b0e03f06761a0508a85f6fc4df0d87b30df293","d566b0c81814ab26e69c2a5b0ceb83e79ad5097e6048d09b2fb29fdf2bb3d3e1","0623f5d1d2dd0007d69e1b918b5a3788ae0edc6d7afcbc1638316a3b40194a55","4991ec53bab5bdb28b2a9c7f15bd4a426285d79bf2fec2dfef3f8a72219e6f27",{"version":"db6e706ff2a7206499b21e1616fc095e5d529e3da46a83e9a98fc102733c819b","affectsGlobalScope":true},{"version":"cf0fac6868e2f11be9c227e7593525bd29725742c058c058abff5a0546e41175","affectsGlobalScope":true},{"version":"c3a83772fa36bd3c8067b0bfce4aa6279bfe865a41085046b283a754650355d3","affectsGlobalScope":true},{"version":"207e733cfe75cd3c3cebfdb9a86b076705192e92e85d11de83092fb995e26238","affectsGlobalScope":true},{"version":"455951454502186375b7d1dc923b26246e217843baeb648d2b3790a693beeda2","affectsGlobalScope":true},{"version":"e4a2e076ea34c1d68e3d542eecaa0b87e642fddf099696d1d5bd5aa353e344e8","affectsGlobalScope":true},{"version":"c9321bbdea9444a1f3e2c5e0cb9893520b1cb3d951a7842bb6d7b236d331b9fb","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},{"version":"5792be58d14bf11fbdb44e903ed8ac3013d93bdd963a5b0702ee9c2585059cba","affectsGlobalScope":true},{"version":"4a50b83262358bc829384b53b379236aca8fd772ea0a6730cf3da47bb30707e5","affectsGlobalScope":true},{"version":"428c8329cda041bd40b137a7bf76295c58aea9354bc52897ca656eea1e07c800","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8b0e1e59695dd28adf930fa4f82ee7f34789fa179837f52fcaa4e56478080974","affectsGlobalScope":true},{"version":"b2f916c6dc397608754a07440a83dbd344d83d8600539120161e05e1bc92fc57","affectsGlobalScope":true},{"version":"34e04261f8d46785867afa92ce6ce81f656228b9983927b9106605ea80399f04","affectsGlobalScope":true},{"version":"dc0f3e049e1450d96d7bf85937ce72586a24de4effbfc7db2c59a707973f6177","affectsGlobalScope":true},{"version":"fd14a110004ff06a116db213a229fcfd4f8e12009065f60ab0123404f0604bd1","affectsGlobalScope":true},{"version":"4d31853166c4a6acc296e3c689a9f794133eddcce6708481a12a2a67b81331b0","affectsGlobalScope":true},{"version":"dc60b9cf9e3d58dafcafdf23bf844407737c4505683ec6222f8b41bb3fe77efa","affectsGlobalScope":true},{"version":"c1320c984e8b8736929d6a02a27cc42dc571364569159f2e5e61f5997d068915","affectsGlobalScope":true},{"version":"5880f60fcfe05793df286d2d7ac2048e1a53d46d2e9554f939306a6004348101","affectsGlobalScope":true},{"version":"cd32a724b84b3cbb258f7ed27e39bc1ed121c1dd4a0176f4eabbaab9f3874098","affectsGlobalScope":true},{"version":"0c99bd6a09928d67d725a0e690285bec792067c4cb19115fcab3fe9d5041a413","affectsGlobalScope":true},{"version":"f07f6f392d85adc461612b9fc0114b19e19b03f4e0cf2b86bb17a2660aaad8b6","affectsGlobalScope":true},{"version":"e5fc7b795b50335b55ab31dc2a4ee159c8e20b0afc796f9226b3c152316aa55a","affectsGlobalScope":true},{"version":"3672763b0643f21781707f9ab7f425388ba917fe16e7a0cdb05ab26067ede2dd","affectsGlobalScope":true},{"version":"9b9bd5b89ecdd161d0775035075c54ba84f01fadfd1ff39b18023e0c16f96351","affectsGlobalScope":true},{"version":"4e228ca22bc5715af2aa06a587cde4034a2ea8b397a6e4b72e387c5cf1193528","affectsGlobalScope":true},{"version":"764541a754f1d98c81f8218f2926cca06b3f6ca229d9712432433f006f907d0e","affectsGlobalScope":true},{"version":"4b5926fc0b9d2e2421add5e2c63af76700fb9c954ce003a6163cf59b8a3b4bd1","affectsGlobalScope":true},{"version":"274bfbb859e7095141b179ce918950bfc77dc6e9e6191a4d0fb5233202df471f","affectsGlobalScope":true},{"version":"cf832c23514fcaf97c39d9b194205f3de8a433837ed95dac11edb16f250271d2","affectsGlobalScope":true},{"version":"2cc51ef47fb65e2810d7909a49e39c8a725ec201602c27357b647142719cca37","affectsGlobalScope":true},{"version":"15d46498386d4fe9144e656778424be5411d15b6596a03723be8260dfdce7bce","affectsGlobalScope":true},{"version":"66c4ffd8ffd73f33ed5ae92f0b83ca69a03eb89429c67892b7d6a01de223294a","affectsGlobalScope":true},{"version":"306956782e3e59dcf303e9c5832570a16e55a366cc2d88295b84bff2ccb6fb0e","affectsGlobalScope":true},{"version":"ab66c126812e703e37c68e5054d7c3b4ad6258607b453824d8f6000b656eb229","affectsGlobalScope":true},{"version":"4ffb0a8bfb192d4c3f86e210f117fbb3dbbf8739ca8228b6a436ce6cd1f93feb","affectsGlobalScope":true},{"version":"8567e05c8a04e3892f8a187df0ba4ddf3b533277339e5b6cea466e9df6603d30","affectsGlobalScope":true},{"version":"1c70af5d9864af65f203216129d8ffff702f3ea84733c448983fa16f3ad8547d","affectsGlobalScope":true},{"version":"5f514de927e4521b4d53525b6f6803c623b663312aa7046fcec04b4d27bc744f","affectsGlobalScope":true},{"version":"89543d3aa9bb031fe2a8610b043feea2fb1caa6e015936ba4c9147712d5dd5e5","affectsGlobalScope":true},{"version":"021441d77eba08d4eb5cc864c1a78238c0cc17766bd7a0ace33a0c6adf6c75ee","affectsGlobalScope":true},{"version":"8833f137d183571bcfb39b82446abb9d1be5587de2db3e67e69e879e3c36440a","affectsGlobalScope":true},{"version":"b62b4618955d112244284463482dda4f50e539ac2b4cf047e92f146be24a8ece","affectsGlobalScope":true},{"version":"ce60a7c95c3962e71f23859bd37b8a90e4a1a528f0cb5610fac3e28a47c2a18a","affectsGlobalScope":true},{"version":"cce0ec345531bacc44f4cd34e4a327fd73e23b964f01de58104483a0ff91960b","affectsGlobalScope":true},{"version":"ec3465a8c20e9c24b220ee8487418862069c314c68246b89165962a3db3f2f6d","affectsGlobalScope":true},{"version":"3b6e856ed84b49d4d2da000fd7c968cbb2f2f3bcb45aa5c516905bb25297a04f","affectsGlobalScope":true},{"version":"cadad9f56daf81c2a37fa7526d9741ed0de5966875fe0f2eb54ceabefc82942d","affectsGlobalScope":true},{"version":"9737e958668cf4d3877bde85c838d74a6f2399c55aea728330d6757f886fbd47","affectsGlobalScope":true},{"version":"aa0d0511e3bc541e2dae5b7020e468a1bdb08bd4e39be89b0efea2b8cd246a8f","affectsGlobalScope":true},{"version":"7ab75b6a93c324e9f03b0741c2ddc9c752cc5109c9b4373bdf31e4d8b373010d","affectsGlobalScope":true},{"version":"b818e2751233da345f042af55831b6077c390ccb6f393429f2fe2a1e98c7e3ea","affectsGlobalScope":true},{"version":"b959f75474c8d290d7e850574d530fd15d620e6ed02a5fa4d27650140079237b","affectsGlobalScope":true},{"version":"2e944c7aaacc6b6e95249a2a607b985317a476c23638d53f6e483752b94bf3f1","affectsGlobalScope":true},{"version":"e0f86e367901b73c7ecad01aaac19eed0109963aa626e32160541bb1a5a14bb7","affectsGlobalScope":true},{"version":"ba83c5beb2bf6913c92c79973e0a196c0f7b9e90dbca72c2d5772fcfbeebb6f6","affectsGlobalScope":true},{"version":"0a4d647b5d51639b7c13410921dd2db9eee35e0770bc4317c8718b372b0a657e","affectsGlobalScope":true},{"version":"197980098be84942063e8470dd08c4b4bdd8627c046001b07c702326b888f2f9","affectsGlobalScope":true},{"version":"8c4b514ae372894f45215acf88e8d3ee937b535345e860a78a3b3bf5b796bfdf","affectsGlobalScope":true},{"version":"64845b09cd449cbb8dc91494b3566fb79b63d25693d24abf6b6a13fdf20294f5","affectsGlobalScope":true},{"version":"7ef23d9121a2c208a296d0910eea6ed99e51a0a093de0066aaa98533e3d7bde2","affectsGlobalScope":true},{"version":"e07336e34b0fc82328b08997ebd78ed18c8df6a832ea75d8d5188b28add1a0e0","affectsGlobalScope":true},{"version":"0c69e2d4a249dd54cd6e630b5c89a4101b91e9c06c5cbde55a605d9dbae3f753","affectsGlobalScope":true},{"version":"060e6fecce0a1482a98cfe5dd2568ede4aac53e9bcbd06709e509841b5f0117c","affectsGlobalScope":true},{"version":"cc724319f14876dfad0f4ed09e08c59be9dcb75f408f78b5dc7ba3e0e8eae9b5","affectsGlobalScope":true},{"version":"8cb9afa49dd36f21770391450e7a21d6d1907286993efe099e083c4a8caab68a","affectsGlobalScope":true},{"version":"e597e2399a2f5c999202e1bdfa1b0f5900f151b36b76f2d908ab74f2b4953dd4","affectsGlobalScope":true},{"version":"8e3ca4d93bd3d430e416240fd410bfc2a46a76337e7d9ca75361ba71173acdaa","affectsGlobalScope":true},{"version":"c0605c3c84459f8a5a09b00efb8bc9b7a74edf050e786ae2ec09d509d2e5a674","affectsGlobalScope":true},{"version":"af9d6c0f64c7475ee756ffc4704f58a0ca4681db67d33f71f434bbd00d417ba0","affectsGlobalScope":true},{"version":"d9db647337fd3c0e4ec8487c4178ae1391160fd3b45526a3eb1e8f769423e4dc","affectsGlobalScope":true},{"version":"f2c65808e767b495a9da154ef0e27782485eecf878139e95ad74b5675e4b8e59","affectsGlobalScope":true},{"version":"fd65739a8f08693843a30c323a3d75d5db46ae94c6e5639eca268d0a13cd7340","affectsGlobalScope":true},{"version":"025ac925ad8d4c901c6ea3810fc47dbb3caa6f6546e5a429a1dc42be941bc8dd","affectsGlobalScope":true},{"version":"5c1129e3873ec6f8fb06d376142153251c04eaa63aa07b4f727e496ea94a10b8","affectsGlobalScope":true},{"version":"16fd02321ebfc3302087b6d171b7c887a8f459153b19ddc7f2e515e42c80f815","affectsGlobalScope":true},{"version":"3e9835ad350db0ef2ba5e689173a094b1620f7789da56ddbd6c8cfe96b3a02bf","affectsGlobalScope":true},{"version":"1667c3cea4df08f3ca882c5aa89d1d30828c5f7fbad5d7b99078cd02883c0e38","affectsGlobalScope":true},{"version":"9303b0bfa9833399a6fcfc142548fdf801c0f8e493996c292e7fe795178bd44c","affectsGlobalScope":true},{"version":"0050c919a6db04eb1161549c0b9883f07e341465f979db510381010884820c69","affectsGlobalScope":true},{"version":"e86a8cc5e593bd2d3a7f694d0ef6b8abffb10cfbc6b3acc160b248ef8cfc30be","affectsGlobalScope":true},{"version":"3ffcf82dbcf8e9f86295f90409509c59c28533f70d7a380038c4bd76e1881af2","affectsGlobalScope":true},{"version":"d24b1ebeec9089d70e046e9f5545c6cb00cfc5dab3003b7f36987f2aa60d495e","affectsGlobalScope":true},{"version":"3ee34f37aa7052a82868d348460a37acf86050e5978d912930d8ec9775ab8cd3","affectsGlobalScope":true},{"version":"bee0557e0b7dad18a4348cfe79c99d5adc7f6de01af60adefaf59b493d1b6064","affectsGlobalScope":true},{"version":"23f1ecee17caa80fd714ad7444bda88ec67f93ea420db3c0c78fdc17df34d4f1","affectsGlobalScope":true},{"version":"fffac133e39568055c046e63e2ef2fadb50e8fbb0202ba92e5a53fde9e2171c0","affectsGlobalScope":true},{"version":"b17acaaec2057cbfec001d480dffd090ac57c7281cea78da0d0a8943636da264","affectsGlobalScope":true},{"version":"c26139b94204148930233fdc510917f3dd1b44fd416d75e241f46e6de0a7534b","affectsGlobalScope":true},{"version":"8388e1b4b6b129ab7eb50066e86abe81b9a9725e14dd8e62678d838db70e54af","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},{"version":"f88d34281d207e8e0c39299cc45b229226c303a462c487f846e355761fa0e15c","affectsGlobalScope":true},{"version":"b38b605eb660c058c0405d73ad4388e5a216a15c8ac42e26b0692e220f1c88d5","affectsGlobalScope":true},{"version":"dfb173b18e7c7f26f79d118f0d372fd7e9d54d26cc1b3ac10028f983aeb2edf8","affectsGlobalScope":true},{"version":"6fc1c97141d7fd718a1082b225c4d2dd79b4da96254cf48c8a7cc917c359fdec","affectsGlobalScope":true},{"version":"64fb7a7e536707d648aca88dad6b825bb0ebe1d6cf27af45cbff74d20b8824dc","affectsGlobalScope":true},{"version":"24d609dc113ac4fc5c8a666cce6768db54bd382a27a7e48405947d832cadf381","affectsGlobalScope":true},{"version":"ea462383b59fe09b7cb38200ccc8c5c20ba316f2f3b8bb95877d5f6e2a0922e4","affectsGlobalScope":true},{"version":"1d9508b210c9fc9b4087fb226627c8913a1399bbab22ce60c1e8055db85cf41c","affectsGlobalScope":true},{"version":"30a914a3fbf980476a65bb139def9f8ca2862a26ebd51bfc757c1fb405e3dc74","affectsGlobalScope":true},{"version":"62a37434caaaf727f3b5fa018012f6d060c91f92097a1769143c3dfa4c4901c9","affectsGlobalScope":true},{"version":"3b9d6c6d32c11384fc53ffff3e7a40850412f44fcf162d202a0bf2b72636b165","affectsGlobalScope":true},"22461e2b2f36ad083c148a9be7f34117e7b9a5529538538c9a8ddc51ab37afdf"],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"esModuleInterop":true,"experimentalDecorators":true,"importsNotUsedAsValues":0,"module":6,"noImplicitAny":false,"noUnusedLocals":false,"noUnusedParameters":false,"skipLibCheck":false,"sourceMap":true,"target":8,"tsBuildInfoFile":"./.tsbuildinfo"},"fileIdsList":[[49,50,71,72,116,117,118,119,120,122,123,127,153,154,155,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,49,50,51,55,69,71,72,116,117,118,119,120,122,123,127,149,155,359,360,372,373,387,391,472,474,477],[46,48,49,71,72,116,117,118,119,120,122,123,127,155,171,359,360,372,373,387,391,472,474,477],[46,72,100,116,117,118,119,120,122,123,127,173,174,359,360,372,373,387,391,472,474,477],[72,82,84,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,93,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[48,72,82,84,116,117,118,119,120,122,123,127,143,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,180,359,360,372,373,387,391,472,474,477],[46,72,98,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[48,72,92,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,87,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[50,57,71,72,81,90,92,99,100,116,117,118,119,120,122,123,127,141,142,143,144,145,146,155,359,360,372,373,387,391,472,474,477],[72,83,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[48,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,187,188,359,360,372,373,387,391,472,474,477],[72,85,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,149,179,190,191,359,360,372,373,387,391,472,474,477],[72,86,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[48,63,72,82,85,92,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[48,72,82,116,117,118,119,120,122,123,127,142,177,179,359,360,372,373,387,391,472,474,477],[46,50,72,90,116,117,118,119,120,122,123,127,178,359,360,372,373,387,391,472,474,477],[46,48,72,116,117,118,119,120,122,123,127,160,162,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,205,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,206,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,143,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,211,359,360,372,373,387,391,472,474,477],[72,115,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,72,116,117,118,119,120,122,123,127,220,359,360,372,373,387,391,472,474,477],[46,64,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,102,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[64,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,105,106,116,117,118,119,120,122,123,127,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,359,360,372,373,387,391,472,474,477],[72,111,113,114,116,117,118,119,120,122,123,127,131,132,133,134,135,136,359,360,372,373,387,391,472,474,477],[46,72,92,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,64,72,101,108,116,117,118,119,120,122,123,124,125,126,127,128,129,130,137,138,139,140,147,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[46,70,72,73,74,75,76,77,78,80,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,54,64,65,67,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,197,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,199,200,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,151,359,360,372,373,387,391,472,474,477],[46,47,57,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,64,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,58,72,116,117,118,119,120,122,123,127,236,359,360,372,373,387,391,472,474,477],[64,72,109,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,374,375,376,377,378,387,391,472,474,477],[46,58,62,63,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,168,171,359,360,372,373,387,391,472,474,477],[46,72,92,116,117,118,119,120,122,123,127,158,159,164,165,166,168,171,359,360,372,373,387,391,472,474,477],[57,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,173,359,360,372,373,387,391,472,474,477],[46,59,60,61,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,353,359,360,372,373,387,391,472,474,477],[46,64,72,116,117,118,119,120,122,123,127,354,355,359,360,372,373,387,391,472,474,477],[46,57,64,72,116,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[63,70,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,47,72,116,117,118,119,120,122,123,127,151,152,153,154,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,150,151,152,359,360,372,373,387,391,472,474,477],[46,51,54,55,56,57,66,67,68,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,77,84,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[50,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,72,83,94,95,96,98,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,57,62,72,80,81,86,99,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,92,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,76,77,84,100,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,141,359,360,372,373,387,391,472,474,477],[72,79,97,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[46,48,50,71,72,75,77,82,84,87,88,89,90,91,93,100,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[46,48,50,71,72,87,88,91,116,117,118,119,120,122,123,127,141,359,360,372,373,387,391,472,474,477],[72,111,116,117,118,119,120,122,123,127,132,148,359,360,372,373,387,391,472,474,477],[72,113,116,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[72,111,114,116,117,118,119,120,122,123,127,131,148,359,360,372,373,387,391,472,474,477],[72,109,110,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,113,116,117,118,119,120,122,123,127,132,359,360,372,373,387,391,472,474,477],[72,111,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,132,133,148,359,360,372,373,387,391,472,474,477],[53,54,66,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[52,53,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[54,67,68,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[67,72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,73,74,79,80,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[60,72,73,79,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,77,79,80,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,73,75,76,79,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,201,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,376,377,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,374,375,376,387,391,472,474,477],[46,72,116,117,118,119,120,122,123,127,359,360,372,373,375,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,159,163,359,360,372,373,387,391,472,474,477],[64,72,116,117,118,119,120,122,123,127,167,169,359,360,372,373,387,391,472,474,477],[64,72,116,117,118,119,120,122,123,127,163,164,165,166,167,169,170,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,167,169,359,360,372,373,387,391,472,474,477],[48,72,116,117,118,119,120,122,123,127,161,163,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,372,373,387,391,472,474,477],[72,110,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[64,72,100,101,102,103,104,105,106,107,108,111,112,114,115,116,117,118,119,120,122,123,127,148,359,360,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,379,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,137,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,391,472,474,477],[72,116,117,118,119,120,122,123,127,359,360,372,373,387,472,474,477],[72,116,117,118,119,120,122,123,127,149,359,360,372,373,387,391,472,474,477],[61,72,110,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,380,381,382,383,384,385,386,387,388,389,390,391,393,394,395,396,397,398,399,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,485,486,487,488,489,490,491,492,493,494,495],[72,116,117,118,119,120,122,123,127,359,360,372,373,387,391,474,477],[72,116,117,118,119,120,121,122,123,127,359,360,372,373,387,391,472,477],[60,72,111,116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474],[72,116,117,118,119,120,122,123,127,356,359,360,372,373,387,391,472,474,477],[72,116,117,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,120,122,123,127,359,360,372,373,387,391,472,474,477],[64,72,100,101,102,103,104,105,106,107,108,111,112,114,115,117,118,119,120,122,123,127,148,359,360,372,373,387,391,472,474,477],[116,117,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,118,119,120,122,123,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,127,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,121,123,127,359,360,372,373,387,391,472,474,477],[60,72,111,116,117,118,119,120,122,123,359,360,372,373,387,391,472,474,477],[48,66,72,79,82,83,84,85,86,87,88,89,93,94,95,96,97,116,117,118,119,120,122,123,127,147,150,156,157,161,172,175,176,177,179,180,181,182,183,184,185,186,189,190,191,192,193,194,195,196,198,201,202,203,204,205,206,207,208,209,359,360,372,373,387,391,472,474,477],[61,72,107,108,115,116,117,118,119,120,122,123,124,125,126,127,128,129,130,137,138,139,140,148,149,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,238,239,240,241,242,243,244,245,246,247,318,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,320,321,322,323,324,325,326,327,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,210,319,329,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,319,359,360,372,373,387,391,472,474,477],[72,116,117,118,119,120,122,123,127,328,359,360,372,373,387,391,472,474,477],[46,48,72,82,93,116,117,118,119,120,122,123,127,147,149,325,359,360,372,373,387,391,472,474,477],[210,319],[48,82,93,149]],"referencedMap":[[156,1],[157,2],[150,3],[172,4],[175,5],[138,2],[85,6],[82,2],[94,7],[176,8],[181,9],[96,2],[97,10],[182,11],[91,12],[183,13],[184,2],[185,14],[147,15],[84,16],[83,2],[86,2],[186,2],[89,17],[204,9],[95,6],[189,18],[177,19],[190,2],[191,20],[192,21],[88,2],[193,9],[87,22],[93,23],[180,24],[179,25],[48,2],[161,26],[194,2],[206,27],[207,28],[205,14],[209,28],[208,29],[220,2],[195,2],[211,2],[212,30],[213,2],[214,2],[215,2],[216,31],[217,2],[218,2],[219,2],[221,32],[222,2],[223,2],[224,2],[225,2],[226,2],[227,2],[228,2],[229,2],[230,2],[231,2],[232,2],[233,2],[234,33],[130,2],[140,34],[61,35],[126,2],[318,36],[137,37],[108,38],[107,2],[115,2],[148,39],[178,40],[46,2],[79,41],[66,42],[196,14],[198,43],[320,2],[201,44],[235,2],[152,45],[151,46],[102,47],[103,2],[237,48],[321,14],[124,2],[58,2],[109,2],[110,49],[236,2],[379,50],[112,2],[323,2],[324,2],[325,2],[326,2],[327,2],[322,14],[121,2],[238,2],[139,2],[125,14],[64,51],[104,2],[101,33],[169,52],[167,53],[239,54],[240,20],[355,55],[203,56],[241,14],[128,14],[62,57],[129,14],[63,14],[242,35],[354,58],[353,14],[163,26],[356,59],[149,60],[243,2],[244,2],[245,2],[202,2],[246,2],[247,2],[50,17],[71,61],[155,62],[153,63],[154,2],[49,17],[51,2],[69,64],[55,2],[143,65],[90,66],[99,67],[57,2],[100,68],[146,69],[187,2],[81,2],[141,70],[144,71],[188,2],[98,72],[92,73],[142,74],[145,71],[249,2],[317,2],[250,2],[133,75],[251,2],[252,2],[254,2],[253,2],[255,2],[256,2],[248,2],[114,76],[113,2],[257,2],[258,2],[259,2],[260,2],[261,2],[132,77],[262,2],[111,78],[264,2],[265,2],[263,2],[266,2],[267,2],[268,2],[105,2],[269,2],[270,2],[273,2],[272,2],[271,2],[274,2],[275,2],[277,2],[276,2],[278,2],[279,2],[280,2],[281,2],[136,79],[134,75],[282,2],[283,2],[284,2],[285,2],[286,2],[287,2],[288,2],[289,2],[290,2],[291,2],[292,2],[131,80],[293,2],[294,2],[295,2],[296,2],[297,2],[298,2],[299,2],[300,2],[301,2],[302,2],[303,2],[304,2],[305,2],[106,2],[306,2],[307,2],[309,2],[310,2],[308,2],[311,2],[312,2],[313,2],[314,2],[315,2],[316,2],[135,81],[67,82],[54,83],[65,84],[53,2],[56,2],[68,85],[52,2],[75,86],[80,87],[78,88],[70,2],[76,86],[77,89],[73,2],[197,2],[74,2],[200,90],[199,2],[47,2],[59,2],[60,2],[378,91],[377,92],[374,2],[376,93],[375,2],[164,94],[158,2],[165,95],[170,2],[171,96],[168,97],[166,2],[159,2],[173,2],[174,2],[160,17],[162,98],[358,2],[359,99],[360,100],[361,2],[362,2],[363,2],[364,2],[365,2],[366,101],[367,2],[368,2],[369,2],[370,2],[371,2],[372,102],[373,103],[380,104],[381,2],[382,105],[383,2],[384,2],[385,2],[386,2],[387,106],[388,2],[389,2],[390,20],[391,107],[392,2],[393,2],[394,2],[395,2],[396,108],[398,2],[397,2],[399,2],[400,2],[401,2],[402,2],[404,2],[405,2],[406,2],[403,2],[407,2],[408,109],[409,2],[410,2],[411,2],[484,110],[412,2],[413,2],[414,2],[415,2],[416,2],[417,2],[418,2],[420,2],[419,2],[421,2],[422,2],[423,2],[424,14],[425,2],[426,14],[427,2],[428,105],[429,2],[430,2],[431,2],[432,2],[433,2],[434,14],[435,2],[436,2],[437,2],[438,2],[439,2],[440,2],[441,2],[442,2],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[481,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[483,2],[462,2],[464,2],[463,2],[466,2],[465,2],[467,2],[468,2],[469,2],[470,2],[471,2],[472,111],[473,2],[474,112],[475,2],[477,113],[478,2],[482,2],[479,114],[476,31],[480,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[118,115],[119,116],[116,117],[72,118],[120,119],[117,120],[123,121],[122,122],[127,123],[210,124],[319,125],[328,126],[331,127],[339,127],[330,127],[334,127],[332,127],[333,127],[342,128],[351,2],[352,2],[347,2],[344,128],[341,128],[345,2],[346,128],[349,2],[350,2],[348,2],[343,128],[357,114],[336,127],[337,127],[338,127],[335,127],[329,129],[340,130]],"exportedModulesMap":[[156,1],[157,2],[150,3],[172,4],[175,5],[138,2],[85,6],[82,2],[94,7],[176,8],[181,9],[96,2],[97,10],[182,11],[91,12],[183,13],[184,2],[185,14],[147,15],[84,16],[83,2],[86,2],[186,2],[89,17],[204,9],[95,6],[189,18],[177,19],[190,2],[191,20],[192,21],[88,2],[193,9],[87,22],[93,23],[180,24],[179,25],[48,2],[161,26],[194,2],[206,27],[207,28],[205,14],[209,28],[208,29],[220,2],[195,2],[211,2],[212,30],[213,2],[214,2],[215,2],[216,31],[217,2],[218,2],[219,2],[221,32],[222,2],[223,2],[224,2],[225,2],[226,2],[227,2],[228,2],[229,2],[230,2],[231,2],[232,2],[233,2],[234,33],[130,2],[140,34],[61,35],[126,2],[318,36],[137,37],[108,38],[107,2],[115,2],[148,39],[178,40],[46,2],[79,41],[66,42],[196,14],[198,43],[320,2],[201,44],[235,2],[152,45],[151,46],[102,47],[103,2],[237,48],[321,14],[124,2],[58,2],[109,2],[110,49],[236,2],[379,50],[112,2],[323,2],[324,2],[325,2],[326,2],[327,2],[322,14],[121,2],[238,2],[139,2],[125,14],[64,51],[104,2],[101,33],[169,52],[167,53],[239,54],[240,20],[355,55],[203,56],[241,14],[128,14],[62,57],[129,14],[63,14],[242,35],[354,58],[353,14],[163,26],[356,59],[149,60],[243,2],[244,2],[245,2],[202,2],[246,2],[247,2],[50,17],[71,61],[155,62],[153,63],[154,2],[49,17],[51,2],[69,64],[55,2],[143,65],[90,66],[99,67],[57,2],[100,68],[146,69],[187,2],[81,2],[141,70],[144,71],[188,2],[98,72],[92,73],[142,74],[145,71],[249,2],[317,2],[250,2],[133,75],[251,2],[252,2],[254,2],[253,2],[255,2],[256,2],[248,2],[114,76],[113,2],[257,2],[258,2],[259,2],[260,2],[261,2],[132,77],[262,2],[111,78],[264,2],[265,2],[263,2],[266,2],[267,2],[268,2],[105,2],[269,2],[270,2],[273,2],[272,2],[271,2],[274,2],[275,2],[277,2],[276,2],[278,2],[279,2],[280,2],[281,2],[136,79],[134,75],[282,2],[283,2],[284,2],[285,2],[286,2],[287,2],[288,2],[289,2],[290,2],[291,2],[292,2],[131,80],[293,2],[294,2],[295,2],[296,2],[297,2],[298,2],[299,2],[300,2],[301,2],[302,2],[303,2],[304,2],[305,2],[106,2],[306,2],[307,2],[309,2],[310,2],[308,2],[311,2],[312,2],[313,2],[314,2],[315,2],[316,2],[135,81],[67,82],[54,83],[65,84],[53,2],[56,2],[68,85],[52,2],[75,86],[80,87],[78,88],[70,2],[76,86],[77,89],[73,2],[197,2],[74,2],[200,90],[199,2],[47,2],[59,2],[60,2],[378,91],[377,92],[374,2],[376,93],[375,2],[164,94],[158,2],[165,95],[170,2],[171,96],[168,97],[166,2],[159,2],[173,2],[174,2],[160,17],[162,98],[358,2],[359,99],[360,100],[361,2],[362,2],[363,2],[364,2],[365,2],[366,101],[367,2],[368,2],[369,2],[370,2],[371,2],[372,102],[373,103],[380,104],[381,2],[382,105],[383,2],[384,2],[385,2],[386,2],[387,106],[388,2],[389,2],[390,20],[391,107],[392,2],[393,2],[394,2],[395,2],[396,108],[398,2],[397,2],[399,2],[400,2],[401,2],[402,2],[404,2],[405,2],[406,2],[403,2],[407,2],[408,109],[409,2],[410,2],[411,2],[484,110],[412,2],[413,2],[414,2],[415,2],[416,2],[417,2],[418,2],[420,2],[419,2],[421,2],[422,2],[423,2],[424,14],[425,2],[426,14],[427,2],[428,105],[429,2],[430,2],[431,2],[432,2],[433,2],[434,14],[435,2],[436,2],[437,2],[438,2],[439,2],[440,2],[441,2],[442,2],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[481,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[483,2],[462,2],[464,2],[463,2],[466,2],[465,2],[467,2],[468,2],[469,2],[470,2],[471,2],[472,111],[473,2],[474,112],[475,2],[477,113],[478,2],[482,2],[479,114],[476,31],[480,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[118,115],[119,116],[116,117],[72,118],[120,119],[117,120],[123,121],[122,122],[127,123],[210,124],[319,125],[328,126],[331,131],[339,131],[330,131],[334,131],[332,131],[333,131],[336,131],[337,131],[338,131],[335,131],[340,132]],"semanticDiagnosticsPerFile":[156,157,150,172,175,138,85,82,94,176,181,96,97,182,91,183,184,185,147,84,83,86,186,89,204,95,189,177,190,191,192,88,193,87,93,180,179,48,161,194,206,207,205,209,208,220,195,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,130,140,61,126,318,137,108,107,115,148,178,46,79,66,196,198,320,201,235,152,151,102,103,237,321,124,58,109,110,236,379,112,323,324,325,326,327,322,121,238,139,125,64,104,101,169,167,239,240,355,203,241,128,62,129,63,242,354,353,163,356,149,243,244,245,202,246,247,50,71,155,153,154,49,51,69,55,143,90,99,57,100,146,187,81,141,144,188,98,92,142,145,249,317,250,133,251,252,254,253,255,256,248,114,113,257,258,259,260,261,132,262,111,264,265,263,266,267,268,105,269,270,273,272,271,274,275,277,276,278,279,280,281,136,134,282,283,284,285,286,287,288,289,290,291,292,131,293,294,295,296,297,298,299,300,301,302,303,304,305,106,306,307,309,310,308,311,312,313,314,315,316,135,67,54,65,53,56,68,52,75,80,78,70,76,77,73,197,74,200,199,47,59,60,378,377,374,376,375,164,158,165,170,171,168,166,159,173,174,160,162,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,398,397,399,400,401,402,404,405,406,403,407,408,409,410,411,484,412,413,414,415,416,417,418,420,419,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,481,456,457,458,459,460,461,483,462,464,463,466,465,467,468,469,470,471,472,473,474,475,477,478,482,479,476,480,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,8,45,42,43,44,1,118,119,116,72,120,117,123,122,127,210,319,328,331,339,330,334,332,333,342,[351,[{"file":"../../../../../../src/main/ets/pages/drag.ets","start":2704,"length":44,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(event: DragEvent, extraParams: string) => () => void' is not assignable to parameter of type '(event: DragEvent, extraParams?: string | undefined) => CustomBuilder | DragItemInfo'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'extraParams' and 'extraParams' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]}]}]},"relatedInformation":[{"file":"../../../../../../src/main/ets/pages/drag.ets","start":2704,"length":44,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]}]],352,347,344,341,345,346,349,350,348,343,357,336,337,338,335,329,340],"affectedFilesPendingEmit":[[156,1],[157,1],[150,1],[172,1],[175,1],[138,1],[85,1],[82,1],[94,1],[176,1],[181,1],[96,1],[97,1],[182,1],[91,1],[183,1],[184,1],[185,1],[147,1],[84,1],[83,1],[86,1],[186,1],[89,1],[204,1],[95,1],[189,1],[177,1],[190,1],[191,1],[192,1],[88,1],[193,1],[87,1],[93,1],[180,1],[179,1],[48,1],[161,1],[194,1],[206,1],[207,1],[205,1],[209,1],[208,1],[220,1],[195,1],[211,1],[212,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[229,1],[230,1],[231,1],[232,1],[233,1],[234,1],[130,1],[140,1],[61,1],[126,1],[318,1],[137,1],[108,1],[107,1],[115,1],[148,1],[178,1],[46,1],[79,1],[66,1],[196,1],[198,1],[320,1],[201,1],[235,1],[152,1],[151,1],[102,1],[103,1],[237,1],[321,1],[124,1],[58,1],[109,1],[110,1],[236,1],[379,1],[112,1],[323,1],[324,1],[325,1],[326,1],[327,1],[322,1],[121,1],[238,1],[139,1],[125,1],[64,1],[104,1],[101,1],[169,1],[167,1],[239,1],[240,1],[355,1],[203,1],[241,1],[128,1],[62,1],[129,1],[63,1],[242,1],[354,1],[353,1],[163,1],[356,1],[149,1],[243,1],[244,1],[245,1],[202,1],[246,1],[247,1],[50,1],[71,1],[155,1],[153,1],[154,1],[49,1],[51,1],[69,1],[55,1],[143,1],[90,1],[99,1],[57,1],[100,1],[146,1],[187,1],[81,1],[141,1],[144,1],[188,1],[98,1],[92,1],[142,1],[145,1],[249,1],[317,1],[250,1],[133,1],[251,1],[252,1],[254,1],[253,1],[255,1],[256,1],[248,1],[114,1],[113,1],[257,1],[258,1],[259,1],[260,1],[261,1],[132,1],[262,1],[111,1],[264,1],[265,1],[263,1],[266,1],[267,1],[268,1],[105,1],[269,1],[270,1],[273,1],[272,1],[271,1],[274,1],[275,1],[277,1],[276,1],[278,1],[279,1],[280,1],[281,1],[136,1],[134,1],[282,1],[283,1],[284,1],[285,1],[286,1],[287,1],[288,1],[289,1],[290,1],[291,1],[292,1],[131,1],[293,1],[294,1],[295,1],[296,1],[297,1],[298,1],[299,1],[300,1],[301,1],[302,1],[303,1],[304,1],[305,1],[106,1],[306,1],[307,1],[309,1],[310,1],[308,1],[311,1],[312,1],[313,1],[314,1],[315,1],[316,1],[135,1],[67,1],[54,1],[65,1],[53,1],[56,1],[68,1],[52,1],[75,1],[80,1],[78,1],[70,1],[76,1],[77,1],[73,1],[197,1],[74,1],[200,1],[199,1],[47,1],[59,1],[60,1],[378,1],[377,1],[374,1],[376,1],[375,1],[164,1],[158,1],[165,1],[170,1],[171,1],[168,1],[166,1],[159,1],[173,1],[174,1],[160,1],[162,1],[358,1],[359,1],[360,1],[361,1],[362,1],[363,1],[364,1],[365,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[380,1],[381,1],[382,1],[383,1],[384,1],[385,1],[386,1],[387,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[398,1],[397,1],[399,1],[400,1],[401,1],[402,1],[404,1],[405,1],[406,1],[403,1],[407,1],[408,1],[409,1],[410,1],[411,1],[484,1],[412,1],[413,1],[414,1],[415,1],[416,1],[417,1],[418,1],[420,1],[419,1],[421,1],[422,1],[423,1],[424,1],[425,1],[426,1],[427,1],[428,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[437,1],[438,1],[439,1],[440,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[481,1],[456,1],[457,1],[458,1],[459,1],[460,1],[461,1],[483,1],[462,1],[464,1],[463,1],[466,1],[465,1],[467,1],[468,1],[469,1],[470,1],[471,1],[472,1],[473,1],[474,1],[475,1],[477,1],[478,1],[482,1],[479,1],[476,1],[480,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[8,1],[45,1],[42,1],[43,1],[44,1],[1,1],[118,1],[119,1],[116,1],[72,1],[120,1],[117,1],[123,1],[122,1],[127,1],[210,1],[319,1],[328,1],[331,1],[339,1],[330,1],[334,1],[332,1],[333,1],[342,1],[351,1],[352,1],[347,1],[344,1],[341,1],[345,1],[346,1],[349,1],[350,1],[348,1],[343,1],[357,1],[336,1],[337,1],[338,1],[335,1],[329,1],[340,1]]},"version":"4.9.5"} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/compiler.cache.msgpack b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/compiler.cache.msgpack new file mode 100644 index 0000000000000000000000000000000000000000..7d53c1b3efec4b630253b20cea59604f330e5ca0 GIT binary patch literal 306985 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%0A9U9&;d>odmsf%{&eGU{{Me3tufIW%0;N&bRg19H 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

X1o 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

_8`nPb7#QvH1}3)&s~beN^?u# zdSGtp!(`&4ljf7jYCbu~m_G+$=97VI{$dz@=4Vit1r%lhg;_vh7EqW46lMX1S&%VE z*1_vw3R-ymgZOjtb;#!8o8W_LF`cvcmZ3Se#ToC|<{_#KS}6xB-%PUd%_RfhJX;1C zKQrc&(Qg6FR~buTn##z8g)So-Hmr;lFo*_MITTrd`vQ*M?}ZkBLvmR*Nrm)(dgEu)fy84tF+#gdy$%1tKaCUXYtbD6V| zrA#ujW!{D?WzL83FLMcuX_?F5&LJ}kS<1|YjW#nEi_9|fVfM=`K$bEKvAiv_6w946 z*ALxk%iM%4Wpb7>@1)GwDKmD?OcrG(i!zf%naQHeWU0(#Q)Xbwn`z6Y%)p*Em+W~9 zY}u5VY|2bFWhR?4lTDe)rp#nhX0j2|88+o_&zSM`)bnaQEdz)}mFE!9&F)l&}DQx4Tr4%Jf*)l&}DQx4Tr4%Jf* z)l&}DQx4Tr4%Jf*)l&}VBZuoLhwI5fxp7=SFm#PA_Zqq(@@=pJ=g&ft`E!v_{vw!T z;qGOrEq^JlKYtn0&ClF^?HdF5A1v%EKiu}laV%(|^V6Ojs5v7RG?VG<^;L*5IizxCJ~TLy;phN07#)k0tQp~nN5{S$gp zKKVmWg0eyL=V76}HrCQkN&N+{VEx5sz^MKi=DyUUS_bw$BV&BLTYVPOH8dp3;k{Fm zLlm6TEd$=p#%k4IxUor&UzHpu3^v{sT*)$y8&)dx{+QZE) zVO6DOI+aw==uv_3swL&UOQU6tZ5A8*5{C80ho8l?QOrVh~1#O10nhfJj1gss`=xNrWrobrUfcm zJj43F!52aM3HrNeX;CXo$z(dx&U&>@nrT>E7Yv5!DLiOxS5 zw!H&($1|PB+iF6=042J^9cq6Lc1j#+)cw4r6NOAiINEx_;|^){z$amPKT>ShJjb7w ztAPzGG-%s0XuDuvvqozz@os1-EGaHtTZsSM+In|M%i7j;*yGW(LED?i3;%xKmU-dR zSJ=L1opr~?KJ`Rt-b%CbjE71%G?<##=7m(+SEso6J!qlFjpDDQjdbx}QR}v~^>+lZ z5YH(7U9^!d{wXZ}P`9r$R{Zs}VJ`lZJ_b_q!7#-SA77v|5;j_YHEo!SKQ$$g(n_D& zS1)=efi|P~x6#H`Ui=SEY0sxKh(#HgccA-vj7r!;yLR!etGp_v_D+B?z|$V91lqXD zi~r+OdM98Gn^E|fENm|ND`^r)WOlibYAecx`=_+zLmpYYZWKQjKJsFAa~)iT@8M5Q zX(bRD%cy`V{C$-d{>dpVd|CC!tBYur!oYuqTF>E5g8dfBp(qU*gU z1?_noCNYNFQ*^gfXf&F~sL#P|o9v(p(e3p{bW5%77q#iS+T}Z8=CnXmjvje0g^_bNqC8@_uPAN$}W&%k` z>M;w*g;X0rrg*ZR)&7x^#0~RDDy<(=eBo9r#ISzwAvMdDK8eoxLObcZDZXm^j4!ks zlWuu7Db1pN5;JOP(k&^S@ibKV%2zXor*^UV!E~yfpbU7}@eO$ZofL1LQmC?=KV8Bo z)N~2I58trq)-*MKKGOH=mGf_$Zo}y|97w-k6LvF_dj?P6Ia7J(&?2?M4c-lF-R|PT zlG3#$MV?}BvA3|bWbK*_g)Lfg~GAD zFB^Lsg7gUz+y7$NSVG9V=or@N4eN&=d^*m$K!R8Z7a#R`N{_(nBNhnOpNmCHIik^^ zvzYXIIJH@4>=jLHb*R+o8n=F^pH~`oI`rZDN(7Uhn$iC zKqj~#Cq3k3ou!@<3v_zO3Ge;%kkeG-fzm@x)a+6*!#h3X#8YmsqER0iYl{tcrE=oy zu(tT2{~vg|L-YFFE+3qRnuEAb z4cgwZEq@t~M6pKOWqSF7ycY6&Gr@kp8*aah1Dp}HsEp5eMV(^y}ypCRZ&Ds0T*oXP_ zSJiQ2O1?SK*Ty(z$tn-yo6j=p#&Up9c}c|=Un0v{G@6BJHwQnXg45_)0E3=JYcS81 zv{ZrR07qd|q<9qKz(#HJHz)6j2ZHw!7oYcxN}AZ5uX~6U3Cgis54*ZyLf= zcenKJ_}))G|84}6ioF9b1T@WC8H8^;5F6pJO4GwI;0){9;8|bDb0ulBP=tIRM!m2E+0ips{YY?X~?JS-#HEa&%1(j?_J3BiB( Gmj45u5grTx literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/component_collection.json b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/component_collection.json new file mode 100644 index 0000000000..cc5ce4f798 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/component_collection.json @@ -0,0 +1,128 @@ +{ + "entry\\src\\main\\ets\\pages\\Index.ets": [ + "Scroller", + "Row", + "Column", + "Text", + "Scroll", + "Flex", + "ForEach", + "Button", + "Toggle", + "Checkbox", + "Select", + "Radio", + "TapGesture" + ], + "entry\\src\\main\\ets\\pages\\Click.ets": [ + "Row", + "Column", + "Text", + "Button", + "TapGesture", + "LongPressGesture" + ], + "entry\\src\\main\\ets\\pages\\Third.ets": [ + "Flex", + "Column", + "Text", + "Button" + ], + "entry\\src\\main\\ets\\pages\\Fourth.ets": [ + "Flex", + "Column", + "Text", + "Button" + ], + "entry\\src\\main\\ets\\pages\\Input.ets": [ + "Row", + "Column", + "Text", + "TextInput" + ], + "entry\\src\\main\\ets\\pages\\Mouse.ets": [ + "Scroller", + "Row", + "Column", + "Button", + "Text", + "TapGesture", + "LongPressGesture", + "Scroll", + "Flex", + "ForEach", + "If" + ], + "entry\\src\\main\\ets\\pages\\Fling.ets": [ + "SwiperController", + "Scroller", + "Row", + "Column", + "Button", + "Text", + "Swiper", + "ForEach", + "Scroll", + "Flex", + "List", + "ListItem" + ], + "entry\\src\\main\\ets\\pages\\Swipe.ets": [ + "SwiperController", + "Scroller", + "Row", + "Column", + "Button", + "Text", + "Swiper", + "ForEach", + "Scroll", + "Flex", + "List", + "ListItem" + ], + "entry\\src\\main\\ets\\pages\\Pinch.ets": [ + "Column", + "Text", + "Image", + "PinchGesture" + ], + "entry\\src\\main\\ets\\pages\\Scroller.ets": [ + "Scroller", + "Row", + "Column", + "Stack", + "Scroll", + "ForEach", + "Text", + "Button", + "List", + "ListItem" + ], + "entry\\src\\main\\ets\\pages\\Drag.ets": [ + "Column", + "Text", + "Button", + "Flex", + "Row", + "List", + "ForEach", + "ListItem", + "If" + ], + "entry\\src\\main\\ets\\pages\\five.ets": [ + "Column", + "Text", + "Flex", + "Row", + "List", + "ForEach", + "ListItem", + "If" + ], + "entry\\src\\main\\ets\\pages\\Web.ets": [ + "Row", + "Column", + "Web" + ] +} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..1386d94f18a8ab1ae0d22ad5937c30c075a03574 GIT binary patch literal 15190 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 UjbQv_1cM`^xBlqS@V~$H-#IRYqW}N^ literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.ts new file mode 100644 index 0000000000..716db92265 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.ts @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023-2024 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License") +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from "@ohos:app.ability.UIAbility"; +import type window from "@ohos:window"; +import Logger from "@bundle:com.samples.test.uitest/entry/ets/util/Logger"; +export default class ClickAbility extends UIAbility { + onCreate(want, launchParam) { + Logger.info('ClickAbility', '%{public}s', 'ClickAbility onCreate'); + } + onDestroy() { + Logger.info('ClickAbility', '%{public}s', 'ClickAbility onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage) { + // Main window is created, set main page for this ability + Logger.info('ClickAbility', '%{public}s', 'ClickAbility onWindowStageCreate'); + windowStage.loadContent('pages/Click', (err, data) => { + if (err.code) { + Logger.error('ClickAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('ClickAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('ClickAbility', '%{public}s', 'ClickAbility onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('ClickAbility', '%{public}s', 'ClickAbility onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('ClickAbility', '%{public}s', 'ClickAbility onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..f1b9669a015e26933f805e08e90a7368bd3ad0b6 GIT binary patch literal 15056 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
M7rVy PJbF+4F{18$hw6U;dNfYF literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.ts new file mode 100644 index 0000000000..de1a7eed91 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.ts @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023-2024 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License") +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from "@ohos:app.ability.UIAbility"; +import type window from "@ohos:window"; +import Logger from "@bundle:com.samples.test.uitest/entry/ets/util/Logger"; +export default class DragAbility extends UIAbility { + onCreate(want, launchParam) { + Logger.info('DragAbility', '%{public}s', 'DragAbility onCreate'); + } + onDestroy() { + Logger.info('DragAbility', '%{public}s', 'DragAbility onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage) { + // Main window is created, set main page for this ability + Logger.info('DragAbility', '%{public}s', 'DragAbility onWindowStageCreate'); + windowStage.loadContent('pages/Drag', (err, data) => { + if (err.code) { + Logger.error('DragAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('DragAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('DragAbility', '%{public}s', 'DragAbility onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('DragAbility', '%{public}s', 'DragAbility onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('DragAbility', '%{public}s', 'DragAbility onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..543ded185452fdde659cf397f4e74483ef9d6ec2 GIT binary patch literal 15347 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 VZ3LqzBN!qXsm60m!~bU4{{k+FyI%kR literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.ts new file mode 100644 index 0000000000..4833710279 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.ts @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2023-2024 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License") +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from "@ohos:app.ability.UIAbility"; +import type window from "@ohos:window"; +import Logger from "@bundle:com.samples.test.uitest/entry/ets/util/Logger"; +export default class EntryAbility extends UIAbility { + onCreate(want, launchParam) { + let context = this.context; + Logger.info('EntryAbility', '%{public}s', 'EntryAbility onCreate'); + } + onDestroy() { + Logger.info('EntryAbility', '%{public}s', 'EntryAbility onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage) { + // Main window is created, set main page for this ability + Logger.info('EntryAbility', '%{public}s', 'Ability onWindowStageCreate'); + windowStage.loadContent('pages/Index', (err, data) => { + if (err.code) { + Logger.error('EntryAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('EntryAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('EntryAbility', '%{public}s', 'EntryAbility onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('EntryAbility', '%{public}s', 'EntryAbility onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('EntryAbility', '%{public}s', 'EntryAbility onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..c0fab53d4856a4c6c12afa9725f963a2f84cf496 GIT binary patch literal 15191 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 RN%IFsTC(xzQS-jP_1~aAi#q@S literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.ts new file mode 100644 index 0000000000..b1f3bce0b4 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.ts @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023-2024 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License") +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from "@ohos:app.ability.UIAbility"; +import type window from "@ohos:window"; +import Logger from "@bundle:com.samples.test.uitest/entry/ets/util/Logger"; +export default class FlingAbility extends UIAbility { + onCreate(want, launchParam) { + Logger.info('FlingAbility', '%{public}s', 'FlingAbility onCreate'); + } + onDestroy() { + Logger.info('FlingAbility', '%{public}s', 'FlingAbility onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage) { + // Main window is created, set main page for this ability + Logger.info('FlingAbility', '%{public}s', 'FlingAbility onWindowStageCreate'); + windowStage.loadContent('pages/Fling', (err, data) => { + if (err.code) { + Logger.error('FlingAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('FlingAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('FlingAbility', '%{public}s', 'FlingAbility onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('FlingAbility', '%{public}s', 'FlingAbility onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('FlingAbility', '%{public}s', 'FlingAbility onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..7392d11b7a500ec7991f50ed16109a505c88e753 GIT binary patch literal 15195 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 X@fz9)Mo>mDJTiLg&mIl`8(jYlPM@5I literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.ts new file mode 100644 index 0000000000..5071d94d8a --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.ts @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023-2024 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License") +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from "@ohos:app.ability.UIAbility"; +import type window from "@ohos:window"; +import Logger from "@bundle:com.samples.test.uitest/entry/ets/util/Logger"; +export default class InputAbility extends UIAbility { + onCreate(want, launchParam) { + Logger.info('InputAbility', '%{public}s', 'InputAbility onCreate'); + } + onDestroy() { + Logger.info('InputAbility', '%{public}s', 'InputAbility onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage) { + // Main window is created, set main page for this ability + Logger.info('InputAbility', '%{public}s', 'InputAbility onWindowStageCreate'); + windowStage.loadContent('pages/Input', (err, data) => { + if (err.code) { + Logger.error('InputAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('InputAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('InputAbility', '%{public}s', 'InputAbility onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('InputAbility', '%{public}s', 'InputAbility onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('InputAbility', '%{public}s', 'InputAbility onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..9fe99a8f76c3274de205065de19f149210045b15 GIT binary patch literal 15191 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 S_(}5zM_O;=(WB;lf9ubud6^Xe literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.ts new file mode 100644 index 0000000000..435b7d2596 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.ts @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023-2024 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License") +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from "@ohos:app.ability.UIAbility"; +import type window from "@ohos:window"; +import Logger from "@bundle:com.samples.test.uitest/entry/ets/util/Logger"; +export default class MouseAbility extends UIAbility { + onCreate(want, launchParam) { + Logger.info('MouseAbility', '%{public}s', 'MouseAbility onCreate'); + } + onDestroy() { + Logger.info('MouseAbility', '%{public}s', 'MouseAbility onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage) { + // Main window is created, set main page for this ability + Logger.info('MouseAbility', '%{public}s', 'MouseAbility onWindowStageCreate'); + windowStage.loadContent('pages/Mouse', (err, data) => { + if (err.code) { + Logger.error('MouseAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('MouseAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('MouseAbility', '%{public}s', 'MouseAbility onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('MouseAbility', '%{public}s', 'MouseAbility onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('MouseAbility', '%{public}s', 'MouseAbility onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..cca434c3fff87963ade0fe7c83f8bdd20a656d5e GIT binary patch literal 37251 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 EKTBMd<^TWy literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.ts new file mode 100644 index 0000000000..8e55ed5efb --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.ts @@ -0,0 +1,100 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface Click_Params { + message?: string; +} +import router from "@ohos:router"; +class Click extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__message = new ObservedPropertySimplePU('Hello World', this, "message"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Click_Params) { + if (params.message !== undefined) { + this.message = params.message; + } + } + updateStateVars(params: Click_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__message.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__message.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __message: ObservedPropertySimplePU; + get message() { + return this.__message.get(); + } + set message(newValue: string) { + this.__message.set(newValue); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.height('100%'); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.message); + Text.fontSize(50); + Text.fontWeight(FontWeight.Bold); + Text.id("result_text"); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel("singleClick"); + Button.id("click_bt"); + Button.onClick(() => { + this.message = "singleClick"; + }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.type(ButtonType.Capsule); + Button.margin({ top: 20 }); + Gesture.create(GesturePriority.Low); + TapGesture.create({ count: 2 }); + TapGesture.onAction(() => { + router.pushUrl({ url: 'pages/Third' }); + }); + TapGesture.pop(); + Gesture.pop(); + Gesture.create(GesturePriority.Low); + LongPressGesture.create({ repeat: false }); + LongPressGesture.onAction(() => { + router.pushUrl({ url: 'pages/Fourth' }); + }); + LongPressGesture.pop(); + Gesture.pop(); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('Click twice'); + Text.fontSize(25); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Click"; + } +} +registerNamedRoute(() => new Click(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Click", pageFullPath: "entry/src/main/ets/pages/Click", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Drag.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Drag.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..6d18bf57ffe498044f7abb3e5ba2c4b201866d50 GIT binary patch literal 113742 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 { }); +} +interface DragExample_Params { + numbers?: string[]; + text?: string; + bool?: boolean; + dragBool?: boolean; + appleVisible?: Visibility; + orangeVisible?: Visibility; + bananaVisible?: Visibility; + select?: number; +} +class DragExample extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__numbers = new ObservedPropertyObjectPU(['one', 'two', 'three', 'four', 'five', 'six'], this, "numbers"); + this.__text = new ObservedPropertySimplePU('', this, "text"); + this.__bool = new ObservedPropertySimplePU(false, this, "bool"); + this.__dragBool = new ObservedPropertySimplePU(false, this, "dragBool"); + this.__appleVisible = new ObservedPropertySimplePU(Visibility.Visible, this, "appleVisible"); + this.__orangeVisible = new ObservedPropertySimplePU(Visibility.Visible, this, "orangeVisible"); + this.__bananaVisible = new ObservedPropertySimplePU(Visibility.Visible, this, "bananaVisible"); + this.__select = new ObservedPropertySimplePU(0, this, "select"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: DragExample_Params) { + if (params.numbers !== undefined) { + this.numbers = params.numbers; + } + if (params.text !== undefined) { + this.text = params.text; + } + if (params.bool !== undefined) { + this.bool = params.bool; + } + if (params.dragBool !== undefined) { + this.dragBool = params.dragBool; + } + if (params.appleVisible !== undefined) { + this.appleVisible = params.appleVisible; + } + if (params.orangeVisible !== undefined) { + this.orangeVisible = params.orangeVisible; + } + if (params.bananaVisible !== undefined) { + this.bananaVisible = params.bananaVisible; + } + if (params.select !== undefined) { + this.select = params.select; + } + } + updateStateVars(params: DragExample_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__numbers.purgeDependencyOnElmtId(rmElmtId); + this.__text.purgeDependencyOnElmtId(rmElmtId); + this.__bool.purgeDependencyOnElmtId(rmElmtId); + this.__dragBool.purgeDependencyOnElmtId(rmElmtId); + this.__appleVisible.purgeDependencyOnElmtId(rmElmtId); + this.__orangeVisible.purgeDependencyOnElmtId(rmElmtId); + this.__bananaVisible.purgeDependencyOnElmtId(rmElmtId); + this.__select.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__numbers.aboutToBeDeleted(); + this.__text.aboutToBeDeleted(); + this.__bool.aboutToBeDeleted(); + this.__dragBool.aboutToBeDeleted(); + this.__appleVisible.aboutToBeDeleted(); + this.__orangeVisible.aboutToBeDeleted(); + this.__bananaVisible.aboutToBeDeleted(); + this.__select.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __numbers: ObservedPropertyObjectPU; + get numbers() { + return this.__numbers.get(); + } + set numbers(newValue: string[]) { + this.__numbers.set(newValue); + } + private __text: ObservedPropertySimplePU; + get text() { + return this.__text.get(); + } + set text(newValue: string) { + this.__text.set(newValue); + } + private __bool: ObservedPropertySimplePU; + get bool() { + return this.__bool.get(); + } + set bool(newValue: boolean) { + this.__bool.set(newValue); + } + private __dragBool: ObservedPropertySimplePU; + get dragBool() { + return this.__dragBool.get(); + } + set dragBool(newValue: boolean) { + this.__dragBool.set(newValue); + } + private __appleVisible: ObservedPropertySimplePU; + get appleVisible() { + return this.__appleVisible.get(); + } + set appleVisible(newValue: Visibility) { + this.__appleVisible.set(newValue); + } + private __orangeVisible: ObservedPropertySimplePU; + get orangeVisible() { + return this.__orangeVisible.get(); + } + set orangeVisible(newValue: Visibility) { + this.__orangeVisible.set(newValue); + } + private __bananaVisible: ObservedPropertySimplePU; + get bananaVisible() { + return this.__bananaVisible.get(); + } + set bananaVisible(newValue: Visibility) { + this.__bananaVisible.set(newValue); + } + private __select: ObservedPropertySimplePU; + get select() { + return this.__select.get(); + } + set select(newValue: number) { + this.__select.set(newValue); + } + pixelMapBuilder(parent = null) { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.text); + Text.width('50%'); + Text.height(60); + Text.fontSize(16); + Text.borderRadius(10); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(Color.Yellow); + }, Text); + Text.pop(); + Column.pop(); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + Column.height('100%'); + Column.padding({ top: 20 }); + Column.margin({ top: 20 }); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('There are three Text elements here'); + Text.fontSize(12); + Text.fontColor(0xCCCCCC); + Text.width('90%'); + Text.textAlign(TextAlign.Start); + Text.margin(5); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel("Show Item"); + Button.id("show_item"); + Button.onClick(() => { + this.appleVisible = Visibility.Visible; + this.bananaVisible = Visibility.Visible; + }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Row, alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceAround }); + Flex.border({ width: 1 }); + Flex.width('90%'); + Flex.padding({ top: 10, bottom: 10 }); + Flex.margin(10); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('apple'); + Text.width('25%'); + Text.height(35); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + Text.visibility(this.appleVisible); + Text.onDragStart(() => { + this.bool = true; + this.text = 'apple'; + this.appleVisible = Visibility.Hidden; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('orange'); + Text.width('25%'); + Text.height(35); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + Text.visibility(this.orangeVisible); + Text.onDragStart(() => { + this.bool = true; + this.text = 'orange'; + this.orangeVisible = Visibility.Hidden; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('banana'); + Text.width('25%'); + Text.height(35); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + Text.visibility(this.bananaVisible); + Text.onDragStart((event: DragEvent, extraParams: string) => { + console.log('Text onDragStarts, ' + extraParams); + this.bool = true; + this.text = 'banana'; + this.bananaVisible = Visibility.Hidden; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }, Text); + Text.pop(); + Flex.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('This is a List element'); + Text.fontSize(12); + Text.fontColor(0xCCCCCC); + Text.width('90%'); + Text.textAlign(TextAlign.Start); + Text.margin(15); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + List.create({ space: 20, initialIndex: 0 }); + List.editMode(true); + List.height('50%'); + List.width('90%'); + List.border({ width: 1 }); + List.divider({ strokeWidth: 2, color: 0xFFFFFF, startMargin: 20, endMargin: 20 }); + List.onDragEnter((event: DragEvent | undefined, extraParams: string | undefined) => { + console.log('List onDragEnter, ' + extraParams); + }); + List.onDragMove((event: DragEvent | undefined, extraParams: string | undefined) => { + console.log('List onDragMove, ' + extraParams); + }); + List.onDragLeave((event: DragEvent | undefined, extraParams: string | undefined) => { + console.log('List onDragLeave, ' + extraParams); + }); + List.onDrop((event: DragEvent | undefined, extraParams: string | undefined) => { + if (extraParams == undefined) { + return; + } + let jsonString: ObjTest = JSON.parse(extraParams); + if (this.bool) { + this.numbers.splice(jsonString.insertIndex, 0, this.text); + this.bool = false; + } + else if (this.dragBool) { + this.numbers.splice(jsonString.selectedIndex, 1); + this.numbers.splice(jsonString.insertIndex, 0, this.text); + this.bool = false; + this.dragBool = false; + } + }); + }, List); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + { + const itemCreation = (elmtId, isInitialRender) => { + ViewStackProcessor.StartGetAccessRecordingFor(elmtId); + itemCreation2(elmtId, isInitialRender); + if (!isInitialRender) { + ListItem.pop(); + } + ViewStackProcessor.StopGetAccessRecording(); + }; + const itemCreation2 = (elmtId, isInitialRender) => { + ListItem.create(deepRenderFunction, true); + ListItem.onDragStart((event: DragEvent | undefined, extraParams: string | undefined) => { + if (extraParams == undefined) { + return; + } + console.log('ListItem onDragStarts, ' + extraParams); + let jsonString: ObjTest = JSON.parse(extraParams); + this.dragBool = true; + this.text = this.numbers[jsonString.selectedIndex]; + this.select = jsonString.selectedIndex; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }; + const deepRenderFunction = (elmtId, isInitialRender) => { + itemCreation(elmtId, isInitialRender); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('' + item); + Text.width('100%'); + Text.height(80); + Text.fontSize(16); + Text.borderRadius(10); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + }, Text); + Text.pop(); + ListItem.pop(); + }; + this.observeComponentCreation2(itemCreation2, ListItem); + ListItem.pop(); + } + }; + this.forEachUpdateFunction(elmtId, this.numbers, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + List.pop(); + Column.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "DragExample"; + } +} +interface ObjTest { + insertIndex: number; + selectedIndex: number; +} +registerNamedRoute(() => new DragExample(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Drag", pageFullPath: "entry/src/main/ets/pages/Drag", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..74cc14d4419c82140bc1dac7f18f04fb46d35f02 GIT binary patch literal 82934 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 WO!#rry_BE1&x^9K^O6$y{r>^I-fvd` literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.ts new file mode 100644 index 0000000000..ca9eab29f1 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.ts @@ -0,0 +1,234 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface Fling_Params { + message?: string; + swiperController?: SwiperController; + result?; + scroller?: Scroller; + arr?: number[]; +} +class Fling extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__message = new ObservedPropertySimplePU('Hello World', this, "message"); + this.swiperController = new SwiperController(); + this.result = ["jsunit", "uitest", "arkUI", "tdd"]; + this.scroller = new Scroller(); + this.arr = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Fling_Params) { + if (params.message !== undefined) { + this.message = params.message; + } + if (params.swiperController !== undefined) { + this.swiperController = params.swiperController; + } + if (params.result !== undefined) { + this.result = params.result; + } + if (params.scroller !== undefined) { + this.scroller = params.scroller; + } + if (params.arr !== undefined) { + this.arr = params.arr; + } + } + updateStateVars(params: Fling_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__message.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__message.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __message: ObservedPropertySimplePU; + get message() { + return this.__message.get(); + } + set message(newValue: string) { + this.__message.set(newValue); + } + private swiperController: SwiperController; + private result; + private scroller: Scroller; + private arr: number[]; + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.alignItems(VerticalAlign.Top); + Row.height('100%'); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('next page'); + Text.fontSize(25); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.message); + Text.fontSize(50); + Text.fontWeight(FontWeight.Bold); + Text.id("swiper_text"); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Swiper.create(this.swiperController); + Swiper.id("swiper"); + Swiper.cachedCount(2); + Swiper.index(0); + Swiper.autoPlay(false); + Swiper.interval(4000); + Swiper.indicator(true); + Swiper.loop(true); + Swiper.duration(500); + Swiper.itemSpace(0); + Swiper.curve(Curve.Linear); + Swiper.onChange((index: number) => { + this.message = this.result[index]; + console.info(index.toString()); + }); + }, Swiper); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(item); + Text.width('90%'); + Text.height(160); + Text.backgroundColor(0xAFEEEE); + Text.textAlign(TextAlign.Center); + Text.fontSize(30); + }, Text); + Text.pop(); + }; + this.forEachUpdateFunction(elmtId, this.result, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + Swiper.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.height("300"); + Column.width("100%"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Scroll.create(this.scroller); + Scroll.id("scroll_test"); + Scroll.scrollBar(BarState.Off); + Scroll.scrollable(ScrollDirection.Vertical); + }, Scroll); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Column }); + Flex.margin({ right: 10 }); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(item.toString()); + Text.width('90%'); + Text.height(100); + Text.id("scroll_item"); + Text.backgroundColor('#3366CC'); + Text.borderRadius(15); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.margin({ top: 5 }); + }, Text); + Text.pop(); + Row.pop(); + }; + this.forEachUpdateFunction(elmtId, this.arr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + Flex.pop(); + Scroll.pop(); + Column.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.height("300"); + Column.width("100%"); + Column.backgroundColor("#99FF33"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + List.create({ space: 20, initialIndex: 0 }); + List.listDirection(Axis.Vertical); + List.divider({ strokeWidth: 2, color: 0xFFFFFF, startMargin: 20, endMargin: 20 }); + List.edgeEffect(EdgeEffect.None); + List.chainAnimation(false); + List.onScrollIndex((firstIndex: number, lastIndex: number) => { + console.info('first' + firstIndex); + console.info('last' + lastIndex); + }); + }, List); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + { + const itemCreation = (elmtId, isInitialRender) => { + ViewStackProcessor.StartGetAccessRecordingFor(elmtId); + itemCreation2(elmtId, isInitialRender); + if (!isInitialRender) { + ListItem.pop(); + } + ViewStackProcessor.StopGetAccessRecording(); + }; + const itemCreation2 = (elmtId, isInitialRender) => { + ListItem.create(deepRenderFunction, true); + ListItem.editable(true); + }; + const deepRenderFunction = (elmtId, isInitialRender) => { + itemCreation(elmtId, isInitialRender); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('' + item); + Text.width('100%'); + Text.height(100); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.borderRadius(10); + Text.backgroundColor("#CC0000"); + }, Text); + Text.pop(); + ListItem.pop(); + }; + this.observeComponentCreation2(itemCreation2, ListItem); + ListItem.pop(); + } + }; + this.forEachUpdateFunction(elmtId, this.arr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + List.pop(); + Column.pop(); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Fling"; + } +} +registerNamedRoute(() => new Fling(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Fling", pageFullPath: "entry/src/main/ets/pages/Fling", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..bb4bc691ebe4fdede2da82260066a14b3f8a8181 GIT binary patch literal 26412 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 literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.ts new file mode 100644 index 0000000000..af0fbf19f5 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.ts @@ -0,0 +1,71 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface Fourth_Params { + content?: string; +} +import router from "@ohos:router"; +class Fourth extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.content = "Fourth Page"; + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Fourth_Params) { + if (params.content !== undefined) { + this.content = params.content; + } + } + updateStateVars(params: Fourth_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + } + aboutToBeDeleted() { + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private content: string; + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Column, alignItems: ItemAlign.Center, justifyContent: FlexAlign.Center }); + Flex.width('100%'); + Flex.height('100%'); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(`${this.content}`); + Text.fontSize(50); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.type(ButtonType.Capsule); + Button.margin({ + top: 20 + }); + Button.backgroundColor('#0D9FFB'); + Button.onClick(() => { + router.back(); + }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('longClick'); + Text.fontSize(20); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + Flex.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Fourth"; + } +} +registerNamedRoute(() => new Fourth(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Fourth", pageFullPath: "entry/src/main/ets/pages/Fourth", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Index.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Index.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..b2cb526b427cdfc3b6bca274e581d58593935864 GIT binary patch literal 125939 zcmeEP34mNh(dNxPn`^T<2t$BJ7T979$y__T6FCzIpa@8!_=_4hyOU&PvlI8=5K(TB zOAbLmK@KG#f~bHZf(M9-h{z>)At)fCf*`*lB7c3={d!){yxC=WJq8BK z!`;Ju<$;#$Ys@$=*%WUIHEq^>?CveQHEqtsm-Uy2_a9livNY%;w_V*NKY>fbO*{3J z*De_9Uc0WpG_+utnOZQ?hrbpwvx7%2EDaAWT-Uw2G_-Kvf!@*)Eq@7(v&6haQ%v}E z+A~c}O`(yl6#sD}EmPJVx_bZawWZzVL#dXg2(q<=Tqnf^5~1eJc6ZtrSVfxphL)7q zt}PFIXsAy9yp_LsP5039^1A&>hn4#GIJ~=WxK638RcdPA(6Tk%gQZ^8S9Qv)YMR^> z9?4}>_>Y@tnYLEf{Q|Y+pF8re2ZWJ-oYI4x=bvAW0<+!I7)*WIkGn<+!qp}6v8EcNUZ<*M$CA3*$ z(Tv2a-jCCae@!E&eJdn7$wjkj5?zNvDml~?lpLb4N)As7N)A(`J(buk74Inz43+y! z^FoQu79|tUJI&2*gc9w|i4U|mF%L;l6C>~UAx$*7ee=ZPRHScURhbJrUe?LftO`dx zq?uaU-Nde`={!o;l?QlWyF)y^M}`)u99y|9G)t9_4MdvJAWxRS=bg4E5MqUqr^eM7#4 zkR;4*iu4T~FyOtCU>qnPe07P7g{u5>5=U2JW+ZSuqrYIOF^)$3n!wDm7=fvc>4feTz^{hM5G z{gcHtG9@TELecg)ygbI1l>0~44#?`5NbK7@*^N@NeHs?W_#y=)X%YjxHhRD$n!;rl zr(!*WrS4&@td7n)g{G^rF%3+o8LF%Y%;1%9Mq(##l~Z4sMRTf{iE{b3F*9>``7_J_ zz}z#;0KnA4IvqW{uXlJ2^MWrS0h3RPdcbzHLwgG^(~(R%y}e}G!rg&(RGAVQ*pc3% z=zFE!LOb!Y%!_M0!NgUz$?i^+sp7ba3A~*@o1qRx5v>KFgE|#O59p+#YQ8n4zSV1n znd&5+wMe_DviLa4?n1j+EWf=u3p!?m2YzV0mPqmnTknklC7}%M8;IiU_y>kt66Mye-=`6>sfI<453D_ak()%7==+ zqq)^Rnm(>Jbl8oe;K%7$r+u~=bE!p50w3$piB9m2F2OsxNMiry%mWnB@!CxbaMs`EXbI)Ds@CQ?oVMSY4Kjm&u?TV6N zrk&=iuNh=MEl_zNV5A)uP+FZBWl_^iOm@?hXD0kzF^NmOgs#X_m!gU<3(`f46jg&P zqMi91yf`&wsMKHT87>(SIoT_-GwrUZfD@szJFjN5MM$R8oqH}_s_<=jQQJ%9L@hYy zw(efExB8wbyEpCYtHo50CE|?OZHuM%N%^KS(Qm z6`A3YT*>R2-5s+y>19-86@5ri1>1srh*vi=GX&|U0UkGtQ;G7xk~Q4}t1%{Ld)Wtg zg)?(QvSW#Re?*pH5=zM(H z+d^*bC7kcjMRnG5rJ;G%8Dl{&)LYOCbr*D`1TW}?u^05h1}x}J<5`Y3Ja63v-A&!x zz=<%M&*X9iUdTH-^L)h2XA7OJEzeCF|IQ$YP@@a_Y`vgwf=5dcTZ>1Ahs)|{nN0iw zv(;MA1+f-%L9n3DW3e?&oh}dV8(ynnrzXWqQYnt7LAV$#xDJzIl^ej#(Ap*fAFwUArnhJu$<_sJ*`v!W}sBE+4v}x7? z&Nkb{anrCZ1##XKWv)JN>M!8HY4hF0RDT7&apE+53xXr3SqlWgnKQ+W8t1j3zpv*| zZcHrgl7>^KVO|g%I}hfiVE1utlNPk*It!UXt~0~xms}y8E41=wrtlvq-kI>0e0JSa zeF}?!AULa<29S?0rG0!2fK^@KeQ3X`2EeNR7#d(dKCYSu5CrE{(*S}TM9aB2>nzr? zLc0%x5^K36E$7p!slOoaq4zejP0VJPELLwOl5*ecU-$(v3qNWv2o`?%v_V$#;nuW= zFoV-=WkAgIxW*1(6z%@wW33%K)LT1tsJnI`C3x-FVeGYIhYeUeHkHHR?9`7Mu%=}@ zvxSa)y2!I4n<;eW^Vw``%P|u~sL{0}s@IPAXotZ>(0Q$L7!0)9;V?KoaRko zH%@yiCT&R3n9GK`*%ev9ROh<0dBHFfQjj^6s>+j+m4mmNh8L_HGHIhRCXb_|u(&nN z8*S3w8LDfN3y*4&Lu#N&juSRu-o-cKJ}jF0cLP%(m+mMQd6mg_WIMYu`Ah*O?i(kF zP@{8c6Ekt2hdF1NxCJqD3%eFU%-r&sxFx~NElfi}Ft_IMc4o$sHKm?ISC)^+x;=8H zbo+)>o+=X?m+G*M+=A4Y*aWpqY>ZSHxfuyEu?akeiS2yMs0K~h!Hb=?ejnD|KT`7P zJ714h?q4-BZ?eT~zSx=1r8{%j<`s*)n4LR8gc_ZI-eUIu;bWpSn}K>!*w|*V+9G^V z`EXgf5{ZvC&$JC}04xI=fM5d~QY-@-0L#DzpvJ%k5T~BN&7v|K9Nj#9lt~gzCxaIk zB-Aq;ASHOOm>hernB0IhYoob~1h0j4^$gL}?aA@02XeV=F<(e$^6bl%?#gwrM^|gh zKNAx}sL|;)ZPV2=)S9sSw3@+KjR9CQ3_$P#H*WqwZ?1>-ZbEaj&24I=6QK;604K&z^36{|v7HlL~7Hk037VJZtx3DeP04xhOO4VAhfx?14iWKV~LtDCKJt?+jT`7i? zU@5lc*ivlE4Ul4+%87Sc>V-%H!l&4kO{WVT9i7>(PCol~qe`^cwUD2Qx1?g1)lCS_we34#y*(c?1Ra_uC6o0BI(d5Ycf&;4}3^~ z4<@^4RP9bf8!#NB!HeI9qji?g)I&|H`%h0Hju?Kx;Uh=6e)eA|e^K7i+teNNNDac5xZ=0NC1Py*0jX za5o!n-rj|&eH(3RPxktV!w(2whq+y7dF;U2Zt(|WyX3$cj#hxJz2ZQocu=Nxe+OUz z9pT)tvzx680GQd0!y5ot*@b(f$)2ps!n!VH@o8j*alMfa$Z~T|6&iDRZCMrL< z30}^(8hbh4Y6Ilwrege@p89M9X9eBg^A1y7seYjt6C^G!O04=d2qflgwlszN%d2@FK?^Q9C($%j7D{44rm=sL z+#6AbQn(E**uOluw!2^Dn9CA$W<}M^W#+mwMM14q%|ZnVYFpJTFpeEc4-b|3P2e5} zkGaspPhL03H&urB5Yg$SZp~6rY*DC*%S%UK?qJ`wlGj3O-vz+hcL50AcOk{vcLBh@ zYbGlRVtu{K`AVmJ0z0YMm1TM*FVhelW|>Ag7`7_QGQ!F+7EMu?K!#HeNW~TyR zo;cj|jKgLL0F)IoSz36`5(?cxwou}3r2uT9Y<7ECWjUW`z1dX&z@#_qf;{GYgrT+khU8wQKhl90hw#eeLc;mny zA2|H#O-})UnlA4e|(_p*x_)L{okrF_J2DDOV?<6$GZDJqy+E(b{u>E zx8nu~?M+3Uvw7-Ijhu&znQS4KN#{F?dDc!B+4$4ia>WD@YE;0_eEkUc19`Ap0v>=R z-~j{+c%)bY9)J??J7fLeKe&8#Aj|U^yje8!5CHayG7m9>0YKuz2`av}G&IDw`?)Zr zJd%u-+RJOS)DR!|D74g-NsLthC^Xc5=>^&JPR6$*Qp|V&|E`$v0Eqo+af^?m^n5-u z8`%XQO6l`UViUGgH4x zjsKL~(UB=+*k>%APiI(%&gbq9HnC3-p+?2+l1*2SDQ>aL4a8bsyH<> zjV)QlxuyCvF6IcbrQ9Imy{bW=)SQzT;yXcH56`&0(+FVaMI^7%FRV2^qnAB4$LSQ1nYrZ1oG}>F{5x( zmP9NIW}FMsO+7r$vDTtJ8Jg?%@Ydh(F31|WfW#vbyh|}$K&tSLn@R%XZmrGx=A85e z@Qwq3PzCRT4AWs1-UT^~Z`DHE9TkTw=4plLIQTmwp+=rJhU(R=j7~8`A z814?q?H*jx5s0r09q+rOBSnvwyS0@|Iw_TTvdedg_}-9QJ~AQ(cZaS-1$=jh;vS~% z4w=hGl8>(no$ZLAiQuTlwb;tbezrsBX$Em)NV1>j(5IdDy~b}j$)uU|Hj2y~_tOr2 z##eVHJ;(iwLl-;kTk|O}iBsUR;Une7rK`&9>t5{8Wx7n#!!C2^3f*1?yTYL_pjp_V zUTG}(!`pfVzTnW+_=vi)7#-3dY4sSp+M(+-L3D~RcAZ1lS2KIPLtoYTOxt|bp&R_S zskT=HCc8H{^o{C{YU9N9=%{Zv^es&t9VOVe9J)K@$Q?Lg)pDUTmzpU>@sGWVUu+bm%2b8m+>lw{~B0=;eU!DyZ}W+?O4C zRhL26aG3+#R~6)Nn?DP>4;V7LdPOb?(dC*97!opJVL{88=*96QXPV&9aBb-nAk6N+|er zrK|{F3XO5RT2t?MwWjXz3Ms+It2JXEuhwk9@oH1CW-dv6ssSTpM@OE=0AJ)RbYwa> zNKhx7lYZQQ2XhdiMvqsX2lFO)m2-2R>=9$GNG7hSxyUJqb+{5F_;4jj*5OJJ9IjGq zvzVl9p=`Iv@J^4@l;y(gJ_WHZSTPs>RgFfBI~C37_O_XciQv$G&yvCi@(>jIk+JNaf02k*LWf(SJ_EjRVxUCVj~ z%l-Yll);WTz)P^DW(HuXnE?c=nUP|tnE}+QnFm`?7 zGtw+QGXP7^jIY+}nSnyjEY9Ah%Fxr6ImOa61F$sB0F;5zvqM714Ajyw1AvZs3y2`a z_6mf9?{T_qcC(4wz3&0+@Wo*p>AHsDZ9`fN{fqX0N6t;jM^Lt z0QzSfu#$?M#ocH|Xq%C^7l%GE3UUDZvc3UcD+$iW0kb438+6U<_%hYoS@Luf@+wP$k5hdE^h z>lTC+R2x7Kl@u!;P@>gJ%dV>3y;2USuo)uzYC2SvN4o%+Vo zUrQgZ)B?bVX-It&y$N85M$~|PcWH3AucsR`3SqsFHo|dBOydDS*b<{|2MdT=QdxRZ zyz~H-pe2DzkGgX+IL3x>VZD`SVcnGnDZwkx!m(GLg>QhBXKw0;4cximm<4>_Cd;MQ}c93E%I{>ikmn~ zj$F#Hb=L-fb=L*}R+c)U2PbJF)~y?qfh&s&J-Bpfj(;SdYhS!s+U(jFZ&0xI;tkL- zF5c`thA4aU;tfZ*556l==l;W4&a~7wrZ$aN*TI6U$aihJIQU?ZuixZ5a(n~gxhWGu zr%^$+C2wL7|9ulY*+Pw#@Gi9Tk`EKw*-&Izrb9uj)2$%Er&~#~PPc+Uq&46No5?d* zILk7Txhw_|GG0`78o^x%V`P#%TX?2J7?}hyrb8HNgc+C)EBh5#9R=Qoy?v`&1ZB=a zi?mXk`Zi28g0zXVuk2Sf0zoLoRHZs+)=g&1g;$Ehn=i?Ai-MYty9A!`n|Ss~z0CLF z&0FCa7C@oW!LqTMXT&u+7d)G|Mqon_h(%)>6J$5uhSv>QC^_~JM?Y~_)KuUHGL!9N z(Znym|0Il_oUfJrKlZEijv#RNGqn&}h^t$v1wtDMd?3drs;&iWf1g4vOmrgDLJ+w9 znOX?)UJj;P9qA9@jU@4X5^hjeKoCS7I)qiJ<9=WwDEbC>^9=rjc3|RLyDNGBZbqpf ztEsQj4#Gem@8T=%fRIK4A4=t#c0jB$;*n-u<@|hDHI%U)de;16U7S7Z=1!U@;0+14X3doFo3dpwQvd&yl_gAwQvez z)WRbiXL`klhVU0pYfh_D3kzbYg{6G0T3BGHh5Z%46_)Ry0&r?KQbrJXwHqlT2u=ke zZDGsTe&SfDBoW^2Lck!2FLdah6urvyc70=H(9A>@? z&aKr>5Nov)1gjm)ZcX6aIE-V#lw@nE69h}01U82K+Z2F{3@6VOpGQ*&=8G(1p!M=q8Yofphv(`zjXzk4^x{*QnvBDwd zdnf|klj%W0R)~j--l+%z4;S0*3+^zI)Z;B*=s!WQe9hyX;xzrS0|)y!s{Qbh{82c$ zaGovQKGs5+h7e>euVqpfG=v~!Rzu0Xu>B+&3>G%QKP=0bZU;fIjG1;|WU_lWE1@b2 zCR|_yK9ZL)_;NHY?_O7F3dD=Q9i>DCWkTZ$(88#YIjxgG8tuD`Th2Zug zMc5~1y(R;Tv0&@P6$W9I$GzDK3LD6ugYkMZMc#EiPZ}9L@=4eAJZW^>2ph_irqVXs zdHk_E%}wx}sBW7bIKvOnHa9u+O<&sx_D$_gquWL>qrg5j-}5z# zfj{I6Pl|2>yQL&`*5)3HB3*ehN(UC)iIN z`k5o1WST#?y-3Q>9D2~lpI{F<^m9!CT`Abl9eM=MGU&HU;1(nJBM$v))J@)x#@giV zUvHDQf89+UQi3;m`;WcJ+y4!)$xEkx*1!dnLa{U5*~#}6*~dCvOy@X)U~9`M6GW)d zOySn8p^i zc0>?MJ0ggs9TCLRjxaLWt<{bQ4DE>38rUCv69p{Qh#;0~L=dP(U=fY$112+$0GZmHx@qe856&!63x#5VkIfnWlgn~&{MME~H}HI0 z5TQn8>g!DFd~%Ig6~q#&f&`0INwUPMAdPCB5q$x2m5EeoodvPvsvwqJ6~vOOj0DM5 zf$M3VPpJ{Df>@$ekYKH|Bw3PGkcwpGUwv9<{ANp5$zCg21+J%c{zQ#%6~q#*f{dzl zmK>Ix6{MndzU((QV)0uH@&MJ+6?vmln%S&({KXGyfQ&Vn?o zb?(e?$k~oGJBJlAnGFB8s{@B1PwULYtF+F7SXyUcpjPWFa6PT_8E6Mf>nw<+brz&n z>nyOPbru9#X9Q7h@oAka8fVT@t#KBpO5-e)f;7&OFs8=&%&`{EH#N@VH`Z?1P%QJH zaotcX^B_WvE}WZKEc4TF6VHleE{GM&T#%qx=8|B=G8d#KmU+hY$1>+URk6$&sfuMT z2-ZRC!EQmVSmr_t9w@Tsg_fC-pjhSt!~Z1EV@&ONPk%F(dHol=?`^<=zq81(iaI;_ zPdeSf&RfMUHu;=9L4+EefZk1jjr=gjMJk+G&BGjmTMu&xVkR8MuppRlVoMk-t?TdZ zDZOh@`626MGwtACAO$e(8t{S0;$ku`qB4S^K zL*Oyq=eT&ZSYT5}jRp2Pe4pdo1}@ih@hoEJBYr8Zi=RnjUw$aq?rLC41rgfNDYXf@ zAo)#sa)ZC-a?Pbctb?E+!3RM}vJQfR;2;Rk_NL0^8lF&`RAodJ#F|i2yw->+@ECV% zE_?HCO)A_yaHKo6CDK%PPdQGvz-a1A4QQ)5c4t?yP|R=)r))>Mn91ikqR8(WaFq@s z)ab0-gw@{mLwlH)ch}5IL9BTx2W;Nl>!7xoTzuU6TrUN7W=Rj(HcsoK{I1rC0_ z@E-7O0)2o>K}?_zgTMt^)aUl=g_7GSv%$O|(6_v|ft$j`JeyoQbNqB+A^)>QR5KCSPQb%4& znk6pX&m|xP$8G;Q#)2O^`*>rs>{J|%2ZTo$^39|0b0f4NO zJ8-zQ1^}W`UVShwdI<&)l^` zVVw0U7kY7P8)#4r==U>j#efE2#efC?;V5^(Eoa$80%=wxXaI1Ptwi~JKYKgCQ`RsH z070J(!zcqAU4>!X=miQBoxh=R-R=X7L;49lv?~AzKhw|vV4JIr@;OOohh5GzHnPJk zHy7@6RUWdSt{h|y`vBk{E1v_S0N@_$kMfCUH-N)C)+!0-SW|I)8NRWVisQ;QP`Jhh z?lRS_;}v6E)pP5)O}KU4CXf>BHsOx#HsQVj+$LI5*EJwC*%OVg=Vfyo^dgZ4c=s4P_xMt#M)#E zQoG3%*xFzZYxTeVlRJa{TIdA;&R-_|f44 zpEX)rUWslvkw!)3f5=Mr>pE6C!7VGDAeNO*5Mvf!H!`$_rww$Ol3>~A1ZmVhhnSnDazqf^P%N3}_#y~`Q+zP3Y%BFXn7LsLe7mvd@RGT!A>k9SWCO2*^ewRV8p zYIYrhSi25E0(Kqyb+0VJMvkk}lE>P02;v>xn()5Xo_*c?gqX_Q%Kq)Mm69Hw;GDTt z&Tfqu)V-hrOe9k=8^CW|5NuN9&R^wKGG-cPd`>P_Zb;(hp&;glq(QJ*k^6NfHZa@< zBs0!@TS{c$WGXVuFP<@N==tT-?efwWU)wRvz+qEN69!Q)eaXckDWy(;vl9zj!tq3s zsp*_J11_rSL3qG_8$Gy)@n0;PjnJPEbF>;R(AIsx_YoYGSJKKU6v6=46y+uj}`n|5L}H^!3|!0@%tF5jJDeGzXh@4 ze@jU_{x>dE3T)zkn_A%34O#JV|`+A45g5lnzq*(F41ws7p771Mb zUcLg!5W;^;sBe8gP9SyN(cIvdl6=eYWd9BRIefWG5>A$@jtI^WGyEeq`1ioS?*=38 z4GQMF!DujbgAq!Fc*TH)8;fTMnbh&P>@{u8{5Eh`0QJ zL;*&ut@saa4KnpD-3uMMM1K*tECsv7p-X)?-h_)w9lG4#D!5T8370!`<>*)5#@aS_ z)zdR{)zvc~C0NhUHMX9iYXkHQlY(vZ8w;&#%yLuDP8#=$-;wQt*+1P;EM~em`f;v< zP5S5-92i%oJbtOGu`M|p|%5nh1%%x06;rXtDi;6EOrw$Dn|ggEn!rS0B~7i2JV$6 zc$Pxt3UDj7)x(NC&U?eF6z}`;``>$)29}Ntc+Vr_jS#4ek8FMm2Rhqcv4p5;M>e17Z;9Y>7qNEdAwot?T9JlfDnbE-z&faMLWh zf~Z%WcrC|m6GqxN&}Lrc!746Do(i?BEp!X~{F4yFrh_vslsIX!f*S-6K*^2!?m?`2 zn&pM^1e9GCN?$39eF{@6x(LT9d9Y^?1o1c<(qQC@UD-5;hQJH>O~ zW^vT6oGDoXK+s9D^=PvoP#`yQuEce0h#V$D_M^>$sH2=dxCvrC+AIi+c_N2#++?I# z!eLfg3L;$KF&=IH;b@AWH{7GmKOVmVr=!r3?##nn-$JyD3ldRrK%C#ood0`){j5wyI#dbI?jh7$EJSXZq;2!dFOAVHuA zvSSV5R4qxC{znjOD;t=489beaJrol`fOcP;NI`H@NmM$j3V3Lq3t*0M@;u&5QLAqG|BXuyyBHFor zutzDgvuJ^sH*g{dv_RtA)yitqJ(n(3__iE5cQ5rl)QfX&E1m%IJyUjX4$@w!1@>n` za$i;niDuE%0(zb2Pz$^YDmy*!EC?dAn_370M}St|a5oQ0PaIh88yNO0b|jNg5P=y% zpdeBeSt>sY-;U#DeV|ei&bghu6KyIYWpQ=4QW2HzX<| z2-HKSB7)$V=<2AI(C$d$01Ya(Pys;(`L(!)_TOo~GF;#Q-}paozB8Rg*?-UBDS)ZS z#OJ!h9AHZt9^EMj!n~VS5C(94cXnbyODK+W+7_&05?G>aiH6AZCv-c1Lo;x=trNAT z1==9Nl&;A{ClZX+O#I3m!lbFU((%HaBygy$GknS+!PEh2#Z zsgko@Rz#iSQ}S@h+3qCy%lN&IqugT&t@l_(ZwMepiHhD30L=YZK$9z0R33DPODPhYXsRlXmr?*s zrDj#!17Pr%M_-0Yc-zwZZi~Dc&m$koK@>DTqEJnCvi$%Ce526>0Q8TqqtrFvzK;y|9G}+E_VySz^?_gL+7xS5pEWdTfw*Cxj9dV20q=})^ z=-k?b9Sp5VX;@TlK=>EyfG3D`z!N0+fG0`T0Z$Md@EVA8=b7x8MpdLcL9B>Of>;rm z1hFDAF%lG!N#MXpcQ>Md73oe8D;$#`P#y(Dx|1|39+My{9ur;x;9q@_?(mx(k4duE z#$ysVFw)&k;Mn*f;uss(0oLZNTO@GM)`@aNeM8@F`9x)quwkp?_o zgXlCmQanS)>%!yp`WneCh$XoNf#j}=eBt+al{}UR7X%`F4y!Vguud*7ck`30$poiV zIlKx2Io^PEBwNtR8YYsq9bN^g@9@gWUADukAeO_cAi)l=l2p&(l@rr^;c=nbjl#qs zh~@Aqh~@CgNT9>3;K2^BUqKPe;Z+dJ;Z=~)99|`Z3q*xBGg4hnP3{^Y43RLCrDkXy)UL~QP!|M&;zsliNuquaF!Rk7^N@|tE zt6<9EwV`)1@@&`X;J`#2g*wksJF;00ImQ#-^LSn&sL z4d3*59sl0YO`Se|za@@ymCdqa1IHmRrg=1Ua=74@J7VMC8wSv6bj5!ioz#AhiEf?L z1hLk8L4r?el4LFOf?%1S$;*87z`lW=H7vs!tvad+Vjb0_WbIK+;4zMBPmDDk-#n^~ ze>z4}f1cIAG~y63d~cH@gyeW)a(FF{2>FGHq0{Je?9fNGP0-WGAG89doR2rpl-X$P zEdVeXjR!dZ%*9&obEIG@N?BNa0H~Shxq7Qlxa>1DlQk)9J&p9S=eT5b-I?r2BxREt zfSy^t>j6+ROLULn^0MKSpkD3lMC6aAi5>MZ4ks+2tg_@{>nMnFGH0J8gTTog z?HBcK8Nr8K@)pF4NZWx0ffrE=i?VPry}in{jk~jGl{pvOM>y9u5=O-6f2ABe$}3JZ z@beaU32T-8e8WxXSn$0!y}iP>Am(vB@GS_o*5Z}5rqs834Xk+6yd?9y9vo;SGaQH1 z?X+G6xxB5$Q?iTmd#V(()Ip$gx)IwtT3*eA%(H@t$51K;op5}M#rkX5us z(KHA))0IGkcmP&1euzDSjL}_?0b0icY}eGJp`O8VfBy;@osxSl@22&OuxND7J=Zm{ z`B7&nuVV9iK0EL(5*V@h{mkP#Z$Fck38-U+A_yZBt7X`>E;T_D~)#tTWXiyZo_BX7-D z-+9E%FUj&*eN9XzgvQjSd4^oPo2D}E;PQsqdkhbE%((Cl?s|C)&)mEdf>%3qjlVv4 zlur__ap=pAxR-hLna4>dqCQ`C=xe_E2=+CHZq#jsItq59Ltl5q_c`H=vH=mlDaf2aGrZ>7s2jv=w4r41iROv`y77kk*)p1+`W7B_pKh_J|>UOeGWb3tBjO+$f1W( zX17!lL&7W5uFAB!56jDS<^@JB)9U`pq2K6lqppJe#-ZOj;%N|DQX1fxQv6{&z$b~n zb?Eo{!=}LR9ePp|LCXp=PdfAme@E}+CH%pmKiQ45kdsbE`Q46&ct4r$hhN zq)~S!?YjSV=$H^sdvSTy*fAkG4wwj9jU5-F6Ldbq)(IgxDa3-wlUF&9-;+XgYG^bi z@F`C7^ifp3(e#R7RWB0iU9v$+urJ<DYY=8!NQ}M;?NIf_HV`FDF(@`koI4oiz z*OB8Jmz`a$EmutpoksV&|DQfh@=kA0d0?n)eCNMd^Qea)CVB~0Z$V7-lD>gec!3b^ zx{_d`m%w#T5I8f5d-JkVf2n79k;1DU^5C31@_kIW$Mf`r|DGT<4|xb`J>{N*G=1ayU+ZVJ3(P?zby^aD2@~H_V)~MY4|J0^ECh?CLs`aX9J(*d=0>IzDAK+=WC#2IA8Dart@`>*9mqc&yN2Nev#un zbak+^AR8n*a_LTfb%ni7CWcOf>3&g4=NunGboujx5fk|h-HEjB-jKc zNtOvp5bR2fW>b)wh^~SnqN|S~?DandhO7rx1Tp6U=rskwc|i2BMh$_pj3ikhT?N4g zr4e@)T=s>^lZk9DI~k+F6+~@i^o?6V)csnm5J0K-k?J#p}wZqH}P&*`pozXTH8YFJy3^XbALZWG}ajxnC5@!V) z+OD1`N^g9r^T!&gBZwt+1PPWpl4MC8K`f~wNR8AHG(hS+QzLZ*v80Y5!BR((EU6<% zgHk60#V4c=6RDCqf>=^V5KHO^Vo4oFf~1bXV@RDpy(x7jJ}C2qNgWO(GC@)&+xo_r zI>*;sGZVy;I)VgC9Z9mJjv$uQ5u`@y2pS-DP5?vJUPlm1>If1nbtK7>I)XGRb>O-S zsl!C7q>dn#)DgszI)YeIhmjzuBk&kf=ftsYV!gT78NW->gh?H~j5R@0C-+|=^V5KHO^Vo4oFf~1bXV@RD#-jq5UW3Ti4#GH%xO8r$6Md^*d*SWq%>Ih;<9YKPn zjwD%9M-WTu2vQ?;1PzcnU#XEgf>=^VkYK4JNtV?G$q8$Ws5GIl6~uUt_};#e1mit|m{5W=`u0th=Pcg7VIoy; z-w0yeW)K9{8{^?Bi1qdjBSCN92wc~Iqe3;`H`+B|36ql!4wDn+FgbNXPi;tyoQ)ZJ zDw?`-{CCESY>Mg1cH}y99UQ|UU&v=zKl+>T-x&|0)96(C&)*qWp_ZKHC3Upy;q)8p z%J@B7H08#pN|*3)E$25@uF-+8oi@&Gf=?pIg9_1^L6Hfja7Zypj?D^6Zf1*{B*$k5 zCF4aSNlt7YlswzJYyt*hEIj5qxp|trn-E(R!N1vMn>c~RF--7C#QO=e z67NXG_uFIfUi+;`YuKfEEPz*VMm&Zvxp@&g4z(#y8AZ0puO95EE}VFPdQov3Q>Mt# zt#?voJl=NVi`+94Cx+U+&!rtPvyJdJ6D(hurt4gBsp*gX9~v&#ocgW z6VKiPz}0Yb2WJYq@-L=6RgTG$V+R)xE=mqu+nLh5z{S;Yp)o}R`_S9iwK=PLDa?(D zuy9k@GvRHtzsiY50e}Y#gcceC0NyW{&d&+y9sqO@EmwKGLd*Fj1Noj;=-u=ll>^N) zwRwj79=Yr?mx-XBQ+aoc%Pyun0N}0*yhszP^urmF5g~EADJ23t(&q|kb165d<&aH)uF+LUm;bx3s0l?uL0=JzF@pBGXIaC@vtkiqp zV0m3>aQMh&eQVeCmkxXve-@2BojqZX;d9WXs zjHWji+>g_7j=EDbneWsf^KlNH0EowANT9vk6C64T_b#N5H`Cxr4xOTlPSHhAap+Xs zBH#-&I^>}wyxl$3L7-f@x-(VhRdI5+NN~tbym^5?5uL=B*3We~7PPdl6+TgYDBSYQdeetJOWgAX5_m~OdJs3k>Tf+@F;X*ncP~E3lq~Mb*{_T&iPR#DKJT( zIk+qHdE9`|j5af)j!yc#LsvQc44E*RP?w;DT#NqLRSsS2<8uao|5~{@@KyHVjW>`>8`evsmnOf9BBrRV;S8_dE2UE{aiuq7ORsbBBcjUvw6iFoAb* zf9}vPbWRLTj+%!)(^pwRP zz^5E~T7MNI4bamLJ)?_y&@&GG*=gU2{n)nPIH3APmHs1n@*mdMTk4h2natc=P2tZD z{Z$jiI0DhXI`o1jiYmTlSxyG?~A#wI=wI zL$BzpkPox@8?QL@s#QUNuR3&Ws50~b9UG$K0kLR71pyr&B3_sAMA6JueFNS7eIF?; z;p+&)gCpM4NUqL#Vu(JW>48NQ{zQmQ)AT&(v=E&U;y&j0njli<>6~YT=&TU;nh3Sc z6R&zdPBZ>B%{?nb=Y&|~XbBgPoRw`uB%75(L&?*3)GzI3nl$4cc;0IF=wLp(7_*}7@6TA%joUc0il+ee!N zEt{|M`sGWBNXnK?N%jvP?B16zclZ($NZbH7p8xRUJ^xAfptGFqQcp~3+I4&fn(mdX zI$2&`T-uYb#tfHwTQ1*V5{({nw$jI(#Aq?nl0m0|$`c<=LCJ`bW;R_r@xz59Jvc{R zbD`b?aG}0lRj|=SAzZIFRRI89v#AOIco3SZV50~y%Mbdr@`^ou*~m)Xz4Wat4Zfp$ zfF%s>kmBsHkTc=RgwV$37XTh^6WSi|R@#Ln?&4H0*0%M-wyva^Ywq#XR6`w4aKn&?{4h%TCu>_mi^;A41VtD2ua+ltrg6 zYO@~%EPjgicrL~F>ngPICDytkGP^J&_ z8DVj1PW7PQ7uSM$ab@yb=)xc7Glv;5pr%e7+zwz108Sic#B8a-Bk7~T9;Zrkm8rWh zhB??z{b1lo4O$o(-+;Ad0s?^txq+VLY?Zn$I$p( ztPQawIsi+e1As)Y5`s8zBgvBI04#Y90P65amZ8BsmoL@L7yEHIf_-eE2Nxy%>SZLmy$i4UA+W zlOfPQ!iqiE$jr(IU@|`&F*C6X*9A|UVEO=^%DbPL@;2UIBm^ z&8$}dS~#rGTX?$FJa;CIh)n-b(!szZyK=tIvgEZImu9p75ThN&xC5Wi4*MDn+eN_p@Y861l8BP@3D`ujuli@R2DhJQ zEOyuiywr=9fWU?TOtb{AZB(>`bW4O+d4wy3;R}s;053YtzFtmqPi|J#icnWf;&4`2 zh)gp~VjBh4p^qgxSTm4n#7SY?TU59hPUSz?+~E6%@H%F;4*-`j7q?U00fNAz@rGA z!P^u0RLA&)dF6ey>0E#8ICFeTJCZ)8)^R)|3*cjPjKk-)ux4de;xwlvl1NU1?jP(N zBky@unI8*W0gk8bnJSZ<7mzYldbKi^ERbPiB?tQxD@8(6RIG^RR0Z00;KsK!mOo`BW!Bu=1Z(b}0S$7auqH7V2=(8UgY&N01c)%SA_ zT~<}!%N)AGk)9mq$oE1m%#eP>r>D4Ah?Ue-3=rEzzZg_8)0JNoE2&kn-MAKPC;h6g zVt~Ht&<%Aec7sDVRaNXJhrZ#oe~>$J!UA(}O=s$E+>NXD4T(``Y72-X6n;CXwx%1u zE#V5S5yuA7JDv7r%;;OkH<$Vb`iA+%`-4gxZ3=4KS-K|{H&1st(&3Mt_U#hG911lx zr8?(q9x97jX#Q9N99rC{_=X2CH-+(WGgxAimSO}()Xg|#-aYVq=75N7iggty312P* z=;Ry`SY>~uJ1?q7yNZ5@Hd!=2E?8-_*TC@Lk^6VA#nakbYEFIzUv3Vc_&ePu(bVLs zoOtP%b4A?WNqj_U6OWreIP^z778Mk8|0ux{eYs)?lK2-`Q7dP5%-op!7l)p8*oS1d zRLfv#b>9#xXu)0YL2#sH{F?!Uy~E7=g{k+bEry|;m=jX7K+L}XDW(+L|f z8-z_XM#0$hd$KQTqhKeCIoQsp?7`-=#;v8y!Lt+dJq5tFsukHD%=X^E^V+P$%0<&_ zbUk$rVX^d@>^4nPTE#7K#ew1qWF5wkf&F)t+af{?DcAKF?U3#q=P7ORmsj_#a%o$d z7icMW`vzRK)m~tBc{}dt9@XUXkKULrU?&2q&NSZ*COF@v9o=1ab&qn7-tnzXM>p|H z=B2?^-907OUt9eFy@cpJ!q~vbS~fWy@_vQM+F?-n zBI~0Dhh47D+I7Qwh(mz8ihptE?Ot9}9$Ms2nD^Eu_Jl%q<%@1*R1jzB>F*vIQvADY z-e%b}q#I4w1F;ar`Jg;V${s)8RTlL5u5E>%?<$+SyNkP1#>=G4>t)Z=a{^>Q}P zjP7*?I%H^sy|>I4f+_opswP57i~*dB%BwVE-ZyvIg*#Gv#?AA83#ITn>jG7gimMv) zsUSt7@{OaV_e?qSf-M(dH+8q34;r=k9L(D0%SU;1dD}Z4MIebEVaFRCnyNQKs5&1H z7S3`=dcMo;oSpCH=DYd%ZpVDLFyHN*?{>|1i+Ttd(mLqVSo|_caKb#QjZ5{H>-yZF z=h$naI)Bi_^s1xUbS#RCtjXo?MfAJ+>H^)M?zY_JW}x}=ns)GVdL8W*t@K2tt9>6Z zJu~(fOjh#=4;kYd=+&{wtG?Iu=3mAjD&6=R$f|sXW%;$5v}&1=b-mrgrDenXpLcf; z4(Tok?j}`Y-3UK+%z68|SN5}4$2x3)273BRLkA4()xUOl-(DJAtN!8dGMN!(qAd_2 zrtp!qMJwFul2V7)T266VZ6{`Vf0R8%D-6}`&?bbYJ|bk@W|kR5?6-k0?uuJ zmuIyp?!9R3t%RerDOO`IyRNVvLb@K_RH|M+y?XM5s9r_ABrO3)X#lnQ`Wiq+&?wbc zBP_7;s;E~NkEejDD;jkxZkABJ)d@)LV9cO~VB}C{3wmJT zDtVm<6hBB&Z#7U`CY|2C%{L0Y^r|-nXkP2mr8)kY=gWKae30@16UY3La{tKMfja!_ zM0qA7xCT0huH-ya($6?5sk5*v=IVic`MHrH+NV6&_mT3zaCg51sb9dtaB$dHJ71~V z*6B*)$Nv#-9rX<#iHU0<#M1YgN2uy)?fV$`m2BR-1C&YEOFmeh?x3Yyef7@;i_87J zzT8|J(DETdnyp;^(Y0~vHxD6v{Z0GEsaf|bK5V!>{e3-$zA-D<*Sowl6x?}zy) z{bb-oGmVV(nSfj8mYB$1i;ngcYA_amiM_)R*>9mKOpi`-1w%E$a8+s5I(Jh)eP&l;}+ zzHfj-IsCh;R35B-d{kblPt<&r6jQrsM6CTpr6k@z^72)7$6nnht`9tl^>;GJ!R=`8 zLcC%V&xn7~MI$WmUL3PF^4|CHx0KKu6@IF#dZ*=Om27&q!kd+<{<3oUrX5(QUNx+| z)!URd{od24Y^*E~vL^eW?%uwUAoA%*(fIsR;E{n=AE(&uFF0^cgO% zTjX|FbH}SC_dQ4kkdYRx+MRf%FrEUEj<(0L3?Ds7-X*7FZ;qHvxMbnO$^1H#iB*f} zqskG9)rO>#Oj=S;i<|yanqyz{6vb~kF`S3 zp1c#s)#8!iVO}}ZT6}Qd@R}uS`ucnQyH$(_oeQ&S-hG;&_dN+rNOouYEVTZxA)`!od=2H$(Lv1 znoTB--oVUL->Ghu+F2Jg+jP5av{9$&|0nwQ|Go7yelfp^HvfLzD@*;U z@^tqcx|%28Krf3rwrHe}$YnaaYqps>w_1*i)vK&d9c!NJSELs7mseApD&wnI(8}sJ z-z+fAQ%5`)h2A`Ds^3u>8e&N?Z@wiAJfYA#!dLNmcf82WvhJZKi+|Lji2wH>8KN8D zKR020BW6#w<(F6gR}L9ITu9xkhBkVvX5^@5sxx$k`-b~@vdO?v8S9Lj;4$|48$V+$ z=)HW4*e^KIq_1(7>(v}VyXv&Ie;wbGKeWlN;b6|+3Y+NiF;-{d$##D=Hd<%O32x7%M@6?o=X1JF0wH`3Nks^M?24e9rQ6Vt@8y=fjFmX}wr?k{;76mKV^P+9Po z9o{$Gvj&!!19%0N1D&Qk<+T^COqt19grm-u4BLSyI~)?<$n+$3})0wYhJR3i-w->fzry z`09mIlj3^CkZ`?1nxT5sNlW@D>WXf(jfSSL4>4nQUEuE1>x}=JoyP0hL(~NgpTk{7EHIQES?}qA5rQp ztjcEU<*rDE!@B!Nn7wg{2CpV=kBAo*3lI)Msp^B((!sC``5-MK7J?P>&r)yIDD!gr zh+gyR*G3>*b!19?VW$4-S-vH@p}B3+07+ z58B&I9CDPJMl2h;ySsUy_3^6A2e*an?!C4=urRY=-N5R3Y}lwdl2r<>T)DEgVD>c> z?CI&LEtq=^1$%pYYYXOe!S`2umx?1<7F*! zbL_`>xHu{-a`S2aWmWguzWyV*897#9-zw&AX!uARf#Jrm4FA;XrW%=B#ohtyphiI{ z^R2w^TOAYet#a)*CcHl70aY>H3bHfa5f%TWK#jGv6`ZF^E}Dl8APQG?m|w>8NkZlJ z<nXdw8c!+wtf<2r^W)$T_jn2 zJv4EPr)E$2mQ_{JzitX^uc?Xwdmi->yN1O#}?AkGW;?><9(s+p%w z`ZA;r^ukQO>bz(2hKC{yj-cS2<+P^Gi8O7%ow%0!!y8h((Fh6~HNO5#zOSaPUGa^t z`$Bx1Hq6m_k{rJ?nz%nSO4uifu%G9lx4fJE`2FEH9YXy5;5cQWabD)~4~@vi85*fS za9E8Exjovlegg@lx|#}2`KHZU(oLJM*lXFc{_^nta^-7}0X{H^iLPZG<`i2h`*`y&V5t)D-70H<)`7>^zTZ^*rV#HK)Tgx)xWFOrTkFj#A* z!2ipqv*}Esv#T?c$#>>6t@FZ(;}Cud0g0Aybi~=Dg9RWO5`Zmft4g?@aN>BdwRiI* zehOe)#TLR(06=ICsiwy#!fQx4qG$|(A`u?|>~GJ3G3{2{htYP4uc2EFfO-vp1B@V8 z1OU7SFlMWr0QQi3A&1>Ctp*^+K{Fd_wREAgqnPe07P1`mD&5I{7tv}bd9Ah&H&O>b z5+Gkgs{z1s00=D-Q%gDLKN+0u&+W9c_YMFW4uE+F01XFL@eY8m;m|dJ_oRKR8two_ z_mwc4y5RsI%%&M`0QTdj0LE;%Q@|c_?=PV@nI5HqY^+vMt(8@Kmuqi7)xM$5)mnoo#Sc9O90Y` z3OYev0%+v+d1q(3SnTZLE9f2RT(%>h&lJ#!XRA&G^){EE6gW*^sgDT{ZSH9fUJk$v zh~R+0CC&kR|HJ*pF9@8ibH_DwwvM5}bw;prR6@nj*c>6?l=whQ4DFL&rlT^?+p{FOQghUN^A z3W6b_$`R2BQA_}H=nH-`V7A2bQ_De9;tqDZygOm~7-8*^@B@eLwnxuJp!`8jx?4xN z5P_#473IS8F>-O7iU%ACHmv*jGhX=z9C}!D1~!oSVf~PR?qfjeApz6JcwYc8N3wXd zx{tdVe^ee9Far+|zbEjxua5ye?$Ga@_A&eTVz7$*zt_PlbRPp!!7JY1$l}j$b7eCe zyRj>qO?PHGctYpU$)EE&xtn{G17UD<3#kV>84yRZ;HL@voqQ?yTg5%fPZW6X5ulR+ z`Q9Ty>w;zV9)Yiun{@&|Nbql)@@1gBn#=s#q2u(M0hq{ujtkKV`pp0jIw3?Sh5Vg- zxmW(A5S^;agAJ5FHAJWD@*Z@0h|bh+4qzhV@ekxYGel>HswVOp#?O}66Q+{^smBG( z$OH7L5S_bcncVL$ij6(L%$^P`&qtq;-FzQzR8SBL1Dkbf@Y zDH9}I6Qb*@n{zGW*N5mUnk+gL&{snAHBHuoz80bzUqf?V1!h6w#t_}CsiKX|B*&;EB_jDHLVv_eHNc*K*t45~AOe6poc^Biw2uBpDh%+@@(nIa`4!EI-kjRK?GgrHRlkw z-7iA)sQx0F6VRg}dMu$ zm#0JYm+Hnmoa^|P5Iw8OqU8WR8=}8zvL5u;5WVmk8uNNE3lcAc=i(!bYl*BsIOsg zp|3d{#peu%8}FDfoe)-0d=MZ=uoJ>`Qdn)FJho2?(1<6t>S1Sx>0Ds4L(}=r4bypH?s2n4yU~z1FH9F|5)qHYg<<-PCSkD8gz4fi zOL2}q3*nB4P{P8+VY)QT&nWT6R1c=FgZ3xE-lbvsypKJ>J|Ctlee4N#WtgtA*!zYd zaaEYUus-5jP{ECz2eByI`Qw|xvs_HT#jyFLa5`)-(S_c4e#PlDebraLu*=4g8>sGki6 z?+nvjJ_ZH5D@=F$7!>U8Fx_J@c$*<{PnhoWF(}#Z3)2HW1_gT{Ob_`OoaeFdP?#RU z*xVT^2mS-X=YY3I!t@ItZ-V_IOuzE+CfKjS^qX+|!m*B9-!X)L6Q;*~91D@h!}R;G ztl{Gg8eL4M3tb&WY{_~3PIqQIG^tAqDOx3T=eL76fpiOmT<#6J5 zaCjc3^)q35R%gew7VOzD{Z&^TlSa7yYnWaL^Nz}F$hY%SUI^1as$2DZwCX>?^pYlx zDJ|GbVR~7UHrUHydgV2=>K))&h`bV}V`Zs$y0ST5&(qm_ zx{#4pz0+$|Cg0{BAE8t9C(){cof4r_BWgk_PgjOTJ!wPn3gf5S?f1r_bMHlaiIx@vVXSR#AWV};SO2xapmSy^F?&T3$ufK_w z6>NQku8t^4tW^X*29KAaU9XPNwK_lARj_L#^krRn!}pgX^cAaJ$*a*S6U$P`?5U{wP8}@i8daPa^bFAA^GZG(tbK7`)ez_*sM=^f4&eAB@n? zeGCfr^9ViSV{pF5!Xpv-RrR?1Jb3$6gnsSgO|V}_=usbUf;}3c$6mv@ybl~pfyW~B zgpXsvo`}#>4Nmw1eu}wVrkE)dIx=0IdF+oK@P;LmZ*!lD(4X`tF)Ri9Q-uCf-7^n@ z$*VCi{}Q3+bqNei!Jd!M-*oLU7KHJ?Md*L6fw{m-`QHe=T-~r=M8m!up?_)87=eQQ zD?5Ql~;U58yUqZW{5v8+rezdD#XGiH=U|Nt0-{(f@yr^H0 zroCF87p04A>c0T>Ytgh9Md=bv9nC1%B~iLmQ#aV9QMx?ppYXplBrcEAm6`-PSx8(N zrK@}l3U*bLz8I}c_^g-ri&453vEccLZPt-rgZgz~@Y*PS#mAsvUy0J!d<+WqwJ6IZ5>|;=}-yEe|d<+V9OO$T)F_`yQxHU@OiB>H{Uj}dAiPCp{yb1Q*DBbSk zO|aXe^!?W`E`JM-rNH;2^dld~g8e8;KaMuE!t*#Rbn?QUP3O`XUXQZM+VHqHESY?p z`{O9xt3QchDcHSHy05xteg`IR!N9yPN)PE07?^@R6s3oC?J*XF@rR@I3u|B&yp&%= z>CtNXzX$zqp>-dP((g2V3`4DoW325@1J2JQJlq`&bn0 z&ry2T*YjOo-e;rqe09&?3f`WN(hEM`1bZP$FZy^B?8PYk{WbLbQ{Y$%{5?u9`#2Wt zG=sZmyy)4*y zG5WNoZ?I3t=)#y^DE-NhxG+W+YZB;rA#rhxKIdamu+PQlvRFkZ?d;{fEJmM?Rn7Sy zgSXGe=nFpH1p7ja*86x9Y<-Nbj*Yz*{RJFLfvaP5t&d~Du8q-`V~wpvT{+%$7K+e> z@HwfN$>&82@|@T8OuxiS*1l-pu-dv(h`fR?>IMt5k^=wZR`h|!&zw88F-(GOok%RUdDg~$(M zbhjo9{sg-_M)$--y|lQFo7F<)CspMhwV<`YmfKD~gtEpipJ&x)R*VII^V*fEx4HMk z=zjf0w5wqE$LPVBwZ^{)4j)3RJ{Y4%bbhp|V2{M;m%8eP>tDv`*H)|U?$zhlF?!sl z{=cC9b2RMZF?v!{MLpNr7!1A`qnCUP3ieWrUiL94*vm0`#bWTEhQuo|IyPR}$w~HO z<8(YQEs_K~K29gbEAxF%kA)NCbV|HxzCQxqPKnbeG+{K9V4sN7X_~OXPK(nS@v-Oo zzre8&IU`PI`#2Wt>^PkpZ*0D2^L&2iqbBb@^L*N5g|b*G|Lu)Srr+kC8>b8OH!&^+ zyC6;%#j8a9F(FQU93%6hI9;MkU}Oq*Nt`a#)yH5E&M%GA<#E5LU+Se?9;fxyE&DsP z?D{xerAea|1-mLvU(}=x_Qg1T={2v6g{ZcX?Tz~U2V)|=yWtIm&R73|hH zeOuSvu>I{geb;K%eY^^NH%@oj)K3KUC(*KZ#_29i9jz$XU2(cwQ#aV%ak?k&Uq4SW zB<_jReVPQA5fb;s=>Z>uf;|wYhkWztZC>7o;`B)Ms5%AIp8|uA#Oc>Q1_k?doF4Tt zDA=QMddy<*6NbcNaeBhXpk#j{PEYw56zr)uJ?&#~KaYi{82h?oV-g z&c~f#&&BC^A9sR1AE&=r+?{Sn{4GxZ@Np;E{}HEu`nVJ9pK`6|DQ( zYn+Q@fU0(dc+{QcO&k6|n|o@4KB+&7X(QMt6LfaM-!W%{$3J1#oSmTabau=d!Olz2 zr*-8G-=9vwL7&s4(T0M3E+FbO|)9U^gV_CS7~O_)Q7=hSjhKc~$yGf^My* ze?I8{FIxB31btW2M@tI!-2~mP=^O0!1brWUZ>(FNHYC2EpdV=xU`I&&C_z8=u_)M& z6ZDfrWr1Jr<^4&5?yc_mzk|1X6ZA75Z-V_SLHGN36YTy3J@^`W{z7mp1s+V$BR-A= zdn7@>Ofd$E&;Mv*7Yo zbp7KAdQz7_*9-P!g8rbZkG2-h|B#?RT3!EcFXfL3dbXPW#h`yoh@1D>1ihf?qnibL zAwe%{`UZP3L4UWp{t`pt?+JQYlK?wH;^hRr;$u;;R}%E9uj}9A<$aaqBVKAYqW)5l zJ{H^^m!y-D6>%!qNl7{dm=>pkosy(e)nm`vYw9vX;?yLasY!r4$$n;%&e9|dc2<(k zNmd5td%e8pBiub-SK~cD*4HgX; zT!Sxs5>0%6l76ngfaVnJ=Sg}*f5BjnBffX?C8KFcmmBgZEcV~A;mz}NIK@%(WLJU?!O#z9NXndID5%Nbc z1eF+rN=Yb!qCC{ZXK87fXC+o8m7g++u_(}0M{?X%17WUz}^J0|~OVtpT>+r{914?01+pTTYqIzijb;G1>m9&uQFlffPj zI#GNNgS{Sfg0`2z_dMwOZ3y3E@IyAnm#D$6&t)o1pDy@MCs%lmAmf zEGqn%!9yOzg7y%DN7%HPd~pi)Gg~{cfhCDY7(AvLCG8Zn#~2*08<@uk<8D&S!win7 z;-r{@c7(xGs`E7F0{2r4eo?2GgZ7hOFgP(*t`Cr0PcV2|u_oIiXiqaZsaQL-lMJ4l zf?R)2m<5yP7(A~S6FxzEp23T(F_YifiPJvMbEz!eM8Xe|d0w0~JZ_5>`7cSl$lztw zCW%$hUS{wLlgoQ~Js(ZQ6NGXfN%j>6ud5m)SwVZ9!5gak4)Qk`{C}NfZ;<@)gKGwF zjphF&@&6Ht_bmp0Q2a@hg7yane^mS(+8-JGxo%1waajDB!Cw^%f+JY`mBHUV5C!e; z4F2JnQbTsxe=s;xr&muA>-~i841>*vYmNkMvjMjfO_?J>yVZa#hSwY&by#dM;C97= z(23%=8*qnW;n40d;4Z^8N5gj6yA0T7jG6Ec61HsyZ1-RjwCx6b&4W$QzGlGP#@Q$Q zF+waV+-<-v4`M;vWx##Lv`u)i`#5fECN{7nai0MXs76UM1?>R?zC}`XEb%W1<4;H} zzh%I8RB=*ELHmvY-&LI_sS4cRHQ@V(*AtD{Prh%!{;_gBNOIk8z=Mi4X`i4yXutu* z+MyjV;NTSGdV(+uCI<~Tq!<%EK|5r?qeeqcK9?$F)14f@8o(EHX>{`PQ;cV9sUrI& ziAN21Ts28j6|~0>yri?RTW6Cf_Bt^W2*BG?qdcVuaj%l z?$L1rPL7r9Pf4yP4R}_uCK(Favj&_}tR31Z15QstuFn!?!Q`|7zfz0|pP>E9fR~KM z3~3HOYRlsXR~#*Bs*uX0<)>GtY{4S`C5e{|cvZDYf)%t^4R~#gVE>mu{+tB+ngPF2 z6-cmx_8SAjYb~yYyQFeqT2mP80LPB--B_@F&Hb#3*QgGT<+YxkLMl z0dLotsplOQZyWHAVnJ90i+2oo*Mm>c-ZkKi$4uR1mpx;^`(uawal-b#0h>+NgbLbb z6K*A%GNFQYs|j1ovzw_G39+cK#e~}xV?r!wx0`T>+2F9_XAbyXXjck1Ot^H$U6Z(# z@N0Y6kv|?fny^i^Ny9E^+f3MD)}7VAL>PZbqrSt0ovJ*Ix}fbe;U3j_2lqWD+-rKx z)aUFT-D|?`dhY*6+)t2bcbo8S#hr#&(7tWL9>v|E?J;4m>Ge)8J1q8^@B_tyzz7yU zFkznuprGwDVZZ5mr(5i@`%O4t%Eg28;qoiQ{b>Stz=VfA00r$~6ApO*3fdtP9<2lT zs>9+@6ApU-isFY&c)|lv(4H{ihzH;oYzRk8I7+M?AMzTpeumH;HQ~4iouC~z;e-dB zpq((`nL2c@J1m|t;gkoRD1OR>(;jq!cG`p&Jm~(*hVX(3zc&3d@5V9nZWt{y24`qx zu`J~>UDI=en@$%ZsbisYh_ev;VB#!n54_RT_E4BLmh|3wH`HLwM#FAI&=X#6HO+|n zMM?);URh5Q8sdY{K{;#su*}jC0W2=m({@k+yeZY>nQ_s=zf1Fm2o(9lnMg!v0juL;oC)(MNF1wX2Nkt2?1vL4fC%To z0?8~WxL=Z30By2_1b0cI4QGZE(15BegbOeN!BVS9MC70eMAQo)DT`6JJCKls54((r z@L{+}mLSeVxClVF>8Q$Aia4o{^a$W1va(J12rQMAZNgGWovqU`#ViF`$&5?~anC|d zGNVp+w0ty?gDzP@Li=cC{L~q0Eo+^c~>m4z^5k5NyGcyhD(ce({#jV;NFx&QoSx(RR*g?vyw?d6pZPb*6 zlqrc!W=f)d#=tctzD|`)Nek@@nlMn+bF@keLKrC`FoB|w-xOuSb{TS<7vX%L;}e}t zxKLG-e5l|RvTKqP6}%h@dC|G{1xE+PYz!CVtJiXwc51R1TJcE~JD7_5DmK#3L3tzo zs;5KsSJP12OS9N&JvE&$$-8ye^zmv`krygO{y>(0(kJ@5OvfjZ!EJ3ZU7twioCuCj zvGOuDO3We@Tb6Y^BH44QOdc_U_O`WUF|O>E$lJQ)hv;Do%)xcyC)=V|E?=?o z$_*(+o+H+YV(P_WZCFmO6UEGv1X?Ew$48*sTFy_jdc#@~fx=ojo|p)WVDVVccICww z*=k{|8?kx2L_MI!+tC%y#do(IHp)~$^hYfeh{-}MhNYyRA}JA}L-wRvd<*nMaZN8m%3bu za4B3SOAzWsEejKu!N+6?0!f6A!E#x`CM<{Uaj411QsHh`jms?|IB%y+)%l#MI$XW)9-7zr(bOs=;BQ4v=nIDx20Xo;5jA`q1Wm&6&97e1>;hYh9z4Txx$*SN`C>qh-WO$%*>#dqB>uMFR7q6O&AfN9VuT5 zz?W4>8H$@gq%Q~HHdQJpNUe$60`L`2;F`Cf8rLY9l;Mu*gWUTHH7~ zW(Bz79GvJhY&88HuD@$t*!E_KU8d(+<#I>lOI}~Bj#~e7t{fV5qjvDp@MP=3$mHum z-{qpawe(#sk{g{w)s{@6YLi7a4NVZ)l;{(w+PTC$4f`v~xl{dAt>e7_qZ|TDM~fRr zhDxJLDTUzDO_*_ZwB~u=OD2;X{day6zLlGC~pK9$|l=Y*4!_-8k zv1Ev{8mOk4uzlIJ3$T-R<4Qs@=YgkW90x2M+a4TWRAxl*;Gc<2#gk!?Ai;-BNfMA8 zMRxB85JMdQ62lW{q?75Xb`r)TpP-X(|I2lfPqmZ(G9&pJZEek1OB^Ls(*m<_do)n$ zD#JbfH}vO1)*5iQtEoWQcRcDj8?|<3GTy6l5OL2VrO+acf`>d0Ys^m0v}=g012|I~ zK-Z~@F71J#hfaTBa#J6eE&2nKx7Lmw7)s!a{qr#pV@p!@IVB0QB#~Ia!e~Mr4Z!G{ zb{I1{^hI5mx~M;^>vp(xu_HdEGGc$BUI&d< z*PU7|IBaGzW@oSVXp3CeoN7jOX+Tc74^B>HZRO2dolb{+mG?Z9f|Z=57MAJ+3l&7$ zQ1Py*8!CO~Q?!C%9I~C-yN`_3;|NL3Jed*9on2}PEWT%(!ZJWj)T)zQ2_-tLJ9wEC z#2CSwhb5gP3%?X8R&825t$KhZg*Z8JAm9vxQ>hoa*xeRx^xA-Mr_ z2bFe_{=@8+vHRds>!Wb&@4)} zPWZA$2{?joZcQv={bzEz-U2Dcabz5e(Wakv^0q$AM^tl?&125FJXlsDmgUKFJ2smX z!NrK+!sLg}`k{vh({+exU2?j=B$*WD0z^4C*;4GOY^q&TSy8$i6B1(%CJ(4p2x>+0 z-?h#omQKLW9VYCb3+!BR*qBQa&HM{DfG2qyFNP?f6HC6q;- z(ub9wGAv9;>j5w&SR!3*L$JE03=7lU>cSGqa2tYEm@+I(rmG7}q}qijpTVQ;_&xjO zt5)F;jP8@`?#3S&&<+3Kk5#KO_(%L$g@1SmgPvc=gBg4nEa0!$iego~SK^@+m7zYa z!Ygtn!z^BdTU>6qztheGJP6{m)dT#kQtR>s<4B3Va&f3Kz$4vg8cS8~+&AWP?3>5w zgp*Xv3UzJDGn_kDh~{E znPra$G3O=^U4=<{c;u=|bz^aeFIdxq=j%6>`qow}BPGlqxvos_U)EmBgKPTxc~~5< zaCs+(N3SmR58=|D2Qfb-S5eD(vy5Kub|oeWD87iiyT_yQ?`1rU!&j~G+3Pm-;Fk~O zo>KLb#bI<&RP^R@t#^C}g zK{z6A)e|XEE03+mPL_MI=aKd0(#_aU`?E&we&Ec-DphkP#0J2_sW!z^4hO4?(M z>0x-bfU$K_`3&O0G#m|K@yRmN0G2`*$5{86V}*BNEMZi=MtbCzQ$!yNCMDsW7)%ml zQDCCF3$wpwof65ucyz%CxHe3xTcrRpaa3Uu4yv;xl|_Ct_{O4*0MGezuZOo zOgc%)IBpm)DNHdIhHq$nU~EpN0s)`asYN74ijKRu=Mk%sYswCG}O#FR;5l5}){{4KTsJ z;Pk3~a+u!-Gk4{?8erm+m6czisdA{NS?ml?ar7ab zIF0hTcJbC;yH7rWFx&Y`O*lSGXa_MJY;ch~9c(hw!zQag-i0jBbBxZ5rz0HgOg`6z zCPr8D3Ybs|BW-2!nNE!Bjf>SZiZ`P-O5(6pw~|yU&CN=GrMj}%J4oB+)urK8c&VJ; z9`a>+c=3Yq%Hdk|^H<^bSo~7Gy5-?=4NrcqE)C<}oHuq&oHuw=4)^nw;nB)aiHD{1 zBE8j8u~y>E^6%@)wZZPeGM($Vge!|ZB|O9E6R%Ww+LY%r%~PZ$yql^ zf^>n$D#Obq5d76WSR5WG@hJWh$1X@xCrzv}LgncMjkn0J?@^^n)nctu-M}f { }); +} +interface Index_Params { + message?: string; + scroller?: Scroller; + arr?: number[]; + count?: number; +} +import promptAction from "@ohos:promptAction"; +import router from "@ohos:router"; +class Index extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__message = new ObservedPropertySimplePU('Hello World', this, "message"); + this.scroller = new Scroller(); + this.arr = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; + this.__count = new ObservedPropertySimplePU(0, this, "count"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Index_Params) { + if (params.message !== undefined) { + this.message = params.message; + } + if (params.scroller !== undefined) { + this.scroller = params.scroller; + } + if (params.arr !== undefined) { + this.arr = params.arr; + } + if (params.count !== undefined) { + this.count = params.count; + } + } + updateStateVars(params: Index_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__message.purgeDependencyOnElmtId(rmElmtId); + this.__count.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__message.aboutToBeDeleted(); + this.__count.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __message: ObservedPropertySimplePU; + get message() { + return this.__message.get(); + } + set message(newValue: string) { + this.__message.set(newValue); + } + private scroller: Scroller; + private arr: number[]; + private __count: ObservedPropertySimplePU; + get count() { + return this.__count.get(); + } + set count(newValue: number) { + this.__count.set(newValue); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.height('100%'); + Row.backgroundColor("#FF3333"); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + Column.height("100%"); + Column.alignItems(HorizontalAlign.Start); + Column.backgroundColor("#800000"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.message); + Text.fontSize(10); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("Next"); + Text.fontSize(10); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("after click"); + Text.fontSize(10); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("idTest"); + Text.id("idTest"); + Text.fontSize(10); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.height("300"); + Column.width("100%"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Scroll.create(this.scroller); + Scroll.id("scroll_test"); + Scroll.scrollBar(BarState.Off); + Scroll.scrollable(ScrollDirection.Vertical); + }, Scroll); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Column }); + Flex.margin({ right: 10 }); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(item.toString()); + Text.width('90%'); + Text.height(100); + Text.id("scroll_item"); + Text.backgroundColor('#3366CC'); + Text.borderRadius(15); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.margin({ top: 5 }); + }, Text); + Text.pop(); + Row.pop(); + }; + this.forEachUpdateFunction(elmtId, this.arr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + Flex.pop(); + Scroll.pop(); + Column.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.margin({ top: 10 }); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.id("btnTest"); + Button.onClick(() => { + router.replaceUrl({ + url: 'pages/Scroller' + }); + }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("ButtonTest"); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.id("btnTest"); + Button.onClick(() => { + }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("ButtonTest1"); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('showToast', { type: ButtonType.Normal, stateEffect: true }); + Button.borderRadius(8); + Button.backgroundColor(0x317aff); + Button.width(90); + Button.onClick(() => { + console.log('ButtonType.Normal'); + promptAction.showToast({ + message: "testMessage", + duration: 2000 + }); + }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('showDialog', { type: ButtonType.Normal, stateEffect: true }); + Button.borderRadius(8); + Button.backgroundColor(0x317aff); + Button.width(90); + Button.onClick(() => { + console.log('ButtonType.Normal dialog'); + promptAction.showDialog({ + title: "testDialog", + message: "testMessage" + }); + }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.id("drag"); + Button.onClick(() => { + router.push({ + url: 'pages/Drag' + }); + }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("Drag"); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.id("inch"); + Button.onClick(() => { + router.push({ + url: 'pages/Pinch' + }); + }); + Button.margin({ left: 10 }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("Pinch"); + }, Text); + Text.pop(); + Button.pop(); + Row.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.margin({ top: 10 }); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Toggle.create({ type: ToggleType.Switch, isOn: false }); + Toggle.selectedColor('#007DFF'); + Toggle.switchPointColor('#FFFFFF'); + Toggle.onChange((isOn: boolean) => { + console.info('Component status:' + isOn); + }); + Toggle.id("Toggle_switch_false"); + }, Toggle); + Toggle.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Toggle.create({ type: ToggleType.Switch, isOn: true }); + Toggle.selectedColor('#007DFF'); + Toggle.switchPointColor('#FFFFFF'); + Toggle.onChange((isOn: boolean) => { + console.info('Component status:' + isOn); + }); + Toggle.id("Toggle_switch_true"); + }, Toggle); + Toggle.pop(); + Row.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.margin({ top: 10 }); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Checkbox.create({ name: 'checkbox1', group: 'checkboxGroup' }); + Checkbox.select(true); + Checkbox.selectedColor(0xed6f21); + Checkbox.onChange((value: boolean) => { + console.info('Checkbox1 change is' + value); + }); + Checkbox.id("check_test_checked"); + }, Checkbox); + Checkbox.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Checkbox.create({ name: 'checkbox2', group: 'checkboxGroup' }); + Checkbox.select(false); + Checkbox.selectedColor(0x39a2db); + Checkbox.onChange((value: boolean) => { + console.info('Checkbox2 change is' + value); + }); + Checkbox.id("check_test_not_checked"); + }, Checkbox); + Checkbox.pop(); + Row.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.margin({ top: 10 }); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Select.create([{ value: 'aaa', icon: "/common/1.png" }, + { value: 'bbb', icon: "/common/2.png" }, + { value: 'ccc', icon: "/common/3.png" }, + { value: 'ddd', icon: "/common/4.png" }]); + Select.selected(2); + Select.value('TTT'); + Select.font({ size: 30, weight: 400, family: 'serif', style: FontStyle.Normal }); + Select.selectedOptionFont({ size: 40, weight: 500, family: 'serif', style: FontStyle.Normal }); + Select.optionFont({ size: 30, weight: 400, family: 'serif', style: FontStyle.Normal }); + Select.onSelect((index: number) => { + console.info("Select:" + index); + }); + }, Select); + Select.pop(); + Row.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.margin({ top: 10 }); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Radio.create({ value: 'Radio1', group: 'radioGroup' }); + Radio.checked(false); + Radio.id("radio_test"); + }, Radio); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Radio.create({ value: 'Radio2', group: 'radioGroup' }); + Radio.checked(true); + Radio.id("radio_test1"); + }, Radio); + Row.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("unit_jsunit"); + Text.fontSize(30); + Text.fontWeight(FontWeight.Bold); + Gesture.create(GesturePriority.Low); + TapGesture.create({ count: 2 }); + TapGesture.onAction(() => { + router.push({ url: 'pages/Swipe' }); + }); + TapGesture.pop(); + Gesture.pop(); + }, Text); + Text.pop(); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Index"; + } +} +registerNamedRoute(() => new Index(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Index", pageFullPath: "entry/src/main/ets/pages/Index", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..0645d483c280a9b85348edfb835591a64c9da0a7 GIT binary patch literal 27769 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 AK>z>% literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.ts new file mode 100644 index 0000000000..1b7d6cff18 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.ts @@ -0,0 +1,73 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface Input_Params { + message?: string; +} +class Input extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__message = new ObservedPropertySimplePU('Hello World', this, "message"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Input_Params) { + if (params.message !== undefined) { + this.message = params.message; + } + } + updateStateVars(params: Input_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__message.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__message.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __message: ObservedPropertySimplePU; + get message() { + return this.__message.get(); + } + set message(newValue: string) { + this.__message.set(newValue); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.height('100%'); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.message); + Text.fontSize(50); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + TextInput.create({ placeholder: 'welcome', text: 'Hello World' }); + TextInput.type(InputType.Normal); + TextInput.width(300); + TextInput.height(50); + TextInput.fontSize(40); + TextInput.enabled(true); + TextInput.margin({ top: 20 }); + }, TextInput); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Input"; + } +} +registerNamedRoute(() => new Input(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Input", pageFullPath: "entry/src/main/ets/pages/Input", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Mouse.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Mouse.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..d7971434ace13453b137084b01ae7c2966bee0ec GIT binary patch literal 80113 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 { }); +} +interface Mouse_Params { + message?: string; + scroller?: Scroller; + arr?: number[]; + count?: number; + hoverText?: string; + hoverMsg?: string; +} +import router from "@ohos:router"; +class Mouse extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__message = new ObservedPropertySimplePU('Hello World', this, "message"); + this.scroller = new Scroller(); + this.arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18.19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]; + this.__count = new ObservedPropertySimplePU(0, this, "count"); + this.__hoverText = new ObservedPropertySimplePU('jump', this, "hoverText"); + this.__hoverMsg = new ObservedPropertySimplePU('hoverText', this, "hoverMsg"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Mouse_Params) { + if (params.message !== undefined) { + this.message = params.message; + } + if (params.scroller !== undefined) { + this.scroller = params.scroller; + } + if (params.arr !== undefined) { + this.arr = params.arr; + } + if (params.count !== undefined) { + this.count = params.count; + } + if (params.hoverText !== undefined) { + this.hoverText = params.hoverText; + } + if (params.hoverMsg !== undefined) { + this.hoverMsg = params.hoverMsg; + } + } + updateStateVars(params: Mouse_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__message.purgeDependencyOnElmtId(rmElmtId); + this.__count.purgeDependencyOnElmtId(rmElmtId); + this.__hoverText.purgeDependencyOnElmtId(rmElmtId); + this.__hoverMsg.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__message.aboutToBeDeleted(); + this.__count.aboutToBeDeleted(); + this.__hoverText.aboutToBeDeleted(); + this.__hoverMsg.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __message: ObservedPropertySimplePU; + get message() { + return this.__message.get(); + } + set message(newValue: string) { + this.__message.set(newValue); + } + private scroller: Scroller; + private arr: number[]; + private __count: ObservedPropertySimplePU; + get count() { + return this.__count.get(); + } + set count(newValue: number) { + this.__count.set(newValue); + } + private __hoverText: ObservedPropertySimplePU; + get hoverText() { + return this.__hoverText.get(); + } + set hoverText(newValue: string) { + this.__hoverText.set(newValue); + } + private __hoverMsg: ObservedPropertySimplePU; + get hoverMsg() { + return this.__hoverMsg.get(); + } + set hoverMsg(newValue: string) { + this.__hoverMsg.set(newValue); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.height('100%'); + Row.backgroundColor("#FF3333"); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + Column.height("100%"); + Column.alignItems(HorizontalAlign.Start); + Column.backgroundColor("#800000"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.id("hover_bt"); + Button.onHover((isHover: boolean | undefined, event?: HoverEvent | undefined) => { + if (isHover) { + this.hoverMsg = 'hover'; + } + }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.hoverMsg); + Text.id("hoverText"); + Text.fontSize(25); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.onClick((event?: ClickEvent) => { + router.pushUrl({ + url: "pages/five" + }); + }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create("toMouseDrag"); + Text.id("toMouseDrag"); + Text.fontSize(15); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.id("mouse_test"); + Button.type(ButtonType.Capsule); + Button.margin({ top: 20 }); + Button.onHover((isHover: boolean | undefined, event?: HoverEvent | undefined) => { + if (isHover) { + this.hoverText = 'hover'; + } + }); + Button.onMouse((event: MouseEvent) => { + switch (event.button) { + case MouseButton.Left: + console.log("ljl", "left"); + this.hoverText = 'left'; + break; + case MouseButton.Right: + this.hoverText = 'right'; + break; + case MouseButton.Middle: + this.hoverText = 'middle'; + break; + default: + console.log("ljl", "defaultTest"); + break; + } + }); + Gesture.create(GesturePriority.Low); + TapGesture.create({ count: 2 }); + TapGesture.onAction(() => { + router.pushUrl({ + url: "pages/Third" + }); + }); + TapGesture.pop(); + Gesture.pop(); + Gesture.create(GesturePriority.Low); + LongPressGesture.create({ repeat: false }); + LongPressGesture.onAction(() => { + router.pushUrl({ + url: "pages/Fourth" + }); + }); + LongPressGesture.pop(); + Gesture.pop(); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.hoverText); + Text.id("mouse_test_result"); + Text.fontSize(25); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.height("300"); + Column.width("100%"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Scroll.create(this.scroller); + Scroll.id("scroll_test"); + Scroll.scrollBar(BarState.Off); + Scroll.scrollable(ScrollDirection.Vertical); + }, Scroll); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Column }); + Flex.margin({ right: 10 }); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(item.toString()); + Text.width('90%'); + Text.height(100); + Text.id("scroll_item"); + Text.backgroundColor('#3366CC'); + Text.borderRadius(15); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.margin({ top: 5 }); + }, Text); + Text.pop(); + Row.pop(); + }; + this.forEachUpdateFunction(elmtId, this.arr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + Flex.pop(); + Scroll.pop(); + Column.pop(); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Mouse"; + } +} +registerNamedRoute(() => new Mouse(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Mouse", pageFullPath: "entry/src/main/ets/pages/Mouse", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..bf0b72f09eea5e57d5d359edd529d354965bac72 GIT binary patch literal 43983 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 literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.ts new file mode 100644 index 0000000000..01cdf0ab14 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.ts @@ -0,0 +1,115 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface ScreenExample_Params { + myScale?: number; + myScaleOut?: number; +} +class ScreenExample extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__myScale = new ObservedPropertySimplePU(1, this, "myScale"); + this.__myScaleOut = new ObservedPropertySimplePU(1, this, "myScaleOut"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: ScreenExample_Params) { + if (params.myScale !== undefined) { + this.myScale = params.myScale; + } + if (params.myScaleOut !== undefined) { + this.myScaleOut = params.myScaleOut; + } + } + updateStateVars(params: ScreenExample_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__myScale.purgeDependencyOnElmtId(rmElmtId); + this.__myScaleOut.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__myScale.aboutToBeDeleted(); + this.__myScaleOut.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __myScale: ObservedPropertySimplePU; + get myScale() { + return this.__myScale.get(); + } + set myScale(newValue: number) { + this.__myScale.set(newValue); + } + private __myScaleOut: ObservedPropertySimplePU; + get myScaleOut() { + return this.__myScaleOut.get(); + } + set myScaleOut(newValue: number) { + this.__myScaleOut.set(newValue); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + Column.height('100%'); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.myScale.toString()); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Image.create({ "id": 16777247, "type": 20000, params: [], "bundleName": "com.samples.test.uitest", "moduleName": "entry" }); + Image.objectFit(ImageFit.Auto); + Image.height(200); + Image.width(200); + Image.id("pinch_ima"); + Image.scale({ x: this.myScale, y: this.myScale, z: this.myScale }); + Gesture.create(GesturePriority.Low); + PinchGesture.create(); + PinchGesture.onActionStart((event: GestureEvent) => { + console.info('Pinch start'); + }); + PinchGesture.onActionUpdate((event: GestureEvent) => { + this.myScale = event.scale; + }); + PinchGesture.onActionEnd(() => { + console.info('Pinch end'); + }); + PinchGesture.pop(); + Gesture.pop(); + }, Image); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Image.create({ "id": 16777247, "type": 20000, params: [], "bundleName": "com.samples.test.uitest", "moduleName": "entry" }); + Image.objectFit(ImageFit.Auto); + Image.height(200); + Image.width(200); + Image.margin({ top: 100 }); + Image.id("pinch_ima_out"); + Image.scale({ x: this.myScaleOut, y: this.myScaleOut, z: this.myScaleOut }); + Gesture.create(GesturePriority.Low); + PinchGesture.create(); + PinchGesture.onActionStart((event: GestureEvent) => { + console.info('Pinch start'); + }); + PinchGesture.onActionUpdate((event: GestureEvent) => { + this.myScaleOut = event.scale; + }); + PinchGesture.onActionEnd(() => { + console.info('Pinch end'); + }); + PinchGesture.pop(); + Gesture.pop(); + }, Image); + Column.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "ScreenExample"; + } +} +registerNamedRoute(() => new ScreenExample(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Pinch", pageFullPath: "entry/src/main/ets/pages/Pinch", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Scroller.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Scroller.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..34e246b827012093e78c643b5f40d27d5b9956c2 GIT binary patch literal 81114 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 { }); +} +interface ScrollExample_Params { + scroller?: Scroller; + arr?: number[]; + ListArr?: String[]; +} +class ScrollExample extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.scroller = new Scroller(); + this.arr = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; + this.ListArr = ["test1", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9", "test10", "test11"]; + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: ScrollExample_Params) { + if (params.scroller !== undefined) { + this.scroller = params.scroller; + } + if (params.arr !== undefined) { + this.arr = params.arr; + } + if (params.ListArr !== undefined) { + this.ListArr = params.ListArr; + } + } + updateStateVars(params: ScrollExample_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + } + aboutToBeDeleted() { + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private scroller: Scroller; + private arr: number[]; + private ListArr: String[]; + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.height("100%"); + Row.alignItems(VerticalAlign.Top); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Stack.create({ alignContent: Alignment.TopStart }); + Stack.width('100%'); + Stack.height('30%'); + Stack.backgroundColor(0xDCDCDC); + }, Stack); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Scroll.create(this.scroller); + Scroll.id("scroll_test"); + Scroll.scrollable(ScrollDirection.Vertical); + Scroll.scrollBar(BarState.On); + Scroll.scrollBarColor(Color.Gray); + Scroll.scrollBarWidth(30); + Scroll.edgeEffect(EdgeEffect.None); + Scroll.onScroll((xOffset: number, yOffset: number) => { + console.info(xOffset + ' ' + yOffset); + }); + Scroll.onScrollEdge((side: Edge) => { + console.info('To the edge'); + }); + Scroll.onScrollEnd(() => { + console.info('Scroll Stop'); + }); + }, Scroll); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(item.toString()); + Text.width('90%'); + Text.height(50); + Text.backgroundColor(0xFFFFFF); + Text.borderRadius(15); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.margin({ top: 10 }); + Text.id("scroller_item_text"); + }, Text); + Text.pop(); + }; + this.forEachUpdateFunction(elmtId, this.arr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + Column.pop(); + Scroll.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('scroll 150'); + Button.onClick(() => { + this.scroller.scrollBy(0, 150); + }); + Button.margin({ top: 10, left: 20 }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('back top'); + Button.onClick(() => { + this.scroller.scrollEdge(Edge.Top); + }); + Button.margin({ top: 110, left: 20 }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('next page'); + Button.onClick(() => { + this.scroller.scrollPage({ next: true }); + }); + Button.margin({ top: 170, left: 20 }); + }, Button); + Button.pop(); + Stack.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Stack.create({ alignContent: Alignment.TopStart }); + Stack.width('100%'); + Stack.height('30%'); + Stack.backgroundColor(0xDCDCDC); + }, Stack); + this.observeComponentCreation2((elmtId, isInitialRender) => { + List.create({ space: 20, initialIndex: 0 }); + }, List); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + { + const itemCreation = (elmtId, isInitialRender) => { + ViewStackProcessor.StartGetAccessRecordingFor(elmtId); + itemCreation2(elmtId, isInitialRender); + if (!isInitialRender) { + ListItem.pop(); + } + ViewStackProcessor.StopGetAccessRecording(); + }; + const itemCreation2 = (elmtId, isInitialRender) => { + ListItem.create(deepRenderFunction, true); + ListItem.editable(true); + }; + const deepRenderFunction = (elmtId, isInitialRender) => { + itemCreation(elmtId, isInitialRender); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('' + item); + Text.id("list_item_text"); + Text.width('100%'); + Text.height(100); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.borderRadius(10); + Text.backgroundColor(0xFFFFFF); + }, Text); + Text.pop(); + ListItem.pop(); + }; + this.observeComponentCreation2(itemCreation2, ListItem); + ListItem.pop(); + } + }; + this.forEachUpdateFunction(elmtId, this.ListArr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + List.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('scroll 150'); + Button.onClick(() => { + this.scroller.scrollBy(0, 150); + }); + Button.margin({ top: 10, left: 20 }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('back top'); + Button.onClick(() => { + this.scroller.scrollEdge(Edge.Top); + }); + Button.margin({ top: 110, left: 20 }); + }, Button); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithLabel('next page'); + Button.onClick(() => { + this.scroller.scrollPage({ next: true }); + }); + Button.margin({ top: 170, left: 20 }); + }, Button); + Button.pop(); + Stack.pop(); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "ScrollExample"; + } +} +registerNamedRoute(() => new ScrollExample(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Scroller", pageFullPath: "entry/src/main/ets/pages/Scroller", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..dd48bd7298434c20b96f86661992e1e743200d51 GIT binary patch literal 83123 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 literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.ts new file mode 100644 index 0000000000..eb56baa9f9 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.ts @@ -0,0 +1,235 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface Swipe_Params { + message?: string; + swiperController?: SwiperController; + result?; + scroller?: Scroller; + arr?: number[]; +} +class Swipe extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__message = new ObservedPropertySimplePU('Hello World Swipe', this, "message"); + this.swiperController = new SwiperController(); + this.result = ["jsunit", "uitest", "arkUI", "tdd"]; + this.scroller = new Scroller(); + this.arr = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Swipe_Params) { + if (params.message !== undefined) { + this.message = params.message; + } + if (params.swiperController !== undefined) { + this.swiperController = params.swiperController; + } + if (params.result !== undefined) { + this.result = params.result; + } + if (params.scroller !== undefined) { + this.scroller = params.scroller; + } + if (params.arr !== undefined) { + this.arr = params.arr; + } + } + updateStateVars(params: Swipe_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__message.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__message.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __message: ObservedPropertySimplePU; + get message() { + return this.__message.get(); + } + set message(newValue: string) { + this.__message.set(newValue); + } + private swiperController: SwiperController; + private result; + private scroller: Scroller; + private arr: number[]; + // private data: MyDataSource = new MyDataSource([]) + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.alignItems(VerticalAlign.Top); + Row.height('100%'); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('next page'); + Text.fontSize(25); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.message); + Text.fontSize(50); + Text.fontWeight(FontWeight.Bold); + Text.id("swiper_text"); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Swiper.create(this.swiperController); + Swiper.id("swiper"); + Swiper.cachedCount(2); + Swiper.index(0); + Swiper.autoPlay(false); + Swiper.interval(4000); + Swiper.indicator(true); + Swiper.loop(true); + Swiper.duration(500); + Swiper.itemSpace(0); + Swiper.curve(Curve.Linear); + Swiper.onChange((index: number) => { + this.message = this.result[index]; + console.info(index.toString()); + }); + }, Swiper); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(item); + Text.width('90%'); + Text.height(160); + Text.backgroundColor(0xAFEEEE); + Text.textAlign(TextAlign.Center); + Text.fontSize(30); + }, Text); + Text.pop(); + }; + this.forEachUpdateFunction(elmtId, this.result, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + Swiper.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.height("300"); + Column.width("100%"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Scroll.create(this.scroller); + Scroll.id("scroll_test"); + Scroll.scrollBar(BarState.Off); + Scroll.scrollable(ScrollDirection.Vertical); + }, Scroll); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Column }); + Flex.margin({ right: 10 }); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(item.toString()); + Text.width('90%'); + Text.height(100); + Text.id("scroll_item_" + item); + Text.backgroundColor('#3366CC'); + Text.borderRadius(15); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.margin({ top: 5 }); + }, Text); + Text.pop(); + Row.pop(); + }; + this.forEachUpdateFunction(elmtId, this.arr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + Flex.pop(); + Scroll.pop(); + Column.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.height("300"); + Column.width("100%"); + Column.backgroundColor("#99FF33"); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + List.create({ space: 20, initialIndex: 0 }); + List.listDirection(Axis.Vertical); + List.divider({ strokeWidth: 2, color: 0xFFFFFF, startMargin: 20, endMargin: 20 }); + List.edgeEffect(EdgeEffect.None); + List.chainAnimation(false); + List.onScrollIndex((firstIndex: number, lastIndex: number) => { + console.info('first' + firstIndex); + console.info('last' + lastIndex); + }); + }, List); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + { + const itemCreation = (elmtId, isInitialRender) => { + ViewStackProcessor.StartGetAccessRecordingFor(elmtId); + itemCreation2(elmtId, isInitialRender); + if (!isInitialRender) { + ListItem.pop(); + } + ViewStackProcessor.StopGetAccessRecording(); + }; + const itemCreation2 = (elmtId, isInitialRender) => { + ListItem.create(deepRenderFunction, true); + ListItem.editable(true); + }; + const deepRenderFunction = (elmtId, isInitialRender) => { + itemCreation(elmtId, isInitialRender); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('' + item); + Text.width('100%'); + Text.height(100); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.borderRadius(10); + Text.backgroundColor("#CC0000"); + }, Text); + Text.pop(); + ListItem.pop(); + }; + this.observeComponentCreation2(itemCreation2, ListItem); + ListItem.pop(); + } + }; + this.forEachUpdateFunction(elmtId, this.arr, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + List.pop(); + Column.pop(); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Swipe"; + } +} +registerNamedRoute(() => new Swipe(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Swipe", pageFullPath: "entry/src/main/ets/pages/Swipe", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..b1c9e75a3ba227afb00eda6508a43067fcbad755 GIT binary patch literal 26307 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 Cji&7Y literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.ts new file mode 100644 index 0000000000..90d11098cb --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.ts @@ -0,0 +1,71 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface Third_Params { + content?: string; +} +import router from "@ohos:router"; +class Third extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.content = "Third Page"; + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Third_Params) { + if (params.content !== undefined) { + this.content = params.content; + } + } + updateStateVars(params: Third_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + } + aboutToBeDeleted() { + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private content: string; + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Column, alignItems: ItemAlign.Center, justifyContent: FlexAlign.Center }); + Flex.width('100%'); + Flex.height('100%'); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(`${this.content}`); + Text.fontSize(50); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Button.createWithChild(); + Button.type(ButtonType.Capsule); + Button.margin({ + top: 20 + }); + Button.backgroundColor('#0D9FFB'); + Button.onClick(() => { + router.back(); + }); + }, Button); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('doubleClick'); + Text.fontSize(20); + Text.fontWeight(FontWeight.Bold); + }, Text); + Text.pop(); + Button.pop(); + Flex.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Third"; + } +} +registerNamedRoute(() => new Third(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Third", pageFullPath: "entry/src/main/ets/pages/Third", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..56d1e8e7c10ec3edc90efcf5ed0520ad3bb3e085 GIT binary patch literal 28704 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 z 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 b{7j7-1-HAQ?>)Q0JC9rczpl9Y|8@9J)Xj1< literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.ts new file mode 100644 index 0000000000..8da616defb --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.ts @@ -0,0 +1,76 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface Index_Params { + controller?: web_webview.WebviewController; + storageLink?: web_webview.WebviewController; +} +import web_webview from "@ohos:web.webview"; +class Index extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.controller = new web_webview.WebviewController(); + this.__storageLink = this.createStorageLink('controller', this.controller, "storageLink"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: Index_Params) { + if (params.controller !== undefined) { + this.controller = params.controller; + } + } + updateStateVars(params: Index_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__storageLink.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__storageLink.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private controller: web_webview.WebviewController; + // 将 WebviewController 存储到应用全局状态,TestAbility 中可获取并使用该对象 + private __storageLink: ObservedPropertyAbstractPU; + get storageLink() { + return this.__storageLink.get(); + } + set storageLink(newValue: web_webview.WebviewController) { + this.__storageLink.set(newValue); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Row.create(); + Row.height('100%'); + }, Row); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Web.create({ src: { "id": 0, "type": 30000, params: ['index.html'], "bundleName": "com.samples.test.uitest", "moduleName": "entry" }, controller: this.controller }); + Web.javaScriptAccess(true); + Web.onPageEnd(e => { + console.info(`webview onPageEnd`); + }); + Web.id('webComponent'); + Web.width('80%'); + Web.height('80%'); + Web.align(Alignment.Center); + Web.borderColor(Color.Black); + Web.borderWidth(5); + }, Web); + Column.pop(); + Row.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "Index"; + } +} +registerNamedRoute(() => new Index(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/Web", pageFullPath: "entry/src/main/ets/pages/Web", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..81633991750ca4efd21f4f86147beff80e761a99 GIT binary patch literal 111514 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%0DN2%bcpUDlu*$%@55!5M*jy`InfLKRw;bKPzr= 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 OJCo_;=pkjd-CqF;tBv#k literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.ts new file mode 100644 index 0000000000..53eceb2ab5 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.ts @@ -0,0 +1,336 @@ +if (!("finalizeConstruction" in ViewPU.prototype)) { + Reflect.set(ViewPU.prototype, "finalizeConstruction", () => { }); +} +interface five_Params { + numbers?: string[]; + text?: string; + bool?: boolean; + dragBool?: boolean; + appleVisible?: Visibility; + orangeVisible?: Visibility; + bananaVisible?: Visibility; + select?: number; +} +class five extends ViewPU { + constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { + super(parent, __localStorage, elmtId, extraInfo); + if (typeof paramsLambda === "function") { + this.paramsGenerator_ = paramsLambda; + } + this.__numbers = new ObservedPropertyObjectPU(['one', 'two', 'three', 'four', 'five', 'six'], this, "numbers"); + this.__text = new ObservedPropertySimplePU('', this, "text"); + this.__bool = new ObservedPropertySimplePU(false, this, "bool"); + this.__dragBool = new ObservedPropertySimplePU(false, this, "dragBool"); + this.__appleVisible = new ObservedPropertySimplePU(Visibility.Visible, this, "appleVisible"); + this.__orangeVisible = new ObservedPropertySimplePU(Visibility.Visible, this, "orangeVisible"); + this.__bananaVisible = new ObservedPropertySimplePU(Visibility.Visible, this, "bananaVisible"); + this.__select = new ObservedPropertySimplePU(0, this, "select"); + this.setInitiallyProvidedValue(params); + this.finalizeConstruction(); + } + setInitiallyProvidedValue(params: five_Params) { + if (params.numbers !== undefined) { + this.numbers = params.numbers; + } + if (params.text !== undefined) { + this.text = params.text; + } + if (params.bool !== undefined) { + this.bool = params.bool; + } + if (params.dragBool !== undefined) { + this.dragBool = params.dragBool; + } + if (params.appleVisible !== undefined) { + this.appleVisible = params.appleVisible; + } + if (params.orangeVisible !== undefined) { + this.orangeVisible = params.orangeVisible; + } + if (params.bananaVisible !== undefined) { + this.bananaVisible = params.bananaVisible; + } + if (params.select !== undefined) { + this.select = params.select; + } + } + updateStateVars(params: five_Params) { + } + purgeVariableDependenciesOnElmtId(rmElmtId) { + this.__numbers.purgeDependencyOnElmtId(rmElmtId); + this.__text.purgeDependencyOnElmtId(rmElmtId); + this.__bool.purgeDependencyOnElmtId(rmElmtId); + this.__dragBool.purgeDependencyOnElmtId(rmElmtId); + this.__appleVisible.purgeDependencyOnElmtId(rmElmtId); + this.__orangeVisible.purgeDependencyOnElmtId(rmElmtId); + this.__bananaVisible.purgeDependencyOnElmtId(rmElmtId); + this.__select.purgeDependencyOnElmtId(rmElmtId); + } + aboutToBeDeleted() { + this.__numbers.aboutToBeDeleted(); + this.__text.aboutToBeDeleted(); + this.__bool.aboutToBeDeleted(); + this.__dragBool.aboutToBeDeleted(); + this.__appleVisible.aboutToBeDeleted(); + this.__orangeVisible.aboutToBeDeleted(); + this.__bananaVisible.aboutToBeDeleted(); + this.__select.aboutToBeDeleted(); + SubscriberManager.Get().delete(this.id__()); + this.aboutToBeDeletedInternal(); + } + private __numbers: ObservedPropertyObjectPU; + get numbers() { + return this.__numbers.get(); + } + set numbers(newValue: string[]) { + this.__numbers.set(newValue); + } + private __text: ObservedPropertySimplePU; + get text() { + return this.__text.get(); + } + set text(newValue: string) { + this.__text.set(newValue); + } + private __bool: ObservedPropertySimplePU; + get bool() { + return this.__bool.get(); + } + set bool(newValue: boolean) { + this.__bool.set(newValue); + } + private __dragBool: ObservedPropertySimplePU; + get dragBool() { + return this.__dragBool.get(); + } + set dragBool(newValue: boolean) { + this.__dragBool.set(newValue); + } + private __appleVisible: ObservedPropertySimplePU; + get appleVisible() { + return this.__appleVisible.get(); + } + set appleVisible(newValue: Visibility) { + this.__appleVisible.set(newValue); + } + private __orangeVisible: ObservedPropertySimplePU; + get orangeVisible() { + return this.__orangeVisible.get(); + } + set orangeVisible(newValue: Visibility) { + this.__orangeVisible.set(newValue); + } + private __bananaVisible: ObservedPropertySimplePU; + get bananaVisible() { + return this.__bananaVisible.get(); + } + set bananaVisible(newValue: Visibility) { + this.__bananaVisible.set(newValue); + } + private __select: ObservedPropertySimplePU; + get select() { + return this.__select.get(); + } + set select(newValue: number) { + this.__select.set(newValue); + } + pixelMapBuilder(parent = null) { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create(this.text); + Text.width('50%'); + Text.height(60); + Text.fontSize(16); + Text.borderRadius(10); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(Color.Yellow); + }, Text); + Text.pop(); + Column.pop(); + } + initialRender() { + this.observeComponentCreation2((elmtId, isInitialRender) => { + Column.create(); + Column.width('100%'); + Column.height('100%'); + Column.padding({ top: 20 }); + Column.margin({ top: 20 }); + }, Column); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('There are three Text elements here'); + Text.fontSize(12); + Text.fontColor(0xCCCCCC); + Text.width('90%'); + Text.textAlign(TextAlign.Start); + Text.margin(5); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Flex.create({ direction: FlexDirection.Row, alignItems: ItemAlign.Center, justifyContent: FlexAlign.SpaceAround }); + Flex.border({ width: 1 }); + Flex.width('90%'); + Flex.padding({ top: 10, bottom: 10 }); + Flex.margin(10); + }, Flex); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('apple'); + Text.width('25%'); + Text.height(35); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + Text.visibility(this.appleVisible); + Text.draggable(true); + Text.id("apple"); + Text.onDragStart(() => { + console.log(`ljl 000 onDragStart `); + this.bool = true; + this.text = 'apple'; + this.appleVisible = Visibility.Hidden; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('orange'); + Text.width('25%'); + Text.height(35); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + Text.visibility(this.orangeVisible); + Text.draggable(true); + Text.onDragStart(() => { + this.bool = true; + this.text = 'orange'; + this.orangeVisible = Visibility.Hidden; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('banana'); + Text.width('25%'); + Text.height(35); + Text.fontSize(16); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + Text.visibility(this.bananaVisible); + Text.draggable(true); + Text.onDragStart((event: DragEvent | undefined, extraParams: string | undefined) => { + console.log('Text onDragStarts, ' + extraParams); + this.bool = true; + this.text = 'banana'; + this.bananaVisible = Visibility.Hidden; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }, Text); + Text.pop(); + Flex.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('This is a List element'); + Text.fontSize(12); + Text.fontColor(0xCCCCCC); + Text.width('90%'); + Text.textAlign(TextAlign.Start); + Text.margin(15); + }, Text); + Text.pop(); + this.observeComponentCreation2((elmtId, isInitialRender) => { + List.create({ space: 20, initialIndex: 0 }); + List.editMode(true); + List.height('50%'); + List.width('90%'); + List.border({ width: 1 }); + List.divider({ strokeWidth: 2, color: 0xFFFFFF, startMargin: 20, endMargin: 20 }); + List.onDragEnter((event: DragEvent | undefined, extraParams: string | undefined) => { + console.log('List onDragEnter, ' + extraParams); + }); + List.onDragMove((event: DragEvent | undefined, extraParams: string | undefined) => { + console.log('List onDragMove, ' + extraParams); + }); + List.onDragLeave((event: DragEvent | undefined, extraParams: string | undefined) => { + console.log('List onDragLeave, ' + extraParams); + }); + List.onDrop((event: DragEvent | undefined, extraParams: string | undefined) => { + if (extraParams == undefined) { + return; + } + let jsonString: extraObj = JSON.parse(extraParams); + if (this.bool) { + this.numbers.splice(jsonString.insertIndex, 0, this.text); + this.bool = false; + } + else if (this.dragBool) { + this.numbers.splice(jsonString.selectedIndex, 1); + this.numbers.splice(jsonString.insertIndex, 0, this.text); + this.bool = false; + this.dragBool = false; + } + }); + }, List); + this.observeComponentCreation2((elmtId, isInitialRender) => { + ForEach.create(); + const forEachItemGenFunction = _item => { + const item = _item; + { + const itemCreation = (elmtId, isInitialRender) => { + ViewStackProcessor.StartGetAccessRecordingFor(elmtId); + itemCreation2(elmtId, isInitialRender); + if (!isInitialRender) { + ListItem.pop(); + } + ViewStackProcessor.StopGetAccessRecording(); + }; + const itemCreation2 = (elmtId, isInitialRender) => { + ListItem.create(deepRenderFunction, true); + ListItem.onDragStart((event: DragEvent | undefined, extraParams: string | undefined) => { + if (extraParams == undefined) { + return; + } + console.log('ListItem onDragStarts, ' + extraParams); + let jsonString: extraObj = JSON.parse(extraParams); + this.dragBool = true; + this.text = this.numbers[jsonString.selectedIndex]; + this.select = jsonString.selectedIndex; + return { builder: this.pixelMapBuilder.bind(this) }; + }); + }; + const deepRenderFunction = (elmtId, isInitialRender) => { + itemCreation(elmtId, isInitialRender); + this.observeComponentCreation2((elmtId, isInitialRender) => { + Text.create('' + item); + Text.width('100%'); + Text.height(80); + Text.fontSize(16); + Text.borderRadius(10); + Text.textAlign(TextAlign.Center); + Text.backgroundColor(0xAFEEEE); + }, Text); + Text.pop(); + ListItem.pop(); + }; + this.observeComponentCreation2(itemCreation2, ListItem); + ListItem.pop(); + } + }; + this.forEachUpdateFunction(elmtId, this.numbers, forEachItemGenFunction, (item: string) => item, false, false); + }, ForEach); + ForEach.pop(); + List.pop(); + Column.pop(); + } + rerender() { + this.updateDirtyElements(); + } + static getEntryName(): string { + return "five"; + } +} +interface extraObj { + insertIndex: number; + selectedIndex: number; +} +registerNamedRoute(() => new five(undefined, {}), "", { bundleName: "com.samples.test.uitest", moduleName: "entry", pagePath: "pages/five", pageFullPath: "entry/src/main/ets/pages/five", integratedHsp: "false" }); diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pinchability/PinchAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pinchability/PinchAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..4e194ed303e9b900ae26a13e449ffa0a8a0cc567 GIT binary patch literal 15203 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 { + if (err.code) { + Logger.error('PinchAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('PinchAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('PinchAbility', '%{public}s', 'PinchAbility onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('PinchAbility', '%{public}s', 'PinchAbility onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('PinchAbility', '%{public}s', 'PinchAbility onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..ccdeb7553fe25605941078f396544bde6160c340 GIT binary patch literal 15848 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 literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.ts b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.ts new file mode 100644 index 0000000000..649aa838d8 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.ts @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2023-2024 Huawei Device Co., Ltd. +* Licensed under the Apache License, Version 2.0 (the "License") +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +import UIAbility from "@ohos:app.ability.UIAbility"; +import type window from "@ohos:window"; +import Logger from "@bundle:com.samples.test.uitest/entry/ets/util/Logger"; +export default class PointMatrixAbility extends UIAbility { + onCreate(want, launchParam) { + Logger.info('PointMatrixAbility', '%{public}s', 'PointMatrixAbility onCreate'); + } + onDestroy() { + Logger.info('PointMatrixAbility', '%{public}s', 'PointMatrixAbility onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage) { + // Main window is created, set main page for this ability + Logger.info('PointMatrixAbility', '%{public}s', 'Ability onWindowStageCreate'); + windowStage.loadContent('pages/Pinch', (err, data) => { + if (err.code) { + Logger.error('PointMatrixAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('PointMatrixAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('PointMatrixAbility', '%{public}s', 'Ability onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('PointMatrixAbility', '%{public}s', 'Ability onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('PointMatrixAbility', '%{public}s', 'Ability onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/scrollerability/ScrollerAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/scrollerability/ScrollerAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..ab78d482166e020b8dc5413f48c77131ff8b16bf GIT binary patch literal 15452 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 { + if (err.code) { + Logger.error('ScrollerAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('ScrollerAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('ScrollerAbility', '%{public}s', 'Ability onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('ScrollerAbility', '%{public}s', 'Ability onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('ScrollerAbility', '%{public}s', 'Ability onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/swipeability/SwipeAbility.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/swipeability/SwipeAbility.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..ef2214930508d45b6b4d7fe49629d3ddf12b7737 GIT binary patch literal 15100 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 { + if (err.code) { + Logger.error('SwipeAbility', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + Logger.info('SwipeAbility', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + } + onWindowStageDestroy() { + // Main window is destroyed, release UI related resources + Logger.info('SwipeAbility', '%{public}s', 'Ability onWindowStageDestroy'); + } + onForeground() { + // Ability has brought to foreground + Logger.info('SwipeAbility', '%{public}s', 'Ability onForeground'); + } + onBackground() { + // Ability has back to background + Logger.info('SwipeAbility', '%{public}s', 'Ability onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/util/Logger.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/util/Logger.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..95807c6a5ecd2b4aab4bd4d6798267d0f3d4ddaa GIT binary patch literal 8575 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'EntryAbilityContext', this.context); + } + onDestroy(): void { + hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onDestroy'); + } + onWindowStageCreate(windowStage: window.WindowStage): void { + // Main window is created, set main page for this ability + hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate'); + windowStage.loadContent('pages/Web', (err, data) => { + if (err.code) { + hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); + return; + } + hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? ''); + }); + AppStorage.SetOrCreate('windowStage', windowStage); + } + onWindowStageDestroy(): void { + // Main window is destroyed, release UI related resources + hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageDestroy'); + } + onForeground(): void { + // Ability has brought to foreground + hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onForeground'); + } + onBackground(): void { + // Ability has back to background + hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onBackground'); + } +} diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/filesInfo.txt b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/filesInfo.txt new file mode 100644 index 0000000000..2e150c340d --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/filesInfo.txt @@ -0,0 +1,25 @@ +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.ts;com.samples.test.uitest/entry/ets/entryability/EntryAbility;esm;entry|entry|1.0.0|src/main/ets/entryability/EntryAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.ts;com.samples.test.uitest/entry/ets/clickability/ClickAbility;esm;entry|entry|1.0.0|src/main/ets/clickability/ClickAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.ts;com.samples.test.uitest/entry/ets/mouseability/MouseAbility;esm;entry|entry|1.0.0|src/main/ets/mouseability/MouseAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/swipeability/SwipeAbility.ts;com.samples.test.uitest/entry/ets/swipeability/SwipeAbility;esm;entry|entry|1.0.0|src/main/ets/swipeability/SwipeAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.ts;com.samples.test.uitest/entry/ets/inputability/InputAbility;esm;entry|entry|1.0.0|src/main/ets/inputability/InputAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.ts;com.samples.test.uitest/entry/ets/flingability/FlingAbility;esm;entry|entry|1.0.0|src/main/ets/flingability/FlingAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.ts;com.samples.test.uitest/entry/ets/pointmatrixability/PointMatrixAbility;esm;entry|entry|1.0.0|src/main/ets/pointmatrixability/PointMatrixAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pinchability/PinchAbility.ts;com.samples.test.uitest/entry/ets/pinchability/PinchAbility;esm;entry|entry|1.0.0|src/main/ets/pinchability/PinchAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/webability/WebAbility.ts;com.samples.test.uitest/entry/ets/webability/WebAbility;esm;entry|entry|1.0.0|src/main/ets/webability/WebAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/scrollerability/ScrollerAbility.ts;com.samples.test.uitest/entry/ets/scrollerability/ScrollerAbility;esm;entry|entry|1.0.0|src/main/ets/scrollerability/ScrollerAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.ts;com.samples.test.uitest/entry/ets/dragability/DragAbility;esm;entry|entry|1.0.0|src/main/ets/dragability/DragAbility.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Index.ts;com.samples.test.uitest/entry/ets/pages/Index;esm;entry|entry|1.0.0|src/main/ets/pages/Index.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.ts;com.samples.test.uitest/entry/ets/pages/Third;esm;entry|entry|1.0.0|src/main/ets/pages/Third.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.ts;com.samples.test.uitest/entry/ets/pages/Click;esm;entry|entry|1.0.0|src/main/ets/pages/Click.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.ts;com.samples.test.uitest/entry/ets/pages/Fourth;esm;entry|entry|1.0.0|src/main/ets/pages/Fourth.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.ts;com.samples.test.uitest/entry/ets/pages/Fling;esm;entry|entry|1.0.0|src/main/ets/pages/Fling.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Mouse.ts;com.samples.test.uitest/entry/ets/pages/Mouse;esm;entry|entry|1.0.0|src/main/ets/pages/Mouse.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.ts;com.samples.test.uitest/entry/ets/pages/Input;esm;entry|entry|1.0.0|src/main/ets/pages/Input.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.ts;com.samples.test.uitest/entry/ets/pages/Swipe;esm;entry|entry|1.0.0|src/main/ets/pages/Swipe.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.ts;com.samples.test.uitest/entry/ets/pages/Pinch;esm;entry|entry|1.0.0|src/main/ets/pages/Pinch.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Scroller.ts;com.samples.test.uitest/entry/ets/pages/Scroller;esm;entry|entry|1.0.0|src/main/ets/pages/Scroller.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Drag.ts;com.samples.test.uitest/entry/ets/pages/Drag;esm;entry|entry|1.0.0|src/main/ets/pages/Drag.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.ts;com.samples.test.uitest/entry/ets/pages/five;esm;entry|entry|1.0.0|src/main/ets/pages/five.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.ts;com.samples.test.uitest/entry/ets/pages/Web;esm;entry|entry|1.0.0|src/main/ets/pages/Web.ts;entry;false +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/util/Logger.ts;com.samples.test.uitest/entry/ets/util/Logger;esm;entry|entry|1.0.0|src/main/ets/util/Logger.ts;entry;false diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/module_collection.json b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/module_collection.json new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/module_collection.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/modules.cache b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/modules.cache new file mode 100644 index 0000000000..a02ea1e226 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/modules.cache @@ -0,0 +1,26 @@ +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/entryability/EntryAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/clickability/ClickAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/mouseability/MouseAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/swipeability/SwipeAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/swipeability/SwipeAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/inputability/InputAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/flingability/FlingAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pointmatrixability/PointMatrixAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pinchability/PinchAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pinchability/PinchAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/webability/WebAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/webability/WebAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/scrollerability/ScrollerAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/scrollerability/ScrollerAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/dragability/DragAbility.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Index.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Index.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Third.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Click.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fourth.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Fling.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Mouse.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Mouse.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Input.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Swipe.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Pinch.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Scroller.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Scroller.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Drag.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Drag.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/five.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/Web.protoBin +D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/util/Logger.ts;D:/project/applications_app_samples_3/applications_app_samples_3/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/util/Logger.protoBin +D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\cache\default\default@CompileArkTS\esmodule\debug\npmEntries.txt;D:\project\applications_app_samples_3\applications_app_samples_3\code\Project\Test\uitest\entry\build\default\cache\default\default@CompileArkTS\esmodule\debug\npmEntries.protoBin diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/npmEntries.protoBin b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/npmEntries.protoBin new file mode 100644 index 0000000000000000000000000000000000000000..fb46ad344b5ca67b6ac4d3dfac0af3bcae1bca87 GIT binary patch literal 874 zcmd-$aP-e+CZUIH9E?H{T$~R18TrL}i3J5h-bfrJ4lXt>CN2g6MlBOAE-t203n?I0 zU=b2<$V)8AEKAjcX_FG-VgacXVp3p~0_x#l5@2v(6iVdcftZ|JT2z)=EEI^!M>5|W z#e88D^C6mXSdqfT3$Y?Mv7{)o!bB(-O#sOf3lvL4P%MFJ$6-qx7q>%kWpPPrE;x|< zQMgDpn4#Dp1hWC56^HrhTzoL|p+OajE`nr>C5kPgXtv-Dt}HHom_@Jv3&#*bvdRj@ zDls&x@CO=_r;74ROHzx3kURwuL9z+Iry$C4gkCh4YP@T(bABGs>qV(~CBFG7r8%iV zsfDGf#U;g#d3pIIz~q{rCuBsVLM2Wvc5uRPbP%%V5(gR{oReSTSDKrYT7+br3Qj2` F0{}X4)L8%k literal 0 HcmV?d00001 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/npmEntries.txt b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/npmEntries.txt new file mode 100644 index 0000000000..5c9e7b7c87 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/npmEntries.txt @@ -0,0 +1,7 @@ +@system.app:@native.system.app +@ohos.app:@native.ohos.app +@system.router:@native.system.router +@system.curves:@native.system.curves +@ohos.curves:@native.ohos.curves +@system.matrix4:@native.system.matrix4 +@ohos.matrix4:@native.ohos.matrix4 diff --git a/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/sourceMaps.json b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/sourceMaps.json new file mode 100644 index 0000000000..720253b66c --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/sourceMaps.json @@ -0,0 +1,277 @@ +{ + "entry|entry|1.0.0|src/main/ets/clickability/ClickAbility.ts": { + "version": 3, + "file": "ClickAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/clickability/ClickAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAKK,MAAM;AAEb,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,uBAAuB,CAAC,CAAC;IACrE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAC;IACtE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,kCAAkC,CAAC,CAAC;QAC9E,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACX,MAAM,CAAC,KAAK,CAAC,cAAc,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzG,OAAO;aACT;YACD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC9G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,mCAAmC,CAAC,CAAC;IACjF,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/dragability/DragAbility.ts": { + "version": 3, + "file": "DragAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/dragability/DragAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAIK,MAAM;AAEb,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,SAAS;IAC9C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IACnE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,YAAY,EAAE,uBAAuB,CAAC,CAAC;IACpE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,YAAY,EAAE,iCAAiC,CAAC,CAAC;QAC5E,WAAW,CAAC,WAAW,CAAC,YAAY,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACpD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,aAAa,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACxG,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC7G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,YAAY,EAAE,kCAAkC,CAAC,CAAC;IAC/E,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,YAAY,EAAE,0BAA0B,CAAC,CAAC;IACvE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,YAAY,EAAE,0BAA0B,CAAC,CAAC;IACvE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/entryability/EntryAbility.ts": { + "version": 3, + "file": "EntryAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/entryability/EntryAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAIK,MAAM;AAEb,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,IAAI,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC3B,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,uBAAuB,CAAC,CAAC;IACrE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAC;IACtE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,6BAA6B,CAAC,CAAC;QACzE,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,cAAc,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzG,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC9G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,mCAAmC,CAAC,CAAC;IACjF,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/flingability/FlingAbility.ts": { + "version": 3, + "file": "FlingAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/flingability/FlingAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAIK,MAAM;AACb,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,uBAAuB,CAAC,CAAC;IACrE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAC;IACtE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,kCAAkC,CAAC,CAAC;QAC9E,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,cAAc,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzG,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC9G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,mCAAmC,CAAC,CAAC;IACjF,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/inputability/InputAbility.ts": { + "version": 3, + "file": "InputAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/inputability/InputAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAIK,MAAM;AACb,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,uBAAuB,CAAC,CAAC;IACrE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAC;IACtE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,kCAAkC,CAAC,CAAC;QAC9E,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,cAAc,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzG,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC9G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,mCAAmC,CAAC,CAAC;IACjF,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/mouseability/MouseAbility.ts": { + "version": 3, + "file": "MouseAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/mouseability/MouseAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAIK,MAAM;AACb,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,uBAAuB,CAAC,CAAC;IACrE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAC;IACtE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,kCAAkC,CAAC,CAAC;QAC9E,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,cAAc,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzG,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC9G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,mCAAmC,CAAC,CAAC;IACjF,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Click.ts": { + "version": 3, + "file": "Click.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Click.ets" + ], + "names": [], + "mappings": ";;;;IAoBS,OAAO,GAAE,MAAM;;;MADjB,KAAK;IAFZ;;;;;sDAG2B,aAAa;;;KANJ;;;;;;;;;;;;;;;;IAMlC,4CAAgB,MAAM,EAAiB;QAAhC,OAAO;;;QAAP,OAAO,WAAE,MAAM;;;IAEtB;;YACE,GAAG;YAAH,GAAG,CAiCF,MAAM,CAAC,MAAM;;;YAhCZ,MAAM;YAAN,MAAM,CA8BL,KAAK,CAAC,MAAM;;;YA7BX,IAAI,QAAC,IAAI,CAAC,OAAO;YAAjB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;YAF7B,IAAI,CAGD,EAAE,CAAC,aAAa;;QAHnB,IAAI;;YAIJ,MAAM,iBAAC,aAAa;YAApB,MAAM,CACH,EAAE,CAAC,UAAU;YADhB,MAAM,CAEH,OAAO,CAAC,GAAG,EAAE;gBACZ,IAAI,CAAC,OAAO,GAAG,aAAa,CAAC;YAC/B,CAAC;;QAJH,MAAM;;YAKN,MAAM;YAAN,MAAM,CAKL,IAAI,CAAC,UAAU,CAAC,OAAO;YALxB,MAAM,CAML,MAAM,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE;;YAEnB,UAAU,QAAC,EAAE,KAAK,EAAE,CAAC,EAAE;YAAvB,UAAU,CACP,QAAQ,CAAC,GAAG,EAAE;gBACb,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,aAAa,EAAE,CAAC,CAAC;YACzC,CAAC;YAHH,UAAU;;;YAMV,gBAAgB,QAAC,EAAE,MAAM,EAAE,KAAK,EAAE;YAAlC,gBAAgB,CACb,QAAQ,CAAC,GAAG,EAAE;gBACb,MAAM,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,cAAc,EAAE,CAAC,CAAC;YAC1C,CAAC;YAHH,gBAAgB;;;;YAbd,IAAI,QAAC,aAAa;YAAlB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;QADN,MAAM;QAVR,MAAM;QADR,GAAG;KAkCJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Drag.ts": { + "version": 3, + "file": "Drag.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Drag.ets" + ], + "names": [], + "mappings": "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", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/five.ts": { + "version": 3, + "file": "five.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/five.ets" + ], + "names": [], + "mappings": "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", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Fling.ts": { + "version": 3, + "file": "Fling.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Fling.ets" + ], + "names": [], + "mappings": "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", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Fourth.ts": { + "version": 3, + "file": "Fourth.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Fourth.ets" + ], + "names": [], + "mappings": ";;;;IAqBU,OAAO,GAAE,MAAM;;;MAFlB,MAAM;IAFb;;;;;uBAI4B,aAAa;;;KANL;;;;;;;;;;;;;;IAMlC,OAAO,UAAU,MAAM,CAAiB;IAExC;;YACE,IAAI,QAAC,EAAE,SAAS,EAAE,aAAa,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,CAAC,MAAM,EAAE,cAAc,EAAE,SAAS,CAAC,MAAM,EAAE;YAAxG,IAAI,CAiBH,KAAK,CAAC,MAAM;YAjBb,IAAI,CAkBH,MAAM,CAAC,MAAM;;;YAjBZ,IAAI,QAAC,GAAG,IAAI,CAAC,OAAO,EAAE;YAAtB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;;YAGJ,MAAM;YAAN,MAAM,CAIJ,IAAI,CAAC,UAAU,CAAC,OAAO;YAJzB,MAAM,CAKL,MAAM,CAAC;gBACN,GAAG,EAAE,EAAE;aACR;YAPD,MAAM,CAQL,eAAe,CAAC,SAAS;YAR1B,MAAM,CASL,OAAO,CAAC,GAAG,EAAE;gBACZ,MAAM,CAAC,IAAI,EAAE,CAAA;YACf,CAAC;;;YAVC,IAAI,QAAC,WAAW;YAAhB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;QADN,MAAM;QAJR,IAAI;KAmBL", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Index.ts": { + "version": 3, + "file": "Index.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Index.ets" + ], + "names": [], + "mappings": ";;;;IAmBS,OAAO,GAAE,MAAM;IACd,QAAQ,GAAE,QAAQ;IAClB,GAAG,GAAE,MAAM,EAAE;IACd,KAAK,GAAE,MAAM;;;;MAJf,KAAK;IAFZ;;;;;sDAG2B,aAAa;wBACT,IAAI,QAAQ,EAAE;mBACnB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;oDAC/B,CAAC;;;KAPuB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAI/C,4CAAgB,MAAM,EAAiB;QAAhC,OAAO;;;QAAP,OAAO,WAAE,MAAM;;;IACtB,OAAO,WAAW,QAAQ,CAAkB;IAC5C,OAAO,MAAM,MAAM,EAAE,CAAkC;IACvD,0CAAc,MAAM,EAAK;QAAlB,KAAK;;;QAAL,KAAK,WAAE,MAAM;;;IAEpB;;YACE,GAAG;YAAH,GAAG,CA2JF,MAAM,CAAC,MAAM;YA3Jd,GAAG,CA2Ja,eAAe,CAAC,SAAS;;;YA1JvC,MAAM;YAAN,MAAM,CAwJL,KAAK,CAAC,MAAM;YAxJb,MAAM,CAwJS,MAAM,CAAC,MAAM;YAxJ5B,MAAM,CAwJwB,UAAU,CAAC,eAAe,CAAC,KAAK;YAxJ9D,MAAM,CAwJ0D,eAAe,CAAC,SAAS;;;YAvJvF,IAAI,QAAC,IAAI,CAAC,OAAO;YAAjB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;;YAGJ,IAAI,QAAC,MAAM;YAAX,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;;YAGJ,IAAI,QAAC,aAAa;YAAlB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;;YAGJ,IAAI,QAAC,QAAQ;YAAb,IAAI,CACD,EAAE,CAAC,QAAQ;YADd,IAAI,CAED,QAAQ,CAAC,EAAE;YAFd,IAAI,CAGD,UAAU,CAAC,UAAU,CAAC,IAAI;;QAH7B,IAAI;;YAIJ,MAAM;YAAN,MAAM,CAoBJ,MAAM,CAAC,KAAK;YApBd,MAAM,CAoBU,KAAK,CAAC,MAAM;;;YAnB1B,MAAM,QAAC,IAAI,CAAC,QAAQ;YAApB,MAAM,CAgBJ,EAAE,CAAC,aAAa;YAhBlB,MAAM,CAiBL,SAAS,CAAC,QAAQ,CAAC,GAAG;YAjBvB,MAAM,CAkBL,UAAU,CAAC,eAAe,CAAC,QAAQ;;;YAjBlC,IAAI,QAAC,EAAE,SAAS,EAAE,aAAa,CAAC,MAAM,EAAE;YAAxC,IAAI,CAcF,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;;;YAbpB,OAAO;;;;oBACL,GAAG;;;oBACD,IAAI,QAAC,IAAI,CAAC,QAAQ,EAAE;oBAApB,IAAI,CACD,KAAK,CAAC,KAAK;oBADd,IAAI,CAED,MAAM,CAAC,GAAG;oBAFb,IAAI,CAGD,EAAE,CAAC,aAAa;oBAHnB,IAAI,CAID,eAAe,CAAC,SAAS;oBAJ5B,IAAI,CAKD,YAAY,CAAC,EAAE;oBALlB,IAAI,CAMD,QAAQ,CAAC,EAAE;oBANd,IAAI,CAOD,SAAS,CAAC,SAAS,CAAC,MAAM;oBAP7B,IAAI,CAQD,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE;;gBARpB,IAAI;gBADN,GAAG;;+CADG,IAAI,CAAC,GAAG,0BAYb,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,CAAC,IAAI;;QAZzB,OAAO;QADT,IAAI;QADN,MAAM;QADR,MAAM;;YAqBN,GAAG;YAAH,GAAG,CAsDD,MAAM,CAAC,EAAC,GAAG,EAAE,EAAE,EAAC;;;YArDhB,MAAM;YAAN,MAAM,CAEJ,EAAE,CAAC,SAAS;YAFd,MAAM,CAGL,OAAO,CAAC,GAAG,EAAE;gBACZ,MAAM,CAAC,UAAU,CAAC;oBAChB,GAAG,EAAC,gBAAgB;iBACrB,CAAC,CAAC;YACL,CAAC;;;YANC,IAAI,QAAC,YAAY;;QAAjB,IAAI;QADN,MAAM;;YAQN,MAAM;YAAN,MAAM,CAEJ,EAAE,CAAC,SAAS;YAFd,MAAM,CAGL,OAAO,CAAC,GAAG,EAAE;YAEd,CAAC;;;YAJC,IAAI,QAAC,aAAa;;QAAlB,IAAI;QADN,MAAM;;YAMN,MAAM,iBAAC,WAAW,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE;YAAlE,MAAM,CACH,YAAY,CAAC,CAAC;YADjB,MAAM,CAEH,eAAe,CAAC,QAAQ;YAF3B,MAAM,CAGH,KAAK,CAAC,EAAE;YAHX,MAAM,CAIH,OAAO,CAAC,GAAG,EAAE;gBACZ,OAAO,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;gBACjC,YAAY,CAAC,SAAS,CAAC;oBACrB,OAAO,EAAE,aAAa;oBACtB,QAAQ,EAAE,IAAI;iBACf,CAAC,CAAC;YACL,CAAC;;QAVH,MAAM;;YAWN,MAAM,iBAAC,YAAY,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE;YAAnE,MAAM,CACH,YAAY,CAAC,CAAC;YADjB,MAAM,CAEH,eAAe,CAAC,QAAQ;YAF3B,MAAM,CAGH,KAAK,CAAC,EAAE;YAHX,MAAM,CAIH,OAAO,CAAC,GAAG,EAAE;gBACZ,OAAO,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;gBACxC,YAAY,CAAC,UAAU,CAAC;oBACtB,KAAK,EAAE,YAAY;oBACnB,OAAO,EAAE,aAAa;iBACvB,CAAC,CAAA;YACJ,CAAC;;QAVH,MAAM;;YAWN,MAAM;YAAN,MAAM,CAEJ,EAAE,CAAC,MAAM;YAFX,MAAM,CAGL,OAAO,CAAC,GAAG,EAAE;gBACZ,MAAM,CAAC,IAAI,CAAC;oBACV,GAAG,EAAC,YAAY;iBACjB,CAAC,CAAC;YACL,CAAC;;;YANC,IAAI,QAAC,MAAM;;QAAX,IAAI;QADN,MAAM;;YAQN,MAAM;YAAN,MAAM,CAEJ,EAAE,CAAC,MAAM;YAFX,MAAM,CAGL,OAAO,CAAC,GAAG,EAAE;gBACZ,MAAM,CAAC,IAAI,CAAC;oBACV,GAAG,EAAC,aAAa;iBAClB,CAAC,CAAC;YACL,CAAC;YAPD,MAAM,CAQL,MAAM,CAAC,EAAC,IAAI,EAAE,EAAE,EAAC;;;YAPhB,IAAI,QAAC,OAAO;;QAAZ,IAAI;QADN,MAAM;QA7CR,GAAG;;YAuDH,GAAG;YAAH,GAAG,CAgBD,MAAM,CAAC,EAAC,GAAG,EAAE,EAAE,EAAC;;;YAfhB,MAAM,QAAC,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE;YAA/C,MAAM,CACH,aAAa,CAAC,SAAS;YAD1B,MAAM,CAEH,gBAAgB,CAAC,SAAS;YAF7B,MAAM,CAGH,QAAQ,CAAC,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE;gBAC1B,OAAO,CAAC,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC;YAC3C,CAAC;YALH,MAAM,CAKD,EAAE,CAAC,qBAAqB;;QAL7B,MAAM;;YAON,MAAM,QAAC,EAAE,IAAI,EAAE,UAAU,CAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE;YAA9C,MAAM,CACH,aAAa,CAAC,SAAS;YAD1B,MAAM,CAEH,gBAAgB,CAAC,SAAS;YAF7B,MAAM,CAGH,QAAQ,CAAC,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE;gBAC1B,OAAO,CAAC,IAAI,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC;YAC3C,CAAC;YALH,MAAM,CAMH,EAAE,CAAC,oBAAoB;;QAN1B,MAAM;QARR,GAAG;;YAiBH,GAAG;YAAH,GAAG,CAcD,MAAM,CAAC,EAAC,GAAG,EAAE,EAAE,EAAC;;;YAbhB,QAAQ,QAAC,EAAC,IAAI,EAAE,WAAW,EAAG,KAAK,EAAE,eAAe,EAAC;YAArD,QAAQ,CACL,MAAM,CAAC,IAAI;YADd,QAAQ,CAEL,aAAa,CAAC,QAAQ;YAFzB,QAAQ,CAGL,QAAQ,CAAC,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE;gBAC3B,OAAO,CAAC,IAAI,CAAC,qBAAqB,GAAE,KAAK,CAAC,CAAA;YAC5C,CAAC;YALH,QAAQ,CAKH,EAAE,CAAC,oBAAoB;;QAL5B,QAAQ;;YAMR,QAAQ,QAAC,EAAC,IAAI,EAAE,WAAW,EAAG,KAAK,EAAE,eAAe,EAAC;YAArD,QAAQ,CACL,MAAM,CAAC,KAAK;YADf,QAAQ,CAEL,aAAa,CAAC,QAAQ;YAFzB,QAAQ,CAGL,QAAQ,CAAC,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE;gBAC3B,OAAO,CAAC,IAAI,CAAC,qBAAqB,GAAE,KAAK,CAAC,CAAC;YAC7C,CAAC;YALH,QAAQ,CAKH,EAAE,CAAC,wBAAwB;;QALhC,QAAQ;QAPV,GAAG;;YAeH,GAAG;YAAH,GAAG,CAaD,MAAM,CAAC,EAAC,GAAG,EAAE,EAAE,EAAC;;;YAZhB,MAAM,QAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,eAAe,EAAE;gBAC7C,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,eAAe,EAAE;gBACvC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,eAAe,EAAE;gBACvC,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,eAAe,EAAE,CAAC;YAH1C,MAAM,CAIH,QAAQ,CAAC,CAAC;YAJb,MAAM,CAKH,KAAK,CAAC,KAAK;YALd,MAAM,CAMH,IAAI,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,CAAC,MAAM,EAAE;YAN3E,MAAM,CAOH,kBAAkB,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,CAAC,MAAM,EAAE;YAPzF,MAAM,CAQH,UAAU,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,SAAS,CAAC,MAAM,EAAE;YARjF,MAAM,CASH,QAAQ,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;gBAC1B,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC,CAAC;YAClC,CAAC;;QAXH,MAAM;QADR,GAAG;;YAcH,GAAG;YAAH,GAAG,CAKD,MAAM,CAAC,EAAC,GAAG,EAAE,EAAE,EAAC;;;YAJhB,KAAK,QAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,YAAY,EAAE;YAA9C,KAAK,CACF,OAAO,CAAC,KAAK;YADhB,KAAK,CACa,EAAE,CAAC,YAAY;;;YACjC,KAAK,QAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,YAAY,EAAE;YAA9C,KAAK,CACF,OAAO,CAAC,IAAI;YADf,KAAK,CACY,EAAE,CAAC,aAAa;;QAJnC,GAAG;;YAMH,IAAI,QAAC,aAAa;YAAlB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;YAE3B,UAAU,QAAC,EAAE,KAAK,EAAE,CAAC,EAAE;YAAvB,UAAU,CACP,QAAQ,CAAC,GAAG,EAAE;gBACb,MAAM,CAAC,IAAI,CAAC,EAAC,GAAG,EAAE,aAAa,EAAC,CAAC,CAAC;YACpC,CAAC;YAHH,UAAU;;;QAJZ,IAAI;QA9IN,MAAM;QADR,GAAG;KA4JJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Input.ts": { + "version": 3, + "file": "Input.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Input.ets" + ], + "names": [], + "mappings": ";;;;IAkBS,OAAO,GAAE,MAAM;;MADjB,KAAK;IAFZ;;;;;sDAG2B,aAAa;;;KAlBxC;;;;;;;;;;;;;;;;IAkBE,4CAAgB,MAAM,EAAiB;QAAhC,OAAO;;;QAAP,OAAO,WAAE,MAAM;;;IAEtB;;YACE,GAAG;YAAH,GAAG,CAeF,MAAM,CAAC,MAAM;;;YAdZ,MAAM;YAAN,MAAM,CAYL,KAAK,CAAC,MAAM;;;YAXX,IAAI,QAAC,IAAI,CAAC,OAAO;YAAjB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;;YAGJ,SAAS,QAAC,EAAE,WAAW,EAAE,SAAS,EAAE,IAAI,EAAE,aAAa,EAAE;YAAzD,SAAS,CACN,IAAI,CAAC,SAAS,CAAC,MAAM;YADxB,SAAS,CAEN,KAAK,CAAC,GAAG;YAFZ,SAAS,CAGN,MAAM,CAAC,EAAE;YAHZ,SAAS,CAIN,QAAQ,CAAC,EAAE;YAJd,SAAS,CAKN,OAAO,CAAC,IAAI;YALf,SAAS,CAMN,MAAM,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE;;QAVvB,MAAM;QADR,GAAG;KAgBJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Mouse.ts": { + "version": 3, + "file": "Mouse.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Mouse.ets" + ], + "names": [], + "mappings": ";;;;IAoBS,OAAO,GAAE,MAAM;IACd,QAAQ,GAAE,QAAQ;IAClB,GAAG,GAAE,MAAM,EAAE;IACd,KAAK,GAAE,MAAM;IACb,SAAS,GAAG,MAAM;IAClB,QAAQ,GAAG,MAAM;;;MANnB,KAAK;IAFZ;;;;;sDAG2B,aAAa;wBACT,IAAI,QAAQ,EAAE;mBACnB,CAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,CAAC,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,EAAC,EAAE,CAAC;oDACnF,CAAC;wDACI,MAAM;uDACP,WAAW;;;KAVJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKlC,4CAAgB,MAAM,EAAiB;QAAhC,OAAO;;;QAAP,OAAO,WAAE,MAAM;;;IACtB,OAAO,WAAW,QAAQ,CAAkB;IAC5C,OAAO,MAAM,MAAM,EAAE,CAAsF;IAC3G,0CAAc,MAAM,EAAK;QAAlB,KAAK;;;QAAL,KAAK,WAAE,MAAM;;;IACpB,8CAAmB,MAAM,EAAU;QAA5B,SAAS;;;QAAT,SAAS,WAAG,MAAM;;;IACzB,6CAAkB,MAAM,EAAe;QAAhC,QAAQ;;;QAAR,QAAQ,WAAG,MAAM;;;IACxB;;YACE,GAAG;YAAH,GAAG,CA+FF,MAAM,CAAC,MAAM;YA/Fd,GAAG,CA+Fa,eAAe,CAAC,SAAS;;;YA9FvC,MAAM;YAAN,MAAM,CA4FL,KAAK,CAAC,MAAM;YA5Fb,MAAM,CA4FS,MAAM,CAAC,MAAM;YA5F5B,MAAM,CA4FwB,UAAU,CAAC,eAAe,CAAC,KAAK;YA5F9D,MAAM,CA4F0D,eAAe,CAAC,SAAS;;;YA3FvF,MAAM;YAAN,MAAM,CAML,EAAE,CAAC,UAAU;YANd,MAAM,CAOL,OAAO,CAAC,CAAC,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,KAAK,CAAC,EAAE,UAAU,GAAG,SAAS,EAAE,EAAE;gBACxE,IAAI,OAAO,EAAE;oBACX,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;iBACzB;YACH,CAAC;;;YAVC,IAAI,QAAC,IAAI,CAAC,QAAQ;YAAlB,IAAI,CACD,EAAE,CAAC,WAAW;YADjB,IAAI,CAED,QAAQ,CAAC,EAAE;YAFd,IAAI,CAGD,UAAU,CAAC,UAAU,CAAC,IAAI;;QAH7B,IAAI;QADN,MAAM;;YAYN,MAAM;YAAN,MAAM,CAKJ,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,UAAU,EAAE,EAAE;gBAC/B,MAAM,CAAC,OAAO,CAAC;oBACb,GAAG,EAAE,YAAY;iBAClB,CAAC,CAAC;YACL,CAAC;;;YARC,IAAI,QAAC,aAAa;YAAlB,IAAI,CACD,EAAE,CAAC,aAAa;YADnB,IAAI,CAED,QAAQ,CAAC,EAAE;YAFd,IAAI,CAGD,UAAU,CAAC,UAAU,CAAC,IAAI;;QAH7B,IAAI;QADN,MAAM;;YAUN,MAAM;YAAN,MAAM,CAML,EAAE,CAAC,YAAY;YANhB,MAAM,CAOL,IAAI,CAAC,UAAU,CAAC,OAAO;YAPxB,MAAM,CAQL,MAAM,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE;YARnB,MAAM,CASL,OAAO,CAAC,CAAC,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,KAAK,CAAC,EAAE,UAAU,GAAG,SAAS,EAAE,EAAE;gBACxE,IAAI,OAAO,EAAE;oBACX,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC;iBAC1B;YACH,CAAC;YAbD,MAAM,CAcL,OAAO,CAAC,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE;gBAC7B,QAAQ,KAAK,CAAC,MAAM,EAAE;oBACpB,KAAK,WAAW,CAAC,IAAI;wBACnB,OAAO,CAAC,GAAG,CAAC,KAAK,EAAC,MAAM,CAAC,CAAC;wBAC1B,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC;wBACxB,MAAK;oBACP,KAAK,WAAW,CAAC,KAAK;wBACpB,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC;wBACzB,MAAK;oBACP,KAAK,WAAW,CAAC,MAAM;wBACrB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;wBAC1B,MAAK;oBACP;wBACE,OAAO,CAAC,GAAG,CAAC,KAAK,EAAC,aAAa,CAAC,CAAC;wBACnC,MAAK;iBACN;YACH,CAAC;;YAEC,UAAU,QAAC,EAAE,KAAK,EAAE,CAAC,EAAE;YAAvB,UAAU,CACP,QAAQ,CAAC,GAAG,EAAE;gBACb,MAAM,CAAC,OAAO,CAAC;oBACb,GAAG,EAAE,aAAa;iBACnB,CAAC,CAAC;YACL,CAAC;YALH,UAAU;;;YAQV,gBAAgB,QAAC,EAAE,MAAM,EAAE,KAAK,EAAE;YAAlC,gBAAgB,CACb,QAAQ,CAAC,GAAG,EAAE;gBACb,MAAM,CAAC,OAAO,CAAC;oBACb,GAAG,EAAE,cAAc;iBACpB,CAAC,CAAC;YACL,CAAC;YALH,gBAAgB;;;;YAvChB,IAAI,QAAC,IAAI,CAAC,SAAS;YAAnB,IAAI,CACD,EAAE,CAAC,mBAAmB;YADzB,IAAI,CAED,QAAQ,CAAC,EAAE;YAFd,IAAI,CAGD,UAAU,CAAC,UAAU,CAAC,IAAI;;QAH7B,IAAI;QADN,MAAM;;YA+CN,MAAM;YAAN,MAAM,CAoBJ,MAAM,CAAC,KAAK;YApBd,MAAM,CAoBU,KAAK,CAAC,MAAM;;;YAnB1B,MAAM,QAAC,IAAI,CAAC,QAAQ;YAApB,MAAM,CAgBJ,EAAE,CAAC,aAAa;YAhBlB,MAAM,CAiBL,SAAS,CAAC,QAAQ,CAAC,GAAG;YAjBvB,MAAM,CAkBL,UAAU,CAAC,eAAe,CAAC,QAAQ;;;YAjBlC,IAAI,QAAC,EAAE,SAAS,EAAE,aAAa,CAAC,MAAM,EAAE;YAAxC,IAAI,CAcF,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;;;YAbpB,OAAO;;;;oBACL,GAAG;;;oBACD,IAAI,QAAC,IAAI,CAAC,QAAQ,EAAE;oBAApB,IAAI,CACD,KAAK,CAAC,KAAK;oBADd,IAAI,CAED,MAAM,CAAC,GAAG;oBAFb,IAAI,CAGD,EAAE,CAAC,aAAa;oBAHnB,IAAI,CAID,eAAe,CAAC,SAAS;oBAJ5B,IAAI,CAKD,YAAY,CAAC,EAAE;oBALlB,IAAI,CAMD,QAAQ,CAAC,EAAE;oBANd,IAAI,CAOD,SAAS,CAAC,SAAS,CAAC,MAAM;oBAP7B,IAAI,CAQD,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE;;gBARpB,IAAI;gBADN,GAAG;;+CADG,IAAI,CAAC,GAAG,0BAYb,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,CAAC,IAAI;;QAZzB,OAAO;QADT,IAAI;QADN,MAAM;QADR,MAAM;QAtER,MAAM;QADR,GAAG;KAgGJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Pinch.ts": { + "version": 3, + "file": "Pinch.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Pinch.ets" + ], + "names": [], + "mappings": ";;;;IAkBU,OAAO,GAAE,MAAM;IACf,UAAU,GAAE,MAAM;;MAFrB,aAAa;IAFpB;;;;;sDAG4B,CAAC;yDACE,CAAC;;;KAnBhC;;;;;;;;;;;;;;;;;;;;;IAkBE,4CAAiB,MAAM,EAAK;QAApB,OAAO;;;QAAP,OAAO,WAAE,MAAM;;;IACvB,+CAAoB,MAAM,EAAK;QAAvB,UAAU;;;QAAV,UAAU,WAAE,MAAM;;;IAC1B;;YACE,MAAM;YAAN,MAAM,CAwCL,KAAK,CAAC,MAAM;YAxCb,MAAM,CAyCL,MAAM,CAAC,MAAM;;;YAxCZ,IAAI,QAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE;;QAA5B,IAAI;;YACJ,KAAK;YAAL,KAAK,CACF,SAAS,CAAC,QAAQ,CAAC,IAAI;YAD1B,KAAK,CAEF,MAAM,CAAC,GAAG;YAFb,KAAK,CAGF,KAAK,CAAC,GAAG;YAHZ,KAAK,CAIF,EAAE,CAAC,WAAW;YAJjB,KAAK,CAKF,KAAK,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE;;YAE5D,YAAY;YAAZ,YAAY,CACT,aAAa,CAAC,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE;gBACrC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YAC9B,CAAC;YAHH,YAAY,CAIT,cAAc,CAAC,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE;gBACtC,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,KAAK,CAAC;YAC7B,CAAC;YANH,YAAY,CAOT,WAAW,CAAC,GAAG,EAAE;gBAChB,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC5B,CAAC;YATH,YAAY;;;;YAWd,KAAK;YAAL,KAAK,CACF,SAAS,CAAC,QAAQ,CAAC,IAAI;YAD1B,KAAK,CAEF,MAAM,CAAC,GAAG;YAFb,KAAK,CAGF,KAAK,CAAC,GAAG;YAHZ,KAAK,CAIF,MAAM,CAAC,EAAC,GAAG,EAAE,GAAG,EAAC;YAJpB,KAAK,CAKF,EAAE,CAAC,eAAe;YALrB,KAAK,CAMF,KAAK,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE;;YAEnE,YAAY;YAAZ,YAAY,CACT,aAAa,CAAC,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE;gBACrC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YAC9B,CAAC;YAHH,YAAY,CAIT,cAAc,CAAC,CAAC,KAAK,EAAE,YAAY,EAAE,EAAE;gBACtC,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC,KAAK,CAAC;YAChC,CAAC;YANH,YAAY,CAOT,WAAW,CAAC,GAAG,EAAE;gBAChB,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;YAC5B,CAAC;YATH,YAAY;;;QA5BlB,MAAM;KA0CP", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Scroller.ts": { + "version": 3, + "file": "Scroller.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Scroller.ets" + ], + "names": [], + "mappings": "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", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Swipe.ts": { + "version": 3, + "file": "Swipe.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Swipe.ets" + ], + "names": [], + "mappings": "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", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Third.ts": { + "version": 3, + "file": "Third.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Third.ets" + ], + "names": [], + "mappings": ";;;;IAoBU,OAAO,GAAE,MAAM;;;MADlB,KAAK;IAFZ;;;;;uBAG4B,YAAY;;;KALJ;;;;;;;;;;;;;;IAKlC,OAAO,UAAU,MAAM,CAAgB;IAEvC;;YACE,IAAI,QAAC,EAAE,SAAS,EAAE,aAAa,CAAC,MAAM,EAAE,UAAU,EAAE,SAAS,CAAC,MAAM,EAAE,cAAc,EAAE,SAAS,CAAC,MAAM,EAAE;YAAxG,IAAI,CAiBH,KAAK,CAAC,MAAM;YAjBb,IAAI,CAkBH,MAAM,CAAC,MAAM;;;YAjBZ,IAAI,QAAC,GAAG,IAAI,CAAC,OAAO,EAAE;YAAtB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;;YAGJ,MAAM;YAAN,MAAM,CAIJ,IAAI,CAAC,UAAU,CAAC,OAAO;YAJzB,MAAM,CAKL,MAAM,CAAC;gBACN,GAAG,EAAE,EAAE;aACR;YAPD,MAAM,CAQL,eAAe,CAAC,SAAS;YAR1B,MAAM,CASL,OAAO,CAAC,GAAG,EAAE;gBACZ,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,CAAC;;;YAVC,IAAI,QAAC,aAAa;YAAlB,IAAI,CACD,QAAQ,CAAC,EAAE;YADd,IAAI,CAED,UAAU,CAAC,UAAU,CAAC,IAAI;;QAF7B,IAAI;QADN,MAAM;QAJR,IAAI;KAmBL", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pages/Web.ts": { + "version": 3, + "file": "Web.ets", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pages/Web.ets" + ], + "names": [], + "mappings": ";;;;IAoBE,UAAU,GAAE,WAAW,CAAC,iBAAiB;IAEd,WAAW,GAAE,WAAW,CAAC,iBAAiB;;OAPhE,WAAW;MAIX,KAAK;IAFZ;;;;;0BAG8C,IAAI,WAAW,CAAC,iBAAiB,EAAE;oDAElE,YAAY,EAA+C,IAAI,CAAC,UAAU;;;KAP7C;;;;;;;;;;;;;;;;IAK1C,oBAAY,WAAW,CAAC,iBAAiB,CAAuC;IAChF,uDAAuD;IACvD,kDAAwC,WAAW,CAAC,iBAAiB,EAAmB;QAA7D,WAAW;;;QAAX,WAAW,WAAE,WAAW,CAAC,iBAAiB;;;IAErE;;YACE,GAAG;YAAH,GAAG,CAgBF,MAAM,CAAC,MAAM;;;YAfZ,MAAM;YAAN,MAAM,CAaL,KAAK,CAAC,MAAM;;;YAZX,GAAG,QAAC,EAAE,GAAG,qCAAW,YAAY,mEAAC,EAAE,UAAU,EAAE,IAAI,CAAC,UAAU,EAAE;YAAhE,GAAG,CACA,gBAAgB,CAAC,IAAI;YADxB,GAAG,CAEA,SAAS,CAAC,CAAC,CAAC,EAAE;gBACb,OAAO,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;YACpC,CAAC;YAJH,GAAG,CAKA,EAAE,CAAC,cAAc;YALpB,GAAG,CAMA,KAAK,CAAC,KAAK;YANd,GAAG,CAOA,MAAM,CAAC,KAAK;YAPf,GAAG,CAQA,KAAK,CAAC,SAAS,CAAC,MAAM;YARzB,GAAG,CASA,WAAW,CAAC,KAAK,CAAC,KAAK;YAT1B,GAAG,CAUA,WAAW,CAAC,CAAC;;QAXlB,MAAM;QADR,GAAG;KAiBJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pinchability/PinchAbility.ts": { + "version": 3, + "file": "PinchAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pinchability/PinchAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;GAaG;;;OAII,MAAM;AACb,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,uBAAuB,CAAC,CAAC;IACrE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,wBAAwB,CAAC,CAAC;IACtE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,kCAAkC,CAAC,CAAC;QAC9E,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,cAAc,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzG,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC9G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,mCAAmC,CAAC,CAAC;IACjF,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,2BAA2B,CAAC,CAAC;IACzE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/pointmatrixability/PointMatrixAbility.ts": { + "version": 3, + "file": "PointMatrixAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/pointmatrixability/PointMatrixAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAIK,MAAM;AACb,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,SAAS;IACrD,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,YAAY,EAAE,6BAA6B,CAAC,CAAC;IACjF,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,YAAY,EAAE,8BAA8B,CAAC,CAAC;IAClF,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,YAAY,EAAE,6BAA6B,CAAC,CAAC;QAC/E,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,oBAAoB,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC/G,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QACpH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,YAAY,EAAE,8BAA8B,CAAC,CAAC;IAClF,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IAC1E,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,oBAAoB,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IAC1E,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/scrollerability/ScrollerAbility.ts": { + "version": 3, + "file": "ScrollerAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/scrollerability/ScrollerAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;;;OAIK,MAAM;AACb,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,SAAS;IAClD,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC;IACnE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,YAAY,EAAE,mBAAmB,CAAC,CAAC;IACpE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,YAAY,EAAE,6BAA6B,CAAC,CAAC;QAC5E,WAAW,CAAC,WAAW,CAAC,gBAAgB,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACxD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,iBAAiB,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC5G,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QACjH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,YAAY,EAAE,8BAA8B,CAAC,CAAC;IAC/E,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IACvE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,iBAAiB,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IACvE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/swipeability/SwipeAbility.ts": { + "version": 3, + "file": "SwipeAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/swipeability/SwipeAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;OAEK,MAAM;;;AAIb,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,WAAW;QACxB,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC;IAChE,CAAC;IAED,SAAS;QACP,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,mBAAmB,CAAC,CAAC;IACjE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW;QACjD,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,6BAA6B,CAAC,CAAC;QACzE,WAAW,CAAC,WAAW,CAAC,aAAa,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACrD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACV,MAAM,CAAC,KAAK,CAAC,cAAc,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBACzG,OAAO;aACV;YACD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC9G,CAAC,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB;QAClB,yDAAyD;QACzD,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,8BAA8B,CAAC,CAAC;IAC5E,CAAC;IAED,YAAY;QACV,oCAAoC;QACpC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IACpE,CAAC;IAED,YAAY;QACV,iCAAiC;QACjC,MAAM,CAAC,IAAI,CAAC,cAAc,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IACpE,CAAC;CACJ", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/util/Logger.ts": { + "version": 3, + "file": "Logger.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/util/Logger.ts" + ], + "names": [], + "mappings": ";AAeA,MAAM,GAAG,GAAG,eAAe,CAAC;AAC5B,MAAM,MAAM;IACR,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,wBAAwB,CAAC;IAElD,YAAY,MAAM,EAAE,MAAM;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED,KAAK,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI;QAC5B,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;IAED,IAAI,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI;QAC3B,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;IAED,IAAI,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI;QAC3B,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;IAED,KAAK,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI;QAC5B,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;CACJ;AAED,eAAe,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC", + "entry-package-info": "entry|1.0.0" + }, + "entry|entry|1.0.0|src/main/ets/webability/WebAbility.ts": { + "version": 3, + "file": "WebAbility.ts", + "sourceRoot": "", + "sources": [ + "entry/src/main/ets/webability/WebAbility.ts" + ], + "names": [], + "mappings": "AAAA;;;;;;;;;;;;;EAaE;YAEK,eAAe;OACf,KAAK;OACL,SAAS;YACT,IAAI;YACJ,MAAM;YACN,MAAM;AAGb,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,SAAS;IAC/C,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,CAAC,WAAW,GAAG,IAAI;QAClE,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,kBAAkB,CAAC,CAAC;QAChE,UAAU,CAAC,WAAW,CAAC,MAAM,CAAC,gBAAgB,EAAE,qBAAqB,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IACvF,CAAC;IAED,SAAS,IAAI,IAAI;QACf,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,mBAAmB,CAAC,CAAC;IACnE,CAAC;IAED,mBAAmB,CAAC,WAAW,EAAE,MAAM,CAAC,WAAW,GAAG,IAAI;QACxD,yDAAyD;QACzD,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,6BAA6B,CAAC,CAAC;QAE3E,WAAW,CAAC,WAAW,CAAC,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACjD,IAAI,GAAG,CAAC,IAAI,EAAE;gBACZ,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,SAAS,EAAE,+CAA+C,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC3G,OAAO;aACR;YACD,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,oDAAoD,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAClH,CAAC,CAAC,CAAC;QACH,UAAU,CAAC,WAAW,CAAC,MAAM,CAAC,WAAW,EAAE,aAAa,EAAE,WAAW,CAAC,CAAC;IACzE,CAAC;IAED,oBAAoB,IAAI,IAAI;QAC1B,yDAAyD;QACzD,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,8BAA8B,CAAC,CAAC;IAC9E,CAAC;IAED,YAAY,IAAI,IAAI;QAClB,oCAAoC;QACpC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IACtE,CAAC;IAED,YAAY,IAAI,IAAI;QAClB,iCAAiC;QACjC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,SAAS,EAAE,YAAY,EAAE,sBAAsB,CAAC,CAAC;IACtE,CAAC;CACF", + "entry-package-info": "entry|1.0.0" + } +} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.ts_checker_cache b/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.ts_checker_cache new file mode 100644 index 0000000000..a68028b81c --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.ts_checker_cache @@ -0,0 +1,3950 @@ +{ + "runtimeOS": "HarmonyOS", + "sdkInfo": "false:12:5.0.0.25:Beta1", + "fileList": { + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets": { + "mtimeMs": 1714379268000, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest\\basicExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component\\findCommentExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\clickEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\InputEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScreenCapEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MouseEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\FlingEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\SwipeEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PinchEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PontMatrixEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScrollerEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MonitorEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window\\findWindowExample.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets": { + "mtimeMs": 1737529283646.5378, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest\\basicExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component\\findCommentExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\clickEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\InputEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScreenCapEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MouseEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\FlingEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\SwipeEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PinchEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PontMatrixEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScrollerEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MonitorEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window\\findWindowExample.test.ets" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.errorCode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ActionExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ApplicationStateChangeCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.autoFillManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ChildProcess.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.childProcessManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dataUriUtils.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.insightIntent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ShareExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.application.uriPermissionManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.defaultAppManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.package.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.privacyManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EmbeddedUIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfigEntry.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupTask.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.startupManager.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest\\basicExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component\\findCommentExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\clickEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\InputEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MouseEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\FlingEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\SwipeEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PinchEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PontMatrixEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScrollerEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MonitorEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window\\findWindowExample.test.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.animator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Chip.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ChipGroup.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeListItem.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Counter.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Dialog.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.EditableTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ExceptionPrompt.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Filter.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.GridObjectSortComponent.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Popup.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ProgressButton.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SegmentButton.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectionMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SplitLayout.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SubHeader.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SwipeRefresher.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TabTitleBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ToolBar.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TreeView.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentUtils.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.inspector.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.curves.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.font.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.matrix4.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.measure.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.PiPWindow.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.prompt.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.screenshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.app.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.prompt.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bytrace.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.faultLogger.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiviewdfx.hiAppEvent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hichecker.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hidebug.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hilog.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceChain.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceMeter.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.abilityDelegatorRegistry.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.application.testRunner.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.UiTest.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest\\basicExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component\\findCommentExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\clickEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\InputEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScreenCapEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MouseEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\FlingEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\SwipeEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PinchEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PontMatrixEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScrollerEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MonitorEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window\\findWindowExample.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\TestRunner\\OpenHarmonyTestRunner.ts" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts": { + "mtimeMs": 1737529283653.5374, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\TestRunner\\OpenHarmonyTestRunner.ts" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\testability\\TestAbility.ets": { + "mtimeMs": 1737529283652.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts" + ], + "parent": [], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ts": { + "mtimeMs": 1714379273000, + "children": [], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\basicExampleTest\\basicExample.test.ets": { + "mtimeMs": 1737529283646.5378, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\Component\\findCommentExample.test.ets": { + "mtimeMs": 1737529283647.5369, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\clickEvent.test.ets": { + "mtimeMs": 1737529283650.5366, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\InputEvent.test.ets": { + "mtimeMs": 1737529283648.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScreenCapEvent.test.ets": { + "mtimeMs": 1737529283650.5366, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MouseEvent.test.ets": { + "mtimeMs": 1737532263047.1377, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\FlingEvent.test.ets": { + "mtimeMs": 1737529283648.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\SwipeEvent.test.ets": { + "mtimeMs": 1737529283650.5366, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PinchEvent.test.ets": { + "mtimeMs": 1737529283649.5369, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\PontMatrixEvent.test.ets": { + "mtimeMs": 1737529283649.5369, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\ScrollerEvent.test.ets": { + "mtimeMs": 1737529283650.5366, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\MoveToEvent.test.ets": { + "mtimeMs": 1737529283651.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\ReSizeWindow.test.ets": { + "mtimeMs": 1737529283652.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\window\\WindowAttr.test.ets": { + "mtimeMs": 1737529283652.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\ui\\MonitorEvent.test.ets": { + "mtimeMs": 1737529283648.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets": { + "mtimeMs": 1737529283651.537, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\findCommentExampleTest\\window\\findWindowExample.test.ets": { + "mtimeMs": 1737529283647.5369, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\oh_modules\\.ohpm\\@ohos+hypium@1.0.18\\oh_modules\\@ohos\\hypium\\index.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\List.test.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.abilityDelegatorRegistry.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\abilityDelegatorArgs.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityMonitor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\shellCmdResult.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.application.testRunner.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.UiTest.d.ts": { + "mtimeMs": 1737362785564.585, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityMonitor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageMonitor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\shellCmdResult.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.abilityDelegatorRegistry.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\abilityDelegatorArgs.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.abilityDelegatorRegistry.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityMonitor.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.abilityDelegatorRegistry.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\shellCmdResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.abilityDelegatorRegistry.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.UiTest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.childProcessManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.defaultAppManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.faultLogger.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiviewdfx.hiAppEvent.d.ts", + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cryptoFramework.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.prompt.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\embedded_component.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\nav_destination.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\navigation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\pattern_lock.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityMonitor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageMonitor.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EventHub.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityDelegator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\embedded_component.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EmbeddableUIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\folder_stack.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ElementName.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dialogRequest.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ElementName.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\AbilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\units.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\units.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ElementName.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\BundleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ApplicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Metadata.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\Skill.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\rawFileDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.PiPWindow.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EventHub.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ApplicationStateChangeCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ConfigurationConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.contextConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\rawFileDescriptor.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\image.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.colorSpaceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.resourceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.rpc.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.screenshot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.colorSpaceManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityLifecycleCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EnvironmentCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ApplicationStateChangeCallback.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.bundleManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.font.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.inspector.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentUtils.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.animator.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.measure.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.autoFillManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.uniformTypeDescriptor.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.intentionCode.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.common2D.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\units.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\units.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Dialog.d.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\with_theme.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\common.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.uniformTypeDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.intentionCode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.common2D.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\canvas.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\image.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.common2D.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.intl.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\time_picker.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\time_picker.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\time_picker.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.intl.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.font.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.mediaquery.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.inspector.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.promptAction.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.router.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentUtils.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\content_slot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\node_container.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.animator.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.measure.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.dragController.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ApplicationContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\FormExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EventHub.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\VpnExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EmbeddableUIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\component\\units.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeController.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RenderNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\XComponentNode.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BuilderNode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NodeContent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Content.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FrameNode.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.StartOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AtomicServiceOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.OpenLinkOptions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityStage.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupTask.d.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\HapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Configuration.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\ExtensionAbilityInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\FormExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\VpnExtensionContext.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\FormExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\data\\rdb\\resultSet.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\VpnExtensionContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ExtensionContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\EmbeddableUIAbilityContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.common.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\data\\rdb\\resultSet.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.rdb.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\data\\rdb\\resultSet.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.dataAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\appVersionInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\processInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\appVersionInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\processInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\elementName.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\appVersionInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\processInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.featureAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\moduleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\customizeData.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\elementName.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\customizeData.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\app\\context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\moduleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\customizeData.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\bundleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\abilityInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\applicationInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundle\\hapModuleInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ProcessInformation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.ability.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityOperation.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.errorCode.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\startAbilityParameter.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\dataAbilityHelper.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\connectOptions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\permissions.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\security\\PermissionRequestResult.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ActionExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.appRecovery.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.autoFillManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ChildProcess.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.childProcessManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.dataUriUtils.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ErrorObserver.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\LoopObserver.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Ability.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.insightIntent.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.insightIntent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ShareExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.AbilityConstant.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIExtensionContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ActionExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.ShareExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EmbeddedUIExtensionAbility.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\ability\\abilityResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStartCallback.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.InsightIntentExecutor.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantConstant.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.application.uriPermissionManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.defaultAppManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\OverlayModuleInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationResult.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationExtraParams.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationExtraParams.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.package.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.privacyManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\permissions.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.EmbeddedUIExtensionAbility.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionAbility.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfigEntry.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.startupManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfigEntry.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupListener.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupTask.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\AbilityStageContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.startupManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.appstartup.StartupConfig.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.AbilityKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationTemplate.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationFlags.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.ability.particleAbility.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\NotificationCommonDef.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationTemplate.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationUserInput.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\UIAbilityContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationContent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationUserInput.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationTemplate.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationFlags.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationRequest.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationSlot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notification.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\NotificationCommonDef.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationUserInput.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.notificationManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\notification\\notificationActionButton.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\wantAgentInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\wantAgent\\triggerInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.wantAgent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.wantAgent.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\permissions.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.privacyManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\security\\PermissionRequestResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.abilityAccessCtrl.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.uiExtension.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.UIExtensionContentSession.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\ErrorObserver.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\LoopObserver.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.errorManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\bundleManager\\OverlayModuleInfo.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bundle.overlay.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationResult.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\continuation\\continuationExtraParams.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.continuation.continuationManager.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.bytrace.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.faultLogger.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiviewdfx.hiAppEvent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hichecker.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hidebug.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hilog.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceChain.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.hiTraceMeter.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.PerformanceAnalysisKit.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts" + ], + "parent": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\test\\operationExampleTest\\web\\webOperate.test.ets", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\web.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cryptoFramework.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.print.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cryptoFramework.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.security.cert.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Chip.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ChipGroup.d.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ChipGroup.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Chip.d.ets" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeListItem.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ComposeTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Counter.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Dialog.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.EditableTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ExceptionPrompt.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Filter.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.form.formBindingData.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.GridObjectSortComponent.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.Popup.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ProgressButton.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SegmentButton.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectionMenu.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SelectTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SplitLayout.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SubHeader.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.SwipeRefresher.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TabTitleBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.ToolBar.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.TreeView.d.ets": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.componentSnapshot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.curves.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.colorSpaceManager.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.hdrCapability.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.matrix4.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.PiPWindow.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\BaseContext.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.pluginComponent.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.prompt.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.screenshot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.app.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.configuration.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.mediaquery.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.prompt.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@system.router.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CommonModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AlphabetIndexerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BlankModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ButtonModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CalendarPickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxGroupModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnSplitModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CounterModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DataPanelModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DatePickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DividerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FormComponentModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GaugeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridColModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridRowModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\HyperlinkModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageAnimatorModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageSpanModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LineModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemGroupModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LoadingProgressModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MarqueeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavDestinationModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigationModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigatorModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavRouterModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PanelModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PathModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PatternLockModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolygonModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolylineModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ProgressModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\QRCodeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RadioModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RatingModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RectModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RefreshModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RichEditorModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowSplitModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ScrollModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SearchModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SelectModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ShapeModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SideBarContainerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SliderModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SpanModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StackModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StepperItemModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SwiperModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TabsModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextAreaModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextClockModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextInputModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextPickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextTimerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TimePickerModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ToggleModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\VideoModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\WaterFlowModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AttributeUpdater.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.ArkUI.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.form.formBindingData.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.advanced.FormMenu.d.ets" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.hdrCapability.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.display.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CommonModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AlphabetIndexerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\BlankModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ButtonModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CalendarPickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CheckboxGroupModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ColumnSplitModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\CounterModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DataPanelModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DatePickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\DividerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\FormComponentModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GaugeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridColModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\GridRowModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\HyperlinkModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageAnimatorModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageSpanModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LineModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ListItemGroupModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\LoadingProgressModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MarqueeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\MenuItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavDestinationModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigationModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavigatorModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\NavRouterModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PanelModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PathModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PatternLockModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolygonModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\PolylineModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ProgressModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\QRCodeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RadioModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RatingModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RectModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RefreshModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RichEditorModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\RowSplitModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ScrollModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SearchModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SelectModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ShapeModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SideBarContainerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SliderModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SpanModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StackModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\StepperItemModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SwiperModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TabsModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextAreaModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextClockModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextInputModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextPickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TextTimerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\TimePickerModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ToggleModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\VideoModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\WaterFlowModifier.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\AttributeUpdater.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.modifier.d.ts" + ], + "error": false + }, + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\TestRunner\\OpenHarmonyTestRunner.ts": { + "mtimeMs": 1737529283645.5369, + "children": [ + "D:\\project\\applications_app_samples_3\\applications_app_samples_3\\code\\Project\\Test\\uitest\\entry\\src\\ohosTest\\ets\\util\\Logger.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\kits\\@kit.TestKit.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\canvas.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\common.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\application\\Context.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.pointer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimedia.image.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.unifiedDataChannel.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.data.uniformTypeDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.multimodalInput.intentionCode.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ImageModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\SymbolGlyphModifier.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.shape.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.observer.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.UIContext.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.uiEffect.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\ComponentContent.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\ScenePostProcessSettings.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\component3d.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\component3d.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\ScenePostProcessSettings.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneTypes.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\ScenePostProcessSettings.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\Scene.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneResources.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\graphics3d\\SceneNodes.d.ts" + ], + "parent": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.scene.d.ts" + ], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\content_slot.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\embedded_component.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.app.ability.Want.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\folder_stack.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.window.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\image.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.drawableDescriptor.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.graphics.drawing.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\nav_destination.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\navigation.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\node_container.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.node.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\particle.d.ts": { + "mtimeMs": 1718816101000, + "children": [], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\pattern_lock.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.base.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\time_picker.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.intl.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\with_theme.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.arkui.theme.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\units.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\global\\resource.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts", + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\arkui\\Graphics.d.ts" + ], + "parent": [], + "error": false + }, + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\build-tools\\ets-loader\\declarations\\web.d.ts": { + "mtimeMs": 1718816101000, + "children": [ + "D:\\page\\huawei\\dev_5_0\\DevEco Studio\\sdk\\HarmonyOS-NEXT-DB1\\openharmony\\ets\\api\\@ohos.web.webview.d.ts" + ], + "parent": [], + "error": false + } + } +} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo b/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo new file mode 100644 index 0000000000..46f5542801 --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo @@ -0,0 +1 @@ +{"program":{"fileNames":["../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../../../oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.ts","../../../../../../../oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.base.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilityconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configurationconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/metadata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/resource.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/skill.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/extensionabilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.bundlemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.want.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/abilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.rpc.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/connectoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/rawfiledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.colorspacemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimedia.image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.drawabledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.resourcemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/basecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/eventhub.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.pointer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.unifieddatachannel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.uniformtypedescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.intentioncode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/symbolglyphmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.observer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.common2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.drawing.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/graphics.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.uieffect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/componentcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.font.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.inspector.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.promptaction.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rendernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/framenode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buildernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/xcomponentnode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.node.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.measure.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.dragcontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/extensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.contextconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.startoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.atomicserviceoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.openlinkoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystagecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/formextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/data/rdb/resultset.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/startabilityparameter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/appversioninfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/moduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/customizedata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/processinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.rdb.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.dataability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityoperation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityhelper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystartcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/vpnextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/embeddableuiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uicontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitylifecyclecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.environmentcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.applicationstatechangecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.appmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/processinformation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/applicationcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.dialogrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitystage.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitymonitor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystagemonitor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/shellcmdresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitydelegator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitydelegatorargs.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitydelegatorregistry.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.application.testrunner.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.uitest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.testkit.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.errorcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcommondef.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationuserinput.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/triggerinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/wantagentinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationactionbutton.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationtemplate.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notificationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationslot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notification.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationflags.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.particleability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/permissions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/security/permissionrequestresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.abilityaccessctrl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.extensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uiextension.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensioncontentsession.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.actionextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.apprecovery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.autofillmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocess.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocessmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.datauriutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/errorobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/loopobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.errormanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentexecutor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.shareextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.application.uripermissionmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.defaultappmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/overlaymoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.overlay.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationextraparams.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.continuation.continuationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.package.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.privacymanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.embeddeduiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuplistener.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfig.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfigentry.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuptask.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.abilitykit.d.ts","../../../../../../src/ohostest/ets/test/basicexampletest/basicexample.test.ets","../../../../../../src/ohostest/ets/test/findcommentexampletest/component/findcommentexample.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/clickevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/inputevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/screencapevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/mouseevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/flingevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/swipeevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/pinchevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/pontmatrixevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/scrollerevent.test.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bytrace.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.faultlogger.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hiviewdfx.hiappevent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hichecker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hidebug.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hilog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracechain.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracemeter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.performanceanalysiskit.d.ts","../../../../../../src/ohostest/ets/util/logger.ts","../../../../../../src/ohostest/ets/test/operationexampletest/window/movetoevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/window/resizewindow.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/window/windowattr.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/monitorevent.test.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cryptoframework.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cert.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.print.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.web.webview.d.ts","../../../../../../src/ohostest/ets/test/operationexampletest/web/weboperate.test.ets","../../../../../../src/ohostest/ets/test/findcommentexampletest/window/findwindowexample.test.ets","../../../../../../src/ohostest/ets/test/list.test.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chip.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chipgroup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composelistitem.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composetitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.counter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.dialog.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.editabletitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.exceptionprompt.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.filter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.form.formbindingdata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.formmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.gridobjectsortcomponent.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.popup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.progressbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.segmentbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selectionmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selecttitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.splitlayout.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.subheader.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.swiperefresher.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.tabtitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.toolbar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.treeview.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentsnapshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.curves.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.hdrcapability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.display.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.matrix4.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.pipwindow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.plugincomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.screenshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.app.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/commonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/alphabetindexermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/blankmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buttonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/calendarpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/countermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datapanelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/dividermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/formcomponentmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gaugemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridcolmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/griditemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridrowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/hyperlinkmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imageanimatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagespanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/linemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/loadingprogressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/marqueemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menumodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menuitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navdestinationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navroutermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/panelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/pathmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/patternlockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polygonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polylinemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/progressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/qrcodemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/radiomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/ratingmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/refreshmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/richeditormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/scrollmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/searchmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/selectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/shapemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/sidebarcontainermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/slidermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/spanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stackmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stepperitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/swipermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/tabsmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textareamodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textclockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textinputmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/texttimermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/timepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/togglemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/videomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/waterflowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/attributeupdater.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.modifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.arkui.d.ts","../../../../../../src/ohostest/ets/testability/testability.ets","../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","../../../../../../src/ohostest/ets/testability/pages/index.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ability_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alphabet_indexer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/badge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/blank.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/canvas.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkbox.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkboxgroup.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/circle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenepostprocesssettings.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenetypes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/sceneresources.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenenodes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/component3d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/container_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/content_slot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/context_menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/counter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/custom_dialog_controller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/data_panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/divider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ellipse.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/embedded_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flex.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flow_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/focus.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/folder_stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_link.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gauge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gesture.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/global.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/griditem.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_col.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/hyperlink.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/lazy_for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/line.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/loading_progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/location_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/matrix2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/marquee.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_destination.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/node_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/page_transition.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/particle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/paste_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/path.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/pattern_lock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polygon.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polyline.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/qrcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/radio.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rating.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/refresh.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/relative_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/repeat.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_editor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/save_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll_bar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/search.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/security_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/select.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/slider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/state_management.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/swiper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbolglyph.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbol_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tabs.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tab_content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_area.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_clock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_input.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_timer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/toggle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/with_theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/video.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/web.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/xcomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/sidebar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/water_flow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/styled_string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/index-full.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/media_cached_image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/plugin_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/root_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/screen.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/window_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/remote_window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/effect_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ui_extension_component.d.ts"],"fileInfos":[{"version":"be8b901880718680b6c067fd8083bd5b04cde401c1e1123823e3068bb2e0d282","affectsGlobalScope":true},"e8d2e50f9e8fdd312d31f97571b4c7295b8f29f7f8363498edae2a9eb113ee36","4b1854aec637e8e041eff02899e16fd3c0c78685c622336aadfd67e6604bbe1b","d6f7d47355a0167969e9a8eedfb0994f21e038d360965ec06c30f6871038900b","4735756aff7c5857de387f321633f272e2daba4950c427ab200de954340c7c13","13dfb22c1b46f9858b19fc7df54674146f3d174ccd35f0e02e8d05a3026b9ba8","33d21bcca0f7b054d0d0d402125f547c9ac77782c2df301de314143f08e81406","80510205fb587019e1ad42bfbc046d4f55f3c5a1c8b3debca7d6fe0adc93959f",{"version":"276144a8254bed55adae6f0646c37a2cd11575ac2cbc679bf7ac0419c443fd58","affectsGlobalScope":true},{"version":"3523038578cadf637fdce58f06018e144fd5b26c12e3f9c1cef14cdf92ca3d20","affectsGlobalScope":true},{"version":"28065193ddf88bf697915b9236d2d00a27e85726563e88474f166790376e10d8","affectsGlobalScope":true},{"version":"511c964513d7c2f72556554cdeb960b4f0445990d11080297a97cc7b5fa1bb68","affectsGlobalScope":true},{"version":"725daac09ec6eb9086c2bea6bbdf6d6ab2a6f49d686656c6021a4da0415fe31f","affectsGlobalScope":true},{"version":"21574b67bbedcb39a6efa00ca47e5b9402946a4d4e890abd5b51d3fd371819ba","affectsGlobalScope":true},{"version":"2415a2b1a4a521594b9837316ae3950b0c0c2f8b689defd358986bf3e263e904","affectsGlobalScope":true},{"version":"e5d8d715990d96a37f3521a3f1460679507b261eec1b42dc84d4de835997b794","affectsGlobalScope":true},{"version":"93fa2a84417c65ab8ed121a0b84536312e00a11cbf45b0006a75324d00b176d2","affectsGlobalScope":true},{"version":"a003a6051b48dc64eaa8ad83789e4c2a540f3482bed821053b6770969bd598fb","affectsGlobalScope":true},{"version":"e90857fa86cecc3bc964a2d7db9d95a0c406bebfadeb4853a01a0079936f12f7","affectsGlobalScope":true},{"version":"8bbb03589e48f10b49996064f35256e858d205dcb364428fb4cc045061b1d786","affectsGlobalScope":true},{"version":"5044747370afee4b4c247e8a14c2969d245bbcf8396295dc5a60c659d796a71f","affectsGlobalScope":true},{"version":"8e4921934f4bec04df1bee5762a8f4ad9213f0dab33ea10c5bb1ba1201070c6a","affectsGlobalScope":true},{"version":"a894424c7058bcc77c1a3c92fe289c0ff93792e583e064c683d021879479f7b8","affectsGlobalScope":true},{"version":"8f03386d697248c5d356fd53f2729b920ea124cd1414a6c22de03c5d24729277","affectsGlobalScope":true},{"version":"21ac76354ecc1324ee2e31ac5fcebfa91b1b6beb3e8c3fe6f3988538e9629c73","affectsGlobalScope":true},{"version":"0f71e010899461f256a976d1bece8f39710a8661ced0ae3a4a757f61e0b0200d","affectsGlobalScope":true},{"version":"fe7acdc1039eca904399190766d1c8766b7d2621413f972c8542dddd69612097","affectsGlobalScope":true},{"version":"c25aa843b930662d62f0e853dd1f347d08b66cdec09bd760151d4ba6ce220fe6","affectsGlobalScope":true},{"version":"3e47477f297e4fa0d556c40a872c2c45bddefa487fd054bf1f80bceb527a682b","affectsGlobalScope":true},{"version":"a902be9f4116b449dbac07ffe3f4d69abb664f8eddfaeb892225612469213788","affectsGlobalScope":true},{"version":"155d8d1e367e05af5e5708a860825785f00eabae01744cf7bc569664301415a4","affectsGlobalScope":true},{"version":"5b30b81cdeb239772daf44e6c0d5bf6adec9dbf8d534ed25c9a0e8a43b9abfff","affectsGlobalScope":true},{"version":"cdb77abf1220d79a20508bbcfddf21f0437ea8ef5939ba46f999c4987061baab","affectsGlobalScope":true},{"version":"62e02a2f5889850ed658dfde861b2ba84fb22f3663ea3b2e2f7fb3dcd1813431","affectsGlobalScope":true},{"version":"357921f26d612a4c5ac9896340e6a2beffcaf889ff5cdfcc742e9af804d1a448","affectsGlobalScope":true},{"version":"d836a4258d6b5ee12054b802002d7c9c5eb6a1adb6a654f0ee9429cbda03e1a0","affectsGlobalScope":true},{"version":"c021bff90eb33d29edfde16c9b861097bbf99aa290726d0d0ac65330aa7be85a","affectsGlobalScope":true},{"version":"1c4e64dc374ea5922d7632a52b167187ba7c7e35b34d3c1e22625be66ca1576d","affectsGlobalScope":true},{"version":"cd1bebc4db8fb52c5618ecad3f511f62c78921451c198220c5b2ee5610b4d7b9","affectsGlobalScope":true},{"version":"fb60e7c9de1306648f865b4c8ef76b7376731af3955b69551004ad3848fb8f4c","affectsGlobalScope":true},{"version":"18d23591bba5678cf57ef139e1a3daad8017b26ad6612c8c34d6fa39044b245f","affectsGlobalScope":true},{"version":"868df11ccdabb6de564f70b68aa6b379a243ef32c8f6ee6dc71056a3dd54578a","affectsGlobalScope":true},{"version":"cebef4c7f9b6afb02cd08e7288fab05d0be3e3c898c720775b8aa286e9f7cfed","affectsGlobalScope":true},{"version":"7e3c49afe9bf537f68ce2487d7996c6e5c2350c0f250939726add1efcb1bcf01","affectsGlobalScope":true},{"version":"c7673e88666f933b0d007e82e42b60e85cf606ec247033e8ee5ab5940e4be206","affectsGlobalScope":true},"577f852139cd6301b3e6022ecfc7491519e2981937bb6c60f5cfee355ba156bc","0313b0e60033495f795b8ca1171a8b2c3658893ca93ea00cc262fa774a2cc7bd","f598fe27739340f1e74d375de2122be19e4fd63dd6891df5a0b4cf1788056e18","ad572400fd95cb7ed7ae9bd7a3894376372194e8fc133ab61e2f82326aaf6635","c6c0d54569515a651e03ff0d4d9d110a22b1e13790fccd5976012ea3f195a278","59bb076b5059e44d40f6fe70c2fbc4be61bf9a004e03497b88188821ca505c4c","2478abad18abd3df6315d031c62f01f83a91caa634f35b17465df224608a8ac0",{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"67dbad7d2b8e481d856cd29f29d862b4da198a33581732d6add653ebe3a0a32c","310a6b870d04f2901d2e7ec52c1718db666fcb7557c6d963076a90b6d6b547da","41c21e94cc18d83501abacdaf56f29ffa89e64a6dd5449580a53f7c834d487fc","49af47582e837d1fc8e49cf5a2bc7d15d65ad4c5c8c51c0ad64ac4dcfe603c0f","7b09ad16db3bee5cf65c460a90a54b4c578c77b70e71d62439f41d5e851a28d6","70511b1166e7dfa4d6367843899e953042f740f85081890a36211987a73c25cb","1157a81f8147256d3381f074b53d511ae5ed44b6760efc1ada1cad1614b10f4d","2db64995786b7e70acae224767ef7db9b2949fde50dc5dc786895d17caa26c80","5f0c5feb4b738f7495ec67a159db927f10288a14b4c7295db85781558867d78e","9547257679d323670767021cdbe0f527c170961db8dfcc67aec42fdd1fb5b027","220031cfd5a6cee0be1481877147688d0980b74288807cf2cb3a3fbbf812e631","0cc5c94908b284934cc25e6bd28a612650b9644d64ce21248732f8ad95625cd5","b7a26eec7b077807adafedc469e46017d353a5b3e0a4fd781b9b5b4bd6adfe4d","5d1e8f9c86780f23962980d995e80f70cb90173100c4f3f1280c651c6dc22094","bd595e495d386604646882a944d21a98f9fd66949efbe2e66b40336dc8584c0c","3e04ff60ce595ca7ca76186ccf46c9ce79e7fa57f740d389e8f79388327eace5","a4c60849968465bdb46cdfc6126ae2267b43a0c6e811e76c1c858547d6ef52e3","0fffd3838c8020be59c4f2be34053f0ddecd2d7278485606f4c2a4682e650250","b9c151129f034e4fe24b4a84e8c81e9727180828610489d29c80575cabad818e","a8e07c1a2f8475fbab17dda22a5f51e2d26fbc39603cf3b18f9c0ae2b519e55e","6145f041bd8b031a072c6419780d5cc41cd8bb8a43ae90023bd64da208c21668","c3481ec940f003edd134a10162c8abffc9da21ef82299761ed6fda049fb550f5","e647890dac89f8ea8fc81a80fa87eb57202273c642cfab80142d9986be33f1f6","3b3b0e4ea5194123f8ec48d62976f3e6b380e41af776082178a49a42fdc00ec9","aabcc875047a9ce097df133c01ccba6e6d1a70f9b3ebe16edfbce541b711d278","f3e7132deac9af21c9e727f625e3dc3c6047345e73569d5640f32307f0f9975b","fda8803271fa97a15448b2accbbbbcb7d77ee4fae0c3a1efabe6605853a82aad","024c023dea20e9a6fa62401842793f0a8c4e3ceddd78dc895ae84eac889c8114","3106a5fd72da82c23a43774e15bd6d347cfa9c4e7f60678ea17889cae327eb2c","a51730e801c42427e26e45253c6a6af53c809e49d1fa420514841876e3f80730","2bfca57a52c6b51dd261be3195d69641a9748ac419ab723cfe5bf4acc4f9c065","f91d9ee49f8ef16b2e513ecfd6c0c64315033a364b802ece5c86677a8e6c56c4","c7d68fcbf0a1d8a76e1e33ca4bed8aba0931826bfcf6e4fc84af60db80fe3e32","16d269cca8715b0ca8b907859f6cce45f230f1b55a6429f267e4c5a8aa7f9d17","82b1681ee5db8141b0ada877ac23d315f4c8d2dd97cf76334cb51b4baa351066","d18ff143d029bde58c7f74834dd4d12562509022b3ddcc603f5d4e8d243208b9",{"version":"d276ad6e1369784413d0cab41a9e0b4fa9de54b8dca80379eda132c4beb77ae9","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},"8dd07c8c3ed630ef59f192db1c44fa66be247ed9fcdb4bd2284c62df5965d68c",{"version":"4857fe7dc2d7c7f500ca18280b77b3da28a93be99f5aff63c09d7dbf8e17a53f","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},"da329aeb45097f635e79ef85c493773a1d2d84ed60b3558775bc2ae94c61008f","f0aae92d40206be5be853afa2af75fa5fc180a77dcf3a87b715e534a275fe903","3871e004409be619f4894565b87dd05639e7dd171151ac32ed8fc0c0833937dc",{"version":"f97980063d95f1e0559272bc6672c05d2594ebdaf35841996f76b3bd4cb5ef45","affectsGlobalScope":true},"e591377d3af5a0482bc49a5188138b0130e4414f9ca4af41da0bd50b07dfbcfb","7ee3fea5436fa55ba20a2fd8e5cf7794114a3d33203fdf60ba0a810d2595ba38","473eef8d98d2da794b7ee24fd5418f25ca927333cc8276c81bc8d0f2afca21ce","d8f57165de6e7fc3f6034a7618bd95f1f44b9d13b7d2047aaa020974ee46b439","94a904a01e32011c117a097864881800c066a2b1dc2fbd7f61d6bf1741953fa6","4a902e918e820444f9a047ff8efd0a7de834e732a0abe43b4dd6a373a800f25f","1b4c0d2a49734f31311f15b63f3f3b9e5dc8b392cae51bbf9c43b97e863292cc","8a0ee970f22673a11418408e81ed1b13c76aa4400d488f57ae96a4fde028ebe3","81b9001bf6fe61044fe5f93d5c6e96dc389832feb8348832f7a163a4b167ab0f","6fbe25cd411616205811b9cda94564e4092aafd0336c3478f5e5175f8269502f","4259775c9f64d130e63ba174bc6bca1dae9453caae6154de9d23bfced93e9ef0","3294acbde15d6b23b309cd746f0325f37a2d16fbbd49ec1e0df5cbd8637eb05b","df8fa4353914ada797c4cfeb444d0b7cf8a3a9da8ad15a1ac1e4d632773729f8","2f8994af24dced23d6f6a76bcc5f64149315c6673edba56e48eac84e8cb755e7","6eec8f604bfac2a8b91347d9bf7ec2c002bcc3d19c9698809f2a241f7e22984a","6a8c3cc451ea3b5f9703890b6b4bb7ec3a05dee6c54256a7ec843fecf6c0ea2a","a3b1605aa96882b0e5766013858d9dd73df8423fcf0d8aa635a12bed07452f09","1ee4140494ebdaa4971b592cb59603953c4f613a6707069292e04006a41eb4dd","889afc18ce73d62f11bbd888f4960e1e4b76a23f2c1a2cfd88ed1e2493350e98","ddba7710312870a889191ffcbd8cf72fff280981fbe015a80bfc75132dcf418e","d391eca85d2926becc22d808efaa4db25d1d55670aeea4f7d31a994ae65999ce","33ffcac134473cb641f3605d850a483652ae78d38fb0df8a49ef17deb05a90cd","8e0622fd44e6fc146b3b431cd5433449bcc7660b555e6e6175926a5665353ad4","0fe10efa53a287daaccba7fa70bbf20820ead1cd0c011ad59248f04cea5f3534","6868f6e9338a35f8334a161e76f63b09838994775aab22cf1ffeab8fa511ed92","59528c8bb0cd15a4e2b544547cd324bb3a1153ebd52beb99c1f36f5437bca908","7542f446bc5bc9148a8443618064cdd94ba23293716dc839ea17e79dee318b45","3a5f3b923aa0dbf9d743ee99961763d38576b11ba81dbcd1b90c046f52d6071e","53b8801feda0f792b5959291f0e760ed1e013a78fb4e22072b663a76eb47a368","303ca76f8c2b7ad71018210a97f880885364727742d4c7ca2f60995288a5f306","c8c7a793c5c12ae30479c17eaa5ea8ba27ff824aabb1a55734392fc250014d8b","fa7bd61ef513060aee874edb785589dc598ad077ab5f1503248bc9673a879c2c","97b12eea495295068b64f1786b288bf32b085997c0ee04e847291e978693d0c7","e0ff32b43ad7045866ad27ea01a60cc2e7c0a5b0a4bb57a6c870cb09ab18d490","8835e4e450a00b01a3f16558832fae8e68dedb6da6392a609b4746c650b5bc7f","001211155201234b9732155570d64e1b59fbb2601235b1f552f55202e674f508","05199a941cebe970e06fa3a38da5bc2fa5cb759a62f0846985df032b301e458f","383f35282369bbe076f1203bb8db614279bcdf69d3997a7ed8cd02b885aabcc9","64322c0908a6e5cce21f118b77e1bfa46ea39abb05fea77bb9369705e3b8cf47","97e9592d53be761c186124ada0363ffcf29efd028772f317e252e31edee3f84d","4fd7bff2bb8e02b5320302cb4a69ba6629a49861273743c89cd0826aae01ae99","6e9801e6ddf7c3eeeda628c984737cadcfa7d075866ec59d0a66d0443aa3fd58","25d084c26f6956c51674a81f67ec88a0d6393e2582199243f06435ee0c2a88bb","241cee913404a59ab35ed2ac114cf13248edaf631510d831f32635b88fcb27f7","189660a5f5aecb1f63fd1627f4a48e5c57eea1e0780f542f68c9a7e8b1440085","f7a0d94ef9508b47609f3be1d06640886edf80b7d0526fccec323d7fd127c014","660a6497a57ee9bc26d628e8305c45c9b0201f45c0adb5094932ff8e6e31da46","486609fe99f6a3f875a7ec02440f1442f9f70d1b960b25e487d7172fff2145e0","69dc267e98905903ba258818db7cd211dc170abc824d78787dcc3b8054baea8c","deac4b5b35dfc7f4181f7d6f9c6f95ff1334f57352cefb912da3feb222327af2","4124e98f39f11cd0af3a584f4e6440c0837548b679c02b6ec4c511f8d5f3d863","47afb4df1e65a082125fdb3623d105ccab44c5d866ec1d8f7f859790ad11b910","d3b5a9df549001419a205ec0cd8d803dc315617809d8301e96fafd69aebc2682","2238892eef3efdeaa60f96d62943897ca8c945dd6fb230ce71d2d9ce1989c30d","ed2bf28311e8fe8e9044a99f5094de12e29285f204be28796c9db450d87c93de","74aaa7149d1ba1032f6cc3d26b81919c0e2382d6be0d8712b4a9d093ca18f0dd","deac8bcf519d0ab9908c13e2075b1b288593bca3cf5e5f6d89dfcb4bec9d9594","3024fafe816567099138aacb418ad1551fb2ed87c2c825e2a21ddb580c7c033b","91dd1c08d680dc337ce262ebca1b111181b4b6a714f318e14569bba27377e055","a5261524ce1303fa73d5591ba9ed2169a04055b33c7ed0a2cab19bdc4326ed73","a403815fb905a81f780d6d9b5856e72f64ba18ea533184f6f9c9d708632c76e8","09942a4cf7d7ce76defc26bcb861df24f5f9f3d77208e179baf601742a2c0bdc","65f31c97216723467a890e727f4a01bb9e562b81fb9e4362db0152457819ce6e","5f7b4ed0d292676d36db39af254dd68082172d081e481b703d4d4fa398bcf04b","2d723ed4d0f5b76d210bafdd90797369c22024a71d59d01e8d6846ba6c32ec05","2f39acd919c73c88207984f3fc872f5b67bcff7fb1bdff53b19ef8c345253ec8","7efdb32ec904bfeab18058bb60ab99e66fa7b9a6118026c81e9a6e6b40c83c48","93dcf8bc5ab37927c8124c865a0785d538043fcdd26c85155ecfc3315ba38d18","f4730b394b18e7387c27009795bc45e37f02e0deacdb9e723140ac1515acbd14","8acbac53116da622351cc6b4d938b406fba3d14e38c855da3b46563fce2ee6e4","76c00b3df6b4b958405d0ebc2ac16d070b5fd2b496f863e39e5deeeaa4f9c2d8","4fc48d8d7b24891dcce8ab97967d37a57265c49c129051594b0cea950a5e3cd9","2dfc19843ef82a00a76ed31944101b909c3ab8c118a8d267068987c0fe07e71f","82f93bf672646559fa9ce3c149c12d3aaffb89a33a5427d286ca364f45f76678","1c3742d7cbd2798b368723a2b71bf4fca060433b395a1fbf4b36b05cbd4e8462","7eb54fc28cde4a068dfcc9721a2bbc6cb051fb9acc2174f659b738ded6e42d0a","b97be919a79b1d1c0cc47f7a56de81e8b2de1c28d999061771a2858ab9466ab2","b9da8b11bb476845d07659d0a00453881edfbe9ea7dfbd493fa5dc61da294880","95d369ffaa72692f932c08aa3f2134f8542389f413dab15dfb7f3c4e173ea184","399eae3e2459980a8fdf515c6681fc84fc0be9c9b422526de3abc5ea941f69ff","682f035fbb89aaa07bf07aa183f9b1f4ab9128d3eb573c69ba4be74dc55b81c3","5381cfc9f0043b4cf658ea5308a140c5ca6625a6ac79f8af99f8f52f389b0f8e","565b1449b1dc37539d4ba2e0193a4a73c59cd072d035bdd4e3637410810161dc","8cccdb265375f988318009102235668611405e9bb78d0a98ec9a0334bdf7071a","bc05ae68fd5eef7e18df466a695f8481d3f9e361b6f6e5b7008e13ae963a07a3","97aa2e57f9b1735183405ea117c62175eb081f54305917e5e98595a73bbfad54","a53902b5aaf0d627fd7583337716a35af64b30361720175efd3d7b5d200e18ca","deca84b18a49fee8097dfa62a9502d4276544cdabd57524b30ac19d1f7d156c8","16e3e03ca2babb66c57e87331f63955cb91e817367f07ca9a76b15f699303d98","976d721d0731abe48ee7a9229be509b3c405f83a14fcd4d09166a349082da3c8","88c2298e44e20c3136ce548e1c86b0c03e4fbd7653c2d96a0c284c48892c59f9","094436082008689d4b2d33bbef344e5c0fc72d706e4ffc5328f635e7396348f6","193445cca0906a46c02b7228bf837d8c91056e2d4968e7c5f120204b9205f2ca","ec547685278344a9e5ba15b42bacf3dc3f1fe41a9431a7ecac2f5be2f02cf00b","7d3450c82f4e42954181ceb1c2e42c22ae214e4916699e1b3049b7e257c3b2ed","f6205ac45949bb1745a0a645cd993e339713e22ea4817b4bbeb3a86c424cf25f","fbf9797c126ff75be792f388e50bf2e454febb61ece5df0717ac59da33a5d5bf","2ed0af6102faa95239bed35dd4152227bc677c5b9171905f283bae0db9fa8bad","ec031c9ae299129fe103d1e138d47689dd1f9027d96671eb5011fde6f3cb7833","0ff48470df31ae7997517bb5d8fce5de45dea390be4645c63ff00fc953ccba9c","2e277ebfaad36888e68cc53368a9ae012300f1e66ac310b0358e534015f4187e","52db5751a49819c0110c0af57564c2081cce12312f2bac482e7190dff3fbe64e","54768cbe156ed3d648ffdcb2165c5424efa0ead8bb470fa78c6e7c8e46858bcd","880fdbed43c39fefc1fc24c1471a5224c7fc99c0739a4bc9dd183e70fc63288c","26d8fbe11e72c25e13a9c6d4e09d3962fa2a01c716445204d94da6fc3657e134","7fe29d38728b0e03a62eb35d37475e538ec41f0f5918482391bb65e422cc7680","1d815b277b6b739fa2fb8437c62cf9ee22bf31328749f452ff6d56ceeccf992e","c665806f7284f86186a1ee6bddacc0a94d67cbd8a386c74ddc875ce826702901","febf0f0cf0ffb1ac0ac465078bd0bf970c6f3e3ef2c1581f65aabf6b6168fefc","b47c7685ee6994b986a01f801b2d21201c90b16f67dfe64a2615dadb72c74181","9bc6b5c9bd93ea8429310f98660e22dfba10d4255bda3824725f6f85de7a650b","3312fac64590194b6c1ecc16d22bb6af91235492d32d6664bb9fde6f31185218","66d4b497c71a86a93d6edf6c1480a31aea92a611f3e21060ccb543f3c9fb1e41","7be9a0481de8b4d7e662a21a1d5fa4eb73f99d0377954ddb8e449c157b6bb268","7b570dd41fd88b817707922b11d62e7d28d0406233c7c0de03ba1c92943cede4","4145ab9426c24188a3cd59a8219f0e24e7e20d9fd48511cabd3d6a348c39b3d2","857d874ef16c6f04eacca814ae76c692ca4bc3555dae3c03b45189ece96aaedd","595a564204e8dd01f520a366246eb051f3f3f936b65d9ebfa347137d468d9bec","3b40b592d869d9813a4cb75cd5a8a76bfff7ee007f3f3bce1c577120a44d9545","341586e90da30bb1be2d7e371ba449b04e5be4da512e6dd8354155d5d4437ce8","70b11b8868f8881c154d3a62a3ab5e6c964577e8a245196ddc06423fc2d6135a","4c39e6633ef4f0c56952c14c8e24aba2baeb43539b0f5d0fc44929ba454b424b","1541cac1ab4d9dffe55740e2ef36210824435ec0615497d0f2b3c40f844099ab","6876e7bc3471120d8e0acfd89c11187ac0d4193400843bfff98752b827a4904a","f1a1dde284825c8dc35f21351311af08928af9e7db420d3fd632a49ebcdebaf5",{"version":"6c6efff5872580150f1dd4c37e7aa3647446c4a7f06b7cc2f436fe1b80caa9a9","signature":"6062796012"},"75b4a678774bd059945dd75cf2620b077763b936c3093d9cacb2d2734fa8a2fe","966b18701475c486bea276cc830592d0098c5a0d7fe941e1074de14dedd8cdec","9b65d60bc99dd1a169e0cc512cc789257d37b82dc91469b3c96cac29d0578f54","ec977ddac1c45c36968800c789d92ff9331602445475509be12e14c7c4f2791b","b3393b3bf4bdc244f731fc51f4700001d25e1f70d8b961427a1c23c3158dc852","f2d0cc8734988f40c50ba9a588e9ead181c9b86f06c646e683c824ed2d33dbc5","f81fc2248d1e542b493203b7088a4a9ea1574c375748c0b8e016fea3dfebc6c5","7867b8ec06b1f350a0a63cac293d62f9660fe23f95bed0995e93afe3f789d312","aaba5287e9e9e213154f94c22ce67bfdb3b294df5e6ec787807cc87719ea567d","7b6358379d57bf98c049eccaf57a8c9a91fddbc1321c678094003fa8ed79e542","78edbe756c7c6597b332a82a37d2d9d1c690f78c78a3e96aacf62768c6bf1faf","06df1301b2b94943cb02b337371e3d070e8011c05f301f3919669f21a5c9909d","786bd6f6ddf0a88114c277be0399b1bcaa34495466bf1f39a22fdcfaa6f4df82","5917a50a65b11469751ba502ed814318d5871a94413cc4bde580a9ed19e618a9","a104f6772d8561661765d91419299be1db45859e41f4dba2aaa35f539fd91c06","9ae14b25dcb7726e532aa67ff37dc8b333a2ae4922285c29c87106df36deacad","40e0c3acfe3101bcdfe6e994ad7a2ce7485c5b21ec6a35a23359112c5fecdaad","171c607478554259a22d3cf93331521118402d3c3b3bf379a61bd13f2323599b","b23983705f810fc2afaf1bc27d8c7285483401bfb760debe46345a58183bbb4b","e17731fdc6db0387abea360fa46feba8d2e9530de0509950bbf559b948507b3c","d1e6b7c304a780e1bd17d9449b2e4da63fbf99676a808512359df31275434b95","2f34615d8f605ac51cb399f83207b9864365b5986468796dd3d3def5c7d70458","59076e6d87f4609728a2c5aee5059910db26003536edcceb0a85b4a1bb330f83","074911c371565a0513a5f9b0870cf846a97912a30b9ea72a970a4b93fd875310","a68072a13191b7f5939db20336ad28f8a4a5d56e97b60714061730bcd21c310a",{"version":"f75b25bf707d36baec4cc2f30ca0884a8091cffd81c620ac9d0f1e8d07f06d40","signature":"2595520523"},"e09b7cb76b4b075c4feacf8c541885dbf78b9a039a233c89dc5a3046213d20ed","9b4e1ff0f683b165db511a846c4fa1c643f72da01e2360e84c8b5dd67f848f8a","854eca253c1e9b541acfa3f8633e89db961bb218c5cb9277f45efcc3796412f7","0fa3bce6a95db2427b8c10c8b4c4db3eee7ad7017f1ebb6aa5efbf4c4126ad8a","cccc49dd6dca5d2664fa07f828e187ed34c3ad19b42becfd5e44b759b97785f9","76c91a9d9ff3ee87b6d6aa9eb94e84e45ab4b64a57bf9c6f236852b418f7f658","6697f7df909baf6356f243363ecc94883389090663c74c80ece376c5ea0951a5","4a9471aff4b8624de59aa0b30b80dd0d31b82216f068f7e370fd2259bdb5a4db","4a1c374831c5bc54f36f7c6f3821e85f9c4ea6c4ce81cf341e9a1ee26c0e6978","ed0259fa7ebd8a4254f3de0e20c22d0a42a056d87e8879d61daeb691d4ec4812","6234f4aae102dad492b4544f8eec88ede3928f6ba0a9151128f4694325619874","0d9201b0e8b2e196b22b5ab6db04d7caa85edd24d9bad661a6a1d8f5d2b01172","f4e3dcdf93d873e0272744b1ab2630b2a08f3ffa1ff735b34847921b0684c038","7b44dfdd820b9d9eeca2ffbb48d3f623c0dec6673b675542075ea0d14585db3e","d91147bf238e682cf26378b8b2c2fbde5c04e48510418540481815b5c9bac7da","171156eb0e5cc29c9c12db68315dba5dfbb27355963e65e19dccdf2f2d766f45","a7d48973af38920af98822bc5f92b6d2edc0a0a44200a174601b088826b8ff49","cb3d1bd69d359ad17a618768918f5ac5a3b073f2dd2ef0b0a03cafc79fbc035a","e8aeb3f60745eab84f61150b21e6dcedc7b5555b675069181f93dda23e1f2f1d","8c535eb715b0289f7048b73d7b16eefe2ee9347084073b4447875c67cf870b13","a213d0c20a17f8608097b830efae3de7723b4056ab7a93a68ea2be1d22ab2674","7036f8fefa09bbe57e607f4eed11c0fd312245e25718a02078566b094d39f4c3","989bd8a96a1965dfd0fb9c3926840eb37e0a99f56271b57bed6a9325313c8b63","b153ba64e85b54d83f1d3a9998e308ae1c8245e322421beb45530f18f3bdda87","3eb7dbf9f5e1d09d97745dcf6b1950cfe40ecd5f34b4b51e7da94114b804529b","117a54ed4607fa8a1c21aa208f937e4627b9efb17d5869a932cf59a79a27cd52","ba6a6322260bc6463624207c762f03accb504cf803401fe0da36569a77ce4472","648ac618e5231708607614f0829c5344581eae900e3a6ad779b1aa3047769653","1c12b37f3ff4bf104f79ce0740bdc76d799e9a42c9e828ed1c5f255e04710802","17cc578a7023d0fb02c755474b5a6b8e642819c854b5ed9e374d3b3fec301367","74ee78ed1b5e53ae0960a36eb574c0db400be07fde68b6971a0d7042ecc4b0c5","ca81f38f4e03ea3b0ad1b2dc10e5180b98b89cb2f56c861a05ec6b06eaaf5418","8f37c41c506df6ca461ee660f2027b699bcdaee4120ce8099bae2affc79f5b01","e8c1061f493ba9a612e1cc865b2506af60d884900c6d6f168fdf103d3bc91cdf","6ea5d42e62c598904898ea4aabfac34890a54dd5c238dd543e71bde7c7515fd7","bc882517392e2bc54836058c6183ecd3ecb3e65062353832403b2cbe021a7e03","61abcab51bb29586b48fcf41bdb6f5b03a591bae15a58b3e2f6b0a13b5d6151c","fe3a7860fc0d477fe352b117f57827b8c56cbc39c5855f9335d45c89b35f1527","626a776b94181199e853b6c0fd055fc3d4cdf7ef077b9fd86e24655a18fab40f","8469ac688ed8a331a4ad2d581135ac8a645ac52a30af3bd30dd092a948982524","8c0d2d92cfe03b7ffcb62154f5a16e0b81785cecc48d8736692f490697e021a7","5e59d9e96e19dcc45bf5a41297316f62aeaf83908d2910a969bebb32add142d6","6e5a583364fb8ba1cc46dfcd3e59c866a6a790a80bf02abc0a4264600d819413","3601d89ffe12564e96ce57cfdbd42a48de756e8b341ead840afc4d35c6b5f86f","a6ffe77a1705d93a7ca176c55720efddcd8c5cd07a0a8caf4a6869335afa2220","fff56adc75268420e852ed7644164aba6d166b83b75df63614850c3b26e2d925","0319e4fecb7c1ff026f10fafcd8e464d437a25222b2b731966d4767b7718afde","ae067bbf2b7608b291ca583e8a317a31d55cc33a860c1bdf1f36b009641a1f5c","00baef1aa924fbe93073b555c66bad469d479b0e7a8865d6c528e9129b46e708","e1eb48adafdd304a4173922f1c114ec112751045153d59bcebc7554ab92586c1","7cfc2db4dc08dc2884924826db4caddebe27eacd982bdd8aa96077ca6813fd5c","e72b2177ff845de4143993fdb909b93a8f53e048b82860bc645982901a962a3b","ac85b0368d245be43e5e6ae004e0312ccf9cd719be68d2cf4206eca5e67c2f66","cb46ff4eb7d0b6681a1e4ff2acf136b4a7e38f49263b785297b78a86998f491b","ffee308146000ee000e786b3f845bc959cb4faa35645ae1958786ec9a6fe1759","f72b4433fab685d460a64d882774d8aa83548b5766895c005adb8451d707fa7e","9c1e4af669c5ff4166d1a8cab385698c6c708610270de4dc9574a3fb2e7c0da4","cb4532e891e3fe76418eadd68b74b0bc2e46fd5653f52556cc8bb8ea517c7561","22bcc31cd2f810c94ddb9e89d99e8b0f6daa3bf4a0e25d9e6b6e6fb66f8385f5","13475de08c44da39ceea62e91092e08038e3d91700a612663bdbbceb385b8e8e","38f32a341fe5b297a28ea075baeea3a5c0f033c46ca249bd3e6f27c1acf7b71a","7b6ca3b728720d056b3d64f912a3d1cce108883cc56ca8bb8d9ab221d9c04d2e","8b9f05b958ee1ff64a2ff2e6f144d451b795e08f26c3dfc23fff31d866876983","2f1ea4e6bc891af84fcb50e8f5b8105aa9ed13c5cff416829450d7e5c40a46ca","89b41d6fa4625c241b4341df151f69954f52144657e523e5e1c6d38eb85a01bf","ed0f62b2ff5fb9e93d5e15737950e0a4f2974f839bb671858c72f1ae6a2e703e","8ccd82f7ca356040d26b63eee6c5787dbe9c7f7d3176a913a1d0ac31f72904c8","d4a1998f452a762427e40ecd0917e68538552e01f377fd9d6ed951485211253b","a62d676a1e5ab299b0b1134452301c2df2e129fb02db90c3cc2306241e901afe","c6decb6d65cd9a55fb7229a04cac1c74baa81c8a03ca36e84a45f5c9793890f3","57171abb6439002e9ff9cc6521b23bbdf3918ccbdc40d5e7f83b0f8604293785","d7447636ca1f6958282ed73826fc31cfbd70094090056e9cdbd84a9bcff59cd8","5a53af697a59d0d98216e35587d5f000b7c374a1ab31c3ee045542e32150d99f","e09d94bc86759915b48663e61dde64769e05fd4e28338d0ea9621d6918ce3e3c","a4107d76d53ed5672ca6dd53e3a6eace6dc4699b2bd1de4d7167990a0bfb14e2","57a995821e70b91f59bcba510e3c21478d0294d412bff11bc59f86215937d9f1","b27e7b5fdf0e9cf527fb4fa76913e92a69fe7f82a562bf13f677cccb3d0c1795","50670264bf0fa7e9387d8e18d6e0c67e4e24d64ad4f29ef6ba386375f21a5993","83a85d04a716185b8ca158047923a1ce16805fb92aa8470ad665e0be95a7ae58","e2ca37e66b25d48303f356cdf92a55c0a7da35ca7d3152475954e2d52ac6b916","72385f7ff487c49f78766ce229b5bc444d762ca1361931447430c4255f7bc036","85423a694cfbcc0b6a5ff4e11908457c8bea2ac1d342d3ad7aa1b60083569cac","3107caa88b4face5f265b96d271dfc618af3db02fa09b2c27de40acafce175f3","448bb5183df75b9970c39f3301155198fd5d453de223b8afbf71a7a8257a0af2","ea7853876dd81888171bb6fa2716d75177408108abd369dc248f07007099e171","cfe90299d6fba72aa9566ca68f47ba93b703beb5b2e97f925c780242f5e829f0","52fb939f0fab6b973a9706450dc5341e40a33f4cfc0882251fae47fcf6611d34","601c614514727ef5a051d68fe3408185566400af1c5dad8fdb2ed74ae641cfee","8c824aa7b8de375a077bb59fb2d3ffee213d9b608c11a353376d9c8c7ff1ba72","ad2e4ab1b894a66f5fbadff496633b36715ab22d15b70fd7da687c7d0eb33b65","13f780b37afe791284c6cbb184773072814f43434ac710ffeb60389a4c80f51e","5bb87649cef60d68a4d02e1a2cb034aa2909ce57d41786fa435b5ce998b16e38","b8d2c41879a0ac5ac4b90789405b0bad17c0dae6d4166412698769de3cd0676e","e244dba6e5949e9ce175f1a46ae24d71bd2dd30fe7db000738c9157e763fb5f9","76f216d008bbfc54ca2051358638433c529e45da9d9dc85f9c712e2a72ae878c","d8e70528afb62d2373986932d93d1b1a77197532bde6e1519daa749ae984d192","7d64571241253e1ef87c10970fe47b847a5b8dbf8635c71dcc87e02d6dca5bca","a2340d520f02e6cad7a303702a8ec65c4306bd04e3e1ea787869a7e5fc5410ff","3c3324798bf0042dc286a099673286a00933cc2148502544d14e7c40e886c1d3","92c5a273a9d298185abf6180f2a6697a74f8b5c40e9db597762ffeca7b0db341","89da286ad59b3aafb5825cabb50795fd6c1e47e5caedca6b2e51e9c9573fa87e","d62d2b751bb44b828c899056bf576c6f2ba757284ede5df530034a5e3dfb9892","ab555a5ad6bd3ad1753d62b676cc9feb450b8b7dae52128d9e1197aea868cb10","e94df7658fa70fb172edab28fbc73d0bbd16e02a88062e7a26a9e01673b5e71a","1857274a831004814954e5a06fcf6c5acf499998f6427d3aed5eba60a9a68e54","2ad99dc53b18985dd2d1838d268d7e0817b177e5bb3f094513ed03ac2fca6a3a","069adce0cfc1b000760078fdbec9737e6884a128e7eaf7144c1db541eb398c65","8baf1431df3e6bd820e50f874cb0ae51f70d5b375aa52b6bac750524e5c020a0","0e12ec219ca582df0c790e645a79779ffcac7ccafefabaa11812082e7a4cb2a8",{"version":"404b3f1b29e9127aca429799d7fa634a6429eee929224d63a80a914c03760a15","signature":"-9536696083"},"e0c2655049852e1ff31146a668d3e64ad349ac544fb5f341634c9f2c681ba76a",{"version":"2a62db3dae2bdd1ac1b30c4b58385f2a89c8d7da8f7f1c9c91564e8da6933d1a","affectsGlobalScope":true},{"version":"b1927edb3b088f4e4c56433cab8283765806dc8daef8ed3d1d092e16025d4a98","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"dc4b1c46db83ce618f48535d5b91b1828817308313e7b7906873b1590da7f1d5","affectsGlobalScope":true},{"version":"9a1ca8d19bddcf36564e46eb302e9bc9c278b5202bbbfab5f889a219937e37f2","affectsGlobalScope":true},{"version":"0a59668b250e1dd0b2176bc778ffb26629d40f163fadbf744a683faf04093a00","affectsGlobalScope":true},{"version":"387ec2517e05e3cb85ff11fd21c6760094a3c7edb95cfa236f5198385bcdc459","affectsGlobalScope":true},{"version":"9c0927aa92e8f098b3c5d12135bfdb54f5fccd238ca09375fb2cf6bea16ac773","affectsGlobalScope":true},{"version":"a79196e6a9089ee6800ae1809b79b3f08c5e494cdf90a8a70de7e6dcf7ab0244","affectsGlobalScope":true},{"version":"fd1c5ac5245294a0e497633c1ef9c73874a4ad4a8831b7af96c7bbf360c3c9a2","affectsGlobalScope":true},{"version":"11f31d3876331b6f231a9aefcb8af3e0a41dd4123e7d269cf8452a47f2a9184d","affectsGlobalScope":true},{"version":"caa5853e78e56626707b290efbeb7f10afe5c960db9890796d650c692b462232","affectsGlobalScope":true},{"version":"50433b1c1da103da2dc9d739266fbf615d33b38dba1c34426eb2551f44570acc","affectsGlobalScope":true},{"version":"a912df79153642e7c30ae0759358f7066f2502e328682928391bb13eeb20dc98","affectsGlobalScope":true},{"version":"cb3e05decb266e2de5bcd920816c1e5d956d7f3c90a17b287a870c2226014034","affectsGlobalScope":true},{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"bc3e9530f5859cd4f08e4317de4197148f2f0bed21cdb9a9baac55bcf9bb34a1","8d77902d0d7ac1e14c69d636d0b1ee3cac5ba7649b0f56cf9c3187998f208c1a","5a7c35617bc2fc310ba916cb98b0e03f06761a0508a85f6fc4df0d87b30df293","d566b0c81814ab26e69c2a5b0ceb83e79ad5097e6048d09b2fb29fdf2bb3d3e1","0623f5d1d2dd0007d69e1b918b5a3788ae0edc6d7afcbc1638316a3b40194a55","4991ec53bab5bdb28b2a9c7f15bd4a426285d79bf2fec2dfef3f8a72219e6f27",{"version":"db6e706ff2a7206499b21e1616fc095e5d529e3da46a83e9a98fc102733c819b","affectsGlobalScope":true},{"version":"cf0fac6868e2f11be9c227e7593525bd29725742c058c058abff5a0546e41175","affectsGlobalScope":true},{"version":"c3a83772fa36bd3c8067b0bfce4aa6279bfe865a41085046b283a754650355d3","affectsGlobalScope":true},{"version":"207e733cfe75cd3c3cebfdb9a86b076705192e92e85d11de83092fb995e26238","affectsGlobalScope":true},{"version":"455951454502186375b7d1dc923b26246e217843baeb648d2b3790a693beeda2","affectsGlobalScope":true},{"version":"e4a2e076ea34c1d68e3d542eecaa0b87e642fddf099696d1d5bd5aa353e344e8","affectsGlobalScope":true},{"version":"c9321bbdea9444a1f3e2c5e0cb9893520b1cb3d951a7842bb6d7b236d331b9fb","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},{"version":"5792be58d14bf11fbdb44e903ed8ac3013d93bdd963a5b0702ee9c2585059cba","affectsGlobalScope":true},{"version":"4a50b83262358bc829384b53b379236aca8fd772ea0a6730cf3da47bb30707e5","affectsGlobalScope":true},{"version":"428c8329cda041bd40b137a7bf76295c58aea9354bc52897ca656eea1e07c800","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8b0e1e59695dd28adf930fa4f82ee7f34789fa179837f52fcaa4e56478080974","affectsGlobalScope":true},{"version":"b2f916c6dc397608754a07440a83dbd344d83d8600539120161e05e1bc92fc57","affectsGlobalScope":true},{"version":"34e04261f8d46785867afa92ce6ce81f656228b9983927b9106605ea80399f04","affectsGlobalScope":true},{"version":"dc0f3e049e1450d96d7bf85937ce72586a24de4effbfc7db2c59a707973f6177","affectsGlobalScope":true},{"version":"fd14a110004ff06a116db213a229fcfd4f8e12009065f60ab0123404f0604bd1","affectsGlobalScope":true},{"version":"4d31853166c4a6acc296e3c689a9f794133eddcce6708481a12a2a67b81331b0","affectsGlobalScope":true},{"version":"dc60b9cf9e3d58dafcafdf23bf844407737c4505683ec6222f8b41bb3fe77efa","affectsGlobalScope":true},{"version":"c1320c984e8b8736929d6a02a27cc42dc571364569159f2e5e61f5997d068915","affectsGlobalScope":true},{"version":"5880f60fcfe05793df286d2d7ac2048e1a53d46d2e9554f939306a6004348101","affectsGlobalScope":true},{"version":"cd32a724b84b3cbb258f7ed27e39bc1ed121c1dd4a0176f4eabbaab9f3874098","affectsGlobalScope":true},{"version":"0c99bd6a09928d67d725a0e690285bec792067c4cb19115fcab3fe9d5041a413","affectsGlobalScope":true},{"version":"f07f6f392d85adc461612b9fc0114b19e19b03f4e0cf2b86bb17a2660aaad8b6","affectsGlobalScope":true},{"version":"e5fc7b795b50335b55ab31dc2a4ee159c8e20b0afc796f9226b3c152316aa55a","affectsGlobalScope":true},{"version":"3672763b0643f21781707f9ab7f425388ba917fe16e7a0cdb05ab26067ede2dd","affectsGlobalScope":true},{"version":"9b9bd5b89ecdd161d0775035075c54ba84f01fadfd1ff39b18023e0c16f96351","affectsGlobalScope":true},{"version":"4e228ca22bc5715af2aa06a587cde4034a2ea8b397a6e4b72e387c5cf1193528","affectsGlobalScope":true},{"version":"764541a754f1d98c81f8218f2926cca06b3f6ca229d9712432433f006f907d0e","affectsGlobalScope":true},{"version":"4b5926fc0b9d2e2421add5e2c63af76700fb9c954ce003a6163cf59b8a3b4bd1","affectsGlobalScope":true},{"version":"274bfbb859e7095141b179ce918950bfc77dc6e9e6191a4d0fb5233202df471f","affectsGlobalScope":true},{"version":"cf832c23514fcaf97c39d9b194205f3de8a433837ed95dac11edb16f250271d2","affectsGlobalScope":true},{"version":"2cc51ef47fb65e2810d7909a49e39c8a725ec201602c27357b647142719cca37","affectsGlobalScope":true},{"version":"15d46498386d4fe9144e656778424be5411d15b6596a03723be8260dfdce7bce","affectsGlobalScope":true},{"version":"66c4ffd8ffd73f33ed5ae92f0b83ca69a03eb89429c67892b7d6a01de223294a","affectsGlobalScope":true},{"version":"306956782e3e59dcf303e9c5832570a16e55a366cc2d88295b84bff2ccb6fb0e","affectsGlobalScope":true},{"version":"ab66c126812e703e37c68e5054d7c3b4ad6258607b453824d8f6000b656eb229","affectsGlobalScope":true},{"version":"4ffb0a8bfb192d4c3f86e210f117fbb3dbbf8739ca8228b6a436ce6cd1f93feb","affectsGlobalScope":true},{"version":"8567e05c8a04e3892f8a187df0ba4ddf3b533277339e5b6cea466e9df6603d30","affectsGlobalScope":true},{"version":"1c70af5d9864af65f203216129d8ffff702f3ea84733c448983fa16f3ad8547d","affectsGlobalScope":true},{"version":"5f514de927e4521b4d53525b6f6803c623b663312aa7046fcec04b4d27bc744f","affectsGlobalScope":true},{"version":"89543d3aa9bb031fe2a8610b043feea2fb1caa6e015936ba4c9147712d5dd5e5","affectsGlobalScope":true},{"version":"021441d77eba08d4eb5cc864c1a78238c0cc17766bd7a0ace33a0c6adf6c75ee","affectsGlobalScope":true},{"version":"8833f137d183571bcfb39b82446abb9d1be5587de2db3e67e69e879e3c36440a","affectsGlobalScope":true},{"version":"b62b4618955d112244284463482dda4f50e539ac2b4cf047e92f146be24a8ece","affectsGlobalScope":true},{"version":"ce60a7c95c3962e71f23859bd37b8a90e4a1a528f0cb5610fac3e28a47c2a18a","affectsGlobalScope":true},{"version":"cce0ec345531bacc44f4cd34e4a327fd73e23b964f01de58104483a0ff91960b","affectsGlobalScope":true},{"version":"ec3465a8c20e9c24b220ee8487418862069c314c68246b89165962a3db3f2f6d","affectsGlobalScope":true},{"version":"3b6e856ed84b49d4d2da000fd7c968cbb2f2f3bcb45aa5c516905bb25297a04f","affectsGlobalScope":true},{"version":"cadad9f56daf81c2a37fa7526d9741ed0de5966875fe0f2eb54ceabefc82942d","affectsGlobalScope":true},{"version":"9737e958668cf4d3877bde85c838d74a6f2399c55aea728330d6757f886fbd47","affectsGlobalScope":true},{"version":"aa0d0511e3bc541e2dae5b7020e468a1bdb08bd4e39be89b0efea2b8cd246a8f","affectsGlobalScope":true},{"version":"7ab75b6a93c324e9f03b0741c2ddc9c752cc5109c9b4373bdf31e4d8b373010d","affectsGlobalScope":true},{"version":"b818e2751233da345f042af55831b6077c390ccb6f393429f2fe2a1e98c7e3ea","affectsGlobalScope":true},{"version":"b959f75474c8d290d7e850574d530fd15d620e6ed02a5fa4d27650140079237b","affectsGlobalScope":true},{"version":"2e944c7aaacc6b6e95249a2a607b985317a476c23638d53f6e483752b94bf3f1","affectsGlobalScope":true},{"version":"e0f86e367901b73c7ecad01aaac19eed0109963aa626e32160541bb1a5a14bb7","affectsGlobalScope":true},{"version":"ba83c5beb2bf6913c92c79973e0a196c0f7b9e90dbca72c2d5772fcfbeebb6f6","affectsGlobalScope":true},{"version":"0a4d647b5d51639b7c13410921dd2db9eee35e0770bc4317c8718b372b0a657e","affectsGlobalScope":true},{"version":"197980098be84942063e8470dd08c4b4bdd8627c046001b07c702326b888f2f9","affectsGlobalScope":true},{"version":"8c4b514ae372894f45215acf88e8d3ee937b535345e860a78a3b3bf5b796bfdf","affectsGlobalScope":true},{"version":"64845b09cd449cbb8dc91494b3566fb79b63d25693d24abf6b6a13fdf20294f5","affectsGlobalScope":true},{"version":"7ef23d9121a2c208a296d0910eea6ed99e51a0a093de0066aaa98533e3d7bde2","affectsGlobalScope":true},{"version":"e07336e34b0fc82328b08997ebd78ed18c8df6a832ea75d8d5188b28add1a0e0","affectsGlobalScope":true},{"version":"0c69e2d4a249dd54cd6e630b5c89a4101b91e9c06c5cbde55a605d9dbae3f753","affectsGlobalScope":true},{"version":"060e6fecce0a1482a98cfe5dd2568ede4aac53e9bcbd06709e509841b5f0117c","affectsGlobalScope":true},{"version":"cc724319f14876dfad0f4ed09e08c59be9dcb75f408f78b5dc7ba3e0e8eae9b5","affectsGlobalScope":true},{"version":"8cb9afa49dd36f21770391450e7a21d6d1907286993efe099e083c4a8caab68a","affectsGlobalScope":true},{"version":"e597e2399a2f5c999202e1bdfa1b0f5900f151b36b76f2d908ab74f2b4953dd4","affectsGlobalScope":true},{"version":"8e3ca4d93bd3d430e416240fd410bfc2a46a76337e7d9ca75361ba71173acdaa","affectsGlobalScope":true},{"version":"c0605c3c84459f8a5a09b00efb8bc9b7a74edf050e786ae2ec09d509d2e5a674","affectsGlobalScope":true},{"version":"af9d6c0f64c7475ee756ffc4704f58a0ca4681db67d33f71f434bbd00d417ba0","affectsGlobalScope":true},{"version":"d9db647337fd3c0e4ec8487c4178ae1391160fd3b45526a3eb1e8f769423e4dc","affectsGlobalScope":true},{"version":"f2c65808e767b495a9da154ef0e27782485eecf878139e95ad74b5675e4b8e59","affectsGlobalScope":true},{"version":"fd65739a8f08693843a30c323a3d75d5db46ae94c6e5639eca268d0a13cd7340","affectsGlobalScope":true},{"version":"025ac925ad8d4c901c6ea3810fc47dbb3caa6f6546e5a429a1dc42be941bc8dd","affectsGlobalScope":true},{"version":"5c1129e3873ec6f8fb06d376142153251c04eaa63aa07b4f727e496ea94a10b8","affectsGlobalScope":true},{"version":"16fd02321ebfc3302087b6d171b7c887a8f459153b19ddc7f2e515e42c80f815","affectsGlobalScope":true},{"version":"3e9835ad350db0ef2ba5e689173a094b1620f7789da56ddbd6c8cfe96b3a02bf","affectsGlobalScope":true},{"version":"1667c3cea4df08f3ca882c5aa89d1d30828c5f7fbad5d7b99078cd02883c0e38","affectsGlobalScope":true},{"version":"9303b0bfa9833399a6fcfc142548fdf801c0f8e493996c292e7fe795178bd44c","affectsGlobalScope":true},{"version":"0050c919a6db04eb1161549c0b9883f07e341465f979db510381010884820c69","affectsGlobalScope":true},{"version":"e86a8cc5e593bd2d3a7f694d0ef6b8abffb10cfbc6b3acc160b248ef8cfc30be","affectsGlobalScope":true},{"version":"3ffcf82dbcf8e9f86295f90409509c59c28533f70d7a380038c4bd76e1881af2","affectsGlobalScope":true},{"version":"d24b1ebeec9089d70e046e9f5545c6cb00cfc5dab3003b7f36987f2aa60d495e","affectsGlobalScope":true},{"version":"3ee34f37aa7052a82868d348460a37acf86050e5978d912930d8ec9775ab8cd3","affectsGlobalScope":true},{"version":"bee0557e0b7dad18a4348cfe79c99d5adc7f6de01af60adefaf59b493d1b6064","affectsGlobalScope":true},{"version":"23f1ecee17caa80fd714ad7444bda88ec67f93ea420db3c0c78fdc17df34d4f1","affectsGlobalScope":true},{"version":"fffac133e39568055c046e63e2ef2fadb50e8fbb0202ba92e5a53fde9e2171c0","affectsGlobalScope":true},{"version":"b17acaaec2057cbfec001d480dffd090ac57c7281cea78da0d0a8943636da264","affectsGlobalScope":true},{"version":"c26139b94204148930233fdc510917f3dd1b44fd416d75e241f46e6de0a7534b","affectsGlobalScope":true},{"version":"8388e1b4b6b129ab7eb50066e86abe81b9a9725e14dd8e62678d838db70e54af","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},{"version":"f88d34281d207e8e0c39299cc45b229226c303a462c487f846e355761fa0e15c","affectsGlobalScope":true},{"version":"b38b605eb660c058c0405d73ad4388e5a216a15c8ac42e26b0692e220f1c88d5","affectsGlobalScope":true},{"version":"dfb173b18e7c7f26f79d118f0d372fd7e9d54d26cc1b3ac10028f983aeb2edf8","affectsGlobalScope":true},{"version":"6fc1c97141d7fd718a1082b225c4d2dd79b4da96254cf48c8a7cc917c359fdec","affectsGlobalScope":true},{"version":"64fb7a7e536707d648aca88dad6b825bb0ebe1d6cf27af45cbff74d20b8824dc","affectsGlobalScope":true},{"version":"24d609dc113ac4fc5c8a666cce6768db54bd382a27a7e48405947d832cadf381","affectsGlobalScope":true},{"version":"ea462383b59fe09b7cb38200ccc8c5c20ba316f2f3b8bb95877d5f6e2a0922e4","affectsGlobalScope":true},{"version":"1d9508b210c9fc9b4087fb226627c8913a1399bbab22ce60c1e8055db85cf41c","affectsGlobalScope":true},{"version":"30a914a3fbf980476a65bb139def9f8ca2862a26ebd51bfc757c1fb405e3dc74","affectsGlobalScope":true},{"version":"62a37434caaaf727f3b5fa018012f6d060c91f92097a1769143c3dfa4c4901c9","affectsGlobalScope":true},{"version":"3b9d6c6d32c11384fc53ffff3e7a40850412f44fcf162d202a0bf2b72636b165","affectsGlobalScope":true},"22461e2b2f36ad083c148a9be7f34117e7b9a5529538538c9a8ddc51ab37afdf"],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"esModuleInterop":true,"experimentalDecorators":true,"importsNotUsedAsValues":0,"module":6,"noImplicitAny":false,"noUnusedLocals":false,"noUnusedParameters":false,"skipLibCheck":false,"sourceMap":true,"target":8,"tsBuildInfoFile":"./.tsbuildinfo"},"fileIdsList":[[53,65,67,90,91,92,93,94,96,97,101,124,139,140,141,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,65,67,90,91,92,93,94,96,97,101,124,125,129,135,141,147,367,368,380,381,395,399,480,482,485],[48,53,64,67,90,91,92,93,94,96,97,101,124,141,183,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,154,185,186,367,368,380,381,395,399,480,482,485],[49,51,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,159,161,162,163,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,147,157,367,368,380,381,395,399,480,482,485],[49,51,53,64,90,91,92,93,94,96,97,101,121,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,191,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,152,367,368,380,381,395,399,480,482,485],[53,64,90,91,92,93,94,96,97,101,156,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,117,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,146,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,65,67,73,74,90,91,92,93,94,96,97,101,115,120,121,122,141,142,143,144,153,154,156,367,368,380,381,395,399,480,482,485],[50,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,64,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,198,199,367,368,380,381,395,399,480,482,485],[52,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,147,190,201,202,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,116,367,368,380,381,395,399,480,482,485],[49,52,53,64,66,90,91,92,93,94,96,97,101,147,156,367,368,380,381,395,399,480,482,485],[49,53,64,90,91,92,93,94,96,97,101,120,188,190,367,368,380,381,395,399,480,482,485],[48,53,65,90,91,92,93,94,96,97,101,142,189,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,172,174,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,216,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,217,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,121,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,254,367,368,380,381,395,399,480,482,485],[53,89,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,263,367,368,380,381,395,399,480,482,485],[48,53,70,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,76,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,70,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,79,80,90,91,92,93,94,96,97,101,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,367,368,380,381,395,399,480,482,485],[53,85,87,88,90,91,92,93,94,96,97,101,105,106,107,108,109,110,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,156,367,368,380,381,395,399,480,482,485],[48,53,70,75,82,90,91,92,93,94,96,97,98,99,100,101,102,103,104,111,112,113,114,145,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,147,367,368,380,381,395,399,480,482,485],[48,53,54,56,57,58,59,60,62,63,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,70,90,91,92,93,94,96,97,101,128,131,133,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,208,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,210,211,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,137,367,368,380,381,395,399,480,482,485],[48,53,73,90,91,92,93,94,96,97,101,123,367,368,380,381,395,399,480,482,485],[48,53,64,70,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,69,90,91,92,93,94,96,97,101,279,367,368,380,381,395,399,480,482,485],[53,70,83,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,382,383,384,385,386,395,399,480,482,485],[48,53,66,69,72,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,180,183,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,156,170,171,176,177,178,180,183,367,368,380,381,395,399,480,482,485],[53,73,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,154,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,185,367,368,380,381,395,399,480,482,485],[48,53,55,68,71,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,247,367,368,380,381,395,399,480,482,485],[48,53,70,90,91,92,93,94,96,97,101,248,249,367,368,380,381,395,399,480,482,485],[48,53,70,73,90,91,92,93,94,96,97,101,146,367,368,380,381,395,399,480,482,485],[53,56,66,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,123,137,138,139,140,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,136,137,138,367,368,380,381,395,399,480,482,485],[48,53,73,90,91,92,93,94,96,97,101,125,128,129,130,132,133,134,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,154,157,158,159,160,161,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,157,367,368,380,381,395,399,480,482,485],[51,53,59,90,91,92,93,94,96,97,101,154,367,368,380,381,395,399,480,482,485],[53,65,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,50,53,64,90,91,92,93,94,96,97,101,148,149,150,152,154,367,368,380,381,395,399,480,482,485],[48,53,62,72,73,74,90,91,92,93,94,96,97,101,116,153,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,156,367,368,380,381,395,399,480,482,485],[51,53,58,59,90,91,92,93,94,96,97,101,154,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,115,367,368,380,381,395,399,480,482,485],[53,61,90,91,92,93,94,96,97,101,151,367,368,380,381,395,399,480,482,485],[48,49,51,53,59,63,64,65,67,90,91,92,93,94,96,97,101,117,118,119,142,147,154,155,157,367,368,380,381,395,399,480,482,485],[48,53,64,65,67,90,91,92,93,94,96,97,101,115,117,118,119,367,368,380,381,395,399,480,482,485],[53,85,90,91,92,93,94,96,97,101,106,146,367,368,380,381,395,399,480,482,485],[53,87,90,91,92,93,94,96,97,101,146,367,368,380,381,395,399,480,482,485],[53,85,88,90,91,92,93,94,96,97,101,105,146,367,368,380,381,395,399,480,482,485],[53,83,84,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,87,90,91,92,93,94,96,97,101,106,367,368,380,381,395,399,480,482,485],[53,85,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,106,107,146,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,127,128,132,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,126,127,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,128,133,134,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,133,367,368,380,381,395,399,480,482,485],[53,54,57,61,62,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,54,55,61,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,59,61,62,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,54,58,61,63,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,212,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,384,385,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,382,383,384,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,367,368,380,381,383,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,171,175,367,368,380,381,395,399,480,482,485],[53,70,90,91,92,93,94,96,97,101,179,181,367,368,380,381,395,399,480,482,485],[53,70,90,91,92,93,94,96,97,101,175,176,177,178,179,181,182,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,179,181,367,368,380,381,395,399,480,482,485],[53,64,90,91,92,93,94,96,97,101,173,175,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,380,381,395,399,480,482,485],[53,84,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,70,75,76,77,78,79,80,81,82,85,86,88,89,90,91,92,93,94,96,97,101,146,154,367,368,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,387,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,111,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,395,480,482,485],[53,90,91,92,93,94,96,97,101,147,367,368,380,381,395,399,480,482,485],[53,71,84,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,388,389,390,391,392,393,394,395,396,397,398,399,401,402,403,404,405,406,407,408,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,493,494,495,496,497,498,499,500,501,502,503],[53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,482,485],[53,90,91,92,93,94,95,96,97,101,367,368,380,381,395,399,480,485],[53,55,85,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482],[53,90,91,92,93,94,96,97,101,250,367,368,380,381,395,399,480,482,485],[53,90,91,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,70,75,76,77,78,79,80,81,82,85,86,88,89,91,92,93,94,96,97,101,146,154,367,368,380,381,395,399,480,482,485],[90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,95,97,101,367,368,380,381,395,399,480,482,485],[53,55,85,90,91,92,93,94,96,97,367,368,380,381,395,399,480,482,485],[49,50,51,52,53,61,64,90,91,92,93,94,96,97,101,116,117,119,132,136,145,148,149,150,151,155,157,158,168,169,173,184,187,188,190,191,192,193,194,195,196,197,200,201,202,203,204,205,206,207,209,212,213,214,215,216,217,218,219,220,367,368,380,381,395,399,480,482,485],[53,71,81,82,89,90,91,92,93,94,96,97,98,99,100,101,102,103,104,111,112,113,114,146,147,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,289,290,361,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,233,234,235,236,237,238,239,240,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,164,165,166,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,221,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,222,223,224,225,226,227,228,229,230,231,232,243,244,245,246,251,252,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,367,368,380,381,395,399,480,482,485],[47,48,53,90,91,92,93,94,96,97,101,167,221,250,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,221,242,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,221,241,242,253,362,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,167,242,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,241,367,368,380,381,395,399,480,482,485],[46,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[221,362]],"referencedMap":[[168,1],[169,2],[136,3],[184,4],[187,5],[112,2],[52,6],[49,2],[164,7],[148,8],[158,9],[192,10],[150,2],[151,11],[193,12],[118,13],[194,14],[195,2],[196,15],[145,16],[51,17],[50,2],[116,2],[197,2],[155,18],[215,10],[149,6],[200,19],[188,20],[201,2],[202,21],[203,22],[119,2],[204,10],[117,23],[157,24],[191,25],[190,26],[64,2],[173,27],[205,2],[217,28],[218,29],[216,15],[220,29],[219,30],[263,2],[165,2],[206,2],[254,2],[255,31],[256,2],[257,2],[258,2],[259,32],[260,2],[261,2],[262,2],[264,33],[265,2],[266,2],[267,2],[268,2],[269,2],[270,2],[271,2],[272,2],[273,2],[274,2],[275,2],[276,2],[277,34],[104,2],[114,35],[71,36],[100,2],[361,37],[111,38],[82,39],[81,2],[89,2],[146,40],[189,41],[48,2],[61,42],[132,43],[207,15],[209,44],[233,2],[212,45],[278,2],[138,46],[137,47],[76,48],[77,2],[280,49],[234,15],[98,2],[69,2],[83,2],[84,50],[279,2],[387,51],[86,2],[236,2],[237,2],[238,2],[239,2],[240,2],[235,15],[95,2],[281,2],[113,2],[99,15],[70,52],[78,2],[75,34],[181,53],[179,54],[282,55],[283,21],[249,56],[214,57],[284,15],[102,15],[72,58],[103,15],[66,15],[285,36],[248,59],[247,15],[166,15],[175,27],[250,60],[147,61],[286,2],[287,2],[288,2],[213,2],[289,2],[290,2],[65,18],[67,62],[141,63],[139,64],[140,2],[124,18],[125,2],[135,65],[129,2],[162,66],[163,2],[159,67],[121,68],[160,2],[142,69],[153,70],[73,2],[154,71],[144,72],[198,2],[74,2],[115,73],[122,74],[199,2],[152,75],[161,2],[156,76],[120,77],[143,74],[292,2],[360,2],[293,2],[107,78],[294,2],[295,2],[297,2],[296,2],[298,2],[299,2],[291,2],[88,79],[87,2],[300,2],[301,2],[302,2],[303,2],[304,2],[106,80],[305,2],[85,81],[307,2],[308,2],[306,2],[309,2],[310,2],[311,2],[79,2],[312,2],[313,2],[316,2],[315,2],[314,2],[317,2],[318,2],[320,2],[319,2],[321,2],[322,2],[323,2],[324,2],[110,82],[108,78],[325,2],[326,2],[327,2],[328,2],[329,2],[330,2],[331,2],[332,2],[333,2],[334,2],[335,2],[105,83],[336,2],[337,2],[338,2],[339,2],[340,2],[341,2],[342,2],[343,2],[344,2],[345,2],[346,2],[347,2],[348,2],[80,2],[349,2],[350,2],[352,2],[353,2],[351,2],[354,2],[355,2],[356,2],[357,2],[358,2],[359,2],[109,84],[133,85],[128,86],[131,87],[127,2],[130,2],[134,88],[126,2],[63,89],[62,90],[60,91],[56,2],[58,89],[59,92],[54,2],[208,2],[57,2],[211,93],[210,2],[123,2],[68,2],[55,2],[386,94],[385,95],[382,2],[384,96],[383,2],[176,97],[170,2],[177,98],[182,2],[183,99],[180,100],[178,2],[171,2],[185,2],[186,2],[172,18],[174,101],[366,2],[367,102],[368,103],[369,2],[370,2],[371,2],[372,2],[373,2],[374,104],[375,2],[376,2],[377,2],[378,2],[379,2],[380,105],[381,106],[388,107],[389,2],[390,108],[391,2],[392,2],[393,2],[394,2],[395,109],[396,2],[397,2],[398,21],[399,110],[400,2],[401,2],[402,2],[403,2],[404,111],[406,2],[405,2],[407,2],[408,2],[409,2],[410,2],[412,2],[413,2],[414,2],[411,2],[415,2],[416,112],[417,2],[418,2],[419,2],[492,113],[420,2],[421,2],[422,2],[423,2],[424,2],[425,2],[426,2],[428,2],[427,2],[429,2],[430,2],[431,2],[432,15],[433,2],[434,15],[435,2],[436,108],[437,2],[438,2],[439,2],[440,2],[441,2],[442,15],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[462,2],[463,2],[489,2],[464,2],[465,2],[466,2],[467,2],[468,2],[469,2],[491,2],[470,2],[472,2],[471,2],[474,2],[473,2],[475,2],[476,2],[477,2],[478,2],[479,2],[480,114],[481,2],[482,115],[483,2],[485,116],[486,2],[490,2],[487,117],[484,32],[488,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[92,118],[93,119],[90,120],[53,121],[94,122],[91,123],[97,124],[96,125],[101,126],[221,127],[362,128],[241,129],[167,130],[222,131],[223,131],[252,131],[253,132],[224,131],[228,131],[225,131],[246,131],[227,131],[230,131],[231,131],[226,133],[232,131],[229,131],[251,134],[243,135],[244,135],[245,135],[365,2],[363,136],[364,137],[242,138],[47,139],[46,2]],"exportedModulesMap":[[168,1],[169,2],[136,3],[184,4],[187,5],[112,2],[52,6],[49,2],[164,7],[148,8],[158,9],[192,10],[150,2],[151,11],[193,12],[118,13],[194,14],[195,2],[196,15],[145,16],[51,17],[50,2],[116,2],[197,2],[155,18],[215,10],[149,6],[200,19],[188,20],[201,2],[202,21],[203,22],[119,2],[204,10],[117,23],[157,24],[191,25],[190,26],[64,2],[173,27],[205,2],[217,28],[218,29],[216,15],[220,29],[219,30],[263,2],[165,2],[206,2],[254,2],[255,31],[256,2],[257,2],[258,2],[259,32],[260,2],[261,2],[262,2],[264,33],[265,2],[266,2],[267,2],[268,2],[269,2],[270,2],[271,2],[272,2],[273,2],[274,2],[275,2],[276,2],[277,34],[104,2],[114,35],[71,36],[100,2],[361,37],[111,38],[82,39],[81,2],[89,2],[146,40],[189,41],[48,2],[61,42],[132,43],[207,15],[209,44],[233,2],[212,45],[278,2],[138,46],[137,47],[76,48],[77,2],[280,49],[234,15],[98,2],[69,2],[83,2],[84,50],[279,2],[387,51],[86,2],[236,2],[237,2],[238,2],[239,2],[240,2],[235,15],[95,2],[281,2],[113,2],[99,15],[70,52],[78,2],[75,34],[181,53],[179,54],[282,55],[283,21],[249,56],[214,57],[284,15],[102,15],[72,58],[103,15],[66,15],[285,36],[248,59],[247,15],[166,15],[175,27],[250,60],[147,61],[286,2],[287,2],[288,2],[213,2],[289,2],[290,2],[65,18],[67,62],[141,63],[139,64],[140,2],[124,18],[125,2],[135,65],[129,2],[162,66],[163,2],[159,67],[121,68],[160,2],[142,69],[153,70],[73,2],[154,71],[144,72],[198,2],[74,2],[115,73],[122,74],[199,2],[152,75],[161,2],[156,76],[120,77],[143,74],[292,2],[360,2],[293,2],[107,78],[294,2],[295,2],[297,2],[296,2],[298,2],[299,2],[291,2],[88,79],[87,2],[300,2],[301,2],[302,2],[303,2],[304,2],[106,80],[305,2],[85,81],[307,2],[308,2],[306,2],[309,2],[310,2],[311,2],[79,2],[312,2],[313,2],[316,2],[315,2],[314,2],[317,2],[318,2],[320,2],[319,2],[321,2],[322,2],[323,2],[324,2],[110,82],[108,78],[325,2],[326,2],[327,2],[328,2],[329,2],[330,2],[331,2],[332,2],[333,2],[334,2],[335,2],[105,83],[336,2],[337,2],[338,2],[339,2],[340,2],[341,2],[342,2],[343,2],[344,2],[345,2],[346,2],[347,2],[348,2],[80,2],[349,2],[350,2],[352,2],[353,2],[351,2],[354,2],[355,2],[356,2],[357,2],[358,2],[359,2],[109,84],[133,85],[128,86],[131,87],[127,2],[130,2],[134,88],[126,2],[63,89],[62,90],[60,91],[56,2],[58,89],[59,92],[54,2],[208,2],[57,2],[211,93],[210,2],[123,2],[68,2],[55,2],[386,94],[385,95],[382,2],[384,96],[383,2],[176,97],[170,2],[177,98],[182,2],[183,99],[180,100],[178,2],[171,2],[185,2],[186,2],[172,18],[174,101],[366,2],[367,102],[368,103],[369,2],[370,2],[371,2],[372,2],[373,2],[374,104],[375,2],[376,2],[377,2],[378,2],[379,2],[380,105],[381,106],[388,107],[389,2],[390,108],[391,2],[392,2],[393,2],[394,2],[395,109],[396,2],[397,2],[398,21],[399,110],[400,2],[401,2],[402,2],[403,2],[404,111],[406,2],[405,2],[407,2],[408,2],[409,2],[410,2],[412,2],[413,2],[414,2],[411,2],[415,2],[416,112],[417,2],[418,2],[419,2],[492,113],[420,2],[421,2],[422,2],[423,2],[424,2],[425,2],[426,2],[428,2],[427,2],[429,2],[430,2],[431,2],[432,15],[433,2],[434,15],[435,2],[436,108],[437,2],[438,2],[439,2],[440,2],[441,2],[442,15],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[462,2],[463,2],[489,2],[464,2],[465,2],[466,2],[467,2],[468,2],[469,2],[491,2],[470,2],[472,2],[471,2],[474,2],[473,2],[475,2],[476,2],[477,2],[478,2],[479,2],[480,114],[481,2],[482,115],[483,2],[485,116],[486,2],[490,2],[487,117],[484,32],[488,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[92,118],[93,119],[90,120],[53,121],[94,122],[91,123],[97,124],[96,125],[101,126],[221,127],[362,128],[241,129],[167,130],[222,131],[223,131],[252,131],[224,131],[228,131],[225,131],[246,131],[230,131],[231,131],[226,133],[232,131],[229,131],[251,134],[243,135],[244,135],[245,135],[365,2],[363,140],[364,137],[242,138],[47,139],[46,2]],"semanticDiagnosticsPerFile":[168,169,136,184,187,112,52,49,164,148,158,192,150,151,193,118,194,195,196,145,51,50,116,197,155,215,149,200,188,201,202,203,119,204,117,157,191,190,64,173,205,217,218,216,220,219,263,165,206,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,104,114,71,100,361,111,82,81,89,146,189,48,61,132,207,209,233,212,278,138,137,76,77,280,234,98,69,83,84,279,387,86,236,237,238,239,240,235,95,281,113,99,70,78,75,181,179,282,283,249,214,284,102,72,103,66,285,248,247,166,175,250,147,286,287,288,213,289,290,65,67,141,139,140,124,125,135,129,162,163,159,121,160,142,153,73,154,144,198,74,115,122,199,152,161,156,120,143,292,360,293,107,294,295,297,296,298,299,291,88,87,300,301,302,303,304,106,305,85,307,308,306,309,310,311,79,312,313,316,315,314,317,318,320,319,321,322,323,324,110,108,325,326,327,328,329,330,331,332,333,334,335,105,336,337,338,339,340,341,342,343,344,345,346,347,348,80,349,350,352,353,351,354,355,356,357,358,359,109,133,128,131,127,130,134,126,63,62,60,56,58,59,54,208,57,211,210,123,68,55,386,385,382,384,383,176,170,177,182,183,180,178,171,185,186,172,174,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,405,407,408,409,410,412,413,414,411,415,416,417,418,419,492,420,421,422,423,424,425,426,428,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,489,464,465,466,467,468,469,491,470,472,471,474,473,475,476,477,478,479,480,481,482,483,485,486,490,487,484,488,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,8,45,42,43,44,1,92,93,90,53,94,91,97,96,101,221,362,241,167,222,223,252,253,224,228,225,246,227,230,231,226,232,229,251,243,244,245,365,363,364,242,47,46],"arktsLinterDiagnosticsPerFile":[168,169,136,184,187,112,52,49,164,148,158,192,150,151,193,118,194,195,196,145,51,50,116,197,155,215,149,200,188,201,202,203,119,204,117,157,191,190,64,173,205,217,218,216,220,219,263,165,206,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,104,114,71,100,361,111,82,81,89,146,189,48,61,132,207,209,233,212,278,138,137,76,77,280,234,98,69,83,84,279,387,86,236,237,238,239,240,235,95,281,113,99,70,78,75,181,179,282,283,249,214,284,102,72,103,66,285,248,247,166,175,250,147,286,287,288,213,289,290,65,67,141,139,140,124,125,135,129,162,163,159,121,160,142,153,73,154,144,198,74,115,122,199,152,161,156,120,143,292,360,293,107,294,295,297,296,298,299,291,88,87,300,301,302,303,304,106,305,85,307,308,306,309,310,311,79,312,313,316,315,314,317,318,320,319,321,322,323,324,110,108,325,326,327,328,329,330,331,332,333,334,335,105,336,337,338,339,340,341,342,343,344,345,346,347,348,80,349,350,352,353,351,354,355,356,357,358,359,109,133,128,131,127,130,134,126,63,62,60,56,58,59,54,208,57,211,210,123,68,55,386,385,382,384,383,176,170,177,182,183,180,178,171,185,186,172,174,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,405,407,408,409,410,412,413,414,411,415,416,417,418,419,492,420,421,422,423,424,425,426,428,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,489,464,465,466,467,468,469,491,470,472,471,474,473,475,476,477,478,479,480,481,482,483,485,486,490,487,484,488,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,8,45,42,43,44,1,92,93,90,53,94,91,97,96,101,221,362,241,167,222,223,252,253,224,228,225,246,227,230,231,226,232,229,251,243,244,245,365,363,364,242,47,46],"affectedFilesPendingEmit":[[168,1],[169,1],[136,1],[184,1],[187,1],[112,1],[52,1],[49,1],[164,1],[148,1],[158,1],[192,1],[150,1],[151,1],[193,1],[118,1],[194,1],[195,1],[196,1],[145,1],[51,1],[50,1],[116,1],[197,1],[155,1],[215,1],[149,1],[200,1],[188,1],[201,1],[202,1],[203,1],[119,1],[204,1],[117,1],[157,1],[191,1],[190,1],[64,1],[173,1],[205,1],[217,1],[218,1],[216,1],[220,1],[219,1],[263,1],[165,1],[206,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[264,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[104,1],[114,1],[71,1],[100,1],[361,1],[111,1],[82,1],[81,1],[89,1],[146,1],[189,1],[48,1],[61,1],[132,1],[207,1],[209,1],[233,1],[212,1],[278,1],[138,1],[137,1],[76,1],[77,1],[280,1],[234,1],[98,1],[69,1],[83,1],[84,1],[279,1],[387,1],[86,1],[236,1],[237,1],[238,1],[239,1],[240,1],[235,1],[95,1],[281,1],[113,1],[99,1],[70,1],[78,1],[75,1],[181,1],[179,1],[282,1],[283,1],[249,1],[214,1],[284,1],[102,1],[72,1],[103,1],[66,1],[285,1],[248,1],[247,1],[166,1],[175,1],[250,1],[147,1],[286,1],[287,1],[288,1],[213,1],[289,1],[290,1],[65,1],[67,1],[141,1],[139,1],[140,1],[124,1],[125,1],[135,1],[129,1],[162,1],[163,1],[159,1],[121,1],[160,1],[142,1],[153,1],[73,1],[154,1],[144,1],[198,1],[74,1],[115,1],[122,1],[199,1],[152,1],[161,1],[156,1],[120,1],[143,1],[292,1],[360,1],[293,1],[107,1],[294,1],[295,1],[297,1],[296,1],[298,1],[299,1],[291,1],[88,1],[87,1],[300,1],[301,1],[302,1],[303,1],[304,1],[106,1],[305,1],[85,1],[307,1],[308,1],[306,1],[309,1],[310,1],[311,1],[79,1],[312,1],[313,1],[316,1],[315,1],[314,1],[317,1],[318,1],[320,1],[319,1],[321,1],[322,1],[323,1],[324,1],[110,1],[108,1],[325,1],[326,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[105,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[345,1],[346,1],[347,1],[348,1],[80,1],[349,1],[350,1],[352,1],[353,1],[351,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[109,1],[133,1],[128,1],[131,1],[127,1],[130,1],[134,1],[126,1],[63,1],[62,1],[60,1],[56,1],[58,1],[59,1],[54,1],[208,1],[57,1],[211,1],[210,1],[123,1],[68,1],[55,1],[386,1],[385,1],[382,1],[384,1],[383,1],[176,1],[170,1],[177,1],[182,1],[183,1],[180,1],[178,1],[171,1],[185,1],[186,1],[172,1],[174,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[380,1],[381,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[399,1],[400,1],[401,1],[402,1],[403,1],[404,1],[406,1],[405,1],[407,1],[408,1],[409,1],[410,1],[412,1],[413,1],[414,1],[411,1],[415,1],[416,1],[417,1],[418,1],[419,1],[492,1],[420,1],[421,1],[422,1],[423,1],[424,1],[425,1],[426,1],[428,1],[427,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[437,1],[438,1],[439,1],[440,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[456,1],[457,1],[458,1],[459,1],[460,1],[461,1],[462,1],[463,1],[489,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[491,1],[470,1],[472,1],[471,1],[474,1],[473,1],[475,1],[476,1],[477,1],[478,1],[479,1],[480,1],[481,1],[482,1],[483,1],[485,1],[486,1],[490,1],[487,1],[484,1],[488,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[8,1],[45,1],[42,1],[43,1],[44,1],[1,1],[92,1],[93,1],[90,1],[53,1],[94,1],[91,1],[97,1],[96,1],[101,1],[221,1],[362,1],[241,1],[167,1],[222,1],[223,1],[252,1],[253,1],[224,1],[228,1],[225,1],[246,1],[227,1],[230,1],[231,1],[226,1],[232,1],[229,1],[251,1],[243,1],[244,1],[245,1],[365,1],[363,1],[364,1],[242,1],[47,1],[46,1]],"arkTSVersion":"ArkTS_1_1","constEnumRelateCache":{"d:/page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.arkui.d.ts":{"d:/page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uicontext.d.ts":"189660a5f5aecb1f63fd1627f4a48e5c57eea1e0780f542f68c9a7e8b1440085"}}},"version":"4.9.5"} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo.linter b/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo.linter new file mode 100644 index 0000000000..b90ef57f3d --- /dev/null +++ b/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/.tsbuildinfo.linter @@ -0,0 +1 @@ +{"program":{"fileNames":["../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es5.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../../../../oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.ts","../../../../../../../oh_modules/.ohpm/@ohos+hypium@1.0.18/oh_modules/@ohos/hypium/index.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.base.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilityconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configurationconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/metadata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/resource.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/skill.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/extensionabilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.bundlemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.want.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/abilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.rpc.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/connectoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/global/rawfiledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.colorspacemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimedia.image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.drawabledescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.resourcemanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/basecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/eventhub.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.pointer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.unifieddatachannel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.uniformtypedescriptor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.multimodalinput.intentioncode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/symbolglyphmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.observer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.common2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.drawing.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/graphics.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.uieffect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/componentcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.intl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.font.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.inspector.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/component/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.promptaction.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rendernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/framenode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buildernode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/xcomponentnode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/nodecontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.node.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.measure.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.dragcontroller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/extensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.contextconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.startoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.atomicserviceoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.openlinkoptions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystagecontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/formextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/data/rdb/resultset.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/startabilityparameter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/appversioninfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/moduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/customizedata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/applicationinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/processinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/elementname.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/bundleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/abilityinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundle/hapmoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/app/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.rdb.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.data.dataability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityoperation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/ability/dataabilityhelper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystartcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/vpnextensioncontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/embeddableuiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uicontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitylifecyclecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.environmentcallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.applicationstatechangecallback.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.appmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/processinformation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/applicationcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/context.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.dialogrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/uiabilitycontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitystage.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitymonitor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitystagemonitor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/shellcmdresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitydelegator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/abilitydelegatorargs.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.abilitydelegatorregistry.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.application.testrunner.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.uitest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.testkit.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.ability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.errorcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcommondef.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationuserinput.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/triggerinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/wantagent/wantagentinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.wantagent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationactionbutton.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationcontent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationtemplate.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notificationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationslot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.notification.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationflags.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/notification/notificationrequest.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.ability.particleability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/permissions.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/security/permissionrequestresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.abilityaccessctrl.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.extensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.uiextension.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensioncontentsession.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.uiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.actionextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.apprecovery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.autofillmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocess.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.childprocessmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.datauriutils.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/errorobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/application/loopobserver.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.errormanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentcontext.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.insightintentexecutor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.shareextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.wantconstant.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.application.uripermissionmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.defaultappmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/bundlemanager/overlaymoduleinfo.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bundle.overlay.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationresult.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/continuation/continuationextraparams.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.continuation.continuationmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.package.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.privacymanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.ability.embeddeduiextensionability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuplistener.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfig.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupconfigentry.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startuptask.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.appstartup.startupmanager.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.abilitykit.d.ts","../../../../../../src/ohostest/ets/test/basicexampletest/basicexample.test.ets","../../../../../../src/ohostest/ets/test/findcommentexampletest/component/findcommentexample.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/clickevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/inputevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/screencapevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/mouseevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/flingevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/swipeevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/pinchevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/pontmatrixevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/scrollerevent.test.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.bytrace.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.faultlogger.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hiviewdfx.hiappevent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hichecker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hidebug.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hilog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracechain.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.hitracemeter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.performanceanalysiskit.d.ts","../../../../../../src/ohostest/ets/util/logger.ts","../../../../../../src/ohostest/ets/test/operationexampletest/window/movetoevent.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/window/resizewindow.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/window/windowattr.test.ets","../../../../../../src/ohostest/ets/test/operationexampletest/ui/monitorevent.test.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cryptoframework.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.security.cert.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.print.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.web.webview.d.ts","../../../../../../src/ohostest/ets/test/operationexampletest/web/weboperate.test.ets","../../../../../../src/ohostest/ets/test/findcommentexampletest/window/findwindowexample.test.ets","../../../../../../src/ohostest/ets/test/list.test.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chip.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.chipgroup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composelistitem.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.composetitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.counter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.dialog.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.editabletitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.exceptionprompt.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.filter.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.app.form.formbindingdata.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.formmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.gridobjectsortcomponent.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.popup.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.progressbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.segmentbutton.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selectionmenu.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.selecttitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.splitlayout.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.subheader.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.swiperefresher.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.tabtitlebar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.toolbar.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.advanced.treeview.d.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.componentsnapshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.curves.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.hdrcapability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.display.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.matrix4.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.pipwindow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.plugincomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.screenshot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.app.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.configuration.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.mediaquery.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.prompt.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@system.router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/commonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/alphabetindexermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/blankmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/buttonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/calendarpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/checkboxgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/columnsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/countermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datapanelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/datepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/dividermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/formcomponentmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gaugemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridcolmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/griditemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/gridrowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/hyperlinkmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imageanimatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/imagespanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/linemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/listitemgroupmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/loadingprogressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/marqueemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menumodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/menuitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navdestinationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigationmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navigatormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/navroutermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/panelmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/pathmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/patternlockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polygonmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/polylinemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/progressmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/qrcodemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/radiomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/ratingmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/refreshmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/richeditormodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/rowsplitmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/scrollmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/searchmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/selectmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/shapemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/sidebarcontainermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/slidermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/spanmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stackmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/stepperitemmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/swipermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/tabsmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textareamodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textclockmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textinputmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/textpickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/texttimermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/timepickermodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/togglemodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/videomodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/waterflowmodifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/arkui/attributeupdater.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.arkui.modifier.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/kits/@kit.arkui.d.ts","../../../../../../src/ohostest/ets/testability/testability.ets","../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","../../../../../../src/ohostest/ets/testability/pages/index.ets","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ability_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/action_sheet.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alert_dialog.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/alphabet_indexer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/badge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/blank.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/canvas.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkbox.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/checkboxgroup.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/circle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/column_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/common_ts_ets_api.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenepostprocesssettings.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenetypes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/sceneresources.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scenenodes.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/graphics3d/scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/api/@ohos.graphics.scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/component3d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/container_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/content_slot.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/context_menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/counter.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/custom_dialog_controller.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/data_panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/date_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/divider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ellipse.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/embedded_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/enums.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/featureability.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flex.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/flow_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/focus.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/folder_stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_link.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gauge.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/gesture.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/global.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/griditem.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_col.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/grid_row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/hyperlink.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/image_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/lazy_for_each.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/line.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/list_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/loading_progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/location_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/matrix2d.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/marquee.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/menu_item_group.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_destination.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/nav_router.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigation.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/navigator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/node_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/page_transition.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/panel.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/particle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/paste_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/path.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/pattern_lock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polygon.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/polyline.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/progress.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/qrcode.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/radio.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rating.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rect.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/refresh.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/relative_container.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/repeat.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_editor.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/rich_text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/row_split.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/save_button.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/scroll_bar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/search.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/security_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/select.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/shape.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/slider.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stack.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/state_management.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/stepper_item.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/swiper.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbolglyph.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/symbol_span.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tabs.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/tab_content.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_area.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_clock.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_common.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_input.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/text_timer.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/time_picker.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/toggle.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/with_theme.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/units.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/video.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/web.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/xcomponent.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/sidebar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/water_flow.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/styled_string.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/index-full.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/animator.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/calendar.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/form_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/media_cached_image.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/plugin_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/root_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/screen.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/window_scene.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/remote_window.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/effect_component.d.ts","../../../../../../../../../../../../../../page/huawei/dev_5_0/deveco studio/sdk/harmonyos-next-db1/openharmony/ets/build-tools/ets-loader/declarations/ui_extension_component.d.ts"],"fileInfos":[{"version":"be8b901880718680b6c067fd8083bd5b04cde401c1e1123823e3068bb2e0d282","affectsGlobalScope":true},"e8d2e50f9e8fdd312d31f97571b4c7295b8f29f7f8363498edae2a9eb113ee36","4b1854aec637e8e041eff02899e16fd3c0c78685c622336aadfd67e6604bbe1b","d6f7d47355a0167969e9a8eedfb0994f21e038d360965ec06c30f6871038900b","4735756aff7c5857de387f321633f272e2daba4950c427ab200de954340c7c13","13dfb22c1b46f9858b19fc7df54674146f3d174ccd35f0e02e8d05a3026b9ba8","33d21bcca0f7b054d0d0d402125f547c9ac77782c2df301de314143f08e81406","80510205fb587019e1ad42bfbc046d4f55f3c5a1c8b3debca7d6fe0adc93959f",{"version":"276144a8254bed55adae6f0646c37a2cd11575ac2cbc679bf7ac0419c443fd58","affectsGlobalScope":true},{"version":"3523038578cadf637fdce58f06018e144fd5b26c12e3f9c1cef14cdf92ca3d20","affectsGlobalScope":true},{"version":"28065193ddf88bf697915b9236d2d00a27e85726563e88474f166790376e10d8","affectsGlobalScope":true},{"version":"511c964513d7c2f72556554cdeb960b4f0445990d11080297a97cc7b5fa1bb68","affectsGlobalScope":true},{"version":"725daac09ec6eb9086c2bea6bbdf6d6ab2a6f49d686656c6021a4da0415fe31f","affectsGlobalScope":true},{"version":"21574b67bbedcb39a6efa00ca47e5b9402946a4d4e890abd5b51d3fd371819ba","affectsGlobalScope":true},{"version":"2415a2b1a4a521594b9837316ae3950b0c0c2f8b689defd358986bf3e263e904","affectsGlobalScope":true},{"version":"e5d8d715990d96a37f3521a3f1460679507b261eec1b42dc84d4de835997b794","affectsGlobalScope":true},{"version":"93fa2a84417c65ab8ed121a0b84536312e00a11cbf45b0006a75324d00b176d2","affectsGlobalScope":true},{"version":"a003a6051b48dc64eaa8ad83789e4c2a540f3482bed821053b6770969bd598fb","affectsGlobalScope":true},{"version":"e90857fa86cecc3bc964a2d7db9d95a0c406bebfadeb4853a01a0079936f12f7","affectsGlobalScope":true},{"version":"8bbb03589e48f10b49996064f35256e858d205dcb364428fb4cc045061b1d786","affectsGlobalScope":true},{"version":"5044747370afee4b4c247e8a14c2969d245bbcf8396295dc5a60c659d796a71f","affectsGlobalScope":true},{"version":"8e4921934f4bec04df1bee5762a8f4ad9213f0dab33ea10c5bb1ba1201070c6a","affectsGlobalScope":true},{"version":"a894424c7058bcc77c1a3c92fe289c0ff93792e583e064c683d021879479f7b8","affectsGlobalScope":true},{"version":"8f03386d697248c5d356fd53f2729b920ea124cd1414a6c22de03c5d24729277","affectsGlobalScope":true},{"version":"21ac76354ecc1324ee2e31ac5fcebfa91b1b6beb3e8c3fe6f3988538e9629c73","affectsGlobalScope":true},{"version":"0f71e010899461f256a976d1bece8f39710a8661ced0ae3a4a757f61e0b0200d","affectsGlobalScope":true},{"version":"fe7acdc1039eca904399190766d1c8766b7d2621413f972c8542dddd69612097","affectsGlobalScope":true},{"version":"c25aa843b930662d62f0e853dd1f347d08b66cdec09bd760151d4ba6ce220fe6","affectsGlobalScope":true},{"version":"3e47477f297e4fa0d556c40a872c2c45bddefa487fd054bf1f80bceb527a682b","affectsGlobalScope":true},{"version":"a902be9f4116b449dbac07ffe3f4d69abb664f8eddfaeb892225612469213788","affectsGlobalScope":true},{"version":"155d8d1e367e05af5e5708a860825785f00eabae01744cf7bc569664301415a4","affectsGlobalScope":true},{"version":"5b30b81cdeb239772daf44e6c0d5bf6adec9dbf8d534ed25c9a0e8a43b9abfff","affectsGlobalScope":true},{"version":"cdb77abf1220d79a20508bbcfddf21f0437ea8ef5939ba46f999c4987061baab","affectsGlobalScope":true},{"version":"62e02a2f5889850ed658dfde861b2ba84fb22f3663ea3b2e2f7fb3dcd1813431","affectsGlobalScope":true},{"version":"357921f26d612a4c5ac9896340e6a2beffcaf889ff5cdfcc742e9af804d1a448","affectsGlobalScope":true},{"version":"d836a4258d6b5ee12054b802002d7c9c5eb6a1adb6a654f0ee9429cbda03e1a0","affectsGlobalScope":true},{"version":"c021bff90eb33d29edfde16c9b861097bbf99aa290726d0d0ac65330aa7be85a","affectsGlobalScope":true},{"version":"1c4e64dc374ea5922d7632a52b167187ba7c7e35b34d3c1e22625be66ca1576d","affectsGlobalScope":true},{"version":"cd1bebc4db8fb52c5618ecad3f511f62c78921451c198220c5b2ee5610b4d7b9","affectsGlobalScope":true},{"version":"fb60e7c9de1306648f865b4c8ef76b7376731af3955b69551004ad3848fb8f4c","affectsGlobalScope":true},{"version":"18d23591bba5678cf57ef139e1a3daad8017b26ad6612c8c34d6fa39044b245f","affectsGlobalScope":true},{"version":"868df11ccdabb6de564f70b68aa6b379a243ef32c8f6ee6dc71056a3dd54578a","affectsGlobalScope":true},{"version":"cebef4c7f9b6afb02cd08e7288fab05d0be3e3c898c720775b8aa286e9f7cfed","affectsGlobalScope":true},{"version":"7e3c49afe9bf537f68ce2487d7996c6e5c2350c0f250939726add1efcb1bcf01","affectsGlobalScope":true},{"version":"c7673e88666f933b0d007e82e42b60e85cf606ec247033e8ee5ab5940e4be206","affectsGlobalScope":true},"577f852139cd6301b3e6022ecfc7491519e2981937bb6c60f5cfee355ba156bc","0313b0e60033495f795b8ca1171a8b2c3658893ca93ea00cc262fa774a2cc7bd","f598fe27739340f1e74d375de2122be19e4fd63dd6891df5a0b4cf1788056e18","ad572400fd95cb7ed7ae9bd7a3894376372194e8fc133ab61e2f82326aaf6635","c6c0d54569515a651e03ff0d4d9d110a22b1e13790fccd5976012ea3f195a278","59bb076b5059e44d40f6fe70c2fbc4be61bf9a004e03497b88188821ca505c4c","2478abad18abd3df6315d031c62f01f83a91caa634f35b17465df224608a8ac0",{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"67dbad7d2b8e481d856cd29f29d862b4da198a33581732d6add653ebe3a0a32c","310a6b870d04f2901d2e7ec52c1718db666fcb7557c6d963076a90b6d6b547da","41c21e94cc18d83501abacdaf56f29ffa89e64a6dd5449580a53f7c834d487fc","49af47582e837d1fc8e49cf5a2bc7d15d65ad4c5c8c51c0ad64ac4dcfe603c0f","7b09ad16db3bee5cf65c460a90a54b4c578c77b70e71d62439f41d5e851a28d6","70511b1166e7dfa4d6367843899e953042f740f85081890a36211987a73c25cb","1157a81f8147256d3381f074b53d511ae5ed44b6760efc1ada1cad1614b10f4d","2db64995786b7e70acae224767ef7db9b2949fde50dc5dc786895d17caa26c80","5f0c5feb4b738f7495ec67a159db927f10288a14b4c7295db85781558867d78e","9547257679d323670767021cdbe0f527c170961db8dfcc67aec42fdd1fb5b027","220031cfd5a6cee0be1481877147688d0980b74288807cf2cb3a3fbbf812e631","0cc5c94908b284934cc25e6bd28a612650b9644d64ce21248732f8ad95625cd5","b7a26eec7b077807adafedc469e46017d353a5b3e0a4fd781b9b5b4bd6adfe4d","5d1e8f9c86780f23962980d995e80f70cb90173100c4f3f1280c651c6dc22094","bd595e495d386604646882a944d21a98f9fd66949efbe2e66b40336dc8584c0c","3e04ff60ce595ca7ca76186ccf46c9ce79e7fa57f740d389e8f79388327eace5","a4c60849968465bdb46cdfc6126ae2267b43a0c6e811e76c1c858547d6ef52e3","0fffd3838c8020be59c4f2be34053f0ddecd2d7278485606f4c2a4682e650250","b9c151129f034e4fe24b4a84e8c81e9727180828610489d29c80575cabad818e","a8e07c1a2f8475fbab17dda22a5f51e2d26fbc39603cf3b18f9c0ae2b519e55e","6145f041bd8b031a072c6419780d5cc41cd8bb8a43ae90023bd64da208c21668","c3481ec940f003edd134a10162c8abffc9da21ef82299761ed6fda049fb550f5","e647890dac89f8ea8fc81a80fa87eb57202273c642cfab80142d9986be33f1f6","3b3b0e4ea5194123f8ec48d62976f3e6b380e41af776082178a49a42fdc00ec9","aabcc875047a9ce097df133c01ccba6e6d1a70f9b3ebe16edfbce541b711d278","f3e7132deac9af21c9e727f625e3dc3c6047345e73569d5640f32307f0f9975b","fda8803271fa97a15448b2accbbbbcb7d77ee4fae0c3a1efabe6605853a82aad","024c023dea20e9a6fa62401842793f0a8c4e3ceddd78dc895ae84eac889c8114","3106a5fd72da82c23a43774e15bd6d347cfa9c4e7f60678ea17889cae327eb2c","a51730e801c42427e26e45253c6a6af53c809e49d1fa420514841876e3f80730","2bfca57a52c6b51dd261be3195d69641a9748ac419ab723cfe5bf4acc4f9c065","f91d9ee49f8ef16b2e513ecfd6c0c64315033a364b802ece5c86677a8e6c56c4","c7d68fcbf0a1d8a76e1e33ca4bed8aba0931826bfcf6e4fc84af60db80fe3e32","16d269cca8715b0ca8b907859f6cce45f230f1b55a6429f267e4c5a8aa7f9d17","82b1681ee5db8141b0ada877ac23d315f4c8d2dd97cf76334cb51b4baa351066","d18ff143d029bde58c7f74834dd4d12562509022b3ddcc603f5d4e8d243208b9",{"version":"d276ad6e1369784413d0cab41a9e0b4fa9de54b8dca80379eda132c4beb77ae9","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},"8dd07c8c3ed630ef59f192db1c44fa66be247ed9fcdb4bd2284c62df5965d68c",{"version":"4857fe7dc2d7c7f500ca18280b77b3da28a93be99f5aff63c09d7dbf8e17a53f","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},"da329aeb45097f635e79ef85c493773a1d2d84ed60b3558775bc2ae94c61008f","f0aae92d40206be5be853afa2af75fa5fc180a77dcf3a87b715e534a275fe903","3871e004409be619f4894565b87dd05639e7dd171151ac32ed8fc0c0833937dc",{"version":"f97980063d95f1e0559272bc6672c05d2594ebdaf35841996f76b3bd4cb5ef45","affectsGlobalScope":true},"e591377d3af5a0482bc49a5188138b0130e4414f9ca4af41da0bd50b07dfbcfb","7ee3fea5436fa55ba20a2fd8e5cf7794114a3d33203fdf60ba0a810d2595ba38","473eef8d98d2da794b7ee24fd5418f25ca927333cc8276c81bc8d0f2afca21ce","d8f57165de6e7fc3f6034a7618bd95f1f44b9d13b7d2047aaa020974ee46b439","94a904a01e32011c117a097864881800c066a2b1dc2fbd7f61d6bf1741953fa6","4a902e918e820444f9a047ff8efd0a7de834e732a0abe43b4dd6a373a800f25f","1b4c0d2a49734f31311f15b63f3f3b9e5dc8b392cae51bbf9c43b97e863292cc","8a0ee970f22673a11418408e81ed1b13c76aa4400d488f57ae96a4fde028ebe3","81b9001bf6fe61044fe5f93d5c6e96dc389832feb8348832f7a163a4b167ab0f","6fbe25cd411616205811b9cda94564e4092aafd0336c3478f5e5175f8269502f","4259775c9f64d130e63ba174bc6bca1dae9453caae6154de9d23bfced93e9ef0","3294acbde15d6b23b309cd746f0325f37a2d16fbbd49ec1e0df5cbd8637eb05b","df8fa4353914ada797c4cfeb444d0b7cf8a3a9da8ad15a1ac1e4d632773729f8","2f8994af24dced23d6f6a76bcc5f64149315c6673edba56e48eac84e8cb755e7","6eec8f604bfac2a8b91347d9bf7ec2c002bcc3d19c9698809f2a241f7e22984a","6a8c3cc451ea3b5f9703890b6b4bb7ec3a05dee6c54256a7ec843fecf6c0ea2a","a3b1605aa96882b0e5766013858d9dd73df8423fcf0d8aa635a12bed07452f09","1ee4140494ebdaa4971b592cb59603953c4f613a6707069292e04006a41eb4dd","889afc18ce73d62f11bbd888f4960e1e4b76a23f2c1a2cfd88ed1e2493350e98","ddba7710312870a889191ffcbd8cf72fff280981fbe015a80bfc75132dcf418e","d391eca85d2926becc22d808efaa4db25d1d55670aeea4f7d31a994ae65999ce","33ffcac134473cb641f3605d850a483652ae78d38fb0df8a49ef17deb05a90cd","8e0622fd44e6fc146b3b431cd5433449bcc7660b555e6e6175926a5665353ad4","0fe10efa53a287daaccba7fa70bbf20820ead1cd0c011ad59248f04cea5f3534","6868f6e9338a35f8334a161e76f63b09838994775aab22cf1ffeab8fa511ed92","59528c8bb0cd15a4e2b544547cd324bb3a1153ebd52beb99c1f36f5437bca908","7542f446bc5bc9148a8443618064cdd94ba23293716dc839ea17e79dee318b45","3a5f3b923aa0dbf9d743ee99961763d38576b11ba81dbcd1b90c046f52d6071e","53b8801feda0f792b5959291f0e760ed1e013a78fb4e22072b663a76eb47a368","303ca76f8c2b7ad71018210a97f880885364727742d4c7ca2f60995288a5f306","c8c7a793c5c12ae30479c17eaa5ea8ba27ff824aabb1a55734392fc250014d8b","fa7bd61ef513060aee874edb785589dc598ad077ab5f1503248bc9673a879c2c","97b12eea495295068b64f1786b288bf32b085997c0ee04e847291e978693d0c7","e0ff32b43ad7045866ad27ea01a60cc2e7c0a5b0a4bb57a6c870cb09ab18d490","8835e4e450a00b01a3f16558832fae8e68dedb6da6392a609b4746c650b5bc7f","001211155201234b9732155570d64e1b59fbb2601235b1f552f55202e674f508","05199a941cebe970e06fa3a38da5bc2fa5cb759a62f0846985df032b301e458f","383f35282369bbe076f1203bb8db614279bcdf69d3997a7ed8cd02b885aabcc9","64322c0908a6e5cce21f118b77e1bfa46ea39abb05fea77bb9369705e3b8cf47","97e9592d53be761c186124ada0363ffcf29efd028772f317e252e31edee3f84d","4fd7bff2bb8e02b5320302cb4a69ba6629a49861273743c89cd0826aae01ae99","6e9801e6ddf7c3eeeda628c984737cadcfa7d075866ec59d0a66d0443aa3fd58","25d084c26f6956c51674a81f67ec88a0d6393e2582199243f06435ee0c2a88bb","241cee913404a59ab35ed2ac114cf13248edaf631510d831f32635b88fcb27f7","189660a5f5aecb1f63fd1627f4a48e5c57eea1e0780f542f68c9a7e8b1440085","f7a0d94ef9508b47609f3be1d06640886edf80b7d0526fccec323d7fd127c014","660a6497a57ee9bc26d628e8305c45c9b0201f45c0adb5094932ff8e6e31da46","486609fe99f6a3f875a7ec02440f1442f9f70d1b960b25e487d7172fff2145e0","69dc267e98905903ba258818db7cd211dc170abc824d78787dcc3b8054baea8c","deac4b5b35dfc7f4181f7d6f9c6f95ff1334f57352cefb912da3feb222327af2","4124e98f39f11cd0af3a584f4e6440c0837548b679c02b6ec4c511f8d5f3d863","47afb4df1e65a082125fdb3623d105ccab44c5d866ec1d8f7f859790ad11b910","d3b5a9df549001419a205ec0cd8d803dc315617809d8301e96fafd69aebc2682","2238892eef3efdeaa60f96d62943897ca8c945dd6fb230ce71d2d9ce1989c30d","ed2bf28311e8fe8e9044a99f5094de12e29285f204be28796c9db450d87c93de","74aaa7149d1ba1032f6cc3d26b81919c0e2382d6be0d8712b4a9d093ca18f0dd","deac8bcf519d0ab9908c13e2075b1b288593bca3cf5e5f6d89dfcb4bec9d9594","3024fafe816567099138aacb418ad1551fb2ed87c2c825e2a21ddb580c7c033b","91dd1c08d680dc337ce262ebca1b111181b4b6a714f318e14569bba27377e055","a5261524ce1303fa73d5591ba9ed2169a04055b33c7ed0a2cab19bdc4326ed73","a403815fb905a81f780d6d9b5856e72f64ba18ea533184f6f9c9d708632c76e8","09942a4cf7d7ce76defc26bcb861df24f5f9f3d77208e179baf601742a2c0bdc","65f31c97216723467a890e727f4a01bb9e562b81fb9e4362db0152457819ce6e","5f7b4ed0d292676d36db39af254dd68082172d081e481b703d4d4fa398bcf04b","2d723ed4d0f5b76d210bafdd90797369c22024a71d59d01e8d6846ba6c32ec05","2f39acd919c73c88207984f3fc872f5b67bcff7fb1bdff53b19ef8c345253ec8","7efdb32ec904bfeab18058bb60ab99e66fa7b9a6118026c81e9a6e6b40c83c48","93dcf8bc5ab37927c8124c865a0785d538043fcdd26c85155ecfc3315ba38d18","f4730b394b18e7387c27009795bc45e37f02e0deacdb9e723140ac1515acbd14","8acbac53116da622351cc6b4d938b406fba3d14e38c855da3b46563fce2ee6e4","76c00b3df6b4b958405d0ebc2ac16d070b5fd2b496f863e39e5deeeaa4f9c2d8","4fc48d8d7b24891dcce8ab97967d37a57265c49c129051594b0cea950a5e3cd9","2dfc19843ef82a00a76ed31944101b909c3ab8c118a8d267068987c0fe07e71f","82f93bf672646559fa9ce3c149c12d3aaffb89a33a5427d286ca364f45f76678","1c3742d7cbd2798b368723a2b71bf4fca060433b395a1fbf4b36b05cbd4e8462","7eb54fc28cde4a068dfcc9721a2bbc6cb051fb9acc2174f659b738ded6e42d0a","b97be919a79b1d1c0cc47f7a56de81e8b2de1c28d999061771a2858ab9466ab2","b9da8b11bb476845d07659d0a00453881edfbe9ea7dfbd493fa5dc61da294880","95d369ffaa72692f932c08aa3f2134f8542389f413dab15dfb7f3c4e173ea184","399eae3e2459980a8fdf515c6681fc84fc0be9c9b422526de3abc5ea941f69ff","682f035fbb89aaa07bf07aa183f9b1f4ab9128d3eb573c69ba4be74dc55b81c3","5381cfc9f0043b4cf658ea5308a140c5ca6625a6ac79f8af99f8f52f389b0f8e","565b1449b1dc37539d4ba2e0193a4a73c59cd072d035bdd4e3637410810161dc","8cccdb265375f988318009102235668611405e9bb78d0a98ec9a0334bdf7071a","bc05ae68fd5eef7e18df466a695f8481d3f9e361b6f6e5b7008e13ae963a07a3","97aa2e57f9b1735183405ea117c62175eb081f54305917e5e98595a73bbfad54","a53902b5aaf0d627fd7583337716a35af64b30361720175efd3d7b5d200e18ca","deca84b18a49fee8097dfa62a9502d4276544cdabd57524b30ac19d1f7d156c8","16e3e03ca2babb66c57e87331f63955cb91e817367f07ca9a76b15f699303d98","976d721d0731abe48ee7a9229be509b3c405f83a14fcd4d09166a349082da3c8","88c2298e44e20c3136ce548e1c86b0c03e4fbd7653c2d96a0c284c48892c59f9","094436082008689d4b2d33bbef344e5c0fc72d706e4ffc5328f635e7396348f6","193445cca0906a46c02b7228bf837d8c91056e2d4968e7c5f120204b9205f2ca","ec547685278344a9e5ba15b42bacf3dc3f1fe41a9431a7ecac2f5be2f02cf00b","7d3450c82f4e42954181ceb1c2e42c22ae214e4916699e1b3049b7e257c3b2ed","f6205ac45949bb1745a0a645cd993e339713e22ea4817b4bbeb3a86c424cf25f","fbf9797c126ff75be792f388e50bf2e454febb61ece5df0717ac59da33a5d5bf","2ed0af6102faa95239bed35dd4152227bc677c5b9171905f283bae0db9fa8bad","ec031c9ae299129fe103d1e138d47689dd1f9027d96671eb5011fde6f3cb7833","0ff48470df31ae7997517bb5d8fce5de45dea390be4645c63ff00fc953ccba9c","2e277ebfaad36888e68cc53368a9ae012300f1e66ac310b0358e534015f4187e","52db5751a49819c0110c0af57564c2081cce12312f2bac482e7190dff3fbe64e","54768cbe156ed3d648ffdcb2165c5424efa0ead8bb470fa78c6e7c8e46858bcd","880fdbed43c39fefc1fc24c1471a5224c7fc99c0739a4bc9dd183e70fc63288c","26d8fbe11e72c25e13a9c6d4e09d3962fa2a01c716445204d94da6fc3657e134","7fe29d38728b0e03a62eb35d37475e538ec41f0f5918482391bb65e422cc7680","1d815b277b6b739fa2fb8437c62cf9ee22bf31328749f452ff6d56ceeccf992e","c665806f7284f86186a1ee6bddacc0a94d67cbd8a386c74ddc875ce826702901","febf0f0cf0ffb1ac0ac465078bd0bf970c6f3e3ef2c1581f65aabf6b6168fefc","b47c7685ee6994b986a01f801b2d21201c90b16f67dfe64a2615dadb72c74181","9bc6b5c9bd93ea8429310f98660e22dfba10d4255bda3824725f6f85de7a650b","3312fac64590194b6c1ecc16d22bb6af91235492d32d6664bb9fde6f31185218","66d4b497c71a86a93d6edf6c1480a31aea92a611f3e21060ccb543f3c9fb1e41","7be9a0481de8b4d7e662a21a1d5fa4eb73f99d0377954ddb8e449c157b6bb268","7b570dd41fd88b817707922b11d62e7d28d0406233c7c0de03ba1c92943cede4","4145ab9426c24188a3cd59a8219f0e24e7e20d9fd48511cabd3d6a348c39b3d2","857d874ef16c6f04eacca814ae76c692ca4bc3555dae3c03b45189ece96aaedd","595a564204e8dd01f520a366246eb051f3f3f936b65d9ebfa347137d468d9bec","3b40b592d869d9813a4cb75cd5a8a76bfff7ee007f3f3bce1c577120a44d9545","341586e90da30bb1be2d7e371ba449b04e5be4da512e6dd8354155d5d4437ce8","70b11b8868f8881c154d3a62a3ab5e6c964577e8a245196ddc06423fc2d6135a","4c39e6633ef4f0c56952c14c8e24aba2baeb43539b0f5d0fc44929ba454b424b","1541cac1ab4d9dffe55740e2ef36210824435ec0615497d0f2b3c40f844099ab","6876e7bc3471120d8e0acfd89c11187ac0d4193400843bfff98752b827a4904a","f1a1dde284825c8dc35f21351311af08928af9e7db420d3fd632a49ebcdebaf5",{"version":"6c6efff5872580150f1dd4c37e7aa3647446c4a7f06b7cc2f436fe1b80caa9a9","signature":"6062796012"},"75b4a678774bd059945dd75cf2620b077763b936c3093d9cacb2d2734fa8a2fe","966b18701475c486bea276cc830592d0098c5a0d7fe941e1074de14dedd8cdec","9b65d60bc99dd1a169e0cc512cc789257d37b82dc91469b3c96cac29d0578f54","ec977ddac1c45c36968800c789d92ff9331602445475509be12e14c7c4f2791b","b3393b3bf4bdc244f731fc51f4700001d25e1f70d8b961427a1c23c3158dc852","f2d0cc8734988f40c50ba9a588e9ead181c9b86f06c646e683c824ed2d33dbc5","f81fc2248d1e542b493203b7088a4a9ea1574c375748c0b8e016fea3dfebc6c5","7867b8ec06b1f350a0a63cac293d62f9660fe23f95bed0995e93afe3f789d312","aaba5287e9e9e213154f94c22ce67bfdb3b294df5e6ec787807cc87719ea567d","7b6358379d57bf98c049eccaf57a8c9a91fddbc1321c678094003fa8ed79e542","78edbe756c7c6597b332a82a37d2d9d1c690f78c78a3e96aacf62768c6bf1faf","06df1301b2b94943cb02b337371e3d070e8011c05f301f3919669f21a5c9909d","786bd6f6ddf0a88114c277be0399b1bcaa34495466bf1f39a22fdcfaa6f4df82","5917a50a65b11469751ba502ed814318d5871a94413cc4bde580a9ed19e618a9","a104f6772d8561661765d91419299be1db45859e41f4dba2aaa35f539fd91c06","9ae14b25dcb7726e532aa67ff37dc8b333a2ae4922285c29c87106df36deacad","40e0c3acfe3101bcdfe6e994ad7a2ce7485c5b21ec6a35a23359112c5fecdaad","171c607478554259a22d3cf93331521118402d3c3b3bf379a61bd13f2323599b","b23983705f810fc2afaf1bc27d8c7285483401bfb760debe46345a58183bbb4b","e17731fdc6db0387abea360fa46feba8d2e9530de0509950bbf559b948507b3c","d1e6b7c304a780e1bd17d9449b2e4da63fbf99676a808512359df31275434b95","2f34615d8f605ac51cb399f83207b9864365b5986468796dd3d3def5c7d70458","59076e6d87f4609728a2c5aee5059910db26003536edcceb0a85b4a1bb330f83","074911c371565a0513a5f9b0870cf846a97912a30b9ea72a970a4b93fd875310","a68072a13191b7f5939db20336ad28f8a4a5d56e97b60714061730bcd21c310a",{"version":"f75b25bf707d36baec4cc2f30ca0884a8091cffd81c620ac9d0f1e8d07f06d40","signature":"2595520523"},"e09b7cb76b4b075c4feacf8c541885dbf78b9a039a233c89dc5a3046213d20ed","9b4e1ff0f683b165db511a846c4fa1c643f72da01e2360e84c8b5dd67f848f8a","854eca253c1e9b541acfa3f8633e89db961bb218c5cb9277f45efcc3796412f7","0fa3bce6a95db2427b8c10c8b4c4db3eee7ad7017f1ebb6aa5efbf4c4126ad8a","cccc49dd6dca5d2664fa07f828e187ed34c3ad19b42becfd5e44b759b97785f9","76c91a9d9ff3ee87b6d6aa9eb94e84e45ab4b64a57bf9c6f236852b418f7f658","6697f7df909baf6356f243363ecc94883389090663c74c80ece376c5ea0951a5","4a9471aff4b8624de59aa0b30b80dd0d31b82216f068f7e370fd2259bdb5a4db","4a1c374831c5bc54f36f7c6f3821e85f9c4ea6c4ce81cf341e9a1ee26c0e6978","ed0259fa7ebd8a4254f3de0e20c22d0a42a056d87e8879d61daeb691d4ec4812","6234f4aae102dad492b4544f8eec88ede3928f6ba0a9151128f4694325619874","0d9201b0e8b2e196b22b5ab6db04d7caa85edd24d9bad661a6a1d8f5d2b01172","f4e3dcdf93d873e0272744b1ab2630b2a08f3ffa1ff735b34847921b0684c038","7b44dfdd820b9d9eeca2ffbb48d3f623c0dec6673b675542075ea0d14585db3e","d91147bf238e682cf26378b8b2c2fbde5c04e48510418540481815b5c9bac7da","171156eb0e5cc29c9c12db68315dba5dfbb27355963e65e19dccdf2f2d766f45","a7d48973af38920af98822bc5f92b6d2edc0a0a44200a174601b088826b8ff49","cb3d1bd69d359ad17a618768918f5ac5a3b073f2dd2ef0b0a03cafc79fbc035a","e8aeb3f60745eab84f61150b21e6dcedc7b5555b675069181f93dda23e1f2f1d","8c535eb715b0289f7048b73d7b16eefe2ee9347084073b4447875c67cf870b13","a213d0c20a17f8608097b830efae3de7723b4056ab7a93a68ea2be1d22ab2674","7036f8fefa09bbe57e607f4eed11c0fd312245e25718a02078566b094d39f4c3","989bd8a96a1965dfd0fb9c3926840eb37e0a99f56271b57bed6a9325313c8b63","b153ba64e85b54d83f1d3a9998e308ae1c8245e322421beb45530f18f3bdda87","3eb7dbf9f5e1d09d97745dcf6b1950cfe40ecd5f34b4b51e7da94114b804529b","117a54ed4607fa8a1c21aa208f937e4627b9efb17d5869a932cf59a79a27cd52","ba6a6322260bc6463624207c762f03accb504cf803401fe0da36569a77ce4472","648ac618e5231708607614f0829c5344581eae900e3a6ad779b1aa3047769653","1c12b37f3ff4bf104f79ce0740bdc76d799e9a42c9e828ed1c5f255e04710802","17cc578a7023d0fb02c755474b5a6b8e642819c854b5ed9e374d3b3fec301367","74ee78ed1b5e53ae0960a36eb574c0db400be07fde68b6971a0d7042ecc4b0c5","ca81f38f4e03ea3b0ad1b2dc10e5180b98b89cb2f56c861a05ec6b06eaaf5418","8f37c41c506df6ca461ee660f2027b699bcdaee4120ce8099bae2affc79f5b01","e8c1061f493ba9a612e1cc865b2506af60d884900c6d6f168fdf103d3bc91cdf","6ea5d42e62c598904898ea4aabfac34890a54dd5c238dd543e71bde7c7515fd7","bc882517392e2bc54836058c6183ecd3ecb3e65062353832403b2cbe021a7e03","61abcab51bb29586b48fcf41bdb6f5b03a591bae15a58b3e2f6b0a13b5d6151c","fe3a7860fc0d477fe352b117f57827b8c56cbc39c5855f9335d45c89b35f1527","626a776b94181199e853b6c0fd055fc3d4cdf7ef077b9fd86e24655a18fab40f","8469ac688ed8a331a4ad2d581135ac8a645ac52a30af3bd30dd092a948982524","8c0d2d92cfe03b7ffcb62154f5a16e0b81785cecc48d8736692f490697e021a7","5e59d9e96e19dcc45bf5a41297316f62aeaf83908d2910a969bebb32add142d6","6e5a583364fb8ba1cc46dfcd3e59c866a6a790a80bf02abc0a4264600d819413","3601d89ffe12564e96ce57cfdbd42a48de756e8b341ead840afc4d35c6b5f86f","a6ffe77a1705d93a7ca176c55720efddcd8c5cd07a0a8caf4a6869335afa2220","fff56adc75268420e852ed7644164aba6d166b83b75df63614850c3b26e2d925","0319e4fecb7c1ff026f10fafcd8e464d437a25222b2b731966d4767b7718afde","ae067bbf2b7608b291ca583e8a317a31d55cc33a860c1bdf1f36b009641a1f5c","00baef1aa924fbe93073b555c66bad469d479b0e7a8865d6c528e9129b46e708","e1eb48adafdd304a4173922f1c114ec112751045153d59bcebc7554ab92586c1","7cfc2db4dc08dc2884924826db4caddebe27eacd982bdd8aa96077ca6813fd5c","e72b2177ff845de4143993fdb909b93a8f53e048b82860bc645982901a962a3b","ac85b0368d245be43e5e6ae004e0312ccf9cd719be68d2cf4206eca5e67c2f66","cb46ff4eb7d0b6681a1e4ff2acf136b4a7e38f49263b785297b78a86998f491b","ffee308146000ee000e786b3f845bc959cb4faa35645ae1958786ec9a6fe1759","f72b4433fab685d460a64d882774d8aa83548b5766895c005adb8451d707fa7e","9c1e4af669c5ff4166d1a8cab385698c6c708610270de4dc9574a3fb2e7c0da4","cb4532e891e3fe76418eadd68b74b0bc2e46fd5653f52556cc8bb8ea517c7561","22bcc31cd2f810c94ddb9e89d99e8b0f6daa3bf4a0e25d9e6b6e6fb66f8385f5","13475de08c44da39ceea62e91092e08038e3d91700a612663bdbbceb385b8e8e","38f32a341fe5b297a28ea075baeea3a5c0f033c46ca249bd3e6f27c1acf7b71a","7b6ca3b728720d056b3d64f912a3d1cce108883cc56ca8bb8d9ab221d9c04d2e","8b9f05b958ee1ff64a2ff2e6f144d451b795e08f26c3dfc23fff31d866876983","2f1ea4e6bc891af84fcb50e8f5b8105aa9ed13c5cff416829450d7e5c40a46ca","89b41d6fa4625c241b4341df151f69954f52144657e523e5e1c6d38eb85a01bf","ed0f62b2ff5fb9e93d5e15737950e0a4f2974f839bb671858c72f1ae6a2e703e","8ccd82f7ca356040d26b63eee6c5787dbe9c7f7d3176a913a1d0ac31f72904c8","d4a1998f452a762427e40ecd0917e68538552e01f377fd9d6ed951485211253b","a62d676a1e5ab299b0b1134452301c2df2e129fb02db90c3cc2306241e901afe","c6decb6d65cd9a55fb7229a04cac1c74baa81c8a03ca36e84a45f5c9793890f3","57171abb6439002e9ff9cc6521b23bbdf3918ccbdc40d5e7f83b0f8604293785","d7447636ca1f6958282ed73826fc31cfbd70094090056e9cdbd84a9bcff59cd8","5a53af697a59d0d98216e35587d5f000b7c374a1ab31c3ee045542e32150d99f","e09d94bc86759915b48663e61dde64769e05fd4e28338d0ea9621d6918ce3e3c","a4107d76d53ed5672ca6dd53e3a6eace6dc4699b2bd1de4d7167990a0bfb14e2","57a995821e70b91f59bcba510e3c21478d0294d412bff11bc59f86215937d9f1","b27e7b5fdf0e9cf527fb4fa76913e92a69fe7f82a562bf13f677cccb3d0c1795","50670264bf0fa7e9387d8e18d6e0c67e4e24d64ad4f29ef6ba386375f21a5993","83a85d04a716185b8ca158047923a1ce16805fb92aa8470ad665e0be95a7ae58","e2ca37e66b25d48303f356cdf92a55c0a7da35ca7d3152475954e2d52ac6b916","72385f7ff487c49f78766ce229b5bc444d762ca1361931447430c4255f7bc036","85423a694cfbcc0b6a5ff4e11908457c8bea2ac1d342d3ad7aa1b60083569cac","3107caa88b4face5f265b96d271dfc618af3db02fa09b2c27de40acafce175f3","448bb5183df75b9970c39f3301155198fd5d453de223b8afbf71a7a8257a0af2","ea7853876dd81888171bb6fa2716d75177408108abd369dc248f07007099e171","cfe90299d6fba72aa9566ca68f47ba93b703beb5b2e97f925c780242f5e829f0","52fb939f0fab6b973a9706450dc5341e40a33f4cfc0882251fae47fcf6611d34","601c614514727ef5a051d68fe3408185566400af1c5dad8fdb2ed74ae641cfee","8c824aa7b8de375a077bb59fb2d3ffee213d9b608c11a353376d9c8c7ff1ba72","ad2e4ab1b894a66f5fbadff496633b36715ab22d15b70fd7da687c7d0eb33b65","13f780b37afe791284c6cbb184773072814f43434ac710ffeb60389a4c80f51e","5bb87649cef60d68a4d02e1a2cb034aa2909ce57d41786fa435b5ce998b16e38","b8d2c41879a0ac5ac4b90789405b0bad17c0dae6d4166412698769de3cd0676e","e244dba6e5949e9ce175f1a46ae24d71bd2dd30fe7db000738c9157e763fb5f9","76f216d008bbfc54ca2051358638433c529e45da9d9dc85f9c712e2a72ae878c","d8e70528afb62d2373986932d93d1b1a77197532bde6e1519daa749ae984d192","7d64571241253e1ef87c10970fe47b847a5b8dbf8635c71dcc87e02d6dca5bca","a2340d520f02e6cad7a303702a8ec65c4306bd04e3e1ea787869a7e5fc5410ff","3c3324798bf0042dc286a099673286a00933cc2148502544d14e7c40e886c1d3","92c5a273a9d298185abf6180f2a6697a74f8b5c40e9db597762ffeca7b0db341","89da286ad59b3aafb5825cabb50795fd6c1e47e5caedca6b2e51e9c9573fa87e","d62d2b751bb44b828c899056bf576c6f2ba757284ede5df530034a5e3dfb9892","ab555a5ad6bd3ad1753d62b676cc9feb450b8b7dae52128d9e1197aea868cb10","e94df7658fa70fb172edab28fbc73d0bbd16e02a88062e7a26a9e01673b5e71a","1857274a831004814954e5a06fcf6c5acf499998f6427d3aed5eba60a9a68e54","2ad99dc53b18985dd2d1838d268d7e0817b177e5bb3f094513ed03ac2fca6a3a","069adce0cfc1b000760078fdbec9737e6884a128e7eaf7144c1db541eb398c65","8baf1431df3e6bd820e50f874cb0ae51f70d5b375aa52b6bac750524e5c020a0","0e12ec219ca582df0c790e645a79779ffcac7ccafefabaa11812082e7a4cb2a8",{"version":"404b3f1b29e9127aca429799d7fa634a6429eee929224d63a80a914c03760a15","signature":"-9536696083"},"e0c2655049852e1ff31146a668d3e64ad349ac544fb5f341634c9f2c681ba76a",{"version":"2a62db3dae2bdd1ac1b30c4b58385f2a89c8d7da8f7f1c9c91564e8da6933d1a","affectsGlobalScope":true},{"version":"b1927edb3b088f4e4c56433cab8283765806dc8daef8ed3d1d092e16025d4a98","affectsGlobalScope":true},{"version":"8a53ec5765071d63c4069cc99cabbde8fabe048203077f335b634d825145a9d2","affectsGlobalScope":true},{"version":"af668a2ece8786de4cfcc67370347bccd0b4f30c12eaf6cf5095df3ed2acfbc0","affectsGlobalScope":true},{"version":"dc4b1c46db83ce618f48535d5b91b1828817308313e7b7906873b1590da7f1d5","affectsGlobalScope":true},{"version":"9a1ca8d19bddcf36564e46eb302e9bc9c278b5202bbbfab5f889a219937e37f2","affectsGlobalScope":true},{"version":"0a59668b250e1dd0b2176bc778ffb26629d40f163fadbf744a683faf04093a00","affectsGlobalScope":true},{"version":"387ec2517e05e3cb85ff11fd21c6760094a3c7edb95cfa236f5198385bcdc459","affectsGlobalScope":true},{"version":"9c0927aa92e8f098b3c5d12135bfdb54f5fccd238ca09375fb2cf6bea16ac773","affectsGlobalScope":true},{"version":"a79196e6a9089ee6800ae1809b79b3f08c5e494cdf90a8a70de7e6dcf7ab0244","affectsGlobalScope":true},{"version":"fd1c5ac5245294a0e497633c1ef9c73874a4ad4a8831b7af96c7bbf360c3c9a2","affectsGlobalScope":true},{"version":"11f31d3876331b6f231a9aefcb8af3e0a41dd4123e7d269cf8452a47f2a9184d","affectsGlobalScope":true},{"version":"caa5853e78e56626707b290efbeb7f10afe5c960db9890796d650c692b462232","affectsGlobalScope":true},{"version":"50433b1c1da103da2dc9d739266fbf615d33b38dba1c34426eb2551f44570acc","affectsGlobalScope":true},{"version":"a912df79153642e7c30ae0759358f7066f2502e328682928391bb13eeb20dc98","affectsGlobalScope":true},{"version":"cb3e05decb266e2de5bcd920816c1e5d956d7f3c90a17b287a870c2226014034","affectsGlobalScope":true},{"version":"6eabee98c37dcd9c875a35476901797097c89e7a2ac5d0d53b14b6b970306ec7","affectsGlobalScope":true},"bc3e9530f5859cd4f08e4317de4197148f2f0bed21cdb9a9baac55bcf9bb34a1","8d77902d0d7ac1e14c69d636d0b1ee3cac5ba7649b0f56cf9c3187998f208c1a","5a7c35617bc2fc310ba916cb98b0e03f06761a0508a85f6fc4df0d87b30df293","d566b0c81814ab26e69c2a5b0ceb83e79ad5097e6048d09b2fb29fdf2bb3d3e1","0623f5d1d2dd0007d69e1b918b5a3788ae0edc6d7afcbc1638316a3b40194a55","4991ec53bab5bdb28b2a9c7f15bd4a426285d79bf2fec2dfef3f8a72219e6f27",{"version":"db6e706ff2a7206499b21e1616fc095e5d529e3da46a83e9a98fc102733c819b","affectsGlobalScope":true},{"version":"cf0fac6868e2f11be9c227e7593525bd29725742c058c058abff5a0546e41175","affectsGlobalScope":true},{"version":"c3a83772fa36bd3c8067b0bfce4aa6279bfe865a41085046b283a754650355d3","affectsGlobalScope":true},{"version":"207e733cfe75cd3c3cebfdb9a86b076705192e92e85d11de83092fb995e26238","affectsGlobalScope":true},{"version":"455951454502186375b7d1dc923b26246e217843baeb648d2b3790a693beeda2","affectsGlobalScope":true},{"version":"e4a2e076ea34c1d68e3d542eecaa0b87e642fddf099696d1d5bd5aa353e344e8","affectsGlobalScope":true},{"version":"c9321bbdea9444a1f3e2c5e0cb9893520b1cb3d951a7842bb6d7b236d331b9fb","affectsGlobalScope":true},{"version":"acd6ef34017b39b3c6d4c48bf53bd7cbf1464fe50a5ac9d420b193edd85fbca2","affectsGlobalScope":true},{"version":"5792be58d14bf11fbdb44e903ed8ac3013d93bdd963a5b0702ee9c2585059cba","affectsGlobalScope":true},{"version":"4a50b83262358bc829384b53b379236aca8fd772ea0a6730cf3da47bb30707e5","affectsGlobalScope":true},{"version":"428c8329cda041bd40b137a7bf76295c58aea9354bc52897ca656eea1e07c800","affectsGlobalScope":true},{"version":"e9ac8b2e8d92904225c1e6d0a8493afac06c2efbe80a47d77236ca08cbdac826","affectsGlobalScope":true},{"version":"8b0e1e59695dd28adf930fa4f82ee7f34789fa179837f52fcaa4e56478080974","affectsGlobalScope":true},{"version":"b2f916c6dc397608754a07440a83dbd344d83d8600539120161e05e1bc92fc57","affectsGlobalScope":true},{"version":"34e04261f8d46785867afa92ce6ce81f656228b9983927b9106605ea80399f04","affectsGlobalScope":true},{"version":"dc0f3e049e1450d96d7bf85937ce72586a24de4effbfc7db2c59a707973f6177","affectsGlobalScope":true},{"version":"fd14a110004ff06a116db213a229fcfd4f8e12009065f60ab0123404f0604bd1","affectsGlobalScope":true},{"version":"4d31853166c4a6acc296e3c689a9f794133eddcce6708481a12a2a67b81331b0","affectsGlobalScope":true},{"version":"dc60b9cf9e3d58dafcafdf23bf844407737c4505683ec6222f8b41bb3fe77efa","affectsGlobalScope":true},{"version":"c1320c984e8b8736929d6a02a27cc42dc571364569159f2e5e61f5997d068915","affectsGlobalScope":true},{"version":"5880f60fcfe05793df286d2d7ac2048e1a53d46d2e9554f939306a6004348101","affectsGlobalScope":true},{"version":"cd32a724b84b3cbb258f7ed27e39bc1ed121c1dd4a0176f4eabbaab9f3874098","affectsGlobalScope":true},{"version":"0c99bd6a09928d67d725a0e690285bec792067c4cb19115fcab3fe9d5041a413","affectsGlobalScope":true},{"version":"f07f6f392d85adc461612b9fc0114b19e19b03f4e0cf2b86bb17a2660aaad8b6","affectsGlobalScope":true},{"version":"e5fc7b795b50335b55ab31dc2a4ee159c8e20b0afc796f9226b3c152316aa55a","affectsGlobalScope":true},{"version":"3672763b0643f21781707f9ab7f425388ba917fe16e7a0cdb05ab26067ede2dd","affectsGlobalScope":true},{"version":"9b9bd5b89ecdd161d0775035075c54ba84f01fadfd1ff39b18023e0c16f96351","affectsGlobalScope":true},{"version":"4e228ca22bc5715af2aa06a587cde4034a2ea8b397a6e4b72e387c5cf1193528","affectsGlobalScope":true},{"version":"764541a754f1d98c81f8218f2926cca06b3f6ca229d9712432433f006f907d0e","affectsGlobalScope":true},{"version":"4b5926fc0b9d2e2421add5e2c63af76700fb9c954ce003a6163cf59b8a3b4bd1","affectsGlobalScope":true},{"version":"274bfbb859e7095141b179ce918950bfc77dc6e9e6191a4d0fb5233202df471f","affectsGlobalScope":true},{"version":"cf832c23514fcaf97c39d9b194205f3de8a433837ed95dac11edb16f250271d2","affectsGlobalScope":true},{"version":"2cc51ef47fb65e2810d7909a49e39c8a725ec201602c27357b647142719cca37","affectsGlobalScope":true},{"version":"15d46498386d4fe9144e656778424be5411d15b6596a03723be8260dfdce7bce","affectsGlobalScope":true},{"version":"66c4ffd8ffd73f33ed5ae92f0b83ca69a03eb89429c67892b7d6a01de223294a","affectsGlobalScope":true},{"version":"306956782e3e59dcf303e9c5832570a16e55a366cc2d88295b84bff2ccb6fb0e","affectsGlobalScope":true},{"version":"ab66c126812e703e37c68e5054d7c3b4ad6258607b453824d8f6000b656eb229","affectsGlobalScope":true},{"version":"4ffb0a8bfb192d4c3f86e210f117fbb3dbbf8739ca8228b6a436ce6cd1f93feb","affectsGlobalScope":true},{"version":"8567e05c8a04e3892f8a187df0ba4ddf3b533277339e5b6cea466e9df6603d30","affectsGlobalScope":true},{"version":"1c70af5d9864af65f203216129d8ffff702f3ea84733c448983fa16f3ad8547d","affectsGlobalScope":true},{"version":"5f514de927e4521b4d53525b6f6803c623b663312aa7046fcec04b4d27bc744f","affectsGlobalScope":true},{"version":"89543d3aa9bb031fe2a8610b043feea2fb1caa6e015936ba4c9147712d5dd5e5","affectsGlobalScope":true},{"version":"021441d77eba08d4eb5cc864c1a78238c0cc17766bd7a0ace33a0c6adf6c75ee","affectsGlobalScope":true},{"version":"8833f137d183571bcfb39b82446abb9d1be5587de2db3e67e69e879e3c36440a","affectsGlobalScope":true},{"version":"b62b4618955d112244284463482dda4f50e539ac2b4cf047e92f146be24a8ece","affectsGlobalScope":true},{"version":"ce60a7c95c3962e71f23859bd37b8a90e4a1a528f0cb5610fac3e28a47c2a18a","affectsGlobalScope":true},{"version":"cce0ec345531bacc44f4cd34e4a327fd73e23b964f01de58104483a0ff91960b","affectsGlobalScope":true},{"version":"ec3465a8c20e9c24b220ee8487418862069c314c68246b89165962a3db3f2f6d","affectsGlobalScope":true},{"version":"3b6e856ed84b49d4d2da000fd7c968cbb2f2f3bcb45aa5c516905bb25297a04f","affectsGlobalScope":true},{"version":"cadad9f56daf81c2a37fa7526d9741ed0de5966875fe0f2eb54ceabefc82942d","affectsGlobalScope":true},{"version":"9737e958668cf4d3877bde85c838d74a6f2399c55aea728330d6757f886fbd47","affectsGlobalScope":true},{"version":"aa0d0511e3bc541e2dae5b7020e468a1bdb08bd4e39be89b0efea2b8cd246a8f","affectsGlobalScope":true},{"version":"7ab75b6a93c324e9f03b0741c2ddc9c752cc5109c9b4373bdf31e4d8b373010d","affectsGlobalScope":true},{"version":"b818e2751233da345f042af55831b6077c390ccb6f393429f2fe2a1e98c7e3ea","affectsGlobalScope":true},{"version":"b959f75474c8d290d7e850574d530fd15d620e6ed02a5fa4d27650140079237b","affectsGlobalScope":true},{"version":"2e944c7aaacc6b6e95249a2a607b985317a476c23638d53f6e483752b94bf3f1","affectsGlobalScope":true},{"version":"e0f86e367901b73c7ecad01aaac19eed0109963aa626e32160541bb1a5a14bb7","affectsGlobalScope":true},{"version":"ba83c5beb2bf6913c92c79973e0a196c0f7b9e90dbca72c2d5772fcfbeebb6f6","affectsGlobalScope":true},{"version":"0a4d647b5d51639b7c13410921dd2db9eee35e0770bc4317c8718b372b0a657e","affectsGlobalScope":true},{"version":"197980098be84942063e8470dd08c4b4bdd8627c046001b07c702326b888f2f9","affectsGlobalScope":true},{"version":"8c4b514ae372894f45215acf88e8d3ee937b535345e860a78a3b3bf5b796bfdf","affectsGlobalScope":true},{"version":"64845b09cd449cbb8dc91494b3566fb79b63d25693d24abf6b6a13fdf20294f5","affectsGlobalScope":true},{"version":"7ef23d9121a2c208a296d0910eea6ed99e51a0a093de0066aaa98533e3d7bde2","affectsGlobalScope":true},{"version":"e07336e34b0fc82328b08997ebd78ed18c8df6a832ea75d8d5188b28add1a0e0","affectsGlobalScope":true},{"version":"0c69e2d4a249dd54cd6e630b5c89a4101b91e9c06c5cbde55a605d9dbae3f753","affectsGlobalScope":true},{"version":"060e6fecce0a1482a98cfe5dd2568ede4aac53e9bcbd06709e509841b5f0117c","affectsGlobalScope":true},{"version":"cc724319f14876dfad0f4ed09e08c59be9dcb75f408f78b5dc7ba3e0e8eae9b5","affectsGlobalScope":true},{"version":"8cb9afa49dd36f21770391450e7a21d6d1907286993efe099e083c4a8caab68a","affectsGlobalScope":true},{"version":"e597e2399a2f5c999202e1bdfa1b0f5900f151b36b76f2d908ab74f2b4953dd4","affectsGlobalScope":true},{"version":"8e3ca4d93bd3d430e416240fd410bfc2a46a76337e7d9ca75361ba71173acdaa","affectsGlobalScope":true},{"version":"c0605c3c84459f8a5a09b00efb8bc9b7a74edf050e786ae2ec09d509d2e5a674","affectsGlobalScope":true},{"version":"af9d6c0f64c7475ee756ffc4704f58a0ca4681db67d33f71f434bbd00d417ba0","affectsGlobalScope":true},{"version":"d9db647337fd3c0e4ec8487c4178ae1391160fd3b45526a3eb1e8f769423e4dc","affectsGlobalScope":true},{"version":"f2c65808e767b495a9da154ef0e27782485eecf878139e95ad74b5675e4b8e59","affectsGlobalScope":true},{"version":"fd65739a8f08693843a30c323a3d75d5db46ae94c6e5639eca268d0a13cd7340","affectsGlobalScope":true},{"version":"025ac925ad8d4c901c6ea3810fc47dbb3caa6f6546e5a429a1dc42be941bc8dd","affectsGlobalScope":true},{"version":"5c1129e3873ec6f8fb06d376142153251c04eaa63aa07b4f727e496ea94a10b8","affectsGlobalScope":true},{"version":"16fd02321ebfc3302087b6d171b7c887a8f459153b19ddc7f2e515e42c80f815","affectsGlobalScope":true},{"version":"3e9835ad350db0ef2ba5e689173a094b1620f7789da56ddbd6c8cfe96b3a02bf","affectsGlobalScope":true},{"version":"1667c3cea4df08f3ca882c5aa89d1d30828c5f7fbad5d7b99078cd02883c0e38","affectsGlobalScope":true},{"version":"9303b0bfa9833399a6fcfc142548fdf801c0f8e493996c292e7fe795178bd44c","affectsGlobalScope":true},{"version":"0050c919a6db04eb1161549c0b9883f07e341465f979db510381010884820c69","affectsGlobalScope":true},{"version":"e86a8cc5e593bd2d3a7f694d0ef6b8abffb10cfbc6b3acc160b248ef8cfc30be","affectsGlobalScope":true},{"version":"3ffcf82dbcf8e9f86295f90409509c59c28533f70d7a380038c4bd76e1881af2","affectsGlobalScope":true},{"version":"d24b1ebeec9089d70e046e9f5545c6cb00cfc5dab3003b7f36987f2aa60d495e","affectsGlobalScope":true},{"version":"3ee34f37aa7052a82868d348460a37acf86050e5978d912930d8ec9775ab8cd3","affectsGlobalScope":true},{"version":"bee0557e0b7dad18a4348cfe79c99d5adc7f6de01af60adefaf59b493d1b6064","affectsGlobalScope":true},{"version":"23f1ecee17caa80fd714ad7444bda88ec67f93ea420db3c0c78fdc17df34d4f1","affectsGlobalScope":true},{"version":"fffac133e39568055c046e63e2ef2fadb50e8fbb0202ba92e5a53fde9e2171c0","affectsGlobalScope":true},{"version":"b17acaaec2057cbfec001d480dffd090ac57c7281cea78da0d0a8943636da264","affectsGlobalScope":true},{"version":"c26139b94204148930233fdc510917f3dd1b44fd416d75e241f46e6de0a7534b","affectsGlobalScope":true},{"version":"8388e1b4b6b129ab7eb50066e86abe81b9a9725e14dd8e62678d838db70e54af","affectsGlobalScope":true},{"version":"661c11dfa46a2d4de0bf94f0cbc95f1552c86eb01871285a670263ced3e3169b","affectsGlobalScope":true},{"version":"f88d34281d207e8e0c39299cc45b229226c303a462c487f846e355761fa0e15c","affectsGlobalScope":true},{"version":"b38b605eb660c058c0405d73ad4388e5a216a15c8ac42e26b0692e220f1c88d5","affectsGlobalScope":true},{"version":"dfb173b18e7c7f26f79d118f0d372fd7e9d54d26cc1b3ac10028f983aeb2edf8","affectsGlobalScope":true},{"version":"6fc1c97141d7fd718a1082b225c4d2dd79b4da96254cf48c8a7cc917c359fdec","affectsGlobalScope":true},{"version":"64fb7a7e536707d648aca88dad6b825bb0ebe1d6cf27af45cbff74d20b8824dc","affectsGlobalScope":true},{"version":"24d609dc113ac4fc5c8a666cce6768db54bd382a27a7e48405947d832cadf381","affectsGlobalScope":true},{"version":"ea462383b59fe09b7cb38200ccc8c5c20ba316f2f3b8bb95877d5f6e2a0922e4","affectsGlobalScope":true},{"version":"1d9508b210c9fc9b4087fb226627c8913a1399bbab22ce60c1e8055db85cf41c","affectsGlobalScope":true},{"version":"30a914a3fbf980476a65bb139def9f8ca2862a26ebd51bfc757c1fb405e3dc74","affectsGlobalScope":true},{"version":"62a37434caaaf727f3b5fa018012f6d060c91f92097a1769143c3dfa4c4901c9","affectsGlobalScope":true},{"version":"3b9d6c6d32c11384fc53ffff3e7a40850412f44fcf162d202a0bf2b72636b165","affectsGlobalScope":true},"22461e2b2f36ad083c148a9be7f34117e7b9a5529538538c9a8ddc51ab37afdf"],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"esModuleInterop":true,"experimentalDecorators":true,"importsNotUsedAsValues":0,"module":6,"noImplicitAny":false,"noUnusedLocals":false,"noUnusedParameters":false,"skipLibCheck":false,"sourceMap":true,"target":8,"tsBuildInfoFile":"./.tsbuildinfo"},"fileIdsList":[[53,65,67,90,91,92,93,94,96,97,101,124,139,140,141,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,65,67,90,91,92,93,94,96,97,101,124,125,129,135,141,147,367,368,380,381,395,399,480,482,485],[48,53,64,67,90,91,92,93,94,96,97,101,124,141,183,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,154,185,186,367,368,380,381,395,399,480,482,485],[49,51,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,159,161,162,163,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,147,157,367,368,380,381,395,399,480,482,485],[49,51,53,64,90,91,92,93,94,96,97,101,121,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,191,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,152,367,368,380,381,395,399,480,482,485],[53,64,90,91,92,93,94,96,97,101,156,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,117,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,146,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,65,67,73,74,90,91,92,93,94,96,97,101,115,120,121,122,141,142,143,144,153,154,156,367,368,380,381,395,399,480,482,485],[50,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,64,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,198,199,367,368,380,381,395,399,480,482,485],[52,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,147,190,201,202,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,116,367,368,380,381,395,399,480,482,485],[49,52,53,64,66,90,91,92,93,94,96,97,101,147,156,367,368,380,381,395,399,480,482,485],[49,53,64,90,91,92,93,94,96,97,101,120,188,190,367,368,380,381,395,399,480,482,485],[48,53,65,90,91,92,93,94,96,97,101,142,189,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,172,174,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,216,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,217,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,121,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,254,367,368,380,381,395,399,480,482,485],[53,89,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,263,367,368,380,381,395,399,480,482,485],[48,53,70,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,76,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,70,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,79,80,90,91,92,93,94,96,97,101,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,367,368,380,381,395,399,480,482,485],[53,85,87,88,90,91,92,93,94,96,97,101,105,106,107,108,109,110,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,156,367,368,380,381,395,399,480,482,485],[48,53,70,75,82,90,91,92,93,94,96,97,98,99,100,101,102,103,104,111,112,113,114,145,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,147,367,368,380,381,395,399,480,482,485],[48,53,54,56,57,58,59,60,62,63,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,64,70,90,91,92,93,94,96,97,101,128,131,133,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,208,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,210,211,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,137,367,368,380,381,395,399,480,482,485],[48,53,73,90,91,92,93,94,96,97,101,123,367,368,380,381,395,399,480,482,485],[48,53,64,70,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,69,90,91,92,93,94,96,97,101,279,367,368,380,381,395,399,480,482,485],[53,70,83,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,382,383,384,385,386,395,399,480,482,485],[48,53,66,69,72,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,180,183,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,156,170,171,176,177,178,180,183,367,368,380,381,395,399,480,482,485],[53,73,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,154,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,185,367,368,380,381,395,399,480,482,485],[48,53,55,68,71,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,247,367,368,380,381,395,399,480,482,485],[48,53,70,90,91,92,93,94,96,97,101,248,249,367,368,380,381,395,399,480,482,485],[48,53,70,73,90,91,92,93,94,96,97,101,146,367,368,380,381,395,399,480,482,485],[53,56,66,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,123,137,138,139,140,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,136,137,138,367,368,380,381,395,399,480,482,485],[48,53,73,90,91,92,93,94,96,97,101,125,128,129,130,132,133,134,367,368,380,381,395,399,480,482,485],[48,53,64,90,91,92,93,94,96,97,101,154,157,158,159,160,161,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,157,367,368,380,381,395,399,480,482,485],[51,53,59,90,91,92,93,94,96,97,101,154,367,368,380,381,395,399,480,482,485],[53,65,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[48,50,53,64,90,91,92,93,94,96,97,101,148,149,150,152,154,367,368,380,381,395,399,480,482,485],[48,53,62,72,73,74,90,91,92,93,94,96,97,101,116,153,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,156,367,368,380,381,395,399,480,482,485],[51,53,58,59,90,91,92,93,94,96,97,101,154,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,115,367,368,380,381,395,399,480,482,485],[53,61,90,91,92,93,94,96,97,101,151,367,368,380,381,395,399,480,482,485],[48,49,51,53,59,63,64,65,67,90,91,92,93,94,96,97,101,117,118,119,142,147,154,155,157,367,368,380,381,395,399,480,482,485],[48,53,64,65,67,90,91,92,93,94,96,97,101,115,117,118,119,367,368,380,381,395,399,480,482,485],[53,85,90,91,92,93,94,96,97,101,106,146,367,368,380,381,395,399,480,482,485],[53,87,90,91,92,93,94,96,97,101,146,367,368,380,381,395,399,480,482,485],[53,85,88,90,91,92,93,94,96,97,101,105,146,367,368,380,381,395,399,480,482,485],[53,83,84,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,87,90,91,92,93,94,96,97,101,106,367,368,380,381,395,399,480,482,485],[53,85,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,106,107,146,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,127,128,132,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,126,127,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,128,133,134,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,133,367,368,380,381,395,399,480,482,485],[53,54,57,61,62,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,54,55,61,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,59,61,62,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,54,58,61,63,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,212,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,384,385,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,382,383,384,395,399,480,482,485],[48,53,90,91,92,93,94,96,97,101,367,368,380,381,383,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,171,175,367,368,380,381,395,399,480,482,485],[53,70,90,91,92,93,94,96,97,101,179,181,367,368,380,381,395,399,480,482,485],[53,70,90,91,92,93,94,96,97,101,175,176,177,178,179,181,182,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,179,181,367,368,380,381,395,399,480,482,485],[53,64,90,91,92,93,94,96,97,101,173,175,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,380,381,395,399,480,482,485],[53,84,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,70,75,76,77,78,79,80,81,82,85,86,88,89,90,91,92,93,94,96,97,101,146,154,367,368,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,387,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,111,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,399,480,482,485],[53,90,91,92,93,94,96,97,101,367,368,380,381,395,480,482,485],[53,90,91,92,93,94,96,97,101,147,367,368,380,381,395,399,480,482,485],[53,71,84,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,388,389,390,391,392,393,394,395,396,397,398,399,401,402,403,404,405,406,407,408,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,493,494,495,496,497,498,499,500,501,502,503],[53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,482,485],[53,90,91,92,93,94,95,96,97,101,367,368,380,381,395,399,480,485],[53,55,85,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482],[53,90,91,92,93,94,96,97,101,250,367,368,380,381,395,399,480,482,485],[53,90,91,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,70,75,76,77,78,79,80,81,82,85,86,88,89,91,92,93,94,96,97,101,146,154,367,368,380,381,395,399,480,482,485],[90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,101,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,95,97,101,367,368,380,381,395,399,480,482,485],[53,55,85,90,91,92,93,94,96,97,367,368,380,381,395,399,480,482,485],[49,50,51,52,53,61,64,90,91,92,93,94,96,97,101,116,117,119,132,136,145,148,149,150,151,155,157,158,168,169,173,184,187,188,190,191,192,193,194,195,196,197,200,201,202,203,204,205,206,207,209,212,213,214,215,216,217,218,219,220,367,368,380,381,395,399,480,482,485],[53,71,81,82,89,90,91,92,93,94,96,97,98,99,100,101,102,103,104,111,112,113,114,146,147,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,280,281,282,283,284,285,286,287,288,289,290,361,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,233,234,235,236,237,238,239,240,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,164,165,166,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,221,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,222,223,224,225,226,227,228,229,230,231,232,243,244,245,246,251,252,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,367,368,380,381,395,399,480,482,485],[47,48,53,90,91,92,93,94,96,97,101,167,221,250,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,221,242,367,368,380,381,395,399,480,482,485],[47,53,90,91,92,93,94,96,97,101,167,221,241,242,253,362,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,167,242,367,368,380,381,395,399,480,482,485],[53,90,91,92,93,94,96,97,101,241,367,368,380,381,395,399,480,482,485],[46,53,90,91,92,93,94,96,97,101,367,368,380,381,395,399,480,482,485],[221,362]],"referencedMap":[[168,1],[169,2],[136,3],[184,4],[187,5],[112,2],[52,6],[49,2],[164,7],[148,8],[158,9],[192,10],[150,2],[151,11],[193,12],[118,13],[194,14],[195,2],[196,15],[145,16],[51,17],[50,2],[116,2],[197,2],[155,18],[215,10],[149,6],[200,19],[188,20],[201,2],[202,21],[203,22],[119,2],[204,10],[117,23],[157,24],[191,25],[190,26],[64,2],[173,27],[205,2],[217,28],[218,29],[216,15],[220,29],[219,30],[263,2],[165,2],[206,2],[254,2],[255,31],[256,2],[257,2],[258,2],[259,32],[260,2],[261,2],[262,2],[264,33],[265,2],[266,2],[267,2],[268,2],[269,2],[270,2],[271,2],[272,2],[273,2],[274,2],[275,2],[276,2],[277,34],[104,2],[114,35],[71,36],[100,2],[361,37],[111,38],[82,39],[81,2],[89,2],[146,40],[189,41],[48,2],[61,42],[132,43],[207,15],[209,44],[233,2],[212,45],[278,2],[138,46],[137,47],[76,48],[77,2],[280,49],[234,15],[98,2],[69,2],[83,2],[84,50],[279,2],[387,51],[86,2],[236,2],[237,2],[238,2],[239,2],[240,2],[235,15],[95,2],[281,2],[113,2],[99,15],[70,52],[78,2],[75,34],[181,53],[179,54],[282,55],[283,21],[249,56],[214,57],[284,15],[102,15],[72,58],[103,15],[66,15],[285,36],[248,59],[247,15],[166,15],[175,27],[250,60],[147,61],[286,2],[287,2],[288,2],[213,2],[289,2],[290,2],[65,18],[67,62],[141,63],[139,64],[140,2],[124,18],[125,2],[135,65],[129,2],[162,66],[163,2],[159,67],[121,68],[160,2],[142,69],[153,70],[73,2],[154,71],[144,72],[198,2],[74,2],[115,73],[122,74],[199,2],[152,75],[161,2],[156,76],[120,77],[143,74],[292,2],[360,2],[293,2],[107,78],[294,2],[295,2],[297,2],[296,2],[298,2],[299,2],[291,2],[88,79],[87,2],[300,2],[301,2],[302,2],[303,2],[304,2],[106,80],[305,2],[85,81],[307,2],[308,2],[306,2],[309,2],[310,2],[311,2],[79,2],[312,2],[313,2],[316,2],[315,2],[314,2],[317,2],[318,2],[320,2],[319,2],[321,2],[322,2],[323,2],[324,2],[110,82],[108,78],[325,2],[326,2],[327,2],[328,2],[329,2],[330,2],[331,2],[332,2],[333,2],[334,2],[335,2],[105,83],[336,2],[337,2],[338,2],[339,2],[340,2],[341,2],[342,2],[343,2],[344,2],[345,2],[346,2],[347,2],[348,2],[80,2],[349,2],[350,2],[352,2],[353,2],[351,2],[354,2],[355,2],[356,2],[357,2],[358,2],[359,2],[109,84],[133,85],[128,86],[131,87],[127,2],[130,2],[134,88],[126,2],[63,89],[62,90],[60,91],[56,2],[58,89],[59,92],[54,2],[208,2],[57,2],[211,93],[210,2],[123,2],[68,2],[55,2],[386,94],[385,95],[382,2],[384,96],[383,2],[176,97],[170,2],[177,98],[182,2],[183,99],[180,100],[178,2],[171,2],[185,2],[186,2],[172,18],[174,101],[366,2],[367,102],[368,103],[369,2],[370,2],[371,2],[372,2],[373,2],[374,104],[375,2],[376,2],[377,2],[378,2],[379,2],[380,105],[381,106],[388,107],[389,2],[390,108],[391,2],[392,2],[393,2],[394,2],[395,109],[396,2],[397,2],[398,21],[399,110],[400,2],[401,2],[402,2],[403,2],[404,111],[406,2],[405,2],[407,2],[408,2],[409,2],[410,2],[412,2],[413,2],[414,2],[411,2],[415,2],[416,112],[417,2],[418,2],[419,2],[492,113],[420,2],[421,2],[422,2],[423,2],[424,2],[425,2],[426,2],[428,2],[427,2],[429,2],[430,2],[431,2],[432,15],[433,2],[434,15],[435,2],[436,108],[437,2],[438,2],[439,2],[440,2],[441,2],[442,15],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[462,2],[463,2],[489,2],[464,2],[465,2],[466,2],[467,2],[468,2],[469,2],[491,2],[470,2],[472,2],[471,2],[474,2],[473,2],[475,2],[476,2],[477,2],[478,2],[479,2],[480,114],[481,2],[482,115],[483,2],[485,116],[486,2],[490,2],[487,117],[484,32],[488,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[92,118],[93,119],[90,120],[53,121],[94,122],[91,123],[97,124],[96,125],[101,126],[221,127],[362,128],[241,129],[167,130],[222,131],[223,131],[252,131],[253,132],[224,131],[228,131],[225,131],[246,131],[227,131],[230,131],[231,131],[226,133],[232,131],[229,131],[251,134],[243,135],[244,135],[245,135],[365,2],[363,136],[364,137],[242,138],[47,139],[46,2]],"exportedModulesMap":[[168,1],[169,2],[136,3],[184,4],[187,5],[112,2],[52,6],[49,2],[164,7],[148,8],[158,9],[192,10],[150,2],[151,11],[193,12],[118,13],[194,14],[195,2],[196,15],[145,16],[51,17],[50,2],[116,2],[197,2],[155,18],[215,10],[149,6],[200,19],[188,20],[201,2],[202,21],[203,22],[119,2],[204,10],[117,23],[157,24],[191,25],[190,26],[64,2],[173,27],[205,2],[217,28],[218,29],[216,15],[220,29],[219,30],[263,2],[165,2],[206,2],[254,2],[255,31],[256,2],[257,2],[258,2],[259,32],[260,2],[261,2],[262,2],[264,33],[265,2],[266,2],[267,2],[268,2],[269,2],[270,2],[271,2],[272,2],[273,2],[274,2],[275,2],[276,2],[277,34],[104,2],[114,35],[71,36],[100,2],[361,37],[111,38],[82,39],[81,2],[89,2],[146,40],[189,41],[48,2],[61,42],[132,43],[207,15],[209,44],[233,2],[212,45],[278,2],[138,46],[137,47],[76,48],[77,2],[280,49],[234,15],[98,2],[69,2],[83,2],[84,50],[279,2],[387,51],[86,2],[236,2],[237,2],[238,2],[239,2],[240,2],[235,15],[95,2],[281,2],[113,2],[99,15],[70,52],[78,2],[75,34],[181,53],[179,54],[282,55],[283,21],[249,56],[214,57],[284,15],[102,15],[72,58],[103,15],[66,15],[285,36],[248,59],[247,15],[166,15],[175,27],[250,60],[147,61],[286,2],[287,2],[288,2],[213,2],[289,2],[290,2],[65,18],[67,62],[141,63],[139,64],[140,2],[124,18],[125,2],[135,65],[129,2],[162,66],[163,2],[159,67],[121,68],[160,2],[142,69],[153,70],[73,2],[154,71],[144,72],[198,2],[74,2],[115,73],[122,74],[199,2],[152,75],[161,2],[156,76],[120,77],[143,74],[292,2],[360,2],[293,2],[107,78],[294,2],[295,2],[297,2],[296,2],[298,2],[299,2],[291,2],[88,79],[87,2],[300,2],[301,2],[302,2],[303,2],[304,2],[106,80],[305,2],[85,81],[307,2],[308,2],[306,2],[309,2],[310,2],[311,2],[79,2],[312,2],[313,2],[316,2],[315,2],[314,2],[317,2],[318,2],[320,2],[319,2],[321,2],[322,2],[323,2],[324,2],[110,82],[108,78],[325,2],[326,2],[327,2],[328,2],[329,2],[330,2],[331,2],[332,2],[333,2],[334,2],[335,2],[105,83],[336,2],[337,2],[338,2],[339,2],[340,2],[341,2],[342,2],[343,2],[344,2],[345,2],[346,2],[347,2],[348,2],[80,2],[349,2],[350,2],[352,2],[353,2],[351,2],[354,2],[355,2],[356,2],[357,2],[358,2],[359,2],[109,84],[133,85],[128,86],[131,87],[127,2],[130,2],[134,88],[126,2],[63,89],[62,90],[60,91],[56,2],[58,89],[59,92],[54,2],[208,2],[57,2],[211,93],[210,2],[123,2],[68,2],[55,2],[386,94],[385,95],[382,2],[384,96],[383,2],[176,97],[170,2],[177,98],[182,2],[183,99],[180,100],[178,2],[171,2],[185,2],[186,2],[172,18],[174,101],[366,2],[367,102],[368,103],[369,2],[370,2],[371,2],[372,2],[373,2],[374,104],[375,2],[376,2],[377,2],[378,2],[379,2],[380,105],[381,106],[388,107],[389,2],[390,108],[391,2],[392,2],[393,2],[394,2],[395,109],[396,2],[397,2],[398,21],[399,110],[400,2],[401,2],[402,2],[403,2],[404,111],[406,2],[405,2],[407,2],[408,2],[409,2],[410,2],[412,2],[413,2],[414,2],[411,2],[415,2],[416,112],[417,2],[418,2],[419,2],[492,113],[420,2],[421,2],[422,2],[423,2],[424,2],[425,2],[426,2],[428,2],[427,2],[429,2],[430,2],[431,2],[432,15],[433,2],[434,15],[435,2],[436,108],[437,2],[438,2],[439,2],[440,2],[441,2],[442,15],[443,2],[444,2],[445,2],[446,2],[447,2],[448,2],[449,2],[450,2],[451,2],[452,2],[453,2],[454,2],[455,2],[456,2],[457,2],[458,2],[459,2],[460,2],[461,2],[462,2],[463,2],[489,2],[464,2],[465,2],[466,2],[467,2],[468,2],[469,2],[491,2],[470,2],[472,2],[471,2],[474,2],[473,2],[475,2],[476,2],[477,2],[478,2],[479,2],[480,114],[481,2],[482,115],[483,2],[485,116],[486,2],[490,2],[487,117],[484,32],[488,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[33,2],[30,2],[31,2],[32,2],[34,2],[7,2],[35,2],[40,2],[41,2],[36,2],[37,2],[38,2],[39,2],[8,2],[45,2],[42,2],[43,2],[44,2],[1,2],[92,118],[93,119],[90,120],[53,121],[94,122],[91,123],[97,124],[96,125],[101,126],[221,127],[362,128],[241,129],[167,130],[222,131],[223,131],[252,131],[224,131],[228,131],[225,131],[246,131],[230,131],[231,131],[226,133],[232,131],[229,131],[251,134],[243,135],[244,135],[245,135],[365,2],[363,140],[364,137],[242,138],[47,139],[46,2]],"semanticDiagnosticsPerFile":[168,169,136,184,187,112,52,49,164,148,158,192,150,151,193,118,194,195,196,145,51,50,116,197,155,215,149,200,188,201,202,203,119,204,117,157,191,190,64,173,205,217,218,216,220,219,263,165,206,254,255,256,257,258,259,260,261,262,264,265,266,267,268,269,270,271,272,273,274,275,276,277,104,114,71,100,361,111,82,81,89,146,189,48,61,132,207,209,233,212,278,138,137,76,77,280,234,98,69,83,84,279,387,86,236,237,238,239,240,235,95,281,113,99,70,78,75,181,179,282,283,249,214,284,102,72,103,66,285,248,247,166,175,250,147,286,287,288,213,289,290,65,67,141,139,140,124,125,135,129,162,163,159,121,160,142,153,73,154,144,198,74,115,122,199,152,161,156,120,143,292,360,293,107,294,295,297,296,298,299,291,88,87,300,301,302,303,304,106,305,85,307,308,306,309,310,311,79,312,313,316,315,314,317,318,320,319,321,322,323,324,110,108,325,326,327,328,329,330,331,332,333,334,335,105,336,337,338,339,340,341,342,343,344,345,346,347,348,80,349,350,352,353,351,354,355,356,357,358,359,109,133,128,131,127,130,134,126,63,62,60,56,58,59,54,208,57,211,210,123,68,55,386,385,382,384,383,176,170,177,182,183,180,178,171,185,186,172,174,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,405,407,408,409,410,412,413,414,411,415,416,417,418,419,492,420,421,422,423,424,425,426,428,427,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,489,464,465,466,467,468,469,491,470,472,471,474,473,475,476,477,478,479,480,481,482,483,485,486,490,487,484,488,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,8,45,42,43,44,1,92,93,90,53,94,91,97,96,101,221,362,241,167,222,223,252,253,224,228,225,246,227,230,231,226,232,229,251,243,244,245,365,363,[364,[{"file":"../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","start":1402,"length":25,"code":2322,"category":1,"messageText":"Type 'AbilityDelegatorArgs' is not assignable to type 'undefined'."},{"file":"../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","start":1480,"length":16,"code":2322,"category":1,"messageText":"Type 'AbilityDelegator' is not assignable to type 'undefined'."},{"file":"../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","start":1578,"length":25,"messageText":"'abilityDelegatorArguments' is possibly 'undefined'.","category":1,"code":18048},{"file":"../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","start":1778,"length":16,"messageText":"'abilityDelegator' is possibly 'undefined'.","category":1,"code":18048},{"file":"../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","start":1912,"length":25,"messageText":"'abilityDelegatorArguments' is possibly 'undefined'.","category":1,"code":18048},{"file":"../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","start":1971,"length":25,"messageText":"'abilityDelegatorArguments' is possibly 'undefined'.","category":1,"code":18048},{"file":"../../../../../../src/ohostest/ets/testrunner/openharmonytestrunner.ts","start":2160,"length":16,"messageText":"'abilityDelegator' is possibly 'undefined'.","category":1,"code":18048}]],242,47,46],"affectedFilesPendingEmit":[[168,1],[169,1],[136,1],[184,1],[187,1],[112,1],[52,1],[49,1],[164,1],[148,1],[158,1],[192,1],[150,1],[151,1],[193,1],[118,1],[194,1],[195,1],[196,1],[145,1],[51,1],[50,1],[116,1],[197,1],[155,1],[215,1],[149,1],[200,1],[188,1],[201,1],[202,1],[203,1],[119,1],[204,1],[117,1],[157,1],[191,1],[190,1],[64,1],[173,1],[205,1],[217,1],[218,1],[216,1],[220,1],[219,1],[263,1],[165,1],[206,1],[254,1],[255,1],[256,1],[257,1],[258,1],[259,1],[260,1],[261,1],[262,1],[264,1],[265,1],[266,1],[267,1],[268,1],[269,1],[270,1],[271,1],[272,1],[273,1],[274,1],[275,1],[276,1],[277,1],[104,1],[114,1],[71,1],[100,1],[361,1],[111,1],[82,1],[81,1],[89,1],[146,1],[189,1],[48,1],[61,1],[132,1],[207,1],[209,1],[233,1],[212,1],[278,1],[138,1],[137,1],[76,1],[77,1],[280,1],[234,1],[98,1],[69,1],[83,1],[84,1],[279,1],[387,1],[86,1],[236,1],[237,1],[238,1],[239,1],[240,1],[235,1],[95,1],[281,1],[113,1],[99,1],[70,1],[78,1],[75,1],[181,1],[179,1],[282,1],[283,1],[249,1],[214,1],[284,1],[102,1],[72,1],[103,1],[66,1],[285,1],[248,1],[247,1],[166,1],[175,1],[250,1],[147,1],[286,1],[287,1],[288,1],[213,1],[289,1],[290,1],[65,1],[67,1],[141,1],[139,1],[140,1],[124,1],[125,1],[135,1],[129,1],[162,1],[163,1],[159,1],[121,1],[160,1],[142,1],[153,1],[73,1],[154,1],[144,1],[198,1],[74,1],[115,1],[122,1],[199,1],[152,1],[161,1],[156,1],[120,1],[143,1],[292,1],[360,1],[293,1],[107,1],[294,1],[295,1],[297,1],[296,1],[298,1],[299,1],[291,1],[88,1],[87,1],[300,1],[301,1],[302,1],[303,1],[304,1],[106,1],[305,1],[85,1],[307,1],[308,1],[306,1],[309,1],[310,1],[311,1],[79,1],[312,1],[313,1],[316,1],[315,1],[314,1],[317,1],[318,1],[320,1],[319,1],[321,1],[322,1],[323,1],[324,1],[110,1],[108,1],[325,1],[326,1],[327,1],[328,1],[329,1],[330,1],[331,1],[332,1],[333,1],[334,1],[335,1],[105,1],[336,1],[337,1],[338,1],[339,1],[340,1],[341,1],[342,1],[343,1],[344,1],[345,1],[346,1],[347,1],[348,1],[80,1],[349,1],[350,1],[352,1],[353,1],[351,1],[354,1],[355,1],[356,1],[357,1],[358,1],[359,1],[109,1],[133,1],[128,1],[131,1],[127,1],[130,1],[134,1],[126,1],[63,1],[62,1],[60,1],[56,1],[58,1],[59,1],[54,1],[208,1],[57,1],[211,1],[210,1],[123,1],[68,1],[55,1],[386,1],[385,1],[382,1],[384,1],[383,1],[176,1],[170,1],[177,1],[182,1],[183,1],[180,1],[178,1],[171,1],[185,1],[186,1],[172,1],[174,1],[366,1],[367,1],[368,1],[369,1],[370,1],[371,1],[372,1],[373,1],[374,1],[375,1],[376,1],[377,1],[378,1],[379,1],[380,1],[381,1],[388,1],[389,1],[390,1],[391,1],[392,1],[393,1],[394,1],[395,1],[396,1],[397,1],[398,1],[399,1],[400,1],[401,1],[402,1],[403,1],[404,1],[406,1],[405,1],[407,1],[408,1],[409,1],[410,1],[412,1],[413,1],[414,1],[411,1],[415,1],[416,1],[417,1],[418,1],[419,1],[492,1],[420,1],[421,1],[422,1],[423,1],[424,1],[425,1],[426,1],[428,1],[427,1],[429,1],[430,1],[431,1],[432,1],[433,1],[434,1],[435,1],[436,1],[437,1],[438,1],[439,1],[440,1],[441,1],[442,1],[443,1],[444,1],[445,1],[446,1],[447,1],[448,1],[449,1],[450,1],[451,1],[452,1],[453,1],[454,1],[455,1],[456,1],[457,1],[458,1],[459,1],[460,1],[461,1],[462,1],[463,1],[489,1],[464,1],[465,1],[466,1],[467,1],[468,1],[469,1],[491,1],[470,1],[472,1],[471,1],[474,1],[473,1],[475,1],[476,1],[477,1],[478,1],[479,1],[480,1],[481,1],[482,1],[483,1],[485,1],[486,1],[490,1],[487,1],[484,1],[488,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[8,1],[45,1],[42,1],[43,1],[44,1],[1,1],[92,1],[93,1],[90,1],[53,1],[94,1],[91,1],[97,1],[96,1],[101,1],[221,1],[362,1],[241,1],[167,1],[222,1],[223,1],[252,1],[253,1],[224,1],[228,1],[225,1],[246,1],[227,1],[230,1],[231,1],[226,1],[232,1],[229,1],[251,1],[243,1],[244,1],[245,1],[365,1],[363,1],[364,1],[242,1],[47,1],[46,1]]},"version":"4.9.5"} \ No newline at end of file diff --git a/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/compiler.cache.msgpack b/code/Project/Test/uitest/entry/build/default/cache/ohosTest/ohosTest@OhosTestCompileArkTS/esmodule/debug/compiler.cache.msgpack new file mode 100644 index 0000000000000000000000000000000000000000..1f7994176e826189e1ba6daad4e20ca9009cea4f GIT binary patch literal 2369992 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

wsGRY*9%w#5A9d(jUGD$W`^^Zz#Iz5wQ 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