Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Duser_change_monitor.cpp23 : userNotifier_(nullptr), in UserChangeMonitor()
52 if (userNotifier_ != nullptr) { in Stop()
56 RefObject::KillAndDecObjRef(userNotifier_); in Stop()
57 userNotifier_ = nullptr; in Stop()
70 if (userNotifier_ == nullptr) { in RegisterUserChangedListener()
80 if (userNotifier_ != nullptr) { in PrepareNotifierChain()
83 userNotifier_ = new (std::nothrow) NotificationChain(); in PrepareNotifierChain()
84 if (userNotifier_ == nullptr) { in PrepareNotifierChain()
104 RefObject::KillAndDecObjRef(userNotifier_); in PrepareNotifierChain()
105 userNotifier_ = nullptr; in PrepareNotifierChain()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Duser_change_monitor.h53 NotificationChain *userNotifier_; variable