Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compile_progress.cpp86 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()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_compile_progress.h68 std::shared_ptr<OHOS::AppExecFwk::EventHandler> compileHandler_; variable