Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h139 bool IsParseKnuckleGesture(const JsonParser &parser, const std::string ability, KnuckleGesture &knuckleGesture);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp738 bool IsParseKnuckleGesture(const JsonParser &parser, const std::string ability, KnuckleGesture &knuckleGesture) in IsParseKnuckleGesture() function
H A Dkey_command_handler.cpp1004 bool isParseSingleKnuckleGesture = IsParseKnuckleGesture(parser, SINGLE_KNUCKLE_ABILITY, singleKnuckleGesture_); in ParseJson()
1005 bool isParseDoubleKnuckleGesture = IsParseKnuckleGesture(parser, DOUBLE_KNUCKLE_ABILITY, doubleKnuckleGesture_); in ParseJson()

Completed in 5 milliseconds