History log of /test/xts/acts/distributeddatamgr/distributedKVStoretest/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f6603c6024-Oct-2024 openharmony_ci <120357966@qq.com>

!18738 【Distributeddatamgr】【master】【xts】udmf新增utd类型testcase
Merge pull request !18738 from hanxiangqian/master


BUILD.gn
distributedKVStoreetstest/.gitignore
distributedKVStoreetstest/AppScope/app.json5
distributedKVStoreetstest/AppScope/resources/base/element/string.json
distributedKVStoreetstest/AppScope/resources/base/media/app_icon.png
distributedKVStoreetstest/BUILD.gn
distributedKVStoreetstest/Test.json
distributedKVStoreetstest/build-profile.json5
distributedKVStoreetstest/entry/.gitignore
distributedKVStoreetstest/entry/build-profile.json5
distributedKVStoreetstest/entry/hvigorfile.ts
distributedKVStoreetstest/entry/oh-package.json5
distributedKVStoreetstest/entry/src/main/ets/entryability/EntryAbility.ts
distributedKVStoreetstest/entry/src/main/ets/pages/Index.ets
distributedKVStoreetstest/entry/src/main/module.json5
distributedKVStoreetstest/entry/src/main/resources/base/element/color.json
distributedKVStoreetstest/entry/src/main/resources/base/element/string.json
distributedKVStoreetstest/entry/src/main/resources/base/media/icon.png
distributedKVStoreetstest/entry/src/main/resources/base/profile/main_pages.json
distributedKVStoreetstest/entry/src/main/resources/en_US/element/string.json
distributedKVStoreetstest/entry/src/main/resources/zh_CN/element/string.json
distributedKVStoreetstest/entry/src/ohosTest/ets/test/DeviceKvStoreCallbackEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/DeviceKvStoreKVPromiseEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/KvStoreBackupCallbackEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/KvStoreBackupPromiseEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/KvStoreResultSetKVEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/List.test.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/QueryKvEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/SchemaEts.test.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/SingleKvStoreEnumEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/SingleKvStoreKVCallbackEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/test/SingleKvStoreKVPromiseEtsTest.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/testability/TestAbility.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/testability/pages/Index.ets
distributedKVStoreetstest/entry/src/ohosTest/ets/testrunner/OpenHarmonyTestRunner.ts
distributedKVStoreetstest/entry/src/ohosTest/module.json5
distributedKVStoreetstest/entry/src/ohosTest/resources/base/element/color.json
distributedKVStoreetstest/entry/src/ohosTest/resources/base/element/string.json
distributedKVStoreetstest/entry/src/ohosTest/resources/base/media/icon.png
distributedKVStoreetstest/entry/src/ohosTest/resources/base/profile/test_pages.json
distributedKVStoreetstest/hvigor/hvigor-config.json5
distributedKVStoreetstest/hvigor/hvigor-wrapper.js
distributedKVStoreetstest/hvigorfile.ts
distributedKVStoreetstest/hvigorw
distributedKVStoreetstest/hvigorw.bat
distributedKVStoreetstest/oh-package.json5
distributedKVStoreetstest/signature/openharmony_sx.p7b
distributedKVStorejstest/hap/.gitignore
distributedKVStorejstest/hap/BUILD.gn
distributedKVStorejstest/hap/Test.json
distributedKVStorejstest/hap/build-profile.json5
distributedKVStorejstest/hap/entry/.gitignore
distributedKVStorejstest/hap/entry/build-profile.json5
distributedKVStorejstest/hap/entry/hvigorfile.ts
distributedKVStorejstest/hap/entry/oh-package.json5
distributedKVStorejstest/hap/entry/src/main/config.json
distributedKVStorejstest/hap/entry/src/main/js/MainAbility/app.js
distributedKVStorejstest/hap/entry/src/main/js/MainAbility/i18n/en-US.json
distributedKVStorejstest/hap/entry/src/main/js/MainAbility/i18n/zh-CN.json
distributedKVStorejstest/hap/entry/src/main/js/MainAbility/pages/index/index.css
distributedKVStorejstest/hap/entry/src/main/js/MainAbility/pages/index/index.hml
distributedKVStorejstest/hap/entry/src/main/js/MainAbility/pages/index/index.js
distributedKVStorejstest/hap/entry/src/main/resources/base/element/string.json
distributedKVStorejstest/hap/entry/src/main/resources/base/media/icon.png
distributedKVStorejstest/hap/entry/src/ohosTest/config.json
distributedKVStorejstest/hap/entry/src/ohosTest/js/TestAbility/app.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/TestAbility/i18n/en-US.json
distributedKVStorejstest/hap/entry/src/ohosTest/js/TestAbility/i18n/zh-CN.json
distributedKVStorejstest/hap/entry/src/ohosTest/js/TestAbility/pages/index/index.css
distributedKVStorejstest/hap/entry/src/ohosTest/js/TestAbility/pages/index/index.hml
distributedKVStorejstest/hap/entry/src/ohosTest/js/TestAbility/pages/index/index.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/TestRunner/OpenHarmonyTestRunner.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/DeviceKvStoreKVCallbackJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/DeviceKvStoreKVPromiseJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/FieldNodeJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/KvManagerKVCallbackJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/KvManagerKVPromiseJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/KvStoreBackupCallbackJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/KvStoreBackupPromiseJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/KvStoreResultSetKVJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/List.test.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/QueryKVJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/SchemaJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/SingleKvStoreEnumJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/SingleKvStoreKVCallbackJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/js/test/SingleKvStoreKVPromiseJsTest.js
distributedKVStorejstest/hap/entry/src/ohosTest/resources/base/element/string.json
distributedKVStorejstest/hap/entry/src/ohosTest/resources/base/media/icon.png
distributedKVStorejstest/hap/hvigor/hvigor-config.json5
distributedKVStorejstest/hap/hvigor/hvigor-wrapper.js
distributedKVStorejstest/hap/hvigorfile.ts
distributedKVStorejstest/hap/hvigorw
distributedKVStorejstest/hap/hvigorw.bat
distributedKVStorejstest/hap/oh-package.json5
distributedKVStorejstest/hap/signature/openharmony_sx.p7b