Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dnotification_chain.cpp36 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in RegisterListener()
116 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in NotifyEvent()
127 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in EmptyListener()
140 NotificationChain::ListenerChain *NotificationChain::FindAndGetListenerChainLocked(EventType type) … in FindAndGetListenerChainLocked() function in DistributedDB::NotificationChain
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dnotification_chain.h136 ListenerChain *FindAndGetListenerChainLocked(EventType type) const;