Lines Matching defs:GetJsonData
44 void GetJsonData(cJSON *json, const std::string &key, std::string &val)
60 void GetJsonData(cJSON *json, const std::string &key, T &val)
75 void GetJsonData(cJSON *json, const std::string& key, std::vector<int32_t>& vals)
135 GetJsonData(eventInfo, "eventType", event.eventType);
136 GetJsonData(eventInfo, "event", event.event);
137 GetJsonData(eventInfo, "keyValue", event.keyValue);
138 GetJsonData(eventInfo, "blockTime", event.blockTime);
139 GetJsonData(eventInfo, "ringEvents", event.ringEvents);
140 GetJsonData(eventInfo, "direction", event.direction);
141 GetJsonData(eventInfo, "distance", event.distance);
142 GetJsonData(eventInfo, "xPos", event.xPos);
143 GetJsonData(eventInfo, "yPos", event.yPos);
144 GetJsonData(eventInfo, "tiltX", event.tiltX);
145 GetJsonData(eventInfo, "tiltY", event.tiltY);
146 GetJsonData(eventInfo, "pressure", event.pressure);
147 GetJsonData(eventInfo, "trackingId", event.trackingId);
148 GetJsonData(eventInfo, "reportType", event.reportType);
149 GetJsonData(eventInfo, "keyStatus", event.keyStatus);
256 GetJsonData(deviceInfo, "deviceIndex", deviceItem.deviceIndex);