Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp80 nlohmann::json inputDeviceJson = nlohmann::json::parse(str, nullptr, false); in ParseInputDeviceJson() local
88 void DistributedInputNodeManager::ParseInputDevice(const nlohmann::json &inputDeviceJson, InputDevi… in ParseInputDevice()
94 void DistributedInputNodeManager::ParseInputDeviceBasicInfo(const nlohmann::json &inputDeviceJson, … in ParseInputDeviceBasicInfo()
125 void DistributedInputNodeManager::ParseInputDeviceEvents(const nlohmann::json &inputDeviceJson, Inp… in ParseInputDeviceEvents()