Home
last modified time | relevance | path

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

/test/ostest/wukong/common/include/
Dspecial_test_object.h113 class ComponentParam : public SpcialTestObject {
115 ComponentParam() in ComponentParam() function
121 virtual ~ComponentParam() in ~ComponentParam()
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp44 void HandleAllBundleStatus(const std::shared_ptr<ComponentParam>& componentPtr) in HandleAllBundleStatus()
74 uint32_t CheckLauncherApp(const std::shared_ptr<ComponentParam>& param) in CheckLauncherApp()
139 bool CheckInputFinished(const std::shared_ptr<ComponentParam>& param) in CheckInputFinished()
164 ErrCode JudgeBackResult(const std::shared_ptr<ComponentParam>& param, uint32_t launchIndex) in JudgeBackResult()
201 auto componentPtr = std::static_pointer_cast<ComponentParam>(specialTestObject); in OrderInput()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp132 std::shared_ptr<ComponentParam> componentParam = std::make_shared<ComponentParam>(); in EnvInit()