Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h317 std::string GesturePointsToStr() const;
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp804 ability.params.emplace(std::make_pair("fingerPath", GesturePointsToStr())); in ProcessKnuckleGestureTouchUp()
828 std::string KeyCommandHandler::GesturePointsToStr() const in GesturePointsToStr() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp3240 * @tc.desc: Test GesturePointsToStr function
3250 auto result = handler.GesturePointsToStr();
3257 * @tc.desc: Test GesturePointsToStr function
3266 auto result = handler.GesturePointsToStr();
3273 * @tc.desc: Test GesturePointsToStr function
3283 auto result = handler.GesturePointsToStr();

Completed in 11 milliseconds