Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp43 if (currentLooper_ != nullptr) { in SetUp()
44 currentLooper_->StopLoop(); in SetUp()
45 currentLooper_.reset(); in SetUp()
51 currentLooper_ = std::make_shared<EventLoop>(info->test_case_name()); in SetUp()
52 currentLooper_->StartLoop(); in SetUp()
60 if (currentLooper_ != nullptr) { in TearDown()
61 currentLooper_->StopLoop(); in TearDown()
62 currentLooper_.reset(); in TearDown()
178 currentLooper_->AddEvent(eventhandler1, event1, nullptr); in HWTEST_F()
210 currentLooper_ in HWTEST_F()
[all...]
H A Devent_loop_test.h31 std::shared_ptr<OHOS::HiviewDFX::EventLoop> currentLooper_; member in OHOS::HiviewDFX::EventLoopTest

Completed in 2 milliseconds