Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp70 auto pipelineEvent = std::make_shared<PipelineEvent>(*(event.get())); in HWTEST_F() local
71 ASSERT_FALSE(pipelineEvent->hasPending_); in HWTEST_F()
75 plugin.DelayProcessEvent(pipelineEvent, 1); // 1s delay in HWTEST_F()
76 ASSERT_TRUE(pipelineEvent->hasPending_); in HWTEST_F()
H A Devent_loop_test.cpp471 auto pipelineEvent = std::make_shared<PipelineEvent>(event); in HWTEST_F() local
472 EXPECT_TRUE(pipelineEvent->isPipeline_); in HWTEST_F()
474 auto res1 = currentLooper_->AddEvent(eventhandler, pipelineEvent, nullptr); in HWTEST_F()
479 auto res2 = currentLooper_->AddEventForResult(eventhandler, pipelineEvent); in HWTEST_F()
484 res1 = currentLooper_->AddTimerEvent(eventhandler, pipelineEvent, nullptr, 1, false); in HWTEST_F()
490 res1 = currentLooper_->AddEvent(eventhandler, pipelineEvent, nullptr); in HWTEST_F()
494 res1 = currentLooper_->AddTimerEvent(eventhandler, pipelineEvent, nullptr, 2, false); in HWTEST_F()
503 res1 = currentLooper_->AddEvent(eventhandler, pipelineEvent, nullptr); in HWTEST_F()

Completed in 2 milliseconds