Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dswap_input.cpp24 SwapInput::SwapInput() : InputAction() in SwapInput() function in OHOS::WuKong::SwapInput
31 SwapInput::~SwapInput() in ~SwapInput()
35 ErrCode SwapInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput()
61 ErrCode SwapInput::RandomInput() in RandomInput()
82 ErrCode SwapInput::GetInputInfo() in GetInputInfo()
Dinput_factory.cpp39 input_action = std::make_shared<SwapInput>(); in GetInputAction()
/test/ostest/wukong/input_factory/include/
Dswap_input.h25 class SwapInput : public InputAction {
27 SwapInput();
28 ~SwapInput();