Home
last modified time | relevance | path

Searched refs:ForceReleaseStorageEngine (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_engine_manager.h34 static int ForceReleaseStorageEngine(const std::string &identifier);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.cpp48 (void)StorageEngineManager::ForceReleaseStorageEngine(identifier); in RemoveKvDB()
H A Dstorage_engine_manager.cpp112 int StorageEngineManager::ForceReleaseStorageEngine(const std::string &identifier) in ForceReleaseStorageEngine() function in DistributedDB::StorageEngineManager