Home
last modified time | relevance | path

Searched refs:NotifyUserChanged (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_user_test.cpp262 EXPECT_TRUE(KvStoreDelegateManager::NotifyUserChanged() == OK); in TestSyncWithUserChange()
354 KvStoreDelegateManager::NotifyUserChanged();
419 KvStoreDelegateManager::NotifyUserChanged();
601 EXPECT_TRUE(KvStoreDelegateManager::NotifyUserChanged() == OK);
613 EXPECT_TRUE(KvStoreDelegateManager::NotifyUserChanged() == OK);
645 EXPECT_TRUE(KvStoreDelegateManager::NotifyUserChanged() == OK); in __anon7ac9223d0802()
682 EXPECT_TRUE(KvStoreDelegateManager::NotifyUserChanged() == OK); in __anon7ac9223d0902()
755 EXPECT_TRUE(KvStoreDelegateManager::NotifyUserChanged() == OK); in __anon7ac9223d0a02()
843 EXPECT_TRUE(KvStoreDelegateManager::NotifyUserChanged() == OK); in __anon7ac9223d0c02()
H A Ddistributeddb_relational_multi_user_test.cpp364 EXPECT_TRUE(RuntimeConfig::NotifyUserChanged() == OK); in TestSyncWithUserChange()
560 RuntimeConfig::NotifyUserChanged();
639 RuntimeConfig::NotifyUserChanged();
754 EXPECT_TRUE(RuntimeConfig::NotifyUserChanged() == OK);
768 EXPECT_TRUE(RuntimeConfig::NotifyUserChanged() == OK);
803 EXPECT_TRUE(RuntimeConfig::NotifyUserChanged() == OK); in __anon3413e1da0e02()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Duser_change_monitor.h44 void NotifyUserChanged() const;
H A Druntime_context.h134 virtual int NotifyUserChanged() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp107 DBStatus RuntimeConfig::NotifyUserChanged() in NotifyUserChanged() function in DistributedDB::RuntimeConfig
110 return TransferDBErrno(RuntimeContext::GetInstance()->NotifyUserChanged()); in NotifyUserChanged()
H A Dkv_store_delegate_manager.cpp637 DBStatus KvStoreDelegateManager::NotifyUserChanged() in NotifyUserChanged() function in DistributedDB::KvStoreDelegateManager
640 int errCode = RuntimeContext::GetInstance()->NotifyUserChanged(); in NotifyUserChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Duser_change_monitor.cpp109 void UserChangeMonitor::NotifyUserChanged() const in NotifyUserChanged() function in DistributedDB::UserChangeMonitor
H A Druntime_context_impl.h120 int NotifyUserChanged() const override;
H A Druntime_context_impl.cpp716 int RuntimeContextImpl::NotifyUserChanged() const in NotifyUserChanged() function in DistributedDB::RuntimeContextImpl
725 userChangeMonitor_->NotifyUserChanged(); in NotifyUserChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Druntime_config.h54 DB_API static DBStatus NotifyUserChanged();
H A Dkv_store_delegate_manager.h110 DB_API static DBStatus NotifyUserChanged();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvdelegatemanager_fuzzer/
H A Dkvdelegatemanager_fuzzer.cpp88 KvStoreDelegateManager::NotifyUserChanged(); in CallbackFuzz()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp118 RuntimeConfig::NotifyUserChanged(); in RuntimeConfigTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp625 monitor.NotifyUserChanged();
644 monitor.NotifyUserChanged();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp536 auto ret = DistributedDB::KvStoreDelegateManager::NotifyUserChanged(); in AccountEventChanged()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1750 RuntimeConfig::NotifyUserChanged(); in __anona733078b0502()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp747 RuntimeContext::GetInstance()->NotifyUserChanged(); in __anon341701840902()