/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/unittest/src/ |
H A D | RdbstoreEncryptionJsunit.test.js | 42 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 D | RdbstoreEncryptionJsunit.test.js | 75 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 D | app_info_rdb_helper.cpp | 42 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | audit_event_rdb_helper.cpp | 48 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
H A D | risk_event_rdb_helper.cpp | 43 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
H A D | database.cpp | 32 void Database::CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version, in CreateRdbStore() function in OHOS::Security::SecurityGuard::Database
|
H A D | audit_event_mem_rdb_helper.cpp | 61 CreateRdbStore(config, DB_VERSION, callback, errCode); in Init()
|
/ohos5.0/base/security/security_guard/services/data_collect/store/include/ |
H A D | database.h | 32 void CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version,
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | database.h | 32 void CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version,
|
/ohos5.0/base/telephony/telephony_data/common/include/ |
H A D | rdb_base_helper.h | 57 void CreateRdbStore(const NativeRdb::RdbStoreConfig &config, int version,
|
/ohos5.0/base/telephony/telephony_data/opkey/src/ |
H A D | rdb_opkey_helper.cpp | 44 CreateRdbStore(config, VERSION, callback, errCode); in Init()
|
/ohos5.0/base/security/security_guard/services/data_collect/ |
H A D | sg_collect_service.map | 24 OHOS::Security::SecurityGuard::Database::CreateRdbStore*;
|
/ohos5.0/base/telephony/telephony_data/global_params/src/ |
H A D | rdb_global_params_helper.cpp | 48 CreateRdbStore(config, VERSION, callback, errCode); in Init()
|
/ohos5.0/base/telephony/telephony_data/common/src/ |
H A D | rdb_base_helper.cpp | 133 void RdbBaseHelper::CreateRdbStore( in CreateRdbStore() function in OHOS::Telephony::RdbBaseHelper
|
/ohos5.0/base/telephony/telephony_data/sim/src/ |
H A D | rdb_sim_helper.cpp | 41 CreateRdbStore(config, VERSION, callback, errCode); in Init()
|
/ohos5.0/base/telephony/telephony_data/pdp_profile/src/ |
H A D | rdb_pdp_profile_helper.cpp | 43 CreateRdbStore(config, VERSION, callback, errCode); in Init()
|
/ohos5.0/base/telephony/telephony_data/sms_mms/src/ |
H A D | rdb_sms_mms_helper.cpp | 60 CreateRdbStore(config, VERSION, callback, errCode); in Init()
|