Home
last modified time | relevance | path

Searched refs:GetAndResetServerObserverData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h161 …virtual int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changePr… in GetAndResetServerObserverData() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h197 … static void GetAndResetServerObserverData(const std::string &dbName, const std::string &tableName,
H A Dsqlite_utils.cpp1474 void SQLiteUtils::GetAndResetServerObserverData(const std::string &dbName, const std::string &table… in GetAndResetServerObserverData() function in DistributedDB::SQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h195 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp379 EXPECT_EQ(obj.GetAndResetServerObserverData(TABLE_NAME_1, properties), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp409 store_->GetAndResetServerObserverData(changedData.tableName, changeProperties); in NotifyChangedData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h156 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp540 int SQLiteSingleVerRelationalStorageExecutor::GetAndResetServerObserverData(const std::string &tabl… in GetAndResetServerObserverData() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
548 SQLiteUtils::GetAndResetServerObserverData(fileName, tableName, changeProperties); in GetAndResetServerObserverData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1498 int RelationalSyncAbleStorage::GetAndResetServerObserverData(const std::string &tableName, in GetAndResetServerObserverData() function in DistributedDB::RelationalSyncAbleStorage
1506 errCode = handle->GetAndResetServerObserverData(tableName, changeProperties); in GetAndResetServerObserverData()