Home
last modified time | relevance | path

Searched refs:RemoveDatabase (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h47 static int RemoveDatabase(const KvDBProperties &property);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp223 return KvDBManager::RemoveDatabase(prop); in DeleteDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp123 KvDBManager::RemoveDatabase(g_Property); in TearDown()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp421 int errCode = KvDBManager::RemoveDatabase(properties); in DeleteKvStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp632 int KvDBManager::RemoveDatabase(const KvDBProperties &properties) in RemoveDatabase() function in DistributedDB::KvDBManager