/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | storage_proxy.h | 127 int UpdateRecordFlag(const std::string &tableName, bool recordConflict, const LogInfo &logInfo);
|
H A D | icloud_sync_storage_interface.h | 188 virtual int UpdateRecordFlag([[gnu::unused]] const std::string &tableName,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 572 int StorageProxy::UpdateRecordFlag(const std::string &tableName, bool recordConflict, const LogInfo… in UpdateRecordFlag() function in DistributedDB::StorageProxy 578 return store_->UpdateRecordFlag(tableName, recordConflict, logInfo); in UpdateRecordFlag()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 212 …int UpdateRecordFlag(const std::string &tableName, bool recordConflict, const LogInfo &logInfo) ov…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_meta_data_test.cpp | 383 EXPECT_EQ(obj.UpdateRecordFlag(TABLE_NAME_1, true, logInfo), -E_INVALID_DB);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 1850 int RelationalSyncAbleStorage::UpdateRecordFlag(const std::string &tableName, bool recordConflict, in UpdateRecordFlag() function in DistributedDB::RelationalSyncAbleStorage 1858 return transactionHandle_->UpdateRecordFlag(tableName, sql, logInfo); in UpdateRecordFlag() 1919 int errCode = handle->UpdateRecordFlag(tableName, sql, logInfo); in UpdateRecordFlagAfterUpload()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 190 …int UpdateRecordFlag(const std::string &tableName, const std::string &sql, const LogInfo &logInfo);
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 1804 int SQLiteSingleVerRelationalStorageExecutor::UpdateRecordFlag(const std::string &tableName, const … in UpdateRecordFlag() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer_extend.cpp | 445 errCode = storageProxy_->UpdateRecordFlag(tableName, downloadItem.recordConflict, logInfo); in CommitDownloadAssets()
|