Home
last modified time | relevance | path

Searched refs:IsEngineCorrupted (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h49 bool IsEngineCorrupted() const override;
H A Dsqlite_single_ver_natural_store.cpp395 if (storageEngine_->IsEngineCorrupted()) { // LCOV_EXCL_BR_LINE in GetAndInitStorageEngine()
1073 if (storageEngine_->IsEngineCorrupted()) { // LCOV_EXCL_BR_LINE in GetHandle()
H A Dsqlite_single_ver_storage_engine.cpp547 bool SQLiteSingleVerStorageEngine::IsEngineCorrupted() const in IsEngineCorrupted() function in DistributedDB::SQLiteSingleVerStorageEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h55 virtual bool IsEngineCorrupted() const;
H A Dstorage_engine.cpp286 bool StorageEngine::IsEngineCorrupted() const in IsEngineCorrupted() function in DistributedDB::StorageEngine