Home
last modified time | relevance | path

Searched defs:newAsset (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp134 const std::pair<std::string, Asset>& newAsset) in DFAPostEvent()
162 const std::pair<std::string, Asset>& newAsset) in DoTransfer()
199 …ckets GetMigratedData(AutoCache::Store& store, AssetBindInfo& assetBindInfo, const Asset& newAsset) in GetMigratedData()
240 static void MergeAssetData(VBucket& record, const Asset& newAsset, const AssetBindInfo& assetBindIn… in MergeAssetData()
279 static void MergeAsset(Asset& oldAsset, const Asset& newAsset) in MergeAsset()
307 const std::pair<std::string, Asset>& newAsset) in CompensateTransferring()
314 const std::pair<std::string, Asset>& newAsset) in CompensateSync()
323 const std::pair<std::string, Asset>& newAsset) in SaveNewAsset()
331 const std::pair<std::string, Asset>& newAsset) in ChangeAssetToNormal()
338 const std::pair<std::string, Asset>& newAsset) in Recover()
H A Dobject_snapshot.cpp80 std::pair<std::string, Asset> newAsset{ deviceId, asset }; in OnDataChanged() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp1054 ValueObject::Asset newAsset; in MergeAsset() local
1100 void SqliteConnection::MergeAsset(ValueObject::Asset &oldAsset, ValueObject::Asset &newAsset) in MergeAsset()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_album_change_request_napi.cpp639 for (const auto& newAsset : newAssetArray) { in CheckDismissAssetVaild() local