Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/include/
H A Drecord_input.h24 class RecordInput : public InputAction { class
26 RecordInput();
27 ~RecordInput();
/test/ostest/wukong/input_factory/src/
H A Drecord_input.cpp182 RecordInput::RecordInput() : InputAction() in RecordInput() function in OHOS::WuKong::RecordInput
186 RecordInput::~RecordInput() in ~RecordInput()
190 ErrCode RecordInput::OrderInput(const std::shared_ptr<SpcialTestObject> &specialTestObject) in OrderInput()
H A Dinput_factory.cpp63 input_action = std::make_shared<RecordInput>(); in GetInputAction()
67 input_action = std::make_shared<RecordInput>(); in GetInputAction()

Completed in 2 milliseconds