Home
last modified time | relevance | path

Searched refs:RandomInput (Results 1 – 20 of 20) sorted by relevance

/test/ostest/wukong/input_factory/include/
Dkeyboard_input.h33 ErrCode RandomInput();
Delement_input.h30 ErrCode RandomInput();
Dmouse_input.h33 ErrCode RandomInput();
Dtouch_input.h35 ErrCode RandomInput();
Drotate_input.h36 ErrCode RandomInput();
Dhardkey_input.h36 ErrCode RandomInput();
Dswap_input.h36 ErrCode RandomInput();
Dappswitch_input.h37 ErrCode RandomInput();
Dcomponent_input.h34 ErrCode RandomInput();
Dinput_action.h63 virtual ErrCode RandomInput() in RandomInput() function
/test/ostest/wukong/input_factory/src/
Delement_input.cpp28 ErrCode ElementInput::RandomInput() in RandomInput() function in OHOS::WuKong::ElementInput
Dappswitch_input.cpp64 ErrCode AppswitchInput::RandomInput() in RandomInput() function in OHOS::WuKong::AppswitchInput
89 return AppswitchInput::RandomInput(); in FocusInput()
Dhardkey_input.cpp52 ErrCode HardkeyInput::RandomInput() in RandomInput() function in OHOS::WuKong::HardkeyInput
Dkeyboard_input.cpp37 ErrCode KeyboardInput::RandomInput() in RandomInput() function in OHOS::WuKong::KeyboardInput
Drotate_input.cpp69 ErrCode RotateInput::RandomInput() in RandomInput() function in OHOS::WuKong::RotateInput
Dmouse_input.cpp39 ErrCode MouseInput::RandomInput() in RandomInput() function in OHOS::WuKong::MouseInput
Dswap_input.cpp61 ErrCode SwapInput::RandomInput() in RandomInput() function in OHOS::WuKong::SwapInput
Dtouch_input.cpp55 ErrCode TouchInput::RandomInput() in RandomInput() function in OHOS::WuKong::TouchInput
Dcomponent_input.cpp268 ErrCode ComponentInput::RandomInput() in RandomInput() function in OHOS::WuKong::ComponentInput
/test/ostest/wukong/test_flow/src/
Drandom_test_flow.cpp319 result = inputaction->RandomInput(); in InputScene()