/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_user_test.cpp | 262 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 D | distributeddb_relational_multi_user_test.cpp | 364 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 D | user_change_monitor.h | 44 void NotifyUserChanged() const;
|
H A D | runtime_context.h | 134 virtual int NotifyUserChanged() const = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | runtime_config.cpp | 107 DBStatus RuntimeConfig::NotifyUserChanged() in NotifyUserChanged() function in DistributedDB::RuntimeConfig 110 return TransferDBErrno(RuntimeContext::GetInstance()->NotifyUserChanged()); in NotifyUserChanged()
|
H A D | kv_store_delegate_manager.cpp | 637 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 D | user_change_monitor.cpp | 109 void UserChangeMonitor::NotifyUserChanged() const in NotifyUserChanged() function in DistributedDB::UserChangeMonitor
|
H A D | runtime_context_impl.h | 120 int NotifyUserChanged() const override;
|
H A D | runtime_context_impl.cpp | 716 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 D | runtime_config.h | 54 DB_API static DBStatus NotifyUserChanged();
|
H A D | kv_store_delegate_manager.h | 110 DB_API static DBStatus NotifyUserChanged();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvdelegatemanager_fuzzer/ |
H A D | kvdelegatemanager_fuzzer.cpp | 88 KvStoreDelegateManager::NotifyUserChanged(); in CallbackFuzz()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/ |
H A D | relationalstoremanager_fuzzer.cpp | 118 RuntimeConfig::NotifyUserChanged(); in RuntimeConfigTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_common_test.cpp | 625 monitor.NotifyUserChanged(); 644 monitor.NotifyUserChanged();
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.cpp | 536 auto ret = DistributedDB::KvStoreDelegateManager::NotifyUserChanged(); in AccountEventChanged()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 1750 RuntimeConfig::NotifyUserChanged(); in __anona733078b0502()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 747 RuntimeContext::GetInstance()->NotifyUserChanged(); in __anon341701840902()
|