Searched refs:E_CLOUD_GID_MISMATCH (Results 1 – 5 of 5) sorted by relevance
145 constexpr int E_CLOUD_GID_MISMATCH = (E_BASE + 125); // cloud gid cannot match in db variable
282 if (errCode != -E_CLOUD_GID_MISMATCH) { in GetDBAssets()336 if (tmpCode == -E_CLOUD_GID_MISMATCH) { in IsNeedSkipDownload()
117 if (errCode != E_OK && errCode != -E_NOT_FOUND && errCode != -E_CLOUD_GID_MISMATCH) { in FillCloudAssetForDownload()295 if (errCode != E_OK && errCode != -E_CLOUD_GID_MISMATCH) { in InitFillUploadAssetStatement()1296 errCode = -E_CLOUD_GID_MISMATCH; in GetAssetsByGidOrHashKey()
1577 …ageProxy->GetAssetsByGidOrHashKey(g_tableName, gid, hashKey, assets).first, -E_CLOUD_GID_MISMATCH);
1739 if (errCode != E_OK && errCode != -E_NOT_FOUND && errCode != -E_CLOUD_GID_MISMATCH) { in GetAssetsByGidOrHashKey()