Searched refs:ComponentParam (Results 1 – 3 of 3) sorted by relevance
113 class ComponentParam : public SpcialTestObject {115 ComponentParam() in ComponentParam() function121 virtual ~ComponentParam() in ~ComponentParam()
44 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()
132 std::shared_ptr<ComponentParam> componentParam = std::make_shared<ComponentParam>(); in EnvInit()