Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp378 … std::string deviceIdentification = sysPath.substr(0, sysPath.find(vendorProduct)) + vendorProduct; in GetInputIdentification() local
379 MMI_HILOGI("Device identification is:%{public}s", deviceIdentification.c_str()); in GetInputIdentification()
380 return deviceIdentification; in GetInputIdentification()