Home
last modified time | relevance | path

Searched refs:HandleRemoteAnimation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp264 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);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
H A Dsocperf_plugin.h67 void HandleRemoteAnimation(const std::shared_ptr<ResData>& data);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp464 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);
467 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp170 [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