/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_test.cpp | 244 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 D | distributeddb_cloud_syncer_upload_test.cpp | 48 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 D | mock_icloud_sync_storage_interface.h | 29 MOCK_METHOD2(GetCloudTableSchema, int(const TableName &, TableSchema &));
|
H A D | distributeddb_cloud_syncer_progress_manager_test.cpp | 86 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 D | schema_mgr.h | 34 int GetCloudTableSchema(const TableName &tableName, TableSchema &retSchema);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 48 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 D | sqlite_single_ver_relational_continue_token.h | 44 void GetCloudTableSchema(TableSchema &tableSchema) const;
|
H A D | sqlite_single_ver_relational_continue_token.cpp | 199 void SQLiteSingleVerRelationalContinueToken::GetCloudTableSchema(TableSchema &tableSchema) const in GetCloudTableSchema() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
|
H A D | sqlite_relational_store.cpp | 1513 errCode = storageEngine_->GetCloudTableSchema(tableName, cloudTableSchema); in CheckSchemaForUpsertData()
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 1494 token.GetCloudTableSchema(tableSchema_); in GetSyncCloudData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_proxy.cpp | 242 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 D | relational_sync_able_storage.cpp | 1260 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 D | sqlite_cloud_kv_store.h | 38 int GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) override;
|
H A D | sqlite_cloud_kv_store.cpp | 69 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 D | icloud_sync_storage_interface.h | 104 virtual int GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_sync_able_storage.h | 167 int GetCloudTableSchema(const TableName &tableName, TableSchema &tableSchema) override;
|