Searched refs:GetCharKeyCode (Results 1 – 4 of 4) sorted by relevance
47 bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const override;
543 bool SysUiController::GetCharKeyCode(char ch, int32_t &code, int32_t &ctrlCode) const in GetCharKeyCode() function in OHOS::uitest::SysUiController
79 virtual bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const in GetCharKeyCode() function
508 if (!uiController_->GetCharKeyCode(ch, code, ctrlCode)) { in TextToKeyEvents()