Home
last modified time | relevance | path

Searched refs:UserChangeMonitor (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Duser_change_monitor.cpp22 UserChangeMonitor::UserChangeMonitor() in UserChangeMonitor() function in DistributedDB::UserChangeMonitor
28 UserChangeMonitor::~UserChangeMonitor() in ~UserChangeMonitor()
33 int UserChangeMonitor::Start() in Start()
47 void UserChangeMonitor::Stop() in Stop()
62 NotificationChain::Listener *UserChangeMonitor::RegisterUserChangedListener(const UserChangedAction… in RegisterUserChangedListener()
77 int UserChangeMonitor::PrepareNotifierChain() in PrepareNotifierChain()
109 void UserChangeMonitor::NotifyUserChanged() const in NotifyUserChanged()
H A Druntime_context_impl.h253 std::unique_ptr<UserChangeMonitor> userChangeMonitor_;
H A Druntime_context_impl.cpp700 userChangeMonitor_ = std::make_unique<UserChangeMonitor>(); in RegisterUserChangedListener()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Duser_change_monitor.h26 class UserChangeMonitor final {
28 UserChangeMonitor();
29 ~UserChangeMonitor();
31 DISABLE_COPY_ASSIGN_MOVE(UserChangeMonitor);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsync_able_engine.cpp123 … [this](void *) { ChangeUserListener(); }, UserChangeMonitor::USER_ACTIVE_TO_NON_ACTIVE_EVENT); in StartSyncerWithNoLock()
127 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.cpp190 … [this](void *) { ChangeUserListener(); }, UserChangeMonitor::USER_ACTIVE_TO_NON_ACTIVE_EVENT); in StartSyncerWithNoLock()
194 UserChangeMonitor::USER_ACTIVE_EVENT : UserChangeMonitor::USER_NON_ACTIVE_EVENT; in StartSyncerWithNoLock()
290 [this](void *) { UserChangeHandle(); }, UserChangeMonitor::USER_NON_ACTIVE_EVENT); in ChangeUserListener()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp623 UserChangeMonitor monitor;