Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp503 cJSON *keyActionJson = cJSON_GetObjectItemCaseSensitive(jsonData, "keyAction"); in ConvertToExcludeKey() local
504 if (!cJSON_IsNumber(keyActionJson)) { in ConvertToExcludeKey()
505 MMI_HILOGE("keyActionJson is not number"); in ConvertToExcludeKey()
508 exKey.keyAction = keyActionJson->valueint; in ConvertToExcludeKey()

Completed in 2 milliseconds