Searched defs:changedAsset (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_asset_machine_test.cpp | 103 std::pair<std::string, Asset> changedAsset{ "device_2", asset }; variable 127 std::pair<std::string, Asset> changedAsset{ "device_2", asset }; variable 149 std::pair<std::string, Asset> changedAsset{ "device_2", asset }; variable 173 std::pair<std::string, Asset> changedAsset{ "device_1", asset }; variable 214 std::pair<std::string, Asset> changedAsset{ "device_" + timestamp, asset }; variable 258 std::pair<std::string, Asset> changedAsset{ "device_006", asset }; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.cpp | 161 static int32_t DoTransfer(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, in DoTransfer() 184 static int32_t UpdateStore(ChangedAssetInfo& changedAsset) in UpdateStore() 290 static AutoCache::Store GetStore(ChangedAssetInfo& changedAsset) in GetStore() 306 static int32_t CompensateTransferring(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, in CompensateTransferring() 313 static int32_t CompensateSync(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, in CompensateSync() 322 static int32_t SaveNewAsset(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, in SaveNewAsset() 337 static int32_t Recover(int32_t eventId, ChangedAssetInfo& changedAsset, Asset& asset, in Recover() 350 static BindEvent::BindEventInfo MakeBindInfo(ChangedAssetInfo& changedAsset) in MakeBindInfo()
|