Lines Matching defs:yPos
117 cJSON* yPos = cJSON_GetArrayItem(eventArray, 1);118 if (!cJSON_IsNumber(yPos)) {119 MMI_HILOGE("The yPos is not number");122 pos.yPos = yPos->valueint;143 GetJsonData(eventInfo, "yPos", event.yPos);183 ss << "pos(" << xPos << "," << yPos << ")";204 << ",yPos:" << yPos