Home
last modified time | relevance | path

Searched refs:curGid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h124 static bool IsCloudGidMismatch(const std::string &downloadGid, const std::string &curGid);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1250 …ol CloudStorageUtils::IsCloudGidMismatch(const std::string &downloadGid, const std::string &curGid) in IsCloudGidMismatch() argument
1252 return !downloadGid.empty() && !curGid.empty() && downloadGid != curGid; in IsCloudGidMismatch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1292 std::string curGid; in GetAssetsByGidOrHashKey() local
1293 errCode = SQLiteUtils::GetColumnTextValue(stmt, index++, curGid); in GetAssetsByGidOrHashKey()
1294 if (errCode == E_OK && CloudStorageUtils::IsCloudGidMismatch(gid, curGid)) { in GetAssetsByGidOrHashKey()