Searched refs:GetKeyboardBusMode (Results 1 – 4 of 4) sorted by relevance
54 INPUT_DEV_MGR->GetKeyboardBusMode(deviceId); in InputDeviceManagerFuzzTest()
60 int32_t GetKeyboardBusMode(int32_t deviceId);
620 int32_t ret1 = inputDevice.GetKeyboardBusMode(deviceId);1059 int32_t ret = inputDevice.GetKeyboardBusMode(deviceId);1062 ret = inputDevice.GetKeyboardBusMode(deviceId);1065 ret = inputDevice.GetKeyboardBusMode(deviceId);
226 int32_t InputDeviceManager::GetKeyboardBusMode(int32_t deviceId) in GetKeyboardBusMode() function in OHOS::MMI::InputDeviceManager254 if (determineKbType[KeyEvent::KEYCODE_HOME] && GetKeyboardBusMode(deviceId) == BUS_BLUETOOTH) { in GetDeviceSupportKey()