Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/include/
Dsocperf_plugin.h51 void HandleRemoteAnimation(const std::shared_ptr<ResData>& data);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
Dsoc_perf_plugin_test.cpp261 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationEndData);
264 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationBeginData);
265 SocPerfPlugin::GetInstance().HandleRemoteAnimation(animationEndData);
267 SocPerfPlugin::GetInstance().HandleRemoteAnimation(invalidData);
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
Dplugin_mgr_test.cpp390 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);
393 SocPerfPlugin::GetInstance().HandleRemoteAnimation(resData);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
Dsocperf_plugin.cpp86 [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