Home
last modified time | relevance | path

Searched refs:ParseInputDevice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_node_manager.h105 void ParseInputDevice(const nlohmann::json &inputDeviceJson, InputDevice &pBuf);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp85 ParseInputDevice(inputDeviceJson, pBuf); in ParseInputDeviceJson()
88 void DistributedInputNodeManager::ParseInputDevice(const nlohmann::json &inputDeviceJson, InputDevi… in ParseInputDevice() function in OHOS::DistributedHardware::DistributedInput::DistributedInputNodeManager
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_proxy.cpp43 int32_t ParseInputDevice(MessageParcel &reply, std::shared_ptr<InputDevice> &inputDevice) in ParseInputDevice() function
884 ret = ParseInputDevice(reply, inputDevice); in GetDevice()