Searched refs:InputManagerCommand (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/tools/inject_event/test/ |
H A D | inject_event_test.cpp | 40 std::unique_ptr<InputManagerCommand> inputManagerCommand = std::make_unique<InputManagerCommand>(); in HWTEST_F() 59 std::unique_ptr<InputManagerCommand> inputManagerCommand = std::make_unique<InputManagerCommand>(); in HWTEST_F() 77 std::unique_ptr<InputManagerCommand> inputManagerCommand = std::make_unique<InputManagerCommand>(); in HWTEST_F() 95 std::unique_ptr<InputManagerCommand> inputManagerCommand = std::make_unique<InputManagerCommand>(); in HWTEST_F() 113 std::unique_ptr<InputManagerCommand> inputManagerCommand = std::make_unique<InputManagerCommand>(); in HWTEST_F() [all...] |
/foundation/multimodalinput/input/tools/inject_event/include/ |
H A D | input_manager_command.h | 27 class InputManagerCommand { class 29 InputManagerCommand() = default; 30 DISALLOW_COPY_AND_MOVE(InputManagerCommand);
|
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | main.cpp | 20 OHOS::MMI::InputManagerCommand command; in main()
|
H A D | input_manager_command.cpp | 43 #define MMI_LOG_TAG "InputManagerCommand" 45 class InputManagerCommand { class 102 void InputManagerCommand::SleepAndUpdateTime(int64_t ¤tTimeMs) in SleepAndUpdateTime() 110 int32_t InputManagerCommand::NextPos(int64_t begTimeMs, int64_t curtTimeMs, int32_t totalTimeMs, in NextPos() 141 int32_t InputManagerCommand::ParseCommand(int32_t argc, char *argv[]) in ParseCommand() 1703 bool InputManagerCommand::IsSpecialChar(char character, int32_t &keyCode, bool &isPressShift) in IsSpecialChar() 1715 int32_t InputManagerCommand::PrintKeyboardTextChar(int32_t keyCode, bool isPressShift) in PrintKeyboardTextChar() 1758 int32_t InputManagerCommand::ProcessKeyboardTextInput(char *optarg, int32_t count) in ProcessKeyboardTextInput() 1803 int32_t InputManagerCommand::KnuckleGestureInputProcess(int32_t argc, char *argv[], int32_t c, int32_t optionIndex) in KnuckleGestureInputProcess() 1831 int32_t InputManagerCommand [all...] |
Completed in 6 milliseconds