Home
last modified time | relevance | path

Searched refs:specialTestObject (Results 1 - 17 of 17) sorted by relevance

/test/ostest/wukong/input_factory/src/
H A Drecord_input.cpp190 ErrCode RecordInput::OrderInput(const std::shared_ptr<SpcialTestObject> &specialTestObject) in OrderInput() argument
193 auto recordPtr = std::static_pointer_cast<RecordParam>(specialTestObject); in OrderInput()
197 specialTestObject->isAllFinished_ = true; in OrderInput()
203 specialTestObject->isAllFinished_ = true; in OrderInput()
209 specialTestObject->isAllFinished_ = true; in OrderInput()
214 specialTestObject->isAllFinished_ = true; in OrderInput()
H A Dswap_input.cpp35 ErrCode SwapInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument
39 SwapParam* swapPtr = static_cast<SwapParam*>(specialTestObject.get()); in OrderInput()
H A Dtouch_input.cpp35 ErrCode TouchInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument
37 TouchParam* touchPtr = static_cast<TouchParam*>(specialTestObject.get()); in OrderInput()
H A Dappswitch_input.cpp35 ErrCode AppswitchInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument
37 AppSwitchParam* appSwitchPtr = static_cast<AppSwitchParam*>(specialTestObject.get()); in OrderInput()
H A Delement_input.cpp24 ErrCode ElementInput::OrderInput(std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument
H A Dhardkey_input.cpp38 ErrCode HardkeyInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument
H A Drotate_input.cpp40 ErrCode RotateInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument
H A Dcomponent_input.cpp199 ErrCode ComponentInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument
201 auto componentPtr = std::static_pointer_cast<ComponentParam>(specialTestObject); in OrderInput()
203 ERROR_LOG("specialTestObject param is null"); in OrderInput()
/test/ostest/wukong/input_factory/include/
H A Drecord_input.h28 ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Delement_input.h29 ErrCode OrderInput(std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Drotate_input.h30 ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Dtouch_input.h29 ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Dswap_input.h30 ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Dhardkey_input.h30 ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Dappswitch_input.h31 ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Dcomponent_input.h33 ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject);
H A Dinput_action.h55 virtual ErrCode OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput() argument

Completed in 4 milliseconds