Home
last modified time | relevance | path

Searched defs:listenerChain (Results 1 – 1 of 1) 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() local
75 ListenerChain *listenerChain = FindListenerChain(type); in RegisterEventType() local
97 NotificationChain::ListenerChain *listenerChain = nullptr; in UnRegisterEventType() local
116 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in NotifyEvent() local
127 NotificationChain::ListenerChain *listenerChain = FindAndGetListenerChainLocked(type); in EmptyListener() local
143 ListenerChain *listenerChain = FindListenerChain(type); in FindAndGetListenerChainLocked() local
308 void NotificationChain::Listener::SetOwner(ListenerChain *listenerChain) in SetOwner()