Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp377 std::string vendorProduct = strVid + ":" + strPid; in GetInputIdentification() local
378 … std::string deviceIdentification = sysPath.substr(0, sysPath.find(vendorProduct)) + vendorProduct; in GetInputIdentification()