Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp34 notificationChain_(nullptr), in GenericKvDB()
45 if (notificationChain_ != nullptr) { in ~GenericKvDB()
46 RefObject::KillAndDecObjRef(notificationChain_); in ~GenericKvDB()
47 notificationChain_ = nullptr; in ~GenericKvDB()
119 if (notificationChain_ == nullptr) { in CommitNotify()
190 if (notificationChain_ != nullptr) { in RegisterEventListener()
241 if (notificationChain_ == nullptr) { in RegisterNotificationEventType()
243 notificationChain_ = new (std::nothrow) NotificationChain; in RegisterNotificationEventType()
244 if (notificationChain_ == nullptr) { in RegisterNotificationEventType()
256 if (notificationChain_ != nullptr) { in UnRegisterNotificationEventType()
[all …]
H A Dgeneric_kvdb.h189 NotificationChain *notificationChain_; variable