Home
last modified time | relevance | path

Searched refs:GetDBAssets (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h363 std::pair<int, uint32_t> GetDBAssets(bool isSharedTable, const InnerProcessInfo &info,
H A Dcloud_syncer_extend.cpp267 std::pair<int, uint32_t> CloudSyncer::GetDBAssets(bool isSharedTable, const InnerProcessInfo &info, in GetDBAssets() function in DistributedDB::CloudSyncer
335 auto [tmpCode, status] = GetDBAssets(isSharedTable, info, downloadItem, dbAssets); in IsNeedSkipDownload()