Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h465 enum WebSlideNormal : int64_t { enum
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h305 enum WebSlideNormal : int64_t { enum
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp330 … ResType::RES_TYPE_WEB_SLIDE_NORMAL, ResType::WebSlideNormal::WEB_SLIDE_NORMAL_START, nullptr);
333 ResType::RES_TYPE_WEB_SLIDE_NORMAL, ResType::WebSlideNormal::WEB_SLIDE_NORMAL_END, nullptr);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp593 if (data->value == WebSlideNormal::WEB_SLIDE_NORMAL_START) { in HandleWebSlideNormal()
595 } else if (data->value == WebSlideNormal::WEB_SLIDE_NORMAL_END) { in HandleWebSlideNormal()