Home
last modified time | relevance | path

Searched refs:BindEventInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dbind_event.h33 struct BindEventInfo { struct
45 BindEvent(int32_t evtId, BindEventInfo&& bindInfo); argument
48 const BindEventInfo& GetBindInfo() const;
51 BindEventInfo bindInfo_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/
H A Dbind_event.cpp19 BindEvent::BindEvent(int32_t evtId, BindEventInfo&& bindInfo) : Event(evtId), bindInfo_(std::move(b… in BindEvent()
23 const BindEvent::BindEventInfo& BindEvent::GetBindInfo() const in GetBindInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp65 static BindEvent::BindEventInfo MakeBindInfo(ChangedAssetInfo& changedAsset);
316 BindEvent::BindEventInfo bindEventInfo = MakeBindInfo(changedAsset); in CompensateSync()
343 BindEvent::BindEventInfo bindEventInfo = MakeBindInfo(changedAsset); in Recover()
350 static BindEvent::BindEventInfo MakeBindInfo(ChangedAssetInfo& changedAsset) in MakeBindInfo()
352 BindEvent::BindEventInfo bindEventInfo; in MakeBindInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dbind_event_test.cpp32 BindEvent::BindEventInfo info;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp192 BindEvent::BindEventInfo eventInfo; in Bind()