/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | storage_proxy.h | 133 int MarkFlagAsConsistent(const std::string &tableName, const DownloadData &downloadData,
|
H A D | icloud_sync_storage_interface.h | 205 virtual int MarkFlagAsConsistent([[gnu::unused]] const std::string &tableName,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 599 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 D | relational_sync_able_storage.h | 218 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 D | distributeddb_cloud_meta_data_test.cpp | 280 … 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 D | sqlite_single_ver_relational_storage_executor.h | 200 int MarkFlagAsConsistent(const std::string &tableName, const DownloadData &downloadData,
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1334 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 D | relational_sync_able_storage.cpp | 2087 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 D | cloud_syncer_extend.cpp | 576 return storageProxy_->MarkFlagAsConsistent(param.tableName, param.downloadData, gidFilters); in UpdateFlagForSavedRecord()
|