Home
last modified time | relevance | path

Searched refs:hashDevices (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.cpp609 std::set<std::string> hashDevices; in RemoveDeviceData() local
610 errCode = GetExistDevices(hashDevices); in RemoveDeviceData()
614 if (hashDevices.find(DBCommon::TransferHashString(device)) == hashDevices.end()) { in RemoveDeviceData()
919 int SQLiteRelationalStore::GetExistDevices(std::set<std::string> &hashDevices) const in GetExistDevices()
927 errCode = handle->GetExistsDeviceList(hashDevices); in GetExistDevices()
H A Dsqlite_relational_store.h144 int GetExistDevices(std::set<std::string> &hashDevices) const;