/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_sync_finished_event.cpp | 19 CloudSyncFinishedEvent::CloudSyncFinishedEvent(int32_t evtId, const StoreMetaData &storeMetaData) in CloudSyncFinishedEvent() argument
|
H A D | cloud_event.cpp | 19 CloudEvent::CloudEvent(int32_t evtId, StoreInfo storeInfo) in CloudEvent() argument
|
H A D | cloud_lock_event.cpp | 19 CloudLockEvent::CloudLockEvent(int32_t evtId, StoreInfo storeInfo, Callback callback) in CloudLockEvent() argument
|
H A D | sync_event.cpp | 58 SyncEvent::SyncEvent(int32_t evtId, StoreInfo storeInfo, EventInfo info) in SyncEvent() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/changeevent/ |
H A D | remote_change_event.cpp | 19 RemoteChangeEvent::RemoteChangeEvent(int32_t evtId, DataInfo&& info) in RemoteChangeEvent() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/snapshot/ |
H A D | bind_event.cpp | 19 BindEvent::BindEvent(int32_t evtId, BindEventInfo&& bindInfo) : Event(evtId), bindInfo_(std::move(bindInfo)) in BindEvent() argument
|
/foundation/distributeddatamgr/pasteboard/framework/framework/eventcenter/ |
H A D | pasteboard_event.cpp | 19 PasteboardEvent::PasteboardEvent(int32_t evtId, std::string networkId) : Event(evtId), networkId_(std::move(networkId)) in PasteboardEvent() argument
|
H A D | event.cpp | 18 Event::Event(int32_t evtId) : evtId_(evtId) {} in Event() argument
|
H A D | event_center.cpp | 26 bool EventCenter::Subscribe(int32_t evtId, const std::function<void(const Event &)> &observer) in Subscribe() argument 34 bool EventCenter::Unsubscribe(int32_t evtId) in Unsubscribe() argument 65 EventCenter::Defer::Defer(std::function<void(const Event &)> handler, int32_t evtId) in Defer() argument 139 void EventCenter::AsyncQueue::AddHandler(int32_t evtId, std::function<void(const Event &)> handler) in AddHandler() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/eventcenter/ |
H A D | event.cpp | 19 Event::Event(int32_t evtId) : evtId_(evtId) in Event() argument
|
H A D | event_center.cpp | 27 bool EventCenter::Subscribe(int32_t evtId, const std::function<void(const Event &)> &observer) in Subscribe() argument 35 bool EventCenter::Unsubscribe(int32_t evtId) in Unsubscribe() argument 66 EventCenter::Defer::Defer(std::function<void(const Event &)> handler, int32_t evtId) in Defer() argument 140 void EventCenter::AsyncQueue::AddHandler(int32_t evtId, std::function<void(const Event &)> handler) in AddHandler() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | matrix_event.cpp | 17 MatrixEvent::MatrixEvent(int32_t evtId, const std::string &device, const MatrixData &data) in MatrixEvent() argument
|
/foundation/distributeddatamgr/pasteboard/test/fuzztest/eventcenter_fuzzer/ |
H A D | eventcenter_fuzzer.cpp | 38 int32_t evtId = TypeCast<int32_t>(rawData);
in FuzzPbEventGetNetworkId() local 50 int32_t evtId = TypeCast<int32_t>(rawData);
in FuzzEventCenterSubscribe() local 62 int32_t evtId = TypeCast<int32_t>(rawData);
in FuzzEventCenterPostEvent() local 73 int32_t evtId = TypeCast<int32_t>(rawData);
in FuzzEventCenterDefer() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | cloud_test.cpp | 539 int32_t evtId = 1; in HWTEST_F() local
|