Home
last modified time | relevance | path

Searched refs:GetCorruptedStatus (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.cpp34 bool StorageExecutor::GetCorruptedStatus() const in GetCorruptedStatus() function in DistributedDB::StorageExecutor
H A Dstorage_executor.h115 virtual bool GetCorruptedStatus() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp251 bool isCorrupted = handle->GetCorruptedStatus(); in ReleaseHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp358 isCorrupted_ = isCorrupted_ || handle->GetCorruptedStatus(); in ReleaseExecutor()
H A Dsqlite_single_ver_natural_store.cpp1095 bool isCorrupted = handle->GetCorruptedStatus(); in ReleaseHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.cpp967 bool isCorrupted = handle->GetCorruptedStatus(); in ReleaseHandle()