Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_factory.h27 static std::shared_ptr<BootAnimationStrategy> GetBootStrategy(BootStrategyType type) in GetBootStrategy() function
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_controller.cpp44 strategy_ = BootAnimationFactory::GetBootStrategy(bootType); in Start()