Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp32 constexpr int32_t CLICK_EVENT = 2; variable
98 reportDataFunc_(RES_TYPE_CLICK_RECOGNIZE, CLICK_EVENT, payload); in ResSchedDataReport()
/ohos5.0/foundation/resourceschedule/device_standby/utils/common/include/
H A Dres_type.h331 CLICK_EVENT = 2, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h160 CLICK_EVENT = 2, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp380 data->value = ResType::ClickEventType::CLICK_EVENT;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp139 ResType::ClickEventType::CLICK_EVENT, nullptr);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp408 } else if (data->value == ClickEventType::CLICK_EVENT) { in HandleEventClick()