Home
last modified time | relevance | path

Searched defs:inputDeviceJson (Results 1 – 1 of 1) sorted by relevance

/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
Ddistributed_input_node_manager.cpp76 nlohmann::json inputDeviceJson = nlohmann::json::parse(str, nullptr, false); in ParseInputDeviceJson() local
84 void DistributedInputNodeManager::VerifyInputDevice(const nlohmann::json &inputDeviceJson, InputDev… in VerifyInputDevice()