Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinput_parse.cpp85 cJSON* rawVal = cJSON_GetObjectItem(json, key.c_str()); in GetJsonData() local
86 if (!cJSON_IsArray(rawVal)) { in GetJsonData()
87 MMI_HILOGE("The rawVal is not Array"); in GetJsonData()
90 int32_t rawValSize = cJSON_GetArraySize(rawVal); in GetJsonData()
92 cJSON* val = cJSON_GetArrayItem(rawVal, i); in GetJsonData()

Completed in 1 milliseconds