Home
last modified time | relevance | path

Searched defs:finalKeyInt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp564 int32_t finalKeyInt = 1; variable
577 int32_t finalKeyInt = 1; variable
593 int32_t finalKeyInt = 1; variable
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp122 bool GetKeyFinalKey(const cJSON* jsonData, int32_t &finalKeyInt) in GetKeyFinalKey()