Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h449 enum WebGesture : int64_t { enum
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h289 enum WebGesture : int64_t { enum
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp203 ResType::WebGesture::WEB_GESTURE_START, nullptr);
206 ResType::WebGesture::WEB_GESTURE_END, nullptr);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp512 if (data->value == WebGesture::WEB_GESTURE_START) { in HandleEventWebGesture()
514 } else if (data->value == WebGesture::WEB_GESTURE_END) { in HandleEventWebGesture()