Home
last modified time | relevance | path

Searched refs:OnFinalize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dnotification_chain.h37 using OnFinalize = std::function<void(void)>; variable
51 Listener(const OnEvent &onEvent, const OnFinalize &onFinalize);
69 OnFinalize onFinalize_;
80 const Listener::OnFinalize &onFinalize, int &errCode);
/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/storage/src/kv/
H A Dgeneric_kvdb.h96 const NotificationChain::Listener::OnFinalize &onFinalize, int &errCode);
H A Dgeneric_kvdb.cpp187 const NotificationChain::Listener::OnFinalize &onFinalize, int &errCode) in RegisterEventListener()