Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
Disyncer.h42 std::function<void(void)> onFinalize; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
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()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dsyncer_proxy.cpp59 const std::function<void(void)> &onFinalize, bool wait) in Sync()
Dgeneric_syncer.cpp151 const std::function<void(void)> &onFinalize, bool wait = false) in Sync()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
Dgeneric_kvdb.cpp187 const NotificationChain::Listener::OnFinalize &onFinalize, int &errCode) in RegisterEventListener()