Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp82 compileHandler_ = std::make_shared<AppExecFwk::EventHandler>(compileRunner_); in Init()
83 compileHandler_->PostTask([this] { this->CreateCanvasNode(); }); in Init()
84 compileHandler_->PostTask([this] { this->RegisterVsyncCallback(); }); in Init()
146 receiver_ = rsClient.CreateVSyncReceiver("BootCompileProgress", compileHandler_); in RegisterVsyncCallback()
185 compileHandler_->PostTask([this] { this->DrawCompileProgress(); }); in OnVsync()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h63 std::shared_ptr<OHOS::AppExecFwk::EventHandler> compileHandler_; member in OHOS::BootCompileProgress

Completed in 1 milliseconds