Searched refs:DataBaseCorruptNotify (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | kvdb_manager.h | 100 …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 D | kvdb_manager.cpp | 359 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()
|