Home
last modified time | relevance | path

Searched refs:OnTest (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DFunctionTest.cpp60 META_EVENT(IOnChanged, OnTest)
93 META_IMPLEMENT_EVENT(IOnChanged, OnTest);
154 ASSERT_TRUE(Connect(object, "OnTest", object, "MyFunc")); in HWTEST_F()
159 Invoke<IOnChanged>(t->OnTest()); in HWTEST_F()
163 ASSERT_TRUE(Disconnect(object, "OnTest", object, "MyFunc")); in HWTEST_F()
164 Invoke<IOnChanged>(t->OnTest()); in HWTEST_F()
214 ASSERT_TRUE(Connect(object, "OnTest", object, "MyFunc")); in HWTEST_F()
226 Invoke<IOnChanged>(t->OnTest()); in HWTEST_F()
/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_auto_test.h44 void OnTest(std::shared_ptr<TestMsgInfo> info);
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp153 OnTest(it); in RunTest()
159 void UIAutoTest::OnTest(std::shared_ptr<TestMsgInfo> info) in OnTest() function in OHOS::UIAutoTest
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.h222 META_EVENT(IOnChanged, OnTest)
H A Dtesting_objects.cpp225 META_IMPLEMENT_INTERFACE_EVENT(ITestType, IOnChanged, OnTest);

Completed in 4 milliseconds