Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h144 int GetExistDevices(std::set<std::string> &hashDevices) const;
H A Dsqlite_relational_store.cpp610 errCode = GetExistDevices(hashDevices); in RemoveDeviceData()
818 int errCode = GetExistDevices(devices); in EraseAllDeviceWatermark()
919 int SQLiteRelationalStore::GetExistDevices(std::set<std::string> &hashDevices) const in GetExistDevices() function in DistributedDB::SQLiteRelationalStore