Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h133 int MarkFlagAsConsistent(const std::string &tableName, const DownloadData &downloadData,
H A Dicloud_sync_storage_interface.h205 virtual int MarkFlagAsConsistent([[gnu::unused]] const std::string &tableName,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp599 int StorageProxy::MarkFlagAsConsistent(const std::string &tableName, const DownloadData &downloadDa… in MarkFlagAsConsistent() function in DistributedDB::StorageProxy
606 return store_->MarkFlagAsConsistent(tableName, downloadData, gidFilters); in MarkFlagAsConsistent()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h218 int MarkFlagAsConsistent(const std::string &tableName, const DownloadData &downloadData,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp280 … EXPECT_EQ(proxyObj.MarkFlagAsConsistent(TABLE_NAME_1, downloadData, gidFilters), -E_INVALID_DB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h200 int MarkFlagAsConsistent(const std::string &tableName, const DownloadData &downloadData,
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1334 int SQLiteSingleVerRelationalStorageExecutor::MarkFlagAsConsistent(const std::string &tableName, in MarkFlagAsConsistent() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp2087 int RelationalSyncAbleStorage::MarkFlagAsConsistent(const std::string &tableName, const DownloadDat… in MarkFlagAsConsistent() function in DistributedDB::RelationalSyncAbleStorage
2094 int errCode = transactionHandle_->MarkFlagAsConsistent(tableName, downloadData, gidFilters); in MarkFlagAsConsistent()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp576 return storageProxy_->MarkFlagAsConsistent(param.tableName, param.downloadData, gidFilters); in UpdateFlagForSavedRecord()