Home
last modified time | relevance | path

Searched refs:TestEnd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Devent_center_test.cpp39 class TestEnd : public Event { class in OHOS::MiscServices::EventCenterTest
41 TestEnd(): Event(TEST_EVT_END) {}; in TestEnd() function in OHOS::MiscServices::EventCenterTest::TestEnd
59 EventCenter::GetInstance().PostEvent(std::make_unique<TestEnd>()); in SetUp()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Devent_center_test.cpp37 class TestEnd : public Event { class in EventCenterTest
39 TestEnd(): Event(TEST_EVT_END) {}; in TestEnd() function in EventCenterTest::TestEnd
57 EventCenter::GetInstance().PostEvent(std::make_unique<TestEnd>()); in SetUp()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhicollie-guidelines-ndk.md95 endFunc_("TestEnd"); // 设置处理结束回调函数,监控线程任务执行结束时长
/ohos5.0/docs/en/application-dev/dfx/
H A Dhicollie-guidelines-ndk.md95 … endFunc_("TestEnd"); // Set the callback used to record the end time of the processing event.