Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.h47 bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const override;
Dsystem_ui_controller.cpp543 bool SysUiController::GetCharKeyCode(char ch, int32_t &code, int32_t &ctrlCode) const in GetCharKeyCode() function in OHOS::uitest::SysUiController
/test/testfwk/arkxtest/uitest/core/
Dui_controller.h79 virtual bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const in GetCharKeyCode() function
Dui_driver.cpp508 if (!uiController_->GetCharKeyCode(ch, code, ctrlCode)) { in TextToKeyEvents()