Home
last modified time | relevance | path

Searched refs:SLIDE_NORMAL_END (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h322 SLIDE_NORMAL_END = 4, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h148 SLIDE_NORMAL_END = 4, enumerator
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dressched_report.h49 SLIDE_NORMAL_END = 4, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dslide_recognizer.cpp184 ResType::SlideEventStatus::SLIDE_NORMAL_END, payload); in HandleClickEvent()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp187 ResType::SlideEventStatus::SLIDE_NORMAL_END, nullptr);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp498 …>value == SlideEventStatus::SLIDE_EVENT_OFF || data->value == SlideEventStatus::SLIDE_NORMAL_END) { in HandleEventSlide()