Home
last modified time | relevance | path

Searched defs:onFinalize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Disyncer.h42 std::function<void(void)> onFinalize; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dnotification_chain.cpp27 …EventType type, const Listener::OnEvent &onEvent, const Listener::OnFinalize &onFinalize, int &err… in RegisterListener()
328 NotificationChain::Listener::Listener(const OnEvent &onEvent, const OnFinalize &onFinalize) in Listener()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp59 const std::function<void(void)> &onFinalize, bool wait) in Sync()
H A Dgeneric_syncer.cpp151 const std::function<void(void)> &onFinalize, bool wait = false) in Sync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp187 const NotificationChain::Listener::OnFinalize &onFinalize, int &errCode) in RegisterEventListener()