Searched refs:LEDS (Results 1 – 3 of 3) sorted by relevance
78 tmpJson[LEDS] = pBuf.leds; in StructTransJson()
199 const std::string LEDS = "leds"; variable
148 if (IsArray(inputDeviceJson, LEDS)) { in ParseInputDeviceEvents()149 pBuf.leds = inputDeviceJson[LEDS].get<std::vector<uint32_t>>(); in ParseInputDeviceEvents()