Searched refs:TestMsgBusClass (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 493 using TestMsgBusClass = TestMsgBus<T1, T2, T3>; in TestMsgBusFunc() typedef 494 TestMsgBusClass* objPtr = nullptr; in TestMsgBusFunc() 498 TestMsgBusClass obj(static_cast<T1>(num1), static_cast<T2>(num2), static_cast<T3>(num3)); in TestMsgBusFunc() 499 msgBus.RegisterTopic<T1>(topic, objPtr, &TestMsgBusClass::TestFunc1); in TestMsgBusFunc() 500 msgBus.RegisterTopic<T1>(topic, &obj, &TestMsgBusClass::TestFunc1); in TestMsgBusFunc() 505 msgBus.RegisterTopic<T1, T2>(topic, &obj, &TestMsgBusClass::TestFunc2); in TestMsgBusFunc() 510 msgBus.RegisterTopic<T1, T2, T3>(topic, &obj, &TestMsgBusClass::TestFunc3); in TestMsgBusFunc()
|