Searched refs:ChangedAssetInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.h | 26 struct ChangedAssetInfo { struct 27 ChangedAssetInfo() = default; 34 ChangedAssetInfo(const Asset& bindAsset, const AssetBindInfo& assetBindInfo, const StoreInfo& store) in ChangedAssetInfo() function 43 (int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, const std::pair<std::string, Asset>& newAsset); 55 static int32_t DFAPostEvent(AssetEvent eventId, ChangedAssetInfo& changedAsset, Asset& asset,
|
H A D | object_asset_machine.cpp | 40 static int32_t DoTransfer(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, 43 static int32_t ChangeAssetToNormal(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, 46 static int32_t CompensateSync(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, 49 static int32_t CompensateTransferring(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, 52 static int32_t SaveNewAsset(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, 55 static int32_t Recover(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, 58 static int32_t UpdateStore(ChangedAssetInfo& changedAsset); 60 static AutoCache::Store GetStore(ChangedAssetInfo& changedAsset); 65 static BindEvent::BindEventInfo MakeBindInfo(ChangedAssetInfo& changedAsset); 133 int32_t ObjectAssetMachine::DFAPostEvent(AssetEvent eventId, ChangedAssetInfo [all...] |
H A D | object_snapshot.h | 42 std::map<std::string, ChangedAssetInfo> changedAssets_;
|
H A D | object_snapshot.cpp | 91 changedAssets_[asset.uri] = ChangedAssetInfo(asset, bindInfo, storeInfo); in BindAsset()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_asset_machine_test.cpp | 41 std::map<std::string, ChangedAssetInfo> changedAssets_; 76 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in SetUp() 213 ChangedAssetInfo changedAssetInfo(asset, bindInfo, storeInfo); in HWTEST_F() 257 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in HWTEST_F()
|
H A D | object_snapshot_test.cpp | 71 ChangedAssetInfo changedAssetInfo(asset, AssetBindInfo, storeInfo); in SetUp()
|
Completed in 2 milliseconds