Home
last modified time | relevance | path

Searched refs:TestFunc2 (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfCallContextTest.cpp127 int TestFunc2(int a, int b) in TestFunc2() function
200 EXPECT_FALSE(CreateCallContext(&TestClass::TestFunc2, arr)); in HWTEST_F()
234 EXPECT_FALSE(CallFunction(c, &t, &TestClass::TestFunc2)); in HWTEST_F()
301 auto c = CreateCallContext(&TestClass::TestFunc2, arr); in HWTEST_F()
305 EXPECT_TRUE(CallFunction(c, &t, &TestClass::TestFunc2)); in HWTEST_F()
311 auto c = CreateCallContext(&TestClass::TestFunc2, arr); in HWTEST_F()
316 EXPECT_TRUE(CallFunction(c, &t, &TestClass::TestFunc2, order)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp471 void TestFunc2(T1 a, T2 b) in TestFunc2() function
509 msgBus.RegisterTopic<T1, T2>(topic, &obj, &TestMsgBusClass::TestFunc2); in TestMsgBusFunc()

Completed in 3 milliseconds