Home
last modified time | relevance | path

Searched refs:inputDhId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhidumper.cpp112 result.append(GetAnonyString((*iter).inputDhId)); in GetAllNodeInfos()
123 if ((*iter).devId.compare(deviceId) == 0 && (*iter).inputDhId.compare(dhId) == 0) { in DeleteNodeInfo()
191 .inputDhId = dhId, in SaveNodeInfo()
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/include/
H A Dhidumper.h43 std::string inputDhId = ""; member