Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/agent/
Danimation_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<AnimationImpl> animation) in DispatcherImpl()
/arkcompiler/toolchain/tooling/dynamic/
Ddispatcher.cpp206 auto animation = std::make_unique<AnimationImpl>(); in Dispatcher() local