Home
last modified time | relevance | path

Searched refs:skipAssets (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.cpp36 std::set<std::string> skipAssets; in Download() local
38 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD, deleteAssets); in Download()
41 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD_FINISHED, deleteAssets); in Download()
43 return skipAssets.empty() ? RdbCloud::ConvertStatus(static_cast<DistributedData::GeneralError>(error)) in Download()
54 void RdbAssetLoader::PostEvent(std::set<std::string>& skipAssets, std::map<std::string, DistributedData::Value>& assets, in PostEvent() argument
62 PostEvent(eventId, *downLoadAssets, skipAssets, deleteAssets); in PostEvent()
67 std::set<std::string>& skipAssets, std::set<std::string>& deleteAssets) in PostEvent()
85 skipAssets.insert(downLoadAsset.uri); in PostEvent()
88 auto skipPos = skipAssets.find(downLoadAsset.uri); in PostEvent()
90 if (skipPos != skipAssets in PostEvent()
66 PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets, std::set<std::string>& skipAssets, std::set<std::string>& deleteAssets) PostEvent() argument
[all...]
H A Drdb_cloud.cpp40 std::set<std::string> skipAssets; in BatchInsert() local
41 PostEvent(records, skipAssets, extends, DistributedData::AssetEvent::UPLOAD); in BatchInsert()
44 PostEvent(temp, skipAssets, extends, DistributedData::AssetEvent::UPLOAD_FINISHED); in BatchInsert()
56 std::set<std::string> skipAssets; in BatchUpdate() local
57 PostEvent(records, skipAssets, extends, DistributedData::AssetEvent::UPLOAD); in BatchUpdate()
60 PostEvent(temp, skipAssets, extends, DistributedData::AssetEvent::UPLOAD_FINISHED); in BatchUpdate()
269 void RdbCloud::PostEvent(VBuckets& records, std::set<std::string>& skipAssets, VBuckets& extend, in PostEvent() argument
276 PostEvent(value, ext, skipAssets, eventId); in PostEvent()
281 void RdbCloud::PostEvent(DistributedData::Value& value, DataBucket& extend, std::set<std::string>& skipAssets, in PostEvent() argument
290 PostEventAsset(*asset, extend, skipAssets, eventI in PostEvent()
301 PostEventAsset(DistributedData::Asset& asset, DataBucket& extend, std::set<std::string>& skipAssets, DistributedData::AssetEvent eventId) PostEventAsset() argument
[all...]
H A Drdb_asset_loader.h45 void PostEvent(std::set<std::string>& skipAssets, std::map<std::string, DistributedData::Value>& assets,
48 std::set<std::string>& skipAssets, std::set<std::string>& deleteAssets);
H A Drdb_cloud.h74 void PostEvent(DistributedData::VBuckets& records, std::set<std::string>& skipAssets,
76 void PostEvent(DistributedData::Value& value, DataBucket& extend, std::set<std::string>& skipAssets,
78 void PostEventAsset(DistributedData::Asset& asset, DataBucket& extend, std::set<std::string>& skipAssets,

Completed in 2 milliseconds