Home
last modified time | relevance | path

Searched defs:notifyEvent (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_syncer.cpp72 void MultiVerSyncer::LocalDataChanged(int notifyEvent) in LocalDataChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp117 void GenericKvDB::CommitNotify(int notifyEvent, KvDBCommitNotifyFilterAbleData *data) in CommitNotify()
291 void GenericKvDB::CommitNotifyAsync(int notifyEvent, KvDBCommitNotifyFilterAbleData *data) in CommitNotifyAsync()
H A Dsync_able_kvdb.cpp63 void SyncAbleKvDB::TriggerSync(int notifyEvent) in TriggerSync()
73 void SyncAbleKvDB::CommitNotify(int notifyEvent, KvDBCommitNotifyFilterAbleData *data) in CommitNotify()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_kv_syncer.cpp69 void SingleVerKVSyncer::LocalDataChanged(int notifyEvent) in LocalDataChanged()
H A Dsingle_ver_relational_syncer.cpp158 void SingleVerRelationalSyncer::LocalDataChanged(int notifyEvent) in LocalDataChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp122 void SyncerProxy::LocalDataChanged(int notifyEvent) in LocalDataChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_interface.h145 virtual void NotifyExtensionEventAsync(uint32_t notifyEvent) {} in NotifyExtensionEventAsync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp180 int VirtualRelationalVerSyncDBInterface::LocalDataChanged(int notifyEvent, std::vector<QuerySyncObj… in LocalDataChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp450 void ExtensionSession::NotifyExtensionEventAsync(uint32_t notifyEvent) in NotifyExtensionEventAsync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp533 void RdSingleVerNaturalStore::CommitNotify(int notifyEvent, KvDBCommitNotifyFilterAbleData *data) in CommitNotify()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1668 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); variable
1745 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); variable
H A Ddrag_drop_manager_test_ng_coverage.cpp472 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp486 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in UpdateDragListener() local
496 DragEventType dragEventType, RefPtr<NotifyDragEvent>& notifyEvent) in NotifyDragRegisterFrameNode()
518 RefPtr<NotifyDragEvent> notifyEvent = AceType::MakeRefPtr<NotifyDragEvent>(); in NotifyDragFrameNode() local
1508 RefPtr<NotifyDragEvent>& notifyEvent, const Point& point, const DragEventType dragEventType) in UpdateNotifyDragEvent()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp1140 void WindowExtensionSessionImpl::NotifyExtensionEventAsync(uint32_t notifyEvent) in NotifyExtensionEventAsync()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp1017 uint32_t notifyEvent = 0; in HandleNotifyExtensionEventAsync() local
H A Dsession_proxy.cpp1949 void SessionProxy::NotifyExtensionEventAsync(uint32_t notifyEvent) in NotifyExtensionEventAsync()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2476 virtual void NotifyExtensionEventAsync(uint32_t notifyEvent) {} in NotifyExtensionEventAsync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp642 int RelationalSyncAbleStorage::LocalDataChanged(int notifyEvent, std::vector<QuerySyncObject> &quer… in LocalDataChanged()