Home
last modified time | relevance | path

Searched refs:determineKbType (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp249 std::map<int32_t, bool> determineKbType; in GetDeviceSupportKey() local
251 determineKbType[keyCodes[i]] = supportKey[i]; in GetDeviceSupportKey()
253 if (determineKbType[KeyEvent::KEYCODE_HOME] && GetKeyboardBusMode(deviceId) == BUS_BLUETOOTH) { in GetDeviceSupportKey()
256 } else if (determineKbType[KeyEvent::KEYCODE_NUMPAD_1] && !determineKbType[KeyEvent::KEYCODE_Q]) { in GetDeviceSupportKey()
259 } else if (determineKbType[KeyEvent::KEYCODE_Q]) { in GetDeviceSupportKey()
262 } else if (determineKbType[KeyEvent::KEYCODE_CTRL_LEFT] && determineKbType[KeyEvent::KEYCODE_SHIFT_RIGHT] && in GetDeviceSupportKey()
263 determineKbType[KeyEvent::KEYCODE_F20]) { in GetDeviceSupportKey()
/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp611 std::map<int32_t, bool> determineKbType; in HWTEST_F() local

Completed in 5 milliseconds