Searched defs:inputDeviceJson (Results 1 – 1 of 1) sorted by relevance
76 nlohmann::json inputDeviceJson = nlohmann::json::parse(str, nullptr, false); in ParseInputDeviceJson() local84 void DistributedInputNodeManager::VerifyInputDevice(const nlohmann::json &inputDeviceJson, InputDev… in VerifyInputDevice()