Searched refs:data_rdb (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RelationalStoreEncryptionJsunit.test.js | 16 import data_rdb from '@ohos.data.relationalStore'
29 securityLevel: data_rdb.SecurityLevel.S1
34 securityLevel: data_rdb.SecurityLevel.S1
39 securityLevel: data_rdb.SecurityLevel.S1
44 let rdbStore = await data_rdb.getRdbStore(context, STORE_CONFIG)
90 await data_rdb.deleteRdbStore(context, STORE_CONFIG_ENCRYPT.name)
91 await data_rdb.deleteRdbStore(context, STORE_CONFIG_UNENCRYPT.name)
92 await data_rdb.deleteRdbStore(context, STORE_CONFIG_WRONG.name)
110 data_rdb.getRdbStore(context, STORE_CONFIG_ENCRYPT).then((store) => {
127 let storePromise = data_rdb [all...] |
/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/ |
H A D | RdbstoreEncryptionJsunit.test.js | 16 import data_rdb from '@ohos.data.rdb'
43 let rdbStore = await data_rdb.getRdbStore(context, STORE_CONFIG, 1)
87 await data_rdb.deleteRdbStore(context, STORE_CONFIG_ENCRYPT.name)
88 await data_rdb.deleteRdbStore(context, STORE_CONFIG_UNENCRYPT.name)
89 await data_rdb.deleteRdbStore(context, STORE_CONFIG_WRONG.name)
107 await data_rdb.getRdbStore(context, STORE_CONFIG_ENCRYPT, 1);
124 await data_rdb.getRdbStore(context, STORE_CONFIG_UNENCRYPT, 1);
142 let predicates = new data_rdb.RdbPredicates("test")
208 let predicates1 = new data_rdb.RdbPredicates("test")
227 let predicates1 = new data_rdb [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/ |
H A D | RdbstoreEncryptionJsunit.test.js | 16 import data_rdb from '@ohos.data.rdb'
41 let rdbStore = await data_rdb.getRdbStore(context, STORE_CONFIG, 1)
87 await data_rdb.deleteRdbStore(context, STORE_CONFIG_ENCRYPT.name)
88 await data_rdb.deleteRdbStore(context, STORE_CONFIG_UNENCRYPT.name)
89 await data_rdb.deleteRdbStore(context, STORE_CONFIG_WRONG.name)
107 data_rdb.getRdbStore(context, STORE_CONFIG_ENCRYPT, 1).then((store) => {
124 let storePromise = data_rdb.getRdbStore(context, STORE_CONFIG_UNENCRYPT, 1);
145 let predicates = new data_rdb.RdbPredicates("test")
|
Completed in 2 milliseconds