Home
last modified time | relevance | path

Searched refs:SingleKeyCodeInput (Results 1 – 5 of 5) sorted by relevance

/test/ostest/wukong/common/src/
Dmultimode_manager.cpp40 ErrCode MultimodeManager::SingleKeyCodeInput(int keycode, int downtime) in SingleKeyCodeInput() function in OHOS::WuKong::MultimodeManager
91 result = MultimodeManager::GetInstance()->SingleKeyCodeInput(keycode, downtime); in MultiKeyCodeInput()
Dcomponent_manager.cpp252 result = MultimodeManager::GetInstance()->SingleKeyCodeInput(backKeyCode, DOWNTIME); in BackToPrePage()
/test/ostest/wukong/common/include/
Dmultimode_manager.h49 ErrCode SingleKeyCodeInput(int keycode, int downtime);
/test/ostest/wukong/input_factory/src/
Dkeyboard_input.cpp46 result = MultimodeManager::GetInstance()->SingleKeyCodeInput(keycode, DOWN_TIME); in RandomInput()
Dhardkey_input.cpp55 ErrCode result = MultimodeManager::GetInstance()->SingleKeyCodeInput(keycode, DOWN_TIME); in RandomInput()