Home
last modified time | relevance | path

Searched refs:GetKeycodeList (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/common/include/
Dmultimode_manager.h55 void GetKeycodeList(std::vector<int> &keycodelist);
/test/ostest/wukong/input_factory/src/
Dkeyboard_input.cpp42 MultimodeManager::GetInstance()->GetKeycodeList(keycodelist); in RandomInput()
/test/ostest/wukong/common/src/
Dmultimode_manager.cpp95 void MultimodeManager::GetKeycodeList(std::vector<int> &keycodelist) in GetKeycodeList() function in OHOS::WuKong::MultimodeManager