Home
last modified time | relevance | path

Searched refs:textMaxLen (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp1759 constexpr int32_t textMaxLen = 2000; // 2000: max number of ascii characters in ProcessKeyboardTextInput() local
1765 } else if (len > textMaxLen) { in ProcessKeyboardTextInput()
1768 std::cout << textMaxLen << " bytes." << std::endl; in ProcessKeyboardTextInput()
1769 len = textMaxLen; in ProcessKeyboardTextInput()