Home
last modified time | relevance | path

Searched refs:SetEncryptStatus (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_encrypt_decrypt_test.cpp108 config.SetEncryptStatus(true);
124 config.SetEncryptStatus(false);
140 config.SetEncryptStatus(true);
190 config.SetEncryptStatus(true);
214 config.SetEncryptStatus(true);
264 config.SetEncryptStatus(true);
284 config.SetEncryptStatus(true);
299 config.SetEncryptStatus(true);
350 config.SetEncryptStatus(true);
389 config.SetEncryptStatus(true);
[all …]
H A Drdb_helper_test.cpp171 config.SetEncryptStatus(true);
196 config.SetEncryptStatus(true);
207 config.SetEncryptStatus(false);
H A Drdb_store_backup_restore_test.cpp185 config.SetEncryptStatus(true);
229 config.SetEncryptStatus(true);
286 config.SetEncryptStatus(true);
H A Drdb_store_rekey_test.cpp193 config.SetEncryptStatus(true); in GetRdbConfig()
202 config.SetEncryptStatus(true); in GetRdbNotRekeyConfig()
459 config.SetEncryptStatus(true);
H A Drdb_security_manager_test.cpp127 config.SetEncryptStatus(true);
H A Drdb_read_only_test.cpp442 config.SetEncryptStatus(true);
453 config1.SetEncryptStatus(true);
H A Drdb_attach_test.cpp222 encryptAttachedConfig.SetEncryptStatus(true);
H A Drdb_store_impl_test.cpp391 config.SetEncryptStatus(true);
H A Drdb_store_config_test.cpp923 config.SetEncryptStatus(false);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_database.cpp56 config.SetEncryptStatus(false); in TimeDatabase()
81 config.SetEncryptStatus(false); in RecoverDataBase()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test_agent.cpp105 config.SetEncryptStatus(true); in OnProcessMsg()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_proxy_userinfo.cpp161 config.SetEncryptStatus(true); in NetProxyUserinfo()
/ohos5.0/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp96 config.SetEncryptStatus(true); in OhosWebDataBaseAdapterImpl()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp163 config.SetEncryptStatus(tempParam.isEncrypt_); in IsConfigInvalidChanged()
H A Drdb_store_config.cpp311 void RdbStoreConfig::SetEncryptStatus(const bool status) in SetEncryptStatus() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp187 rdbStoreConfig.SetEncryptStatus(rdbConfig.IsEncrypt()); in GetSlaveRdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h150 void SetEncryptStatus(const bool status);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h331 API_EXPORT void SetEncryptStatus(const bool status);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp335 rdbStoreConfig.SetEncryptStatus(config->isEncrypt); in GetRdbStoreConfig()
361 rdbStoreConfig.SetEncryptStatus(config->isEncrypt); in OH_Rdb_GetOrOpen()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp480 rdbStoreConfig.SetEncryptStatus(rdbConfig.isEncrypt); in getRdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp301 context->config.SetEncryptStatus(isEncrypt); in ParseIsEncrypt()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp495 rdbStoreConfig.SetEncryptStatus(rdbConfig.isEncrypt); in GetRdbStoreConfig()
/ohos5.0/base/request/request/services/src/cxx/
H A Dc_request_database.cpp46 config.SetEncryptStatus(true); in BuildDatabase()