Home
last modified time | relevance | path

Searched refs:InputManagerCommand (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/tools/inject_event/test/
H A Dinject_event_test.cpp40 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 Dinput_manager_command.h27 class InputManagerCommand { class
29 InputManagerCommand() = default;
30 DISALLOW_COPY_AND_MOVE(InputManagerCommand);
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dmain.cpp20 OHOS::MMI::InputManagerCommand command; in main()
H A Dinput_manager_command.cpp43 #define MMI_LOG_TAG "InputManagerCommand"
45 class InputManagerCommand { class
102 void InputManagerCommand::SleepAndUpdateTime(int64_t &currentTimeMs) 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 10 milliseconds