Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h127 int UpdateRecordFlag(const std::string &tableName, bool recordConflict, const LogInfo &logInfo);
H A Dicloud_sync_storage_interface.h188 virtual int UpdateRecordFlag([[gnu::unused]] const std::string &tableName,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp572 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 Drelational_sync_able_storage.h212 …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 Ddistributeddb_cloud_meta_data_test.cpp383 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 Drelational_sync_able_storage.cpp1850 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 Dsqlite_single_ver_relational_storage_executor.h190 …int UpdateRecordFlag(const std::string &tableName, const std::string &sql, const LogInfo &logInfo);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1804 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 Dcloud_syncer_extend.cpp445 errCode = storageProxy_->UpdateRecordFlag(tableName, downloadItem.recordConflict, logInfo); in CommitDownloadAssets()