/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstorePromiseJsunit.test.js | 25 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 D | RdbStoreAttachJsunit.test.js | 32 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 D | RdbstoreBackupRestoreWithFAContextJsunit.test.js | 26 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 D | RdbstoreCreateDeleteWithFAContextJsunit.test.js | 23 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 D | RdbstoreRdbstoreJsunit.test.js | 25 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 D | RdbStoreValueType.test.js | 28 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 D | RdbStoreReadOnlyJsunit.test.js | 25 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 D | RdbstoreCallBackJsunit.test.js | 25 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 D | RdbstoreCustomDir.test.js | 352 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 D | RdbStoreCorruptJsunit.test.js | 31 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 D | RdbstoreRdbstoreJsunit.test.js | 23 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 D | RdbstoreCreateDeleteWithFAContextJsunit.test.js | 23 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 D | data-encryption.md | 86 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 D | changelogs-distributeddatamgr.md | 29 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 D | RdbHelperPromisePerf.js | 24 const STORE_CONFIG = { class 56 await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
|
H A D | RdbStorePromisePerf.js | 26 const STORE_CONFIG = { class 39 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
|
H A D | RdbHelperCallbackPerf.js | 24 const STORE_CONFIG = { class 56 dataRdb.getRdbStore(context, STORE_CONFIG, 1, function (err, rdbStore) {
|
H A D | RdbStoreSyncPerf.js | 26 const STORE_CONFIG = { class 40 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG, 1);
|
H A D | RdbStoreCallbackPerf.js | 26 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 D | RdbHelperPromisePerf.js | 23 const STORE_CONFIG = { class 56 await dataRdb.getRdbStore(context, STORE_CONFIG);
|
H A D | RdbStorePromisePerf.js | 26 const STORE_CONFIG = { class 40 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG);
|
H A D | RdbHelperCallbackPerf.js | 23 const STORE_CONFIG = { class 56 dataRdb.getRdbStore(context, STORE_CONFIG, function (err, rdbStore) {
|
H A D | RdbStoreSyncPerf.js | 23 const STORE_CONFIG = { class 38 rdbStore = await dataRdb.getRdbStore(context, STORE_CONFIG);
|
H A D | RdbStoreCallbackPerf.js | 26 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 D | changelogs-arkdata-rdb.md | 45 const STORE_CONFIG: relationalStore.StoreConfig = { 53 relationalStore.getRdbStore(this.context, STORE_CONFIG, (err: BusinessError, rdbStore: relationalSt…
|