Searched refs:GetAndResetServerObserverData (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | icloud_sync_storage_interface.h | 161 …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 D | sqlite_utils.h | 197 … static void GetAndResetServerObserverData(const std::string &dbName, const std::string &tableName,
|
H A D | sqlite_utils.cpp | 1474 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 D | relational_sync_able_storage.h | 195 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 379 EXPECT_EQ(obj.GetAndResetServerObserverData(TABLE_NAME_1, properties), -E_INVALID_DB);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 409 store_->GetAndResetServerObserverData(changedData.tableName, changeProperties); in NotifyChangedData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 156 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties…
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 540 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 D | relational_sync_able_storage.cpp | 1498 int RelationalSyncAbleStorage::GetAndResetServerObserverData(const std::string &tableName, in GetAndResetServerObserverData() function in DistributedDB::RelationalSyncAbleStorage 1506 errCode = handle->GetAndResetServerObserverData(tableName, changeProperties); in GetAndResetServerObserverData()
|