Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h363 WINDOW_MOVE_STOP = 1, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h195 WINDOW_MOVE_STOP = 1, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp418 data->value = ResType::WindowMoveType::WINDOW_MOVE_STOP;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp246 ResType::WindowMoveType::WINDOW_MOVE_STOP, nullptr);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp540 } else if (data->value == WindowMoveType::WINDOW_MOVE_STOP) { in HandleMoveWindow()