Searched refs:SingleKeyCodeInput (Results 1 – 5 of 5) sorted by relevance
39 …ErrCode result = MultimodeManager::GetInstance()->SingleKeyCodeInput(MMI::KeyEvent::KEYCODE_POWER,… in OrderInput()46 ErrCode result = MultimodeManager::GetInstance()->SingleKeyCodeInput(keycode, DOWN_TIME); in RandomInput()
46 result = MultimodeManager::GetInstance()->SingleKeyCodeInput(keycode, DOWN_TIME); in RandomInput()
49 ErrCode SingleKeyCodeInput(int keycode, int downtime);
40 ErrCode MultimodeManager::SingleKeyCodeInput(int keycode, int downtime) in SingleKeyCodeInput() function in OHOS::WuKong::MultimodeManager87 result = MultimodeManager::GetInstance()->SingleKeyCodeInput(keycode, downtime); in MultiKeyCodeInput()
242 result = MultimodeManager::GetInstance()->SingleKeyCodeInput(backKeyCode, DOWNTIME); in BackToPrePage()