Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_node_manager.h113 bool GetDevDhUniqueIdByFd(int fd, DhUniqueID &dhUnqueId, std::string &physicalPath);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp253 bool DistributedInputNodeManager::GetDevDhUniqueIdByFd(int fd, DhUniqueID &dhUnqueId, std::string &… in GetDevDhUniqueIdByFd() function in OHOS::DistributedHardware::DistributedInput::DistributedInputNodeManager
315 if (!GetDevDhUniqueIdByFd(fd, curDhUniqueId, physicalPath)) { in MatchAndSavePhysicalPath()