Searched refs:ctrlCode (Results 1 – 4 of 4) sorted by relevance
47 bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const override;
630 bool SysUiController::GetCharKeyCode(char ch, int32_t &code, int32_t &ctrlCode) const in GetCharKeyCode()632 ctrlCode = KEYCODE_NONE; in GetCharKeyCode()636 ctrlCode = OHOS::MMI::KeyEvent::KEYCODE_SHIFT_LEFT; in GetCharKeyCode()643 ctrlCode = OHOS::MMI::KeyEvent::KEYCODE_SHIFT_LEFT; in GetCharKeyCode()
79 virtual bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const in GetCharKeyCode() argument
506 int32_t ctrlCode = KEYCODE_NONE; in TextToKeyEvents() local507 if (!uiController_->GetCharKeyCode(ch, code, ctrlCode)) { in TextToKeyEvents()510 keyCodes.emplace_back(make_pair(code, ctrlCode)); in TextToKeyEvents()