Home
last modified time | relevance | path

Searched refs:SetCorruptHandler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb.h48 virtual void SetCorruptHandler(const DatabaseCorruptHandler &handler) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.h105 void SetCorruptHandler(const DatabaseCorruptHandler &handler) override;
H A Dgeneric_kvdb.cpp285 void GenericKvDB::SetCorruptHandler(const DatabaseCorruptHandler &handler) in SetCorruptHandler() function in DistributedDB::GenericKvDB
H A Dkvdb_manager.cpp730 kvDB->SetCorruptHandler([kvDB, this]() { in SaveKvDBToCache()
890 item.second->SetCorruptHandler([item, this]() { in SetCorruptHandlerForDatabases()