Home
last modified time | relevance | path

Searched refs:GetCloudTableSchema (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_test.cpp244 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
297 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
345 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
379 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
437 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
481 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
526 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
582 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
614 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _))
736 EXPECT_CALL(*g_iCloud, GetCloudTableSchema(_, _))
H A Ddistributeddb_cloud_syncer_upload_test.cpp48 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK)); in CommonExpectCall()
172 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
229 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
265 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
339 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
389 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
510 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
699 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
748 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
805 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
H A Dmock_icloud_sync_storage_interface.h29 MOCK_METHOD2(GetCloudTableSchema, int(const TableName &, TableSchema &));
H A Ddistributeddb_cloud_syncer_progress_manager_test.cpp86 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
143 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
200 EXPECT_CALL(*iCloud, GetCloudTableSchema(_, _)).WillRepeatedly(Return(E_OK));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dschema_mgr.h34 int GetCloudTableSchema(const TableName &tableName, TableSchema &retSchema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp48 int ret = GetCloudTableSchema(tableName, cloudTableSchema); in ChkSchema()
204 int SchemaMgr::GetCloudTableSchema(const TableName &tableName, TableSchema &retSchema) in GetCloudTableSchema() function in DistributedDB::SchemaMgr
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.h44 void GetCloudTableSchema(TableSchema &tableSchema) const;
H A Dsqlite_single_ver_relational_continue_token.cpp199 void SQLiteSingleVerRelationalContinueToken::GetCloudTableSchema(TableSchema &tableSchema) const in GetCloudTableSchema() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
H A Dsqlite_relational_store.cpp1513 errCode = storageEngine_->GetCloudTableSchema(tableName, cloudTableSchema); in CheckSchemaForUpsertData()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1494 token.GetCloudTableSchema(tableSchema_); in GetSyncCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp242 int errCode = store_->GetCloudTableSchema(querySyncObject.GetRelationTableName(), tableSchema); in GetCloudData()
270 int errCode = store_->GetCloudTableSchema(querySyncObject.GetRelationTableName(), tableSchema); in GetCloudGid()
383 int ret = store_->GetCloudTableSchema(tableName, tableSchema); in GetPrimaryColNamesWithAssetsFields()
555 int errCode = store_->GetCloudTableSchema(tableName, tableSchema); in GetAssetsByGidOrHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1260 int errCode = GetCloudTableSchema(tableName, tableSchema); in GetInfoByPrimaryKeyOrGidInner()
1283 int errCode = GetCloudTableSchema(tableName, tableSchema); in PutCloudSyncDataInner()
1335 int RelationalSyncAbleStorage::GetCloudTableSchema(const TableName &tableName, TableSchema &tableSc… in GetCloudTableSchema() function in DistributedDB::RelationalSyncAbleStorage
1338 return schemaMgr_.GetCloudTableSchema(tableName, tableSchema); in GetCloudTableSchema()
1352 int errCode = GetCloudTableSchema(tableName, tableSchema); in FillCloudAssetForDownload()
1806 int errCode = GetCloudTableSchema(tableName, tableSchema); in UpsertDataInTransaction()
1865 int errCode = GetCloudTableSchema(data.tableName, tableSchema); in FillCloudLogAndAssetInner()
1993 int errCode = GetCloudTableSchema(tableName, schema); in GetCloudTableWithoutShared()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h38 int GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) override;
H A Dsqlite_cloud_kv_store.cpp69 int SqliteCloudKvStore::GetCloudTableSchema(const TableName &tableName, in GetCloudTableSchema() function in DistributedDB::SqliteCloudKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h104 virtual int GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h167 int GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) override;