Home
last modified time | relevance | path

Searched defs:TestMsgBus (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp455 struct TestMsgBus { struct
456 T1 mA;
457 T2 mB;
458 T3 mC;
459 TestMsgBus(T1 a, T2 b, T3 c) : mA{a}, mB{b}, mC{c} {}; in TestMsgBus() function
461 void TestFunc1(T1 a) in TestFunc1()
467 void TestFunc2(T1 a, T2 b) in TestFunc2()
476 void TestFunc3(T1 a, T2 b, T3 c) in TestFunc3()