Home
last modified time | relevance | path

Searched refs:STORE_CONFIG (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstorePromiseJsunit.test.js25 const STORE_CONFIG = { class
63 data_relationalStore.getRdbStore(context, STORE_CONFIG).then(async (rdbStore) => {
145 data_relationalStore.getRdbStore(context, STORE_CONFIG).then((rdbStore) => {
170 let rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG)
198 let rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG)
224 const STORE_CONFIG = { class
230 data_relationalStore.getRdbStore(context, STORE_CONFIG).then((rdbStore) => {
254 const STORE_CONFIG = { class in AnonymousFunction66fb49e10100.AnonymousFunction66fb49e10c00
258 await data_relationalStore.getRdbStore(context, STORE_CONFIG)
260 data_relationalStore.deleteRdbStore(context, STORE_CONFIG).then((err) => {
H A DRdbStoreAttachJsunit.test.js32 const STORE_CONFIG = { class
159 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
178 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
234 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
251 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
275 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
307 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
332 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
356 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
380 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
[all …]
H A DRdbstoreBackupRestoreWithFAContextJsunit.test.js26 const STORE_CONFIG = { class
33 async function CreatRdbStore(STORE_CONFIG) { argument
34 let rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG)
106 rdbStore = await CreatRdbStore(STORE_CONFIG)
112 await data_relationalStore.deleteRdbStore(context, STORE_CONFIG.name)
174 BackupTest(STORE_CONFIG.name)
193 RestoreTest(STORE_CONFIG.name)
H A DRdbstoreCreateDeleteWithFAContextJsunit.test.js23 const STORE_CONFIG = { class
55 var rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
69 var rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
126 data_relationalStore.getRdbStore(context, STORE_CONFIG, (err, rdbStore) => {
182 data_relationalStore.getRdbStore(context, STORE_CONFIG).then((rdbStore) => {
H A DRdbstoreRdbstoreJsunit.test.js25 const STORE_CONFIG = { class
57 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
73 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
112 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
128 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
151 let store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
H A DRdbStoreValueType.test.js28 const STORE_CONFIG = { class
36 await relationalStore.deleteRdbStore(context, STORE_CONFIG);
37 store = await relationalStore.getRdbStore(context, STORE_CONFIG);
54 await relationalStore.deleteRdbStore(context, STORE_CONFIG);
H A DRdbStoreReadOnlyJsunit.test.js25 let STORE_CONFIG = { class
52 await relationalStore.deleteRdbStore(context, STORE_CONFIG);
53 let rdbStore = await relationalStore.getRdbStore(context, STORE_CONFIG);
64 await relationalStore.deleteRdbStore(context, STORE_CONFIG);
84 await relationalStore.deleteRdbStore(context, STORE_CONFIG);
H A DRdbstoreCallBackJsunit.test.js25 const STORE_CONFIG = { class
63 await data_relationalStore.getRdbStore(context, STORE_CONFIG, async (err, rdbStore) => {
178 data_relationalStore.getRdbStore(context, STORE_CONFIG, (err, rdbStore) => {
202 data_relationalStore.getRdbStore(context, STORE_CONFIG).then((rdbStore) => {
234 data_relationalStore.getRdbStore(context, STORE_CONFIG).then((rdbStore) => {
H A DRdbstoreCustomDir.test.js352 const STORE_CONFIG = { class in AnonymousFunctionf4e40aff0100.AnonymousFunctionf4e40aff0b00
357 store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
381 const STORE_CONFIG = { class in AnonymousFunctionf4e40aff0100.AnonymousFunctionf4e40aff0c00
386 store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
409 const STORE_CONFIG = { class in AnonymousFunctionf4e40aff0100.AnonymousFunctionf4e40aff0d00
414 store = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
H A DRdbStoreCorruptJsunit.test.js31 let STORE_CONFIG = { class
63 rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
80 rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
152 rdbStore = await data_relationalStore.getRdbStore(context, STORE_CONFIG);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstoreRdbstoreJsunit.test.js23 const STORE_CONFIG = { class
55 await dataRdb.getRdbStore(STORE_CONFIG, 1);
70 let store = await dataRdb.getRdbStore(STORE_CONFIG, 2);
108 let store = await dataRdb.getRdbStore(STORE_CONFIG, 6);
125 let store = await dataRdb.getRdbStore(STORE_CONFIG, 2);
H A DRdbstoreCreateDeleteWithFAContextJsunit.test.js23 const STORE_CONFIG = { class
54 var rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
69 var rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
127 dataRdb.getRdbStore(context, STORE_CONFIG, 1, (err, rdbStore) => {
184 dataRdb.getRdbStore(context, STORE_CONFIG, 1).then((rdbStore) => {
/ohos5.0/docs/zh-cn/application-dev/database/
H A Ddata-encryption.md86 const STORE_CONFIG: relationalStore.StoreConfig = {
91 relationalStore.getRdbStore(context, STORE_CONFIG, (err, rdbStore) => {
124 const STORE_CONFIG : relationalStore.StoreConfig = {
132 let store = await relationalStore.getRdbStore(context, STORE_CONFIG);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.2.1/
H A Dchangelogs-distributeddatamgr.md29 const STORE_CONFIG = {
33 data_rdb.getRdbStore(this.context, STORE_CONFIG, function (err, rdbStore) {
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/performance/src/
H A DRdbHelperPromisePerf.js24 const STORE_CONFIG = { class
56 await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
H A DRdbStorePromisePerf.js26 const STORE_CONFIG = { class
39 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
H A DRdbHelperCallbackPerf.js24 const STORE_CONFIG = { class
56 dataRdb.getRdbStore(context, STORE_CONFIG, 1, function (err, rdbStore) {
H A DRdbStoreSyncPerf.js26 const STORE_CONFIG = { class
40 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
H A DRdbStoreCallbackPerf.js26 const STORE_CONFIG = { class
40 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/performance/src/
H A DRdbHelperPromisePerf.js23 const STORE_CONFIG = { class
56 await dataRdb.getRdbStore(context, STORE_CONFIG);
H A DRdbStorePromisePerf.js26 const STORE_CONFIG = { class
40 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG);
H A DRdbHelperCallbackPerf.js23 const STORE_CONFIG = { class
56 dataRdb.getRdbStore(context, STORE_CONFIG, function (err, rdbStore) {
H A DRdbStoreSyncPerf.js23 const STORE_CONFIG = { class
38 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG);
H A DRdbStoreCallbackPerf.js26 const STORE_CONFIG = { class
41 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG);
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.1.1/
H A Dchangelogs-arkdata-rdb.md45 const STORE_CONFIG: relationalStore.StoreConfig = {
53 relationalStore.getRdbStore(this.context, STORE_CONFIG, (err: BusinessError, rdbStore: relationalSt…

1234