Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/test/sinkcollectorunittest/
H A Ddistributed_input_collector_test.cpp76 std::string mouseNodePath = "mouseNodePath_test"; variable
79 DistributedInputCollector::GetInstance().GetMouseNodePath(dhIds, mouseNodePath, dhid);
90 std::string mouseNodePath = "mouseNodePath_test"; variable
93 DistributedInputCollector::GetInstance().GetMouseNodePath(dhIds, mouseNodePath, dhid);
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp228 std::string &mouseNodePath, std::string &dhId) in GetMouseNodePath() argument
234 inputHub_->GetSharedMousePathByDhId(dhIds, mouseNodePath, dhId); in GetMouseNodePath()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/inputcollector/include/
H A Ddistributed_input_collector.h49 …void GetMouseNodePath(const std::vector<std::string> &dhIds, std::string &mouseNodePath, std::stri…