Searched refs:HandleRemoteAnimation (Results 1 – 4 of 4) sorted by relevance
51 void HandleRemoteAnimation(const std::shared_ptr<ResData>& data);
261 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationEndData);264 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationBeginData);265 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationEndData);267 SocPerfPlugin::GetInstance().HandleRemoteAnimation(invalidData);
390 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);393 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);
86 [this](const std::shared_ptr<ResData>& data) { HandleRemoteAnimation(data); } }, in InitFunctionMap()258 void SocPerfPlugin::HandleRemoteAnimation(const std::shared_ptr<ResData>& data) in HandleRemoteAnimation() function in OHOS::ResourceSchedule::SocPerfPlugin