Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp113 std::string subKeyNames = ""; in GetHotkeyEventInfo() local
121 subKeyNames += std::to_string(item); in GetHotkeyEventInfo()
122 subKeyNames += ","; in GetHotkeyEventInfo()
142 subKeyNames += std::to_string(finalKey); in GetHotkeyEventInfo()
143 subKeyNames += ","; in GetHotkeyEventInfo()
148 subKeyNames += std::to_string(isFinalKeyDown); in GetHotkeyEventInfo()
149 subKeyNames += ","; in GetHotkeyEventInfo()
154 subKeyNames += std::to_string(finalKeyDownDuration); in GetHotkeyEventInfo()
155 subKeyNames += ","; in GetHotkeyEventInfo()
162 subKeyNames in GetHotkeyEventInfo()
199 std::string subKeyNames = ""; GetEventInfoAPI9() local
[all...]

Completed in 2 milliseconds