Home
last modified time | relevance | path

Searched refs:DataBaseCorruptNotify (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h100 …void DataBaseCorruptNotify(const std::string &appId, const std::string &userId, const std::string …
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp359 manager->DataBaseCorruptNotify(appId, userId, storeId); in GetDatabaseConnection()
859 void KvDBManager::DataBaseCorruptNotify(const std::string &appId, const std::string &userId, const … in DataBaseCorruptNotify() function in DistributedDB::KvDBManager
876 [this, appId, userId, storeId] { DataBaseCorruptNotify(appId, userId, storeId); }); in DataBaseCorruptNotifyAsync()