Searched refs:hashDevices (Results 1 – 2 of 2) sorted by relevance
609 std::set<std::string> hashDevices; in RemoveDeviceData() local610 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()
144 int GetExistDevices(std::set<std::string> &hashDevices) const;