Home
last modified time | relevance | path

Searched refs:syncFinishFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h63 syncFinishFunc_ = func; in SetSyncFinishHook()
68 if (syncFinishFunc_) { in SyncFinishHook()
69 syncFinishFunc_(); in SyncFinishHook()
85 std::function<void (void)> syncFinishFunc_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h325 std::function<void (void)> syncFinishFunc_; variable