Home
last modified time | relevance | path

Searched refs:USER_NON_ACTIVE_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Duser_change_monitor.cpp54 userNotifier_->UnRegisterEventType(USER_NON_ACTIVE_EVENT); in Stop()
91 errCode = userNotifier_->RegisterEventType(USER_NON_ACTIVE_EVENT); in PrepareNotifierChain()
99 userNotifier_->UnRegisterEventType(USER_NON_ACTIVE_EVENT); in PrepareNotifierChain()
118 userNotifier_->NotifyEvent(USER_NON_ACTIVE_EVENT, nullptr); in NotifyUserChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Duser_change_monitor.h46 static constexpr EventType USER_NON_ACTIVE_EVENT = 4; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp127 UserChangeMonitor::USER_ACTIVE_EVENT : UserChangeMonitor::USER_NON_ACTIVE_EVENT; in StartSyncerWithNoLock()
200 [this](void *) { UserChangeHandle(); }, UserChangeMonitor::USER_NON_ACTIVE_EVENT); in ChangeUserListener()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp194 UserChangeMonitor::USER_ACTIVE_EVENT : UserChangeMonitor::USER_NON_ACTIVE_EVENT; in StartSyncerWithNoLock()
290 [this](void *) { UserChangeHandle(); }, UserChangeMonitor::USER_NON_ACTIVE_EVENT); in ChangeUserListener()