Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp582 bool VirtualDevice::AddDevice(const std::string& startDeviceName) in AddDevice() argument
584 if (startDeviceName.empty()) { in AddDevice()
588 if (!CreateHandle(startDeviceName)) { in AddDevice()
589 std::cout << "Failed to start device: " << startDeviceName <<std::endl; in AddDevice()
593 symbolFile.append(g_folderPath).append(g_pid).append("_").append(startDeviceName); in AddDevice()
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device.h32 static bool AddDevice(const std::string& startDeviceName);