Home
last modified time | relevance | path

Searched refs:EventValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/ressched/test/unittest/
H A Dressched_event_listener_test.cpp48 ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo);
52 ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP, extInfo);
56 ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo);
64 ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP, extInfo);
80 ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo);
84 ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dslide_recognizer.cpp42 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP, extInfo); in __anon9c329c500202()
95 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP, extInfo); in HandleSlideOFFEvent()
114 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo); in HandleSlideDetecting()
132 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo); in HandleListFlingStart()
162 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP, extInfo); in HandleSendFrameEvent()
198 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo); in HandleClickEvent()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Devent_listener_mgr_test.cpp84 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START, extInfo);
89 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START);
109 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP, extInfo);
114 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP);
332 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP, extInfo);
H A Dres_sched_client_test.cpp274 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START,
277 …EXPECT_TRUE(ResSchedEventListenerMock::value == ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT…
303 ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/ressched/src/
H A Dressched_event_listener.cpp39 eventValue == ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_START) { in OnReceiveEvent()
43 eventValue == ResourceSchedule::ResType::EventValue::EVENT_VALUE_DRAW_FRAME_REPORT_STOP) { in OnReceiveEvent()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h31 enum EventValue : uint32_t { enum
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp748 std::string EventValue; variable
749 auto Event = [&EventValue](const std::string& param) { EventValue = param; }; in __anon2c3e34770802()