Searched refs:AssetEvent (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_asset_loader.cpp | 38 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD, deleteAssets); in Download() 41 PostEvent(skipAssets, downLoadAssets, DistributedData::AssetEvent::DOWNLOAD_FINISHED, deleteAssets); in Download() 55 DistributedData::AssetEvent eventId, std::set<std::string>& deleteAssets) in PostEvent() 66 void RdbAssetLoader::PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets, in PostEvent()
|
H A D | rdb_asset_loader.h | 46 DistributedData::AssetEvent eventId, std::set<std::string>& deleteAssets); 47 void PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets,
|
H A D | rdb_cloud.h | 75 DistributedData::VBuckets& extend, DistributedData::AssetEvent eventId); 77 DistributedData::AssetEvent eventId); 79 DistributedData::AssetEvent eventId);
|
H A D | rdb_cloud.cpp | 41 PostEvent(records, skipAssets, extends, DistributedData::AssetEvent::UPLOAD); in BatchInsert() 44 PostEvent(temp, skipAssets, extends, DistributedData::AssetEvent::UPLOAD_FINISHED); in BatchInsert() 57 PostEvent(records, skipAssets, extends, DistributedData::AssetEvent::UPLOAD); in BatchUpdate() 60 PostEvent(temp, skipAssets, extends, DistributedData::AssetEvent::UPLOAD_FINISHED); in BatchUpdate() 270 DistributedData::AssetEvent eventId) in PostEvent() 282 DistributedData::AssetEvent eventId) in PostEvent() 302 DistributedData::AssetEvent eventId) in PostEventAsset()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
H A D | machine_status.h | 36 enum AssetEvent { enum
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.h | 55 static int32_t DFAPostEvent(AssetEvent eventId, ChangedAssetInfo& changedAsset, Asset& asset,
|
H A D | object_asset_machine.cpp | 133 int32_t ObjectAssetMachine::DFAPostEvent(AssetEvent eventId, ChangedAssetInfo& changedAssetInfo, Asset& asset, in DFAPostEvent()
|
Completed in 3 milliseconds