Home
last modified time | relevance | path

Searched refs:ShowRemoteAnimationStatus (Results 1 – 5 of 5) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
Dplugin_mgr_test.cpp389 ResType::ShowRemoteAnimationStatus::ANIMATION_BEGIN, payload);
392 resData->value = ResType::ShowRemoteAnimationStatus::ANIMATION_END;
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
Dsocperf_plugin.cpp260 if (data->value == ShowRemoteAnimationStatus::ANIMATION_BEGIN) { in HandleRemoteAnimation()
263 } else if (data->value == ShowRemoteAnimationStatus::ANIMATION_END) { in HandleRemoteAnimation()
/foundation/resourceschedule/device_standby/utils/common/include/
Dres_type.h367 enum ShowRemoteAnimationStatus : int64_t { enum
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
Dres_type.h397 enum ShowRemoteAnimationStatus : int64_t { enum
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
Dsoc_perf_plugin_test.cpp260 …ResType::RES_TYPE_SHOW_REMOTE_ANIMATION, ResType::ShowRemoteAnimationStatus::ANIMATION_END, nullpt…
263 …ResType::RES_TYPE_SHOW_REMOTE_ANIMATION, ResType::ShowRemoteAnimationStatus::ANIMATION_BEGIN, null…