Searched refs:HandleRemoteAnimation (Results 1 – 4 of 4) sorted by relevance
264 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationEndData);267 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationBeginData);270 SocPerfPlugin::GetInstance().HandleRemoteAnimation(unlockEndData);273 SocPerfPlugin::GetInstance().HandleRemoteAnimation(unlockBeginData);274 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationEndData);275 SocPerfPlugin::GetInstance().HandleRemoteAnimation(unlockEndData);277 SocPerfPlugin::GetInstance().HandleRemoteAnimation(invalidData);
67 void HandleRemoteAnimation(const std::shared_ptr<ResData>& data);
464 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);467 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);
170 [this](const std::shared_ptr<ResData>& data) { HandleRemoteAnimation(data); } }, in InitFunctionMap()545 void SocPerfPlugin::HandleRemoteAnimation(const std::shared_ptr<ResData>& data) in HandleRemoteAnimation() function in OHOS::ResourceSchedule::SocPerfPlugin