Searched refs:compileHandler_ (Results 1 – 2 of 2) sorted by relevance
86 compileHandler_ = std::make_shared<AppExecFwk::EventHandler>(compileRunner_); in Init()87 compileHandler_->PostTask([this] { this->CreateCanvasNode(); }); in Init()88 compileHandler_->PostTask([this] { this->RegisterVsyncCallback(); }); in Init()150 receiver_ = rsClient.CreateVSyncReceiver("BootCompileProgress", compileHandler_); in RegisterVsyncCallback()189 compileHandler_->PostTask([this] { this->DrawCompileProgress(); }); in OnVsync()
68 std::shared_ptr<OHOS::AppExecFwk::EventHandler> compileHandler_; variable