Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp316 BindEvent::BindEventInfo bindEventInfo = MakeBindInfo(changedAsset); in CompensateSync() local
317 auto evt = std::make_unique<BindEvent>(BindEvent::COMPENSATE_SYNC, std::move(bindEventInfo)); in CompensateSync()
343 BindEvent::BindEventInfo bindEventInfo = MakeBindInfo(changedAsset); in Recover() local
345 auto evt = std::make_unique<BindEvent>(BindEvent::RECOVER_SYNC, std::move(bindEventInfo)); in Recover()
352 BindEvent::BindEventInfo bindEventInfo; in MakeBindInfo() local
353 bindEventInfo.bundleName = changedAsset.storeInfo.bundleName; in MakeBindInfo()
354 bindEventInfo.user = changedAsset.storeInfo.user; in MakeBindInfo()
355 bindEventInfo.tokenId = changedAsset.storeInfo.tokenId; in MakeBindInfo()
356 bindEventInfo.instanceId = changedAsset.storeInfo.instanceId; in MakeBindInfo()
357 bindEventInfo in MakeBindInfo()
[all...]

Completed in 2 milliseconds