Searched refs:notificationChain_ (Results 1 – 2 of 2) sorted by relevance
34 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 …]
189 NotificationChain *notificationChain_; variable