Searched refs:table2 (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/GLES2/ |
H A D | gles2.cpp | 23 if (table && table->table2.api) { \ 24 table->table2.api(__VA_ARGS__); \ 34 if (table && table->table2.api) { \ 35 return table->table2.api(__VA_ARGS__); \
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_cloud_schema_mgr_test.cpp | 473 TableInfo table2; in HWTEST_F() local 474 table2.SetTableName(TABLE_NAME_1); in HWTEST_F() 475 table2.AddField(field1); in HWTEST_F() 476 table2.AddField(field2); in HWTEST_F() 477 table2.SetPrimaryKey(FIELD_NAME_1, 1); in HWTEST_F() 478 table2.SetTableSyncType(TableSyncType::CLOUD_COOPERATION); in HWTEST_F() 482 localSchema.AddRelationalTable(table2); in HWTEST_F() 655 TableInfo table2; in HWTEST_F() local 656 table2.SetTableName(TABLE_NAME_2); in HWTEST_F() 657 table2 in HWTEST_F() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_test.cpp | 151 SchemaMeta::Table table2; in HWTEST_F() local 152 table2.name = "test_cloud_table_name2"; in HWTEST_F() 153 table2.alias = "test_cloud_table_alias2"; in HWTEST_F() 159 database1.tables.emplace_back(table2); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_relational_schema_object_test.cpp | 596 TableInfo table2 = schemaObj.GetTable("FIRST"); in HWTEST_F() local 597 EXPECT_EQ(table1.CompareWithTable(table2), -E_RELATIONAL_TABLE_EQUAL); in HWTEST_F() 599 table2.AddIndexDefine("indexname", {"field_name2", "field_name1"}); in HWTEST_F() 600 EXPECT_EQ(table1.CompareWithTable(table2), -E_RELATIONAL_TABLE_COMPATIBLE); in HWTEST_F() 766 TableInfo table2 = GetTableInfo(db, "Student", createTableSql2); in HWTEST_F() local 768 EXPECT_EQ(table1.CompareWithTable(table2), -E_RELATIONAL_TABLE_EQUAL); in HWTEST_F() 782 TableInfo table2; in TableCompareTest() local 783 SQLiteUtils::AnalysisSchema(db, "student", table2); in TableCompareTest() 785 return table1.CompareWithTable(table2); in TableCompareTest()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | hook.h | 64 GlHookTable2 table2; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | cloud_test.cpp | 100 return {"table1", "table2"}; 304 Table table2; in HWTEST_F() local 305 table2.Unmarshal(node1); in HWTEST_F() 306 EXPECT_EQ(Serializable::Marshall(table1), Serializable::Marshall(table2)); in HWTEST_F()
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_layer.cpp | 239 curr = reinterpret_cast<EglWrapperFuncPointer*>(&table->gl.table2); in SetupLayerFuncTbl() 256 curr = reinterpret_cast<EglWrapperFuncPointer*>(&table->gl.table2); in SetupLayerFuncTbl()
|
H A D | egl_wrapper_loader.cpp | 175 dlGlHandle2_ = LoadGl(LIB_GLESV2_NAME, gGlApiNames2, (FunctionPointerType *)&table->gl.table2); in LoadVendorDriver()
|
Completed in 6 milliseconds