Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h385 enum StatusBarDragStatus : int64_t { enum
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h219 enum StatusBarDragStatus : int64_t { enum
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp290 ResType::StatusBarDragStatus::DRAG_START, nullptr);
293 ResType::StatusBarDragStatus::DRAG_END, nullptr);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp567 if (data->value == StatusBarDragStatus::DRAG_START) { in HandleDragStatusBar()
569 } else if (data->value == StatusBarDragStatus::DRAG_END) { in HandleDragStatusBar()