Home
last modified time | relevance | path

Searched refs:NotifyStartSyncOperation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_kvdb_sync_interface.h64 virtual void NotifyStartSyncOperation() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_syncer.cpp111 syncInterface->NotifyStartSyncOperation(); in AddSyncOperation()
H A Dmulti_ver_sync_state_machine.cpp568 multiVerStorage_->NotifyStartSyncOperation(); in SyncResponseBegin()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.h75 void NotifyStartSyncOperation() override {}; in NotifyStartSyncOperation() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h109 void NotifyStartSyncOperation() override;
H A Dmulti_ver_natural_store.cpp705 void MultiVerNaturalStore::NotifyStartSyncOperation() in NotifyStartSyncOperation() function in DistributedDB::MultiVerNaturalStore