Home
last modified time | relevance | path

Searched refs:CreateRdbStore (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/
H A DRdbstoreEncryptionJsunit.test.js42 async function CreateRdbStore(context, STORE_CONFIG) { function
141 let rdbStore = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT)
173 await CreateRdbStore(context, STORE_CONFIG_ENCRYPT);
175 let rdbStore = await CreateRdbStore(context, STORE_CONFIG_WRONG);
196 await CreateRdbStore(context, STORE_CONFIG_WRONG);
198 let rdbStore = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT);
222 rdbStore1 = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT);
240 rdbStore2 = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT2)
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreEncryptionJsunit.test.js75 async function CreateRdbStore(context, STORE_CONFIG) { function
216 let rdbStore = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT)
247 await CreateRdbStore(context, STORE_CONFIG_ENCRYPT);
249 let rdbStore = await CreateRdbStore(context, STORE_CONFIG_WRONG);
270 await CreateRdbStore(context, STORE_CONFIG_WRONG);
272 let rdbStore = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT);
325 rdbStore1 = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT);
343 rdbStore2 = await CreateRdbStore(context, STORE_CONFIG_ENCRYPT2)
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dapp_info_rdb_helper.cpp42 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Daudit_event_rdb_helper.cpp48 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
H A Drisk_event_rdb_helper.cpp43 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
H A Ddatabase.cpp32 void Database::CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version, in CreateRdbStore() function in OHOS::Security::SecurityGuard::Database
H A Daudit_event_mem_rdb_helper.cpp61 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
/ohos5.0/base/security/security_guard/services/data_collect/store/include/
H A Ddatabase.h32 void CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version,
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/
H A Ddatabase.h32 void CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version,
/ohos5.0/base/telephony/telephony_data/common/include/
H A Drdb_base_helper.h57 void CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version,
/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_helper.cpp44 CreateRdbStore(config, VERSION, callback, errCode); in Init()
/ohos5.0/base/security/security_guard/services/data_collect/
H A Dsg_collect_service.map24 OHOS::Security::SecurityGuard::Database::CreateRdbStore*;
/ohos5.0/base/telephony/telephony_data/global_params/src/
H A Drdb_global_params_helper.cpp48 CreateRdbStore(config, VERSION, callback, errCode); in Init()
/ohos5.0/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp133 void RdbBaseHelper::CreateRdbStore( in CreateRdbStore() function in OHOS::Telephony::RdbBaseHelper
/ohos5.0/base/telephony/telephony_data/sim/src/
H A Drdb_sim_helper.cpp41 CreateRdbStore(config, VERSION, callback, errCode); in Init()
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp43 CreateRdbStore(config, VERSION, callback, errCode); in Init()
/ohos5.0/base/telephony/telephony_data/sms_mms/src/
H A Drdb_sms_mms_helper.cpp60 CreateRdbStore(config, VERSION, callback, errCode); in Init()