Home
last modified time | relevance | path

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

/test/ostest/wukong/common/include/
Dmultimode_manager.h62 ErrCode MultiKeyCodeInput(int downtime);
/test/ostest/wukong/input_factory/src/
Dkeyboard_input.cpp48 result = MultimodeManager::GetInstance()->MultiKeyCodeInput(DOWN_TIME); in RandomInput()
/test/ostest/wukong/common/src/
Dmultimode_manager.cpp79 ErrCode MultimodeManager::MultiKeyCodeInput(int downtime) in MultiKeyCodeInput() function in OHOS::WuKong::MultimodeManager
Dcomponent_manager.cpp283 result = MultimodeManager::GetInstance()->MultiKeyCodeInput(DOWNTIME); in ComponentMultikeyInput()