Home
last modified time | relevance | path

Searched refs:actualTable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp498 TableSchema actualTable = tables[0]; in CheckSchema() local
508 … if (actualTable.name != expectTableName || actualTable.sharedTableName != expectSharedTableName || in CheckSchema()
509 actualTable.fields.size() != expectFields.size()) { in CheckSchema()
513 for (uint32_t i = 0; i < actualTable.fields.size(); i++) { in CheckSchema()
514 Field actualField = actualTable.fields[i]; in CheckSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1418 int SQLiteRelationalStore::ReFillSyncInfoTable(const std::vector<std::string> &actualTable, in ReFillSyncInfoTable() argument
1421 if (info.priorityTask && actualTable.size() != info.table.size()) { in ReFillSyncInfoTable()
1425 if (actualTable.size() == info.table.size()) { in ReFillSyncInfoTable()
1428 LOGD("[RelationalStore] Fill tables from %zu to %zu", info.table.size(), actualTable.size()); in ReFillSyncInfoTable()
1429 info.table = actualTable; in ReFillSyncInfoTable()
H A Dsqlite_relational_store.h180 …static int ReFillSyncInfoTable(const std::vector<std::string> &actualTable, CloudSyncer::CloudTask…
H A Dsqlite_single_relational_storage_engine.cpp988 …auto actualTable = DBCommon::GenerateNodesByNodeWeight(tableNames, reachableWithShared, tableWeigh… in CalTableRef() local
989 res.first.assign(actualTable.begin(), actualTable.end()); in CalTableRef()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp834 const std::string actualTable = actualTables[expectIndex]; variable
836 bool equal = (actualTable == tableName[i]);
839 i, expectIndex, expectSharedIndex, actualTable.c_str(), actualSharedTable.c_str());