Home
last modified time | relevance | path

Searched refs:changeProperties (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp408 ChangeProperties changeProperties; in NotifyChangedData() local
409 store_->GetAndResetServerObserverData(changedData.tableName, changeProperties); in NotifyChangedData()
410 changedData.properties = changeProperties; in NotifyChangedData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h161 …int GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties) in GetAndResetServerObserverData() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h198 ChangeProperties &changeProperties);
H A Dsqlite_utils.cpp1475 ChangeProperties &changeProperties) in GetAndResetServerObserverData() argument
1484 changeProperties = itTable->second; in GetAndResetServerObserverData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h195 …ResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h156 …nt GetAndResetServerObserverData(const std::string &tableName, ChangeProperties &changeProperties);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp541 ChangeProperties &changeProperties) in GetAndResetServerObserverData() argument
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.cpp1499 ChangeProperties &changeProperties) in GetAndResetServerObserverData() argument
1506 errCode = handle->GetAndResetServerObserverData(tableName, changeProperties); in GetAndResetServerObserverData()