Home
last modified time | relevance | path

Searched refs:pressedCodesVec (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/test/unittest/mock/
H A DKeyInputImplTest.cpp38 std::vector<int32_t> pressedCodesVec; in TEST() local
40 pressedCodesVec.push_back(keyCode + i); in TEST()
43 KeyInputImpl::GetInstance().SetKeyEvent(keyCode, keyAction, pressedCodesVec, keyString); in TEST()
/ide/tools/previewer/cli/
H A DCommandLine.cpp1377 std::vector<int32_t> pressedCodesVec; in RunAction() local
1379 pressedCodesVec.push_back(pressedCodes.GetArrayItem(i).AsInt()); in RunAction()
1385 KeyInputImpl::GetInstance().SetKeyEvent(keyCode, keyAction, pressedCodesVec, keyString); in RunAction()

Completed in 3 milliseconds