Home
last modified time | relevance | path

Searched refs:table1 (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/GLES1/
H A Dgles1.cpp23 if (table && table->table1.api) { \
24 table->table1.api(__VA_ARGS__); \
34 if (table && table->table1.api) { \
35 return table->table1.api(__VA_ARGS__); \
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp595 TableInfo table1 = schemaObj.GetTable("FIRST"); in HWTEST_F() local
597 EXPECT_EQ(table1.CompareWithTable(table2), -E_RELATIONAL_TABLE_EQUAL); in HWTEST_F()
600 EXPECT_EQ(table1.CompareWithTable(table2), -E_RELATIONAL_TABLE_COMPATIBLE); in HWTEST_F()
603 EXPECT_EQ(table1.CompareWithTable(table3), -E_RELATIONAL_TABLE_INCOMPATIBLE); in HWTEST_F()
607 EXPECT_EQ(table1.CompareWithTable(table4), -E_RELATIONAL_TABLE_COMPATIBLE_UPGRADE); in HWTEST_F()
611 EXPECT_EQ(table1.CompareWithTable(table5), -E_RELATIONAL_TABLE_INCOMPATIBLE); in HWTEST_F()
615 EXPECT_EQ(table1.CompareWithTable(table6, SchemaConstant::SCHEMA_SUPPORT_VERSION_V2_1), in HWTEST_F()
620 EXPECT_EQ(table1.CompareWithTable(table7, SchemaConstant::SCHEMA_SUPPORT_VERSION_V2_1), in HWTEST_F()
763 TableInfo table1 = GetTableInfo(db, "student", createTableSql1); in HWTEST_F() local
768 EXPECT_EQ(table1 in HWTEST_F()
778 TableInfo table1; TableCompareTest() local
882 TableInfo table1; HWTEST_F() local
911 TableInfo table1; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp176 auto table1 = syncProcess.tableProcess.find(item); in GetCallback()
177 if (table1 != syncProcess.tableProcess.end()) { in GetCallback()
180 item.c_str(), table1->second.process, table1->second.downLoadInfo.batchIndex, in GetCallback()
181 table1->second.downLoadInfo.total, table1->second.downLoadInfo.successCount, in GetCallback()
182 table1->second.downLoadInfo.failCount, table1->second.upLoadInfo.batchIndex, in GetCallback()
183 table1->second.upLoadInfo.total, table1 in GetCallback()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp100 return {"table1", "table2"};
295 Table table1; in HWTEST_F() local
296 table1.name = "test1_name"; in HWTEST_F()
297 table1.sharedTableName = "test1_sharedTableName"; in HWTEST_F()
298 table1.alias = "test1_alias"; in HWTEST_F()
299 table1.fields.push_back(field1); in HWTEST_F()
301 table1.Marshal(node1); in HWTEST_F()
302 EXPECT_EQ(Serializable::Marshall(table1), to_string(node1)); in HWTEST_F()
306 EXPECT_EQ(Serializable::Marshall(table1), Serializable::Marshall(table2)); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_test.cpp148 SchemaMeta::Table table1; in HWTEST_F() local
149 table1.name = "test_cloud_table_name1"; in HWTEST_F()
150 table1.alias = "test_cloud_table_alias1"; in HWTEST_F()
158 database1.tables.emplace_back(table1); in HWTEST_F()
H A Dcloud_data_test.cpp1732 SchemaMeta::Table table1; in HWTEST_F() local
1733 table1.name = "test_cloud_table_name1"; in HWTEST_F()
1734 table1.alias = "test_cloud_table_alias1"; in HWTEST_F()
1735 table1.sharedTableName = "test_share_table_name1"; in HWTEST_F()
1736 database.tables.emplace_back(table1); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp648 TableInfo table1; in HWTEST_F() local
649 table1.SetTableName(TABLE_NAME_1); in HWTEST_F()
650 table1.AddField(field1); in HWTEST_F()
651 table1.AddField(field4); in HWTEST_F()
652 table1.SetPrimaryKey(FIELD_NAME_1, 1); in HWTEST_F()
653 table1.SetTableSyncType(TableSyncType::CLOUD_COOPERATION); in HWTEST_F()
662 localSchema.AddRelationalTable(table1); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dhook.h63 GlHookTable1 table1; member
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_loader_test.cpp192 gGlApiNames1, (FunctionPointerType *)&dispatchTable.gl.table1); in HWTEST_F()
224 gGlApiNames1, (FunctionPointerType *)&dispatchTable.gl.table1); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp474 auto table1 = syncProcess.tableProcess.find(item); in GetCallback()
475 if (table1 != syncProcess.tableProcess.end()) { in GetCallback()
478 item.c_str(), table1->second.process, table1->second.downLoadInfo.batchIndex, in GetCallback()
479 table1->second.downLoadInfo.total, table1->second.downLoadInfo.successCount, in GetCallback()
480 table1->second.downLoadInfo.failCount, table1->second.upLoadInfo.batchIndex, in GetCallback()
481 table1->second.upLoadInfo.total, table1 in GetCallback()
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_loader.cpp168 dlGlHandle1_ = LoadGl(LIB_GLESV1_NAME, gGlApiNames1, (FunctionPointerType *)&table->gl.table1); in LoadVendorDriver()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp789 auto table1 = syncProcess.tableProcess.find(item); in GetCallback()
790 if (table1 != syncProcess.tableProcess.end()) { in GetCallback()
793 item.c_str(), table1->second.process, table1->second.downLoadInfo.batchIndex, in GetCallback()
794 table1->second.downLoadInfo.total, table1->second.downLoadInfo.successCount, in GetCallback()
795 table1->second.downLoadInfo.failCount, table1->second.upLoadInfo.batchIndex, in GetCallback()
796 table1->second.upLoadInfo.total, table1 in GetCallback()
[all...]

Completed in 13 milliseconds