Home
last modified time | relevance | path

Searched refs:gestureTimeStamps_ (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp714 gestureTimeStamps_.emplace_back(touchEvent->GetActionTime()); in HandleKnuckleGestureTouchDown()
735 gestureTimeStamps_.emplace_back(touchEvent->GetActionTime()); in HandleKnuckleGestureTouchMove()
766 NotifyType notifyType = static_cast<NotifyType>(touchUp(gesturePoints_, gestureTimeStamps_, in HandleKnuckleGestureTouchUp()
825 gestureTimeStamps_.clear(); in ResetKnuckleGesture()
856 DfxHisysevent::ReportKnuckleGestureTrackTime(gestureTimeStamps_); in ReportIfNeed()
878 DfxHisysevent::ReportKnuckleGestureTrackTime(gestureTimeStamps_); in ReportGestureInfo()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h393 std::vector<int64_t> gestureTimeStamps_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp717 handler.gestureTimeStamps_.assign(LINE_TIMESTAMPS.begin(), LINE_TIMESTAMPS.end()); in HWTEST_F()
3116 ASSERT_TRUE(handler.gestureTimeStamps_.empty());
3161 handler.gestureTimeStamps_.assign(CIRCLE_TIMESTAMPS.begin(), CIRCLE_TIMESTAMPS.end());
3182 handler.gestureTimeStamps_.assign(CURVE_TIMESTAMPS.begin(), CURVE_TIMESTAMPS.end());
3203 handler.gestureTimeStamps_.assign(LINE_TIMESTAMPS.begin(), LINE_TIMESTAMPS.end());
3226 handler.gestureTimeStamps_.assign(CURVE_TIMESTAMPS.begin(), CURVE_TIMESTAMPS.end());
3235 ASSERT_TRUE(handler.gestureTimeStamps_.empty());
3972 handler.gestureTimeStamps_.assign(LINE_TIMESTAMPS.begin(), LINE_TIMESTAMPS.end());
3977 handler.gestureTimeStamps_.assign(CIRCLE_TIMESTAMPS.begin(), CIRCLE_TIMESTAMPS.end());
3982 handler.gestureTimeStamps_
[all...]

Completed in 8 milliseconds