Home
last modified time | relevance | path

Searched refs:SetIntegrityCheck (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_get_store_test.cpp400 config.SetIntegrityCheck(IntegrityCheck::QUICK);
415 config.SetIntegrityCheck(IntegrityCheck::FULL);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h241 void SetIntegrityCheck(IntegrityCheck checkMode);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h647 void SetIntegrityCheck(IntegrityCheck checkMode);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
H A Drdb_data_manager.cpp67 rdbStoreConfig.SetIntegrityCheck(NativeRdb::IntegrityCheck::FULL); in GetRdbStore()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp554 void RdbStoreConfig::SetIntegrityCheck(IntegrityCheck checkType) in SetIntegrityCheck() function in OHOS::NativeRdb::RdbStoreConfig
H A Dconnection_pool.cpp751 config.SetIntegrityCheck(IntegrityCheck::FULL); in CheckIntegrity()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp506 rdbStoreConfig.SetIntegrityCheck(IntegrityCheck::NONE); in GetRdbStoreConfig()