Searched refs:AddEventForResult (Results 1 – 5 of 5) sorted by relevance
443 auto result0 = currentLooper_->AddEventForResult(nullptr, nullptr);447 auto result1 = currentLooper_->AddEventForResult(eventhandler, nullptr);451 auto result2 = currentLooper_->AddEventForResult(eventhandler, event);479 auto res2 = currentLooper_->AddEventForResult(eventhandler, pipelineEvent);492 res2 = currentLooper_->AddEventForResult(eventhandler, nullptr);
109 …std::future<bool> AddEventForResult(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> …
688 ret = sharedWorkLoop_->AddEventForResult(callee, event); in PostSyncEventToTarget()690 ret = workLoop->AddEventForResult(callee, event); in PostSyncEventToTarget()
184 std::future<bool> EventLoop::AddEventForResult(std::shared_ptr<EventHandler> handler, std::shared_p… in AddEventForResult() function in OHOS::HiviewDFX::EventLoop
25 …"OHOS::HiviewDFX::EventLoop::AddEventForResult(std::__h::shared_ptr<OHOS::HiviewDFX::EventHandler>…