Home
last modified time | relevance | path

Searched refs:keycodelist (Results 1 - 3 of 3) sorted by relevance

/test/ostest/wukong/input_factory/src/
H A Dkeyboard_input.cpp40 std::vector<int> keycodelist; in RandomInput() local
42 MultimodeManager::GetInstance()->GetKeycodeList(keycodelist); in RandomInput()
43 if (keycodelist.size() > 0) { in RandomInput()
45 int keycode = keycodelist[(uint32_t)(rand()) % keycodelist.size()]; in RandomInput()
/test/ostest/wukong/common/src/
H A Dmultimode_manager.cpp99 void MultimodeManager::GetKeycodeList(std::vector<int> &keycodelist) in GetKeycodeList() argument
101 keycodelist = keycodelist_; in GetKeycodeList()
/test/ostest/wukong/common/include/
H A Dmultimode_manager.h53 * @param keycodelist the list of valid keycode.
55 void GetKeycodeList(std::vector<int> &keycodelist);
75 // keycodelist

Completed in 2 milliseconds