Searched refs:curGid (Results 1 – 3 of 3) sorted by relevance
124 static bool IsCloudGidMismatch(const std::string &downloadGid, const std::string &curGid);
1250 …ol CloudStorageUtils::IsCloudGidMismatch(const std::string &downloadGid, const std::string &curGid) in IsCloudGidMismatch() argument1252 return !downloadGid.empty() && !curGid.empty() && downloadGid != curGid; in IsCloudGidMismatch()
1292 std::string curGid; in GetAssetsByGidOrHashKey() local1293 errCode = SQLiteUtils::GetColumnTextValue(stmt, index++, curGid); in GetAssetsByGidOrHashKey()1294 if (errCode == E_OK && CloudStorageUtils::IsCloudGidMismatch(gid, curGid)) { in GetAssetsByGidOrHashKey()